:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(51,51,51);
	--wd-text-font-size: 16px;
	--wd-title-font: "Lexend", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-color: rgb(36,36,36);
	--wd-entities-title-font: "Lexend", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: rgb(36,36,36);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Lexend", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: none;
	--wd-widget-title-color: rgb(247,15,101);
	--wd-widget-title-font-size: 20px;
	--wd-header-el-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 16px;
	--wd-brd-radius: 10px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(247,15,101);
	--wd-alternative-color: rgb(171,186,129);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(39,164,68);
	--btn-accented-bgcolor-hover: rgb(26,117,54);
	--btn-transform: none;
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: rgb(51,51,51);
	--wd-link-color-hover: rgb(36,36,36);
	--wd-link-decor-color: rgb(0,0,0);
	--wd-link-decor-color-hover: rgb(0,0,0);
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(0,0,0);
	background-image: none;
}
html .wd-nav-mobile > li > a {
	text-transform: none;
}
html .product.wd-cat .wd-entities-title, html .product.wd-cat.cat-design-replace-title .wd-entities-title, html .wd-masonry-first .wd-cat:first-child .wd-entities-title {
	text-transform: capitalize;
}
html .btn.wd-buy-now-btn {
	text-transform: inherit;
	background: rgb(220,31,87);
}
html .btn.wd-buy-now-btn:hover {
	background: rgb(165,13,13);
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-bg: rgb(255,255,255);
}
.wd .product-label.onsale {
	background-color: rgb(221,51,51);
	color: rgb(255,255,255);
}
.wd .product-label.new {
	background-color: rgb(55,183,0);
	color: rgb(255,255,255);
}
.wd .product-label.featured {
	background-color: rgb(227,162,141);
	color: rgb(255,255,255);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1500px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
}

@media (min-width: 1500px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1500px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1500px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.wd-page-title {
background-color: rgb(255,255,255);
}

.product-grid-item .product-labels {
	inset-inline-end: 7px;
	max-width: 100%;
}

.product-grid-item .product-label.onsale {
	position: absolute;
	inset-inline-end: 0;
}

.wd-sub-menu li > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.wd-sub-menu li > a .menu-label {
    position: static;
    margin-top: 0;
    margin-left: 0;
    align-self: center;
    display: inline-flex;
}

.wd-sub-menu .menu-label:before,
.wd-sub-menu .menu-label:after {
    display: none;
}

/* 超级优先级的隐藏规则 */
.woocommerce ul.products li.product .star-rating,
.woocommerce .star-rating {
    display: none !important; /* 强制隐藏，无视其他样式 */
}

/* 1. 强制隐藏原来的 "Reviewer" 文字 */
.woocommerce-review__verified.verified {
    font-size: 0 !important;      /* 隐藏文字 */
    color: transparent !important; /* 防止残留颜色 */
    visibility: hidden !important;
}

/* 2. 在隐藏的位置，强制打印出绿色的 "Verified Buyer" */
.woocommerce-review__verified.verified::after {
    content: "Verified Purchase" !important; /* 强制显示的文字 */
    color: #C45500 !important;            /* 颜色：绿色 (可修改为 #008000 等其他绿色) */
    font-weight: bold !important;        /* 字体加粗 */
    font-size: 12px !important;          /* 字号大小，与原版保持一致 */
    display: inline-block !important;    /* 行内块显示 */
    visibility: visible !important;      /* 确保可见 */
    position: relative !important;       /* 确保层级 */
}

.wd-post-date.wd-style-default,
.wd-post-reply {
    display: none !important;
}

.wd-blog-element .wd-stretch-cont .wd-carousel-wrap {
   align-items: stretch;
}

.wd-blog-element .wd-stretch-cont .wd-carousel-item {
    height: auto;
}

.wd-blog-element .wd-stretch-cont :is(.wd-post, .wd-post-inner) {
    height: 100%;
}

.wd-blog-element .wd-stretch-cont .wd-post-inner {
  display: flex;
  flex-direction: column;
}

.wd-blog-element .wd-stretch-cont .wd-post-content {
  flex: 1 1 auto;
}

.wd-blog-element .wd-stretch-cont .wd-post-read-more {
  margin-top: auto;
}@media (min-width: 1025px) {
	.wd-add-gallery-width .wd-single-gallery {
  display: flex;
  justify-content: center;
}
.wd-add-gallery-width .wd-single-gallery .woocommerce-product-gallery {
  width: 68vh;
}
}

