@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//likesesov.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.0.6") format("woff2");
}

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//likesesov.com/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//likesesov.com/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//likesesov.com/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//likesesov.com/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//likesesov.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//likesesov.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//likesesov.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//likesesov.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Yantramanav", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Yantramanav", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Yantramanav", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(27,160,177);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-transform: none;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-transform: none;
	--btn-accented-bgcolor: rgb(0,0,0);
	--btn-accented-bgcolor-hover: rgb(38,38,38);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(30,115,190);
	background-image: url(https://likesesov.com/wp-content/uploads/2021/10/grocery-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: rgb(30,115,190);
	background-image: url(https://likesesov.com/wp-content/uploads/2021/10/grocery-page-title.jpg);
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(55,56,57);
	background-image: none;
}
html .wd-buy-now-btn {
	color: rgb(255,255,255);
	background: rgb(209,44,44);
}
html .wd-buy-now-btn:hover {
	background: rgb(221,51,51);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1239px) {
.platform-Windows .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}

@media (min-width: 1222px) {
html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wpcf7-form .hidden-fields-container{display:none;}.elementor-widget-container .product_title,.elementor-widget-container .price,.elementor-widget-container .amount{font-size: 18px!important;}
/* 1. 图片容器设置固定高度 */
.wd-product:not(.wd-hover-small) .product-image-link {
  display: block;
  height: 200px;           /* 统一图片高度（可根据需要调整） */
  overflow: hidden;        /* 隐藏超出容器的部分 */
  position: relative;
}

/* 2. 图片样式优化 */
.wd-product:not(.wd-hover-small) .product-image-link img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;       /* 保持比例并覆盖容器 */
  object-position: center; /* 居中对齐图片 */
  
  /* 防止极小图片过度拉伸 */
  min-width: 80px;
  min-height: 80px;
}

/* 3. 特殊处理超长图片（高度超过宽度3倍） */
.wd-product:not(.wd-hover-small) .product-image-link img[height] {
  content-visibility: auto; /* 优化渲染性能 */
}

.wd-product:not(.wd-hover-small) .product-image-link img[height] {
  /* 超长图片（高度是宽度的3倍以上）调整对齐方式 */
  &[height] {
    height: auto;
    max-height: 100%;
    width: auto;
    max-width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
/* 修复产品图库图片变形问题 */
.woocommerce-product-gallery img {
  width: auto!important;               /* 恢复原始宽度比例 */
  max-width: 100%;           /* 限制最大宽度为容器宽度 */
  height: auto;              /* 保持高度比例 */
  max-height: 400px;         /* 限制最大高度（可根据需要调整） */
  margin: 0 auto;            /* 水平居中 */
  display: block;            /* 转为块级元素以应用居中 */
  
  /* 保持圆角效果 */
  border-radius: var(--wd-brd-radius);
}

/* 确保图片容器有足够高度 */
.woocommerce-product-gallery {
  min-height: 400px;         /* 与图片最大高度匹配 */
  display: flex;             /* 使用Flexbox居中 */
  align-items: center;       /* 垂直居中 */
  justify-content: center;   /* 水平居中 */
}
