:root {
	--wd-text-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(45,45,45);
	--wd-text-font-size: 15px;
	--wd-title-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Inter", 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: "Inter", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Inter", 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: "Inter", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(0,107,91);
	--wd-alternative-color: rgb(42,63,95);
	--btn-default-font-family: "Inter", Arial, Helvetica, sans-serif;
	--btn-default-font-weight: 600;
	--btn-default-bgcolor: rgb(240,240,240);
	--btn-default-bgcolor-hover: rgb(255,255,255);
	--btn-accented-bgcolor: rgb(0,107,91);
	--btn-accented-bgcolor-hover: rgb(0,82,71);
	--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: rgb(255,255,255);
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 1000px;
}
: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;
}
html .wd-product .wd-entities-title, html .wd-product.product-list-item .wd-entities-title {
	font-family: "Inter", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 15px;
	text-transform: inherit;
	color: rgb(26,26,26);
}
html .wd-product .wd-entities-title a:hover {
	color: rgb(0,102,204);
}
html .wd-product .price {
	font-family: "Inter", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 16px;
	text-transform: capitalize;
}
html .wd-product .wd-product-brands-links a {
	font-family: "Inter", Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 12px;
	text-transform: uppercase;
	color: rgb(119,119,119);
}
html .wd-product .wd-product-brands-links a:hover {
	color: rgb(26,26,26);
}
html .btn.wd-buy-now-btn {
	color: rgb(0,0,0);
	background: rgb(255,184,0);
}
html .btn.wd-buy-now-btn:hover {
	color: rgb(0,0,0);
	background: rgb(230,166,0);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
.woocommerce-product-gallery {
	--wd-gallery-gap: 8px;
}

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

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 42px;
	}
	html .btn.wd-buy-now-btn {
		padding: 0 0 0 30px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--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-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 12px;
--wd-cat-brd-radius: 5px;
}



.wd-page-title {
background-color: rgb(215,221,232);
}

/* Remove gap under images in product descriptions */
.woocommerce-product-details__short-description img,
.woocommerce-Tabs-panel--description img {
    margin-bottom: 0 !important;
    display: block; /* Removes baseline inline spacing */
}

/* Remove gap from the figure wrapper used in Gutenberg */
.woocommerce-product-details__short-description figure,
.woocommerce-Tabs-panel--description figure {
    margin: 0 0 10px 0 !important;
}

/* ==========================================================================
   1. GLOBAL STYLES (Applies to both Desktop & Mobile)
   ========================================================================== */

/* Increase the overall size of the quantity selector */
.quantity {
    display: inline-flex;
    height: 50px; 
    min-width: 140px; 
}

/* Make the Plus and Minus buttons wider and easier to tap */
.quantity input[type="button"].minus, 
.quantity input[type="button"].plus {
    width: 45px !important; 
    height: 100% !important;
    background-color: #f9f9f9; 
    font-size: 18px; 
    cursor: pointer;
}

/* Adjust the center number input area */
.quantity input[type="number"] {
    width: 50px !important;
    height: 100% !important;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    font-weight: 600;
}

/* Hover effect to show clickability */
.quantity input[type="button"]:hover {
    background-color: #eeeeee;
}


/* ==========================================================================
   2. MOBILE ONLY STYLES (Triggers ONLY on screens 768px wide or smaller)
   ========================================================================== */
@media (max-width: 768px) {
    
    /* Force the container to stack vertically and center on mobile */
    .single-product .cart {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important; /* Centers everything on mobile */
    }

    /* Force both buttons to 100% width and remove side margins on mobile */
    .single-product .cart .single_add_to_cart_button,
    .single-product .wd-buy-now-btn {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        justify-content: center !important; 
        text-align: center !important;
    }

    /* Add a small gap between the stacked buttons */
    .single_add_to_cart_button {
        margin-bottom: 10px !important;
    }

    /* Target the WoodMart Buy Now button text alignment on mobile */
    .single-product .wd-buy-now-btn {
        display: inline-flex !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* Force the internal link/span to occupy full width and center on mobile */
    .single-product .wd-buy-now-btn a {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

}

@media (min-width: 1025px) {
	/* Ensure the main variations form elements stay vertically stacked */
.single-product form.variations_form {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
}

/* Use Grid to force absolutely identical gaps between all row items on desktop */
.single-product .cart .wd-add-btn-w,
.single-product .variations_form .woocommerce-variation-add-to-cart {
    display: grid !important;
    grid-auto-flow: column !important; /* Forces items onto a single horizontal line */
    grid-auto-columns: max-content !important; /* Shrinks columns tightly around buttons */
    column-gap: 15px !important; /* THIS strictly forces a pixel-perfect uniform gap */
    align-items: center !important;
    width: 100% !important;
    margin-top: 20px !important; /* Space below the color swatches */
}

/* Strip out all conflicting individual margins that cause layout skewing */
.single-product .cart .quantity,
.single-product .cart .single_add_to_cart_button,
.single-product .variations_form .single_add_to_cart_button,
.single-product .wd-buy-now-btn {
    width: auto !important;
    margin: 0 !important; /* Clears individual margins so grid gap handles spacing */
}

/* Keep WoodMart's Buy Now container behaving inside the grid cell */
.single-product .wd-buy-now-btn {
    display: inline-flex !important;
}
}

@media (max-width: 576px) {
	/* Stack layout vertically and center align elements on mobile screens */
.single-product .cart {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

/* Force WoodMart's internal button/quantity wrapper to center up */
.single-product .wd-add-btn-w {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
}

/* Force the quantity box to drop its left alignment and center perfectly */
.single-product .cart .quantity {
    margin-bottom: 15px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: inline-flex !important;
}

/* Push the buttons to full-width layers */
.single-product .cart .single_add_to_cart_button,
.single-product .wd-buy-now-btn {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    justify-content: center !important; 
    text-align: center !important;
}

/* Margins to separate the stacked action buttons */
.single_add_to_cart_button {
    margin-bottom: 10px !important;
}

/* Keep text centered inside WoodMart dynamic buttons */
.single-product .wd-buy-now-btn {
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.single-product .wd-buy-now-btn a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
}

