:root {
	--wd-text-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(33,33,33);
	--wd-text-font-size: 16px;
	--wd-title-font: "Cormorant Garamond", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Cormorant Garamond", 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: "Cormorant Garamond", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Cormorant Garamond", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 22px;
	--wd-header-el-font: "Cormorant Garamond", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 20px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(188,145,52);
	--wd-alternative-color: rgb(255,255,255);
	--btn-default-font-family: "Inter", Arial, Helvetica, sans-serif;
	--btn-default-font-weight: 500;
	--btn-default-bgcolor: rgb(188,145,52);
	--btn-default-bgcolor-hover: rgb(85,4,56);
	--btn-accented-bgcolor: rgb(188,145,52);
	--btn-accented-bgcolor-hover: rgb(85,4,56);
	--wd-form-brd-width: 1px;
	--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: 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: 280px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center bottom;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
html .page-title > .container > .title, html .page-title .wd-title-wrapp > .title {
	font-family: "Cormorant Garamond", Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 42px;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-family: "Cormorant Garamond", Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 32px;
}
html .wd-product .price {
	font-family: "Inter", Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 17px;
	color: rgb(0,0,0);
}
html .product-image-summary-wrap .summary-inner > .price, html .wd-single-price .price {
	font-family: "Inter", Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 26px;
	color: rgb(0,0,0);
}
html .wd-product .wd-entities-title, html .wd-product.product-list-item .wd-entities-title {
	font-family: "Cormorant Garamond", Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 20px;
}
.wd-nav-arrows.wd-pos-sep:not(:where(.wd-custom-style)) {
	--wd-arrow-size: 25px;
	--wd-arrow-icon-size: 16px;
	--wd-arrow-color: rgb(0,0,0);
	--wd-arrow-color-hover: rgb(0,0,0);
}
.wd .product-label.onsale {
	background-color: rgb(214,82,49);
}
.wd .product-label.new {
	background-color: rgb(57,119,34);
}
.wd .product-label.featured {
	background-color: rgb(221,51,51);
}
.wd .product-label.out-of-stock {
	background-color: rgb(196,140,45);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-text-font-size: 16px;
	--wd-widget-title-font-size: 20px;
	--wd-header-el-font-size: 16px;
	}
	html .page-title > .container > .title, html .page-title .wd-title-wrapp > .title {
		font-size: 38px;
	}
	html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
		font-size: 28px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-text-font-size: 16px;
	--wd-widget-title-font-size: 18px;
	--wd-header-el-font-size: 15px;
	}
	html .page-title > .container > .title, html .page-title .wd-title-wrapp > .title {
		font-size: 32px;
	}
	html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
		font-size: 24px;
	}

}
:root{
--wd-container-w: 1350px;
--wd-form-brd-radius: 5px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--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;
--wd-brd-radius: 8px;
}

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


.wd-page-title {
background-color: #0a0a0a;
}

.footer-column {
	margin-bottom: 0;
}
.footer-sidebar {
	padding-bottom: 0;
}
.footer-sidebar {
	padding-top: 0;
}
.site-content {
	margin-bottom: 0;
}

/* SBM Cotton stacked */
#menu-item-1998 li.menu-item-has-children > .wd-dropdown-menu{position:static!important;visibility:visible!important;opacity:1!important;transform:none!important;display:block!important;box-shadow:none!important;background:transparent!important;border:0!important;padding:0!important;margin:0!important;min-width:0!important;width:100%!important;left:auto!important;top:auto!important;}
#menu-item-1998 li.menu-item-has-children > .wd-dropdown-menu .wd-sub-menu{visibility:visible!important;width:100%!important;padding-left:16px!important;}
#menu-item-1998 li.menu-item-has-children > .wd-dropdown-menu .wd-sub-menu > li > a{font-size:13px!important;opacity:.9;}
#menu-item-1998 li.menu-item-has-children > a::after{display:none!important;}

/* Product title two lines */
.wd-entities-title{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important;white-space:normal!important;height:auto!important;min-height:2.7em!important;max-height:2.7em!important;line-height:1.35!important;}

/* Header cart amount font */
.wd-header-cart .wd-cart-subtotal, .wd-header-cart .wd-cart-subtotal *{font-family:Inter, Arial, Helvetica, sans-serif !important; letter-spacing:.2px;}

/* Header menu one row with cart */
.whb-header .wd-nav-main{flex-wrap:nowrap!important;white-space:nowrap!important;column-gap:16px!important;gap:16px!important;}
.whb-header .wd-nav-main>li>a{font-size:19px!important;}
.whb-header .whb-col-right .whb-space-element{width:22px!important;min-width:22px!important;}

/* Cart amount size down */
.wd-header-cart .wd-cart-subtotal, .wd-header-cart .wd-cart-subtotal *{font-size:18px!important;}

/* Inner-page banner teal */
.wd-page-title.page-title{background-image:url('https://www.swadrapes.com/wp-content/uploads/2026/07/banner-teal.jpg')!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important;}
.wd-page-title.page-title img{opacity:0!important;}@media (min-width: 1025px) {
	.summary-inner > .price{
display:none;
}

div.product-grid-item .price {
	display: none;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.summary-inner > .price{
display:none;
}

div.product-grid-item .price {
	display: none;
}
}

@media (min-width: 577px) and (max-width: 767px) {
	.summary-inner > .price{
display:none;
}

div.product-grid-item .price {
	display: none;
}
}

@media (max-width: 576px) {
	.summary-inner > .price{
display:none;
}

div.product-grid-item .price {
	display: none;
}
}

