/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* 商品列表颜色切换位置调整 - 手机端移到价格下面 */

/* 手机端：使用CSS将颜色切换移动到价格下面 */
@media (max-width: 767px) {
	/* 商品列表项使用flex布局 */
	.product-grid-item .product-wrapper {
		display: flex;
		flex-direction: column;
	}

	/* 1. 图片区域保持在顶部 */
	.product-grid-item .product-element-top {
		order: 1;
	}

	/* 2. 标题 */
	.product-grid-item .wd-entities-title {
		order: 2;
	}

	/* 3. 价格区域 */
	.product-grid-item .price {
		order: 3;
	}

	/* 4. 颜色切换移到价格后面 */
	.product-grid-item .wd-swatches-grid {
		order: 4 !important;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	/* 5. 按钮 */
	.product-grid-item .wd-add-btn {
		order: 5;
	}

	/* 其他隐藏元素 */
	.product-grid-item .gtm4wp_productdata,
	.product-grid-item .pys_list_name_productdata {
		order: 99;
	}
}




/*** Font Settings ***/

.letter-spacing-2 > p {
	letter-spacing: 2px;
}

.letter-spacing-3 > p {
	letter-spacing: 3px;
}

.letter-spacing-4 > p {
	letter-spacing: 4px;
}

.letter-spacing-5 > p {
	letter-spacing: 5px;
}



/*** Header Main Menu ***/

.page #menu-main-menu > li > a,
.archive #menu-main-menu > li > a,
.single-product #menu-main-menu > li > a {
	color:  #555656;
}

.home.page #menu-main-menu > li > a {
	color:  #fff;
}

/* Header Icons */

.archive .whb-general-header .wd-tools-icon:before,
.single-product .whb-general-header .wd-tools-icon:before,
.page .whb-general-header .wd-tools-icon:before {
	color:  #555656;
}

.home.page .whb-general-header .wd-tools-icon:before {
	color:  #fff;
}

.home.page .whb-sticky-header .wd-tools-element .wd-tools-icon:before,
.home.page .whb-header.hover .wd-tools-element .wd-tools-icon:before {
	color:  #555656 !important;
}



/*** END Header Main Menu ***/



/*** Buttons ***/

.btn-size-large {
	padding: 5px 40px;
	min-height: 38px;
}

.submit-contact-form {
	border-color: #272727 !important;
	padding: 5px 40px !important;
}

.submit-contact-form:hover {
	background: #272727;
}

.wd-load-more {
	border-color: #272727 !important;
	padding: 5px 40px !important;
}

.mobile-categories-btn-underline {
	border-width: 1px !important;
}

.desktop-btn-bordered-home,
.mobile-btn-underline-home {
	color: #555656 !important;
}

.desktop-btn-bordered-home:hover {
	color: #fff !important;
}

.discover-more-btn {
	color:  #555656 !important;
}



/*** Select Size Block ***/

.select-options-message.alert-box {
	color: #86292e;
/* 	margin-top: 10px; */
	border: 1px solid;
	display: inline-block;
	text-align: center;
	font-family: SavoyCaps; 
	letter-spacing: 1px;
	background: #efece4;
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 16px;
	padding: 12px 8px;
}


.select-options-message.alert-box:before {
	content: url('/wp-content/uploads/exclamation-mark.svg');
	margin-right: 8px;
}



/*** PopUp Subscribe ***/

.popup-subscribe-submit {
	color: #000000 !important;
	letter-spacing: 2px;
	font-size: 17px;
	font-weight: 600;
	font-family: "SavoyCaps" !important;
}

.wd-popup.wd-promo-popup {
	padding: 0 !important;
}

.wpcf7 form.sent .wpcf7-response-output, .mc4wp-success {
	color: #000 !important;
	background-color: transparent !important;
	padding-top: 0 !important;
}

div.wpcf7-response-output {
	margin: 0 0 6px !important;
}

/* 移除 CF7 多余的隐藏字段容器（白色方框）- 20250805 Andi */
fieldset.hidden-fields-container,
fieldset.hidden-fields-container * {
    display: none !important;
    visibility: hidden !important;
}



/************ Home Page ************/

/* .home .product-carousel-home .wd-swatches-grid, .product-carousel-home .wd-entities-title, .product-carousel-home .woocommerce-Price-amount {
    display: none !important;
} */

