:root {
	--wd-text-font: "Ubuntu", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 15px;
	--wd-title-font: "Manrope3", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Manrope3", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Manrope3", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Manrope3", 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: "Ubuntu", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(229,197,97);
	--wd-alternative-color: rgb(58,58,58);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(229,197,97);
	--btn-accented-bgcolor-hover: rgb(229,197,97);
	--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: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
.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;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #333;
--btn-accented-color-hover: #333;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 5px;
}

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


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

@font-face {
	font-family: "Manrope3";
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: "Manrope3";
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Manrope3";
	font-weight: 400;
	font-style: normal;
}

/* Desktop: Cart and Popup Button Inline, Compare Button on New Line */
@media (min-width: 769px) {
    
    /* 1. Shrink the add-to-cart container */
    .single-product .cart {
        display: inline-flex !important;
        vertical-align: middle !important;
        width: auto !important;
        margin-bottom: 0 !important;
        margin-right: 20px !important; /* Space between Add to Cart and Popup */
    }

    /* 2. Shrink the custom HTML block wrapper */
    .single-product .wd-after-add-to-cart.wd-entry-content {
        display: inline-block !important;
        vertical-align: middle !important;
        width: auto !important;
        margin-top: 0 !important;
    }

    /* 3. Let the inner page builder divs flow inline */
    .single-product .wd-after-add-to-cart.wd-entry-content > div {
        display: inline-block !important;
        width: auto !important;
    }

    /* 4. FORCE COMPARE BUTTON TO SIT ON NEXT LINE */
    .single-product .wd-compare-btn {
        display: block !important;
        width: fit-content !important; /* Prevents the clickable background from stretching 100% wide */
        margin-top: 20px !important; /* Adds nice breathing room below your action buttons */
    }
}

.single-product .wd-after-add-to-cart.wd-entry-content {
	margin-top: 20px !important;
}

.single-product .wd-compare-btn

/* Mobile: Clean Vertical Stack */
@media (max-width: 768px) {
    .single-product .cart,
    .single-product .wd-after-add-to-cart.wd-entry-content {
        display: block !important;
        width: 100% !important;
        margin-right: 0 !important;
    }
    
    .single-product .wd-after-add-to-cart.wd-entry-content {
        margin-top: 15px !important;
    }

    .single-product .wd-compare-btn {
        display: block !important;
        width: fit-content !important;
        margin-top: 15px !important;
    }
}