:root {
	--wd-hb-opt-h: 55px;
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 15px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", 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: "Poppins", 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: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(85,131,210);
	--wd-alternative-color: rgb(0,0,0);
	--btn-default-bgcolor: rgb(85,131,210);
	--btn-default-bgcolor-hover: rgb(85,131,210);
	--btn-accented-bgcolor: rgb(255,153,0);
	--btn-accented-bgcolor-hover: rgb(255,153,0);
	--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-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
.wd-hb {
	background-color: rgb(85,131,210);
	background-image: none;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 280px;
}
.wd-page-title .wd-page-title-bg img {
	background-repeat: no-repeat;
	object-fit: cover;
	background-attachment: scroll;
	object-position: center center;
}
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 {
	font-weight: 400;
	font-size: 18px;
	text-transform: capitalize;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-size: 24px;
}
html .wd-nav.wd-nav-main > li > a {
	font-size: 15px;
}
.wd .product-label.onsale {
	background-color: rgb(73,73,73);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-hb-opt-h: 70px;
	}

}
:root{
--wd-container-w: 1400px;
--wd-form-brd-radius: 0px;
--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: 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: 1400px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


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

body .brands-widget .brand-item img {
    max-height: 100%;
}

body .labels-rounded .out-of-stock{
display:none;
}

/* --- Fast Simon Search Bar (Native Woodmart Style) --- */

/* 1. Layout */
.custom-fs-search .search-input-wrapper {
    display: flex !important;
    align-items: stretch; /* Ensures button and input are same height */
    width: 100%;
    max-width: 100%;
    position: relative;
}

/* 2. The Input Field */
.custom-fs-search .search-field {
    flex-grow: 1;
    height: 45px; /* Fixed height */
    border: 1px solid #e1e1e1; 
    border-right: none;
    border-radius: 5px 0 0 5px; /* Default roundness */
    padding: 0 15px;
    color: #333;
    background-color: #fff;
    box-shadow: none !important;    
    margin-bottom: 0 !important;
    min-width: 0;
}

/* 3. The Search Button (Let Woodmart Style It) */
.custom-fs-search .search-submit {
    flex-shrink: 0;
    height: 45px !important; /* Force match input height */
    border-radius: 0 5px 5px 0; /* Only round right side */
    position: static !important;
    padding: 0 20px;
}

/* --- Mobile Only: Search Icon Switch --- */
@media (max-width: 768px) {
    .custom-fs-search .search-submit {
        font-size: 0 !important;
        padding: 0 !important;
        width: 45px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .custom-fs-search .search-submit::before {
        content: '';
        display: block;
        width: 18px;
        height: 18px;
        /* White Magnifying Glass Icon */
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
    }
}

/* --- Sticky Header Shrink --- */
.whb-sticked .custom-fs-search .search-field,
.whb-sticked .custom-fs-search .search-submit {
    height: 36px !important;
    line-height: 36px;
}

/* --- Fast Simon Dropdown (Keep using Variables here) --- */
/* (If variables are broken, these will default to black. 
   Enable 'CSS Variables' in settings to fix!) */
#isp_search_results_container .isp_product_price_wrapper .isp_product_price_amount {
    color: var(--wd-primary-color, #7db43f) !important; /* Fallback Green */
}
#isp_search_results_container .isp_add_to_cart_btn,
#isp_search_results_container .isp_view_product_btn {
    background-color: var(--wd-primary-color, #7db43f) !important;
}