.home .wd-carousel-container.slider-type-product {
  margin-right: -240px !important;  
}

.home .owl-dots .owl-dot span {
    background: #ffffff !important;
    border: 0 !important;
}

.home .owl-dots .owl-dot.active span {
	background: #000000 !important;
}

.home-category-img > a > img {
	width: 420px !important;
}


/* Personalization Block */

.personalization-block img {
	border-radius: 10px;
}

.wd-btn-arrow:after {
	font-size: 20px;
}

/************ END Home Page ************/


/*** Infobox ***/

.infobox-img-padding > div > div > img {
	padding: 0 50px;
}


/*** Buttons Settings ***/

.button-white-border {
	background: #fff !important;
	border: 1px solid #d7d4c8;
}
.button-white-border:hover {
	box-shadow: none !important;
}


/*** Footer ***/

.wd-prefooter {
	margin-bottom: -60px !important;
}

.footer-container {
	margin-bottom: -24px !important;
}

.footer-container .wd-text-block > p > a {
	color: #D6D2C8 !important;
}


/************ Product Page ************/


.woocommerce-Price-amount {
	font-weight: 300;
	letter-spacing: 1px;
}

.wd-swatch {
	height: 1.5em !important;
}

.blockUI {
	background: #f5f5f5 !important;
}

.woocommerce-product-details__short-description {
	text-align: left;
	font-size: 14px;
}

.single_add_to_cart_button, .wd-buy-now-btn {
	letter-spacing: 3px;
	padding: 16px 8px;
	width: 48%;
	color:  #7A7D81 !important;
}

.wd-sizeguide-btn > a > span,
.wd-sizeguide-btn > a:before,
.wd-single-wishlist-btn > div > a > span,
.wd-single-wishlist-btn > div > a:before {
	color: #7A7D81 !important;
}



@media (max-width: 767px) {
	
	.single_add_to_cart_button, .wd-buy-now-btn {
		font-size: 14px;
		letter-spacing: 2px;
	}
		
}



/* Add to Cart Buttons */

.woocommerce-variation-add-to-cart {
	margin-top: 10px;
}

.woocommerce-mini-cart__buttons {
	letter-spacing: 3px;
}

/* Wishlist & Size Guide Buttons */

.wd-single-size-guide-btn, .wd-single-wishlist-btn {
	display: inline-block;
	margin-right: 12px;
}

/* Quantity Stepper Display */

.single-product-page .quantity {
	display: none !important;
}

/* Variations */

[class*="wd-swatches"].wd-bg-style-2 .wd-swatch.wd-bg {
	padding: 0 !important;
}

[class*="wd-swatches"].wd-bg-style-2 .wd-swatch.wd-bg.wd-active {
	box-shadow: none !important;
	border: 4px solid #d7d4c8;
}

[class*="wd-swatches"].wd-text-style-4 .wd-swatch.wd-text {
	border: 0 !important;
	padding: 10px 25px;
	font-weight: 300;
}

[class*="wd-swatches"].wd-text-style-4 .wd-swatch.wd-text:is(.wd-active,:hover:not(.wd-disabled)) {
	background-color: #d7d4c8 !important;
	color: #000000 !important;	
}


/* Custom Fields ACF */

.vc_acf-label {
	font-weight: 600;
}

/* Product Gallery */

.pswp__bg {
	background: rgba(0, 0, 0, 0.4) !important;
}


/* Related Products */

.related-products .wd-add-btn {
    display: none;
}

.related-products .wd-entities-title {
	color:  #7A7D81;
}

.related-products .price > span {
	color: #B6B8B8;
}

/* Recently Viewed  */

.recently-viewed .wd-entities-title {
	color:  #7A7D81;
}

.recently-viewed .price > span {
	color: #B6B8B8;
}



/* Product Gallery */

.thumbnails.slick-slider>button {
	background-color: #d7d4c8 !important;
}

.woocommerce-product-gallery .product-image-thumbnail.active-thumb {
	opacity: 1 !important;
}

.woocommerce-product-gallery .product-image-thumbnail:hover {
	opacity: 0.9 !important;
}

/* Information Box Slider Carousel */

/*
body div .wd-owl .owl-nav>div {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: visible;
}
*/


/* Description Product Tabs Accordion */

