:root {
	--wd-text-font: "Work Sans", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(242,236,221);
	--wd-text-font-size: 14px;
	--wd-title-font: "Work Sans", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: rgb(242,236,221);
	--wd-entities-title-font: "Work Sans", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: rgb(242,236,221);
	--wd-entities-title-color-hover: rgb(255, 58, 58);
	--wd-alternative-font: "Work Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Work Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(242,236,221);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: var(--wd-text-font);
	--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(196,48,43);
	--wd-alternative-color: rgb(242,236,221);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(196,48,43);
	--btn-accented-bgcolor-hover: rgb(196,48,43);
	--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-sticky-btn-height: 95px;
}
.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: #ffffff;
	background-image: none;
}
:is(.page, .search-no-results, .error404) :is(.wd-page-content, .whb-header) {
	background-color: rgb(0,0,0);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) :is(.wd-page-content, .whb-header) {
	background-color: rgb(0,0,0);
	background-image: none;
}
.single-product :is(.wd-page-content, .whb-header) {
	background-color: rgb(0,0,0);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 850px;
}

@media (max-width: 1024px) {
	:root {
		--wd-sticky-btn-height: 95px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 42px;
	}

}
:root{
--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: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}



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

/* Hide WoodMart Buy Now button on custom upload product */
.postid-448  .wd-buy-now-btn {
    display: none !important;
}
/* =========================================
   WALLRIOT — SIZE SWATCH STYLE (INTERACTIVE)
   Cream inactive + black active + micro-interactions
   ========================================= */

/* Base swatch */
.single-product .wd-swatches-product .wd-swatch,
.single-product .wd-swatches-single .wd-swatch,
.single-product .variations_form .wd-swatch {
    position: relative;
    min-width: 85px;
    height: 44px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #F2ECDD;
    color: #111111;
    border: 1.5px solid #D8D1C5;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
    transition:
        background-color 0.22s ease,
        border-color 0.22s ease,
        color 0.22s ease,
        transform 0.18s ease,
        box-shadow 0.22s ease;
}

/* Gap between A5 / A4 / A3 */
.single-product .wd-swatches-product,
.single-product .wd-swatches-single,
.single-product .variations_form .wd-swatches {
    gap: 12px;
}

/* Hover — lift + border darkens toward black */
.single-product .wd-swatch:hover {
    background: #EDE6D8;
    border-color: #111111;
    color: #111111;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

/* Pressed / click feedback — quick squash so it feels tactile */
.single-product .wd-swatch:active {
    transform: translateY(0) scale(0.96);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    transition-duration: 0.08s;
}

/* Keyboard focus (accessibility) — mustard ring, doesn't clash with black/cream pair */
.single-product .wd-swatch:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(224, 178, 60, 0.55);
}

/* Selected / active swatch — solid black, lifts slightly more than hover */
.single-product .wd-swatch.wd-active,
.single-product .wd-swatch.active,
.single-product .wd-swatch.selected {
    background: #000000 !important;
    border-color: #000000 !important;
    color: #F2ECDD !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
}

/* Selected inner text */
.single-product .wd-swatch.wd-active *,
.single-product .wd-swatch.active *,
.single-product .wd-swatch.selected * {
    color: #F2ECDD !important;
}

/* Selected — small checkmark accent, top-right corner (purely visual confirmation) */
.single-product .wd-swatch.wd-active::after,
.single-product .wd-swatch.active::after,
.single-product .wd-swatch.selected::after {
    content: "";
    position: absolute;
    top: 5px;
    right: 6px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #E0B23C; /* mustard dot — small brand accent on the active pill */
}

/* Selected + hover together — keep it grounded, no double-lift */
.single-product .wd-swatch.wd-active:hover,
.single-product .wd-swatch.active:hover,
.single-product .wd-swatch.selected:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.4);
}

/* Disabled variation */
.single-product .wd-swatch.wd-disabled,
.single-product .wd-swatch.disabled {
    opacity: 0.35;
    cursor: not-allowed;
    transform: none !important;
    box-shadow: none !important;
}
.single-product .wd-swatch.wd-disabled:hover,
.single-product .wd-swatch.disabled:hover {
    background: #F2ECDD;
    border-color: #D8D1C5;
    transform: none;
    box-shadow: none;
}

/* Mobile */
@media (max-width: 767px) {
    .single-product .wd-swatches-product .wd-swatch,
    .single-product .wd-swatches-single .wd-swatch,
    .single-product .variations_form .wd-swatch {
        min-width: 75px;
        height: 42px;
        padding: 0 16px;
        border-radius: 10px;
        font-size: 13px;
    }
    /* Lighter lift on mobile — large hover transforms feel odd on touch */
    .single-product .wd-swatch:hover {
        transform: none;
        box-shadow: none;
    }
    .single-product .wd-swatch.wd-active,
    .single-product .wd-swatch.active,
    .single-product .wd-swatch.selected {
        transform: none;
    }
}