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

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

:root {
	--wd-header-banner-h: 40px;
	--wd-text-font: "Karla", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(255,255,255);
	--wd-text-font-size: 14px;
	--wd-title-font: "Rosarivo", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: rgb(255,255,255);
	--wd-entities-title-font: "Rosarivo", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: rgb(255,255,255);
	--wd-entities-title-color-hover: rgb(255, 255, 255);
	--wd-alternative-font: "Dancing Script", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Rosarivo", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Karla", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 18px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(142,98,98);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(192,17,87);
	--btn-accented-bgcolor-hover: rgb(173,12,80);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url();
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
.header-banner {
	background-color: rgb(192,17,87);
	background-image: none;
}
: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;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
.woocommerce-product-gallery {
	--wd-gallery-gap: 2px;
}

@media (max-width: 1024px) {
	:root {
		--wd-header-banner-h: 40px;
	}

}
: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-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 0px;
}

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



/* =====================================
   强制结账页使用浅色模式
   解决 PayPal iframe 暗色不可见问题
   ===================================== */

body.woocommerce-checkout {
  background: #ffffff !important;
  color: #000000 !important;
}

body.woocommerce-checkout * {
  filter: none !important;
  mix-blend-mode: normal !important;
}

/* 告诉浏览器：这是亮色页面 */
body.woocommerce-checkout {
  color-scheme: light !important;
}
/* ✅ WooCommerce 表单文字强制白色（不影响 PayPal iframe） */
body.woocommerce-checkout 
.woocommerce-billing-fields input:not([name*="cvv"]),
body.woocommerce-checkout 
.woocommerce-billing-fields select,
body.woocommerce-checkout 
.woocommerce-billing-fields textarea {
  color: #ffffff !important;
}

/* placeholder 文字也变亮 */
body.woocommerce-checkout 
.woocommerce-billing-fields input::placeholder,
body.woocommerce-checkout 
.woocommerce-billing-fields textarea::placeholder {
  color: rgba(255,255,255,0.6) !important;
}
body.woocommerce-checkout 
.woocommerce-billing-fields select option {
  color: #000000;
  background: #ffffff;
}
/* ✅ 国家 / 地区 / 省份（Select2 显示文字）变白 */
body.woocommerce-checkout 
.select2-container--default 
.select2-selection--single 
.select2-selection__rendered {
  color: #ffffff !important;
}
body.woocommerce-checkout 
.select2-container--default 
.select2-selection--single 
.select2-selection__arrow b {
  border-color: #ffffff transparent transparent transparent !important;
}
/* ✅ 订单区域：产品名称 / 数量 */
body.woocommerce-checkout 
.woocommerce-checkout-review-order-table 
.product-name {
  color: #ffffff !important;
}

/* 产品 x2、SKU 等小字 */
body.woocommerce-checkout 
.woocommerce-checkout-review-order-table 
.product-name * {
  color: #ffffff !important;
}
body.woocommerce-checkout 
.woocommerce-checkout-review-order-table th {
  color: #ffffff !important;
}
/* ✅ 购物车 / 订单区 产品名称（含链接）强制白色 */
body.woocommerce-checkout
.woocommerce-checkout-review-order-table
.product-name,
body.woocommerce-checkout
.woocommerce-checkout-review-order-table
.product-name a {
  color: #ffffff !important;
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}
/* ✅ 隐私政策说明文字 */
body.woocommerce-checkout
.woocommerce-privacy-policy-text,
body.woocommerce-checkout
.woocommerce-privacy-policy-text p {
  color: rgba(255,255,255,0.85) !important;
}
body.woocommerce-checkout
.woocommerce-privacy-policy-text a {
  color: #ffffff !important;
  text-decoration: underline;
}
/* ✅ 订单区：产品附属信息（x2 / 规格 / SKU） */
body.woocommerce-checkout
.woocommerce-checkout-review-order-table
.product-name small,
body.woocommerce-checkout
.woocommerce-checkout-review-order-table
.product-name .variation,
body.woocommerce-checkout
.woocommerce-checkout-review-order-table
.product-name .quantity {
  color: rgba(255,255,255,0.85) !important;
  opacity: 1 !important;
}

/* ✅ Shipping 说明文字 */
body.woocommerce-checkout
.woocommerce-checkout-review-order-table
.woocommerce-shipping-totals td,
body.woocommerce-checkout
.woocommerce-checkout-review-order-table
.woocommerce-shipping-totals td p {
  color: rgba(255,255,255,0.75) !important;
}

/* ✅ Subtotal / Shipping / Total 右侧说明文本兜底 */
body.woocommerce-checkout
.woocommerce-checkout-review-order-table td {
  color: #ffff