.wd-wpb.wd-accordion .wd-accordion-title-text {
	font-weight: 400 !important;
	letter-spacing: 3px !important;
}

.oeko-tex-link {
	text-decoration: underline;
	color: #b0ab95;"
}

.care-guide-link {
	text-decoration: underline;
}

/* Underline Links */

.underline-link {
	border-bottom: 2px solid #d7d4c8;
	font-weight: 500;
}

/* WPLoyalty Product Page Message */

.wlr-product-message {
	padding: 0 !important;
	margin-bottom: 20px;
	
}

/************ END Product Page ************/


/************ Product Categories ************/

.wd-back-btn.wd-style-icon>a {
	display: none;
}
.archive .page-title-default {
	padding: 305px 0 !important;
}

/*moving title below filters*/
.archive .page-title-default h1.entry-title {
	visibility: hidden;
}
.products-page-title {
	text-align: center;
	position: relative;
	font-size: 30px;
	letter-spacing: 4px;
	padding-top: 25px;
	margin-bottom: 50px;
	font-weight: 400;
	color:  #7A7D81;
}

.products-page-title:before {
	content: '';
	width: 60px;
	height: 2px;
	background-color:  #7A7D81;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -30px;
	z-index: 1;

}

.archive .products .wd-entities-title,
.archive .products .price > span,
.archive .products .price > ins > span > bdi {
	color: #7A7D81;
}


/* Filters Area */

.shop-loop-head {
	justify-content: start !important;
}

.wd-shop-tools {
	width: 100%;
}

.wd-filter-buttons > a {
/* 	margin-left: 20px; */
margin-top: 10px;
margin-bottom: 10px;
}

.wd-filter-buttons > a:hover {
	color: #000 !important;
}

.wd-swatch-wrap.wd-active) {
	background: red;
}

.open-filters {
	text-transform: none;
	font-size: 18px;	
}

.wd-filter-buttons.wd-style-text>a:before {
	font-size: 100% !important;
}

.filters-area {
	padding-left: 30px;
	padding-right: 30px;
	background: #fff;
	border: 0 !important;
}

.filters-area [class*="wd-swatches"].wd-text-style-2 .wd-swatch.wd-text {
	padding: 16px;
	font-weight: 400;
}

/*
.filters-area [class*="wd-swatches"].wd-text-style-2 .wd-swatch.wd-text:hover {
	box-shadow: box-shadow: 0 0 0 var(--brd-width, 1px) #d7d4c8 inset;
}
*/

[class*="wd-swatches"].wd-text-style-2 .wd-swatch.wd-text:is(.wd-active,:hover:not(.wd-disabled)) {
	--wd-swatch-brd-color: #d7d4c8 !important;
}

.filters-area [class*="wd-swatches"].wd-text-style-2 .wd-swatch-wrap.wd-active .wd-swatch.wd-text {
	background: #d7d4c8;
	box-shadow: none;
}

/* Sorting Price Filters */

#WOODMART_Widget_Sorting > form > ul > li > a {
	color: #242424;
}

#WOODMART_Widget_Price_Filter {
	display: none;
}


/* Category Product Style Settings */

.wd-hover-standard .wd-add-btn {
	display: none;
}

[class*="title-line-"] .product-grid-item .wd-entities-title {
	margin-top: 16px;
}

/* 桌面端隐藏颜色选择器 */
@media (min-width: 768px) {
	.wd-swatches-grid {
		display: none !important;
	}
}

/* 手机端显示颜色选择器 */
@media (max-width: 767px) {
	.wd-swatches-grid {
		display: flex !important;
		flex-wrap: wrap;
		gap: 6px;
		margin-top: 8px;
		justify-content: center;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.3s ease, visibility 0.3s ease;
	}
	
	.wd-swatches-grid.wd-colors-ready {
		opacity: 1;
		visibility: visible;
	}
	
	.wd-swatches-grid.wd-single-option {
		display: none !important;
	}
	
	.wd-swatches-grid .wd-swatch {
		width: 20px !important;
		height: 20px !important;
		min-width: 20px;
		border-radius: 50%;
		cursor: pointer;
		transition: transform 0.2s ease, box-shadow 0.2s ease;
	}
	
	.wd-swatches-grid .wd-swatch:hover,
	.wd-swatches-grid .wd-swatch.wd-active {
		transform: scale(1.1);
		box-shadow: 0 0 0 2px #d7d4c8;
	}
}



/************ END Product Categories ************/



/************ Main Menu ************/

.wd-nav[class*="wd-style-underline"] .nav-link-text {
/* 	color:  #7A7D81 !important: */
}

.wd-dropdown {
	box-shadow: none;
	border-top: 1px solid #d7d4c8;
	background: #f7f7f7;
	margin-top: 0;
}
.wd-nav {
	flex-wrap: nowrap;
}
.wd-nav[class*="wd-style-"]>li>a {
	height: 104px;
}

.wd-nav[class*="wd-style-underline"] .nav-link-text:after {
	background-color: #d7d4c8;
}

.wd-nav[class*="wd-style-"]>li:is(.current-menu-item,.wd-active,.active)>a, 
.wd-nav[class*="wd-style-"]>li:hover>a {
	color: #323232;
}

.wd-nav>li:is(.wd-has-children,.menu-item-has-children)>a:after {
	display: none;
}

.main-menu-banner > .wrapper-content-banner {
	padding: 12px !important;
	background-color: rgba(255,255,255,0.8) !important;
}



/************ END Main Menu ************/




/*** Size Guide ***/

#woodmart_sizeguide > div.responsive-table > table > tbody > tr:nth-child(1) > td {
	font-family: Optima !important;
	font-weight: 600 !important;
}

#woodmart_sizeguide > div.responsive-table > table > tbody > tr:nth-child(8) {
	font-weight: 600;
	background: #f7f7f7;
	font-size: 14px;
}

#woodmart_sizeguide > div.responsive-table > table > tbody > tr:nth-child(8) > td {
	border-bottom: 0;
}

#woodmart_sizeguide > div.responsive-table > table > tbody > tr:nth-child(7) > td {
	border-bottom: 0;
}


/*** FAQ Tabs ***/


.wd-tabs.tabs-design-aside .wd-tabs-header {
	flex: 1 0 500px !important;
	padding-inline-end: 50px !important;
}

.wd-wpb.wd-tabs:not(.wd-products-tabs) .wd-nav-tabs>li>a {
	text-transform: none;
}



/************ Slider ************/

/* Old Slider */

.flickity-page-dots {
	bottom: 80px !important;
}

.text-shadow > p {
	text-shadow: rgba(0, 0, 0, 0.17) 1px 1px 2px;
}

/* End Old Slider */


/* Bullets */

#rev_slider_1_1 > rs-bullets {
	width: 100% !important;
}

.custom .tp-bullet {
	background: #aab0a4 !important;
	width: 50% !important;
	height: 6px !important;
}

.custom .tp-bullet.rs-touchhover, .custom .tp-bullet.selected {
	background: #272727 !important;
}

/* Arows */

#rev_slider_1_1_wrapper .custom.tparrows {
	background: transparent !important;
}

#rev_slider_1_1_wrapper .custom.tparrows:before {
	color: #000000 !important;
}


/************ END Slider ************/



/************ Slider Backup ************/

/* Old Slider */

.flickity-page-dots {
	bottom: 80px !important;
}

.text-shadow > p {
	text-shadow: rgba(0, 0, 0, 0.17) 1px 1px 2px;
}

/* End Old Slider */


/* Bullets */

#rev_slider_4_1 > rs-bullets {
	width: 100% !important;
}

.custom .tp-bullet {
	background: #aab0a4 !important;
	width: 50% !important;
	height: 6px !important;
}

.custom .tp-bullet.rs-touchhover, .custom .tp-bullet.selected {
	background: #272727 !important;
}

/* Arows */

#rev_slider_4_1_wrapper .custom.tparrows {
	background: transparent !important;
}

#rev_slider_4_1_wrapper .custom.tparrows:before {
	color: #000000 !important;
}


/************ END Slider Backup ************/









/************ Search ************/

.search .page-title {
	display: none;
}

.wd-search-full-screen {
	/*separate search page*/
	display: none !important;
	background-color: #f5f5f5 !important;
	box-shadow: none !important;
	padding: 30px;
}

.wd-search-full-screen .searchform input[type="text"] {
	font-weight: 300 !important;
	font-size: 36px !important;
}

.wd-search-full-screen .autocomplete-suggestions {
	background-color: #f5f5f5 !important;
}


/* Search Bar */

.manito-search input.s {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #272727;
}


/************ END Search ************/


/************ Mobile ************/

/*
[class*="wd-carousel-spacing-"] .owl-nav>div[class*="prev"], [class*="wd-carousel-spacing-"] .owl-nav>div[class*="next"] {
	top: 36%;
}
*/


/*** Mobile Devices ***/


/* Mobile */

@media (max-width: 767px) {
	
	.mobile-display {
		display: none;
	}	
	
	.home .wd-carousel-container.slider-type-product > div > .owl-dots {
		position: absolute;
		/* left: 16%; */
		right: 57%;
	}
}

/* Desktop */

@media (min-width: 768px) {
	
	.desktop-display {
		display: none;
	}
}


/* Top Bar + Mobile Header */

@media (max-width: 1024px) {
    .home.header-banner-display .whb-hide-on-scroll {
        position:relative;
    }
    
}


/*** Category Mobile Settings ***/

@media (max-width: 767px) {
	
	.archive.tax-product_cat .products-page-title::before {
		display: none;
	}
	
	.archive.tax-product_cat .products-page-title {
		padding-top: 0 !important;
		margin-bottom: 20px !important;
	}
	
	.archive.tax-product_cat .shop-loop-head {
		margin-bottom: 0 !important;
	}
	.archive.tax-product_cat .shop-loop-head .wd-filter-buttons {
		margin-bottom: 6px;
	}
	
}



/************ END Mobile ************/


/************ Currency Widget ************/

#currency-popup {
	padding: 0 15px;
}
#currency-popup [data-currency="USD"] {
	font-size: 0;
}
#currency-popup [data-currency="USD"]:before {
	content: 'United States';
	font-size: 16px;
}
#currency-popup [data-currency="CAD"] {
	font-size: 0;
}
#currency-popup [data-currency="CAD"]:before {
	content: 'Canada';
	font-size: 16px;
}
/* Currency Icon */
.currency-popup {
	border: 0 !important;
	font-size: 0;
}
a[href="#currency-popup"] img{
	min-width:20px;
	display:inline-block;
}

.woocommerce-multi-currency.wmc-shortcode.plain-horizontal .wmc-currency {
	margin-right: 20px;
	vertical-align: 0;
}



/************ END Currency Widget ************/



/************ Subscribe Form Newsletter ************/

.input-subscribe-form > input {
	background: #f5f5f4;
	border: 0;
	color: #a9a9a9;
	font-size: 16px;
	padding: 25px;
}

.submit-subscribe-form > input {
	background: #272727 !important;
	width: 100%;
	color: #D6D2C8 !important;
	font-size: 20px;
	font-weight: 600 !important;
	padding: 15px 13px 11px;
}


/************ END Subscribe Form Newsletter ************/



/************ Blog ************/

.woodmart-archive-blog .page-title-default h1.entry-title {
	visibility: visible !important;
}

.woodmart-archive-blog .page-title-default {
	padding: 50px 0 !important;
}

/************ END Blog ************/



/************ Registration / Login Page ************/



.wd-registration-page #customer_login>div {
	border: 0 !important;
}

.wd-register-tabs .col-register, .col-login {
	background: #fff;
	padding: 20px;
}

.wd-registration-page label {
	background: #fff;
	display: inline-block;
	margin-bottom: -15px;
	padding: 0 10px;
	margin-left: 12px;
}

.wd-registration-page input, select {
	display: block;
	border: 2px solid #dbdbdb;
}

.wd-registration-page .password-input {
	position: initial;
}
.wd-registration-page .show-password-input {
	display: none;
}


.privacy-check {
	margin-left: 0 !important;
	padding: 0 !important;
}

.privacy-check > input {
	display: inline-block;
}

#gender_select {
	padding: 8px 16px !important;
}


#date_of_birth {
	padding: 8px 16px !important;
}

.wd-registration-page button {
	margin-top: 8px !important;
}

#login_accept {
	display: inline-block;
}

.woocommerce-form-login__rememberme > input {
	display: inline-block !important;
}


#customer_login form.woocommerce-form-register {
	display: flex;
	flex-wrap: wrap;
	column-gap: 18px;
}
#customer_login form.woocommerce-form-register br {
	display:none;
}
#customer_login form.woocommerce-form-register .wlr-signup-message {
	display:block;
	width: 100%;
	margin-bottom: 1em;
}

#customer_login form.woocommerce-form-register p[style],
#customer_login form.woocommerce-form-register .form-row-wide,
#customer_login form.woocommerce-form-register p:last-child {
	width: 100%;
}

#customer_login form.woocommerce-form-register > label,
#customer_login form.woocommerce-form-register .mc4wp-checkbox,
#customer_login form.woocommerce-form-register p:last-child,
#customer_login form.woocommerce-form-register span.wlr-signup-message {
	order: 10;
}

#customer_login form.woocommerce-form-register p.mc4wp-checkbox label,
#customer_login form.woocommerce-form-register label.account-privacy-label {
	margin: 0;
	padding: 0;
	background: transparent;
}

#customer_login form.woocommerce-form-register [type="checkbox"]{
	display:inline-block;
}

#customer_login form.woocommerce-form-register .mc4wp-checkbox {
	margin-top: 1em;
}



/************ END Registration / Login Page ************/


/************ Cart / Checkout ************/

:is(.woocommerce-form-coupon-toggle,.woocommerce-form-login-toggle)>div {
	margin-top: 20px;
}

#wlr_dob_field > label {
	margin-top: 20px;
}

.checkout-order-review {
	background-color: #fff;
}

.checkout-order-review:before, .checkout-order-review:after {
	display: none;
}

.cart-totals-section .woocommerce-shipping-destination {
	display: none !important;
}


@media (max-width: 767px) {
	
	.product-sku {
		color: #777;
	}
	
	.woocommerce-form-login-toggle .showlogin,
	.woocommerce-form-coupon-toggle .showcoupon {
		text-decoration: none !important;
		text-sransform: uppercase !important;
		letter-spacing: 0.5px;
		font-family: 'SavoyCaps' !important;
		background: #d7d4c8;
		padding: 9px 14px;
		font-weight: 400;
	}
	
	form.checkout.woocommerce-checkout.row {
		border-top: 2px dashed #d5d5d5;
		padding-top: 30px;
		margin-top: 40px;
	}
	
	#customer_details .woocommerce-additional-fields {
		margin-top: 30px;
	}
	
	#order_review .woocommerce-Price-amount {
		font-size: 16px;
	}
	
	#shipping_method > li > label {
		text-transform: uppercase !important;
	}
	
	#order_review tr.order-total > th {
		font-size: 16px;
	}
	
	
	
	.cart-taxes > td {
		text-align: left !important;
		text-transform: uppercase;
		font-size: 11px;
	}
	
	.taxes-title-mobile {
		font-family: 'SavoyCaps';
		text-transform: capitalize;
		font-size: 14px;
		font-weight: 600;
		margin-bottom: 10px;
	}
	
	
	
	
	.wlr-message-info.wlr_points_rewards_earn_points {
		margin-bottom: 40px !important;
	}
	
	
	
	
	
}



/************ END Cart / Checkout ************/


/************ WPLoyalty ************/

.wlr-message-info {
	border: 0 !important;
	border-radius: 0 !important;
	background-color: transparent !important;
}

/************ END WPLoyalty ************/


/************ My Account ************/

.woocommerce-Address-title > a {
	font-size: 18px !important;
}

.checkout.woocommerce-checkout input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select, #billing_country_field > span > span > span.selection > span, #billing_state_field > span > span > span.selection > span {
	background-color: #fff !important;
}



/************ END My Account ************/





/************ Add Monogram ************/

.wapf-customizer {
   padding: 40px;
   background: white;
   width: 96%;	  
   max-width: 1180px;
   position: fixed;
   z-index: 999999;
   top: 5%;
   left: 50%;
   transform: translateX(-50%);
   box-shadow: 0 0 0 9999px rgba(0,0,0,0.7);
   display: flex;
   visibility: hidden;
   opacity: 0;
   transition: all .2s;
   max-height: 100vh;
   overflow-y: auto;
}

.wapf-customizer.active { 
   visibility: visible;
   opacity: 1; 
}

@media all and (max-width:768px) {
   .wapf-customizer{ top:0; }
}



.add-monogram-button {
	font-family: 'SavoyCaps' !important;
	color: #000 !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	letter-spacing: 3px !important;
	padding: 14px 5px !important;
}

.add-monogram-close-customizer {
	font-family: 'SavoyCaps';
	color: #000 !important;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 3px;
	padding: 14px 5px !important;
}

.wapf-wrapper {
	margin: 0;
}

.wapf-field-container {
	padding: 0;
}

.label-above .wapf-field-label {
	margin-top: 15px;
}

.wapf-field-checkboxes {
	margin: 15px 0;
}

/* Custom Edits for Monogram PopUp */

.wapf-field-label {
	font-family: 'SavoyCaps';
	text-transform: uppercase;
	letter-spacing: 1px;	
}

.wapf-swatch--color.wapf-checked .wapf-color {
	color: #d8d4c8;
	border: 1px solid #fff;
}

.wapf-swatch--color {
	margin: 0 30px 0 0;
}

.wapf-swatch-label {
	padding: 10px 4px 2px;
	font-size: 14px;
}

.wapf-swatch--image.wapf-checked {
	border-color: #d8d4c8;
}



.wapf-swatch--image.wapf-checked {
	border: 2px solid transparent;
}

.wapf-swatch--image img {
	box-shadow: inset 0px 0 0 1px #e0e0e0;
}

.wapf-swatch--image.wapf-checked > img {
	box-shadow: inset 0px 0 0 2px #c9c6ba;
}


/* Custom Monogram Classes */

.monogram-image {
	margin-right: 3%;
}


/************ END Add Monogram ************/





/*** hCaptcha [Shortcode] ***/

/* .hcaptcha-shortcode > .h-captcha {
	margin-bottom: 30px !important;
	margin-top: 15px !important;	
} */


/*** RevSlider Font Override Fix - 20250125 ***/

rs-slides [data-type=text],
rs-slides [data-type=button] {
	font-family: inherit !important;
}

rs-slides h1[data-type=text],
rs-slides h2[data-type=text],
rs-slides h3[data-type=text],
rs-slides h4[data-type=text],
rs-slides h5[data-type=text],
rs-slides h6[data-type=text] {
	font-family: inherit !important;
}


/*** Product Labels Style - 统一标签样式 ***/

/* 所有产品标签统一样式：去掉阴影、使用Optima字体、大写 */
.ply-label {
	padding: 5px 10px 2px 10px !important;
}
.product-label {
	padding: 5px 10px 2px 10px !important;
	font-family: 'Optima', sans-serif !important;
	text-transform: uppercase !important;
}

/* Best Seller、New、Machine Washable 等属性标签 */
.product-label.attribute-label {
	font-family: 'Optima', sans-serif !important;
	text-transform: uppercase !important;
}

/* 折扣标签 (Sale/On Sale) */
.product-label.onsale {
	font-family: 'Optima', sans-serif !important;
	text-transform: uppercase !important;
	background-color: var(--bgcolor-white) !important;
	color: var(--color-gray-900) !important;
	border: 1px solid var(--bgcolor-white) !important;
}
.product-labels.labels-rectangular {
	font-family: 'Optima', sans-serif !important;
	text-transform: uppercase !important;
	background-color: var(--bgcolor-white) !important;
	color: var(--color-gray-900) !important;
	border: 1px solid var(--bgcolor-white) !important;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;;
}

/* Featured 标签 */
.product-label.featured {
	font-family: 'Optima', sans-serif !important;
	text-transform: uppercase !important;
}

/* New 标签 */
.product-label.new {
	font-family: 'Optima', sans-serif !important;
	text-transform: uppercase !important;
}

/* Out of Stock (SOLD OUT) 标签 */
.product-label.out-of-stock {
	font-family: 'Optima', sans-serif !important;
	text-transform: uppercase !important;
}

/* Currency Switcher Custom Text - Optima Font */
.wmc-custom-text,
.wmc-custom-country,
.wmc-custom-code {
	font-family: 'Savoy', sans-serif !important;
}
.wmc-custom-option .wmc-custom-text, .wmc-custom-option .wmc-custom-country, .wmc-custom-option .wmc-custom-code{
	color: #333 !important;
}
.wmc-custom-current {
	transition: none !important;
}

.wmc-custom-current:focus,.wmc-custom-current:hover {
	box-shadow: none !important;
	border: none !important;
}
.wd-single-gallery:hover .labels-rectangular {
    transform: translateX(-2px);
	transition: all 0.3s ease;
}
.product-grid-item:hover .labels-rectangular {
    transform: translateX(2px);
	transition: all 0.3s ease;
}