:root {
	--wd-text-font: "Manrope", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 15px;
	--wd-title-font: "Manrope", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Manrope", 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: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Manrope", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 700;
	--wd-widget-title-transform: capitalize;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Manrope", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 14px;
	--wd-brd-radius: 10px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(140,188,103);
	--wd-alternative-color: rgb(241,231,196);
	--btn-default-bgcolor: rgb(140,188,103);
	--btn-default-bgcolor-hover: rgb(129,215,66);
	--btn-accented-bgcolor: rgb(140,188,103);
	--btn-accented-bgcolor-hover: rgb(129,215,66);
	--btn-transform: capitalize;
	--btn-bgcolor: rgb(140,188,103);
	--btn-bgcolor-hover: rgb(129,215,66);
	--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-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-archive-shop .wd-builder-off,.wd-wishlist-content,.related-and-upsells,.cart-collaterals,.wd-shop-product,.wd-fbt) .wd-products-with-bg, :is(.woodmart-archive-shop .wd-builder-off,.wd-wishlist-content,.related-and-upsells,.cart-collaterals,.wd-shop-product,.wd-fbt) .wd-products-with-bg :is(.wd-product,.wd-cat) {
	--wd-prod-bg:rgb(255,255,255);
	--wd-bordered-bg:rgb(255,255,255);
}
: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: rgba(241,231,196,0);
	background-image: none;
}
:is(.page, .search-no-results, .error404) :is(.wd-page-content, .whb-header) {
	background-color: rgb(250,248,245);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) :is(.wd-page-content, .whb-header) {
	background-color: rgb(250,248,245);
	background-image: none;
}
.single-product :is(.wd-page-content, .whb-header) {
	background-color: rgb(250,248,245);
	background-image: none;
}
.woodmart-archive-blog :is(.wd-page-content, .whb-header) {
	background-color: rgb(250,248,245);
	background-image: none;
}
.single-post :is(.wd-page-content, .whb-header) {
	background-color: rgb(250,248,245);
	background-image: none;
}
.woodmart-archive-portfolio :is(.wd-page-content, .whb-header) {
	background-color: rgb(250,248,245);
	background-image: none;
}
.single-portfolio :is(.wd-page-content, .whb-header) {
	background-color: rgb(250,248,245);
	background-image: none;
}
html .entry-summary .single_add_to_cart_button, .wd-single-add-cart .single_add_to_cart_button, html .comment-form .submit, html div.wpcf7 input[type="submit"] {
	text-transform: capitalize;
	background: rgb(140,188,103);
}
html .entry-summary .single_add_to_cart_button:hover, .wd-single-add-cart .single_add_to_cart_button:hover, html .comment-form .submit:hover, html div.wpcf7 input[type="submit"]:hover {
	background: rgb(129,215,66);
}
html .widget_price_filter [class*="price_slider_amount"] .button {
	color: rgb(255,255,255);
	background: rgb(140,188,103);
}
html .widget_price_filter [class*="price_slider_amount"] .button:hover {
	color: rgb(255,255,255);
	background: rgb(128,171,94);
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-bg: rgb(255,255,255);
}
.wd-nav-arrows.wd-pos-sep:not(:where(.wd-custom-style)) {
	--wd-arrow-size: 40px;
	--wd-arrow-icon-size: 16px;
	--wd-arrow-offset-h: 20px;
	--wd-arrow-color: rgb(51,51,51);
	--wd-arrow-color-hover: rgb(255,255,255);
	--wd-arrow-color-dis: rgba(51,51,51,0.8);
	--wd-arrow-bg: rgb(255,255,255);
	--wd-arrow-bg-hover: rgb(140,188,103);
	--wd-arrow-bg-dis: rgb(255,255,255);
	--wd-arrow-radius: 10px;
	--wd-arrow-shadow: 0px 0px 0px 0px rgba(255,255,255,0);
}
.wd-nav-scroll {
	--wd-nscroll-height: 3px;
	--wd-nscroll-drag-bg: rgb(140,188,103);
	--wd-nscroll-drag-bg-hover: rgb(128,171,94);
}
.wd .product-label.new {
	background-color: rgb(140,188,103);
	color: rgb(255,255,255);
}
.wd .product-label.featured {
	background-color: rgb(221,153,51);
}
.wd .product-label.out-of-stock {
	background-color: rgb(221,51,51);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}

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

}

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

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

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


.wd-page-title {
background-color: rgb(250,248,245);
}

/* =========================================================
   AZANA — SINGLE PRODUCT
   QUANTITÉ + AJOUTER AU PANIER — PREMIUM V2
   ========================================================= */


/* =========================================================
   01 — LIGNE PRINCIPALE
   ========================================================= */

.single-product
.azana-product-cart
.e-atc-qty-button-holder {

    display: grid !important;

    grid-template-columns:
        150px minmax(0, 1fr) !important;

    align-items: stretch !important;

    gap: 10px !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* =========================================================
   02 — QUANTITÉ
   ========================================================= */

.single-product
.azana-product-cart
.quantity {

    display: grid !important;

    grid-template-columns:
        44px 60px 44px !important;

    align-items: stretch !important;

    width: 150px !important;
    min-width: 150px !important;
    max-width: 150px !important;

    height: 50px !important;

    margin: 0 !important;
    padding: 0 !important;

    background: #ffffff !important;

    border:
        1px solid #d8e1d4 !important;

    border-radius:
        10px !important;

    overflow: hidden !important;

    font-size: 14px !important;

    box-shadow:
        0 4px 12px rgba(31, 61, 47, .04) !important;
}


/* =========================================================
   03 — BOUTONS - ET +
   ========================================================= */

.single-product
.azana-product-cart
.quantity .minus,

.single-product
.azana-product-cart
.quantity .plus {

    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;

    height: 50px !important;
    min-height: 50px !important;

    margin: 0 !important;
    padding: 0 !important;

    background:
        #f2f6ee !important;

    border:
        0 !important;

    border-radius:
        0 !important;

    color:
        #173d30 !important;

    font-family:
        "Manrope",
        sans-serif !important;

    font-size:
        19px !important;

    font-weight:
        700 !important;

    line-height:
        1 !important;

    box-shadow:
        none !important;

    cursor:
        pointer !important;

    transition:
        background .18s ease,
        color .18s ease !important;
}


/* séparation */

.single-product
.azana-product-cart
.quantity .minus {

    border-right:
        1px solid #dde5d9 !important;
}


.single-product
.azana-product-cart
.quantity .plus {

    border-left:
        1px solid #dde5d9 !important;
}


/* hover */

.single-product
.azana-product-cart
.quantity .minus:hover,

.single-product
.azana-product-cart
.quantity .plus:hover {

    background:
        #dfeeda !important;

    color:
        #4f7f3d !important;
}


/* clic */

.single-product
.azana-product-cart
.quantity .minus:active,

.single-product
.azana-product-cart
.quantity .plus:active {

    background:
        #d2e5ca !important;

    transform:
        scale(.96) !important;
}


/* =========================================================
   04 — CHIFFRE CENTRAL
   ========================================================= */

.single-product
.azana-product-cart
.quantity .qty {

    display: block !important;

    width: 60px !important;
    min-width: 60px !important;
    max-width: 60px !important;

    height: 50px !important;
    min-height: 50px !important;

    margin: 0 !important;

    padding:
        0 5px !important;

    background:
        #ffffff !important;

    border:
        0 !important;

    border-radius:
        0 !important;

    color:
        #173d30 !important;

    font-family:
        "Manrope",
        sans-serif !important;

    font-size:
        15px !important;

    font-weight:
        750 !important;

    line-height:
        50px !important;

    text-align:
        center !important;

    box-shadow:
        none !important;

    outline:
        none !important;

    appearance:
        textfield !important;

    -moz-appearance:
        textfield !important;
}


.single-product
.azana-product-cart
.quantity .qty::-webkit-inner-spin-button,

.single-product
.azana-product-cart
.quantity .qty::-webkit-outer-spin-button {

    margin:
        0 !important;

    -webkit-appearance:
        none !important;
}


/* =========================================================
   05 — AJOUTER AU PANIER
   ========================================================= */

.single-product
.azana-product-cart
.e-atc-qty-button-holder
.single_add_to_cart_button,

.single-product
.azana-product-cart
.e-atc-qty-button-holder
button.single_add_to_cart_button {

    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;

    min-width: 0 !important;
    min-height: 50px !important;

    margin: 0 !important;

    padding:
        12px 22px !important;

    background:
        linear-gradient(
            135deg,
            #173f32 0%,
            #244f40 100%
        ) !important;

    border:
        0 !important;

    border-radius:
        10px !important;

    color:
        #ffffff !important;

    font-family:
        "Manrope",
        sans-serif !important;

    font-size:
        13px !important;

    font-weight:
        750 !important;

    line-height:
        1.2 !important;

    text-transform:
        none !important;

    box-shadow:
        0 6px 14px rgba(23, 63, 50, .13) !important;

    transition:
        transform .18s ease,
        background .18s ease,
        box-shadow .18s ease !important;
}


.single-product
.azana-product-cart
.e-atc-qty-button-holder
.single_add_to_cart_button:hover {

    background:
        #0f3429 !important;

    transform:
        translateY(-1px) !important;

    box-shadow:
        0 8px 18px rgba(23, 63, 50, .18) !important;
}


/* =========================================================
   06 — SÉCURITÉ CONTRE LES LARGEURS WOODMART / ELEMENTOR
   ========================================================= */

.single-product
.azana-product-cart
.e-atc-qty-button-holder
> .quantity {

    flex:
        0 0 150px !important;
}


.single-product
.azana-product-cart
.e-atc-qty-button-holder
> .single_add_to_cart_button {

    flex:
        1 1 auto !important;
}


/* =========================================================
   07 — MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .single-product
    .azana-product-cart
    .e-atc-qty-button-holder {

        grid-template-columns:
            128px minmax(0, 1fr) !important;

        gap:
            8px !important;
    }


    .single-product
    .azana-product-cart
    .quantity {

        grid-template-columns:
            38px 50px 38px !important;

        width:
            128px !important;

        min-width:
            128px !important;

        max-width:
            128px !important;

        height:
            47px !important;

        border-radius:
            9px !important;
    }


    .single-product
    .azana-product-cart
    .quantity .minus,

    .single-product
    .azana-product-cart
    .quantity .plus {

        width:
            38px !important;

        min-width:
            38px !important;

        max-width:
            38px !important;

        height:
            47px !important;

        min-height:
            47px !important;

        font-size:
            18px !important;
    }


    .single-product
    .azana-product-cart
    .quantity .qty {

        width:
            50px !important;

        min-width:
            50px !important;

        max-width:
            50px !important;

        height:
            47px !important;

        min-height:
            47px !important;

        line-height:
            47px !important;
    }


    .single-product
    .azana-product-cart
    .e-atc-qty-button-holder
    .single_add_to_cart_button {

        min-height:
            47px !important;

        padding:
            10px 12px !important;

        font-size:
            12px !important;
    }
}


/* =========================================================
   08 — TRÈS PETITS ÉCRANS
   ========================================================= */

@media (max-width: 390px) {

    .single-product
    .azana-product-cart
    .e-atc-qty-button-holder {

        grid-template-columns:
            1fr !important;

        gap:
            8px !important;
    }


    .single-product
    .azana-product-cart
    .quantity {

        width:
            128px !important;

        margin:
            0 auto !important;
    }


    .single-product
    .azana-product-cart
    .e-atc-qty-button-holder
    .single_add_to_cart_button {

        width:
            100% !important;
    }
}

/* =========================================================
   AZANA — QUANTITÉ + PANIER
   MOBILE — MÊME LIGNE QUE DESKTOP
   ========================================================= */

@media (max-width: 767px) {

    /* Ligne quantité + CTA */

    .single-product
    .azana-product-cart
    .e-atc-qty-button-holder {

        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;

        align-items: stretch !important;

        gap: 8px !important;

        width: 100% !important;
        max-width: 100% !important;

        margin: 0 !important;
        padding: 0 !important;
    }


    /* =====================================================
       QUANTITÉ COMPACTE
       ===================================================== */

    .single-product
    .azana-product-cart
    .e-atc-qty-button-holder
    .quantity {

        display: grid !important;

        grid-template-columns:
            36px 46px 36px !important;

        flex: 0 0 120px !important;

        width: 120px !important;
        min-width: 120px !important;
        max-width: 120px !important;

        height: 48px !important;
        min-height: 48px !important;

        margin: 0 !important;

        border-radius: 9px !important;

        overflow: hidden !important;
    }


    /* - et + */

    .single-product
    .azana-product-cart
    .quantity .minus,

    .single-product
    .azana-product-cart
    .quantity .plus {

        width: 36px !important;
        min-width: 36px !important;
        max-width: 36px !important;

        height: 48px !important;
        min-height: 48px !important;

        padding: 0 !important;

        font-size: 18px !important;
    }


    /* quantité centrale */

    .single-product
    .azana-product-cart
    .quantity .qty {

        width: 46px !important;
        min-width: 46px !important;
        max-width: 46px !important;

        height: 48px !important;
        min-height: 48px !important;

        padding: 0 !important;

        line-height: 48px !important;

        font-size: 14px !important;
    }


    /* =====================================================
       AJOUTER AU PANIER
       PREND TOUT L'ESPACE RESTANT
       ===================================================== */

    .single-product
    .azana-product-cart
    .e-atc-qty-button-holder
    .single_add_to_cart_button,

    .single-product
    .azana-product-cart
    .e-atc-qty-button-holder
    button.single_add_to_cart_button {

        flex: 1 1 0 !important;

        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;

        height: 48px !important;
        min-height: 48px !important;

        margin: 0 !important;

        padding: 10px 9px !important;

        border-radius: 9px !important;

        font-size: 12px !important;
        line-height: 1.2 !important;

        white-space: nowrap !important;
    }
}


/* =========================================================
   PETITS MOBILES
   On reste AUSSI sur une seule ligne
   ========================================================= */

@media (max-width: 390px) {

    .single-product
    .azana-product-cart
    .e-atc-qty-button-holder {

        display: flex !important;

        flex-direction: row !important;
        flex-wrap: nowrap !important;

        gap: 7px !important;
    }


    .single-product
    .azana-product-cart
    .e-atc-qty-button-holder
    .quantity {

        grid-template-columns:
            34px 42px 34px !important;

        flex-basis: 112px !important;

        width: 112px !important;
        min-width: 112px !important;
        max-width: 112px !important;
    }


    .single-product
    .azana-product-cart
    .quantity .minus,

    .single-product
    .azana-product-cart
    .quantity .plus {

        width: 34px !important;
        min-width: 34px !important;
        max-width: 34px !important;
    }


    .single-product
    .azana-product-cart
    .quantity .qty {

        width: 42px !important;
        min-width: 42px !important;
        max-width: 42px !important;
    }


    .single-product
    .azana-product-cart
    .e-atc-qty-button-holder
    .single_add_to_cart_button {

        width: auto !important;

        padding-left: 7px !important;
        padding-right: 7px !important;

        font-size: 11px !important;
    }
}

/* =========================================================
   AZANA — CARTES PRODUITS
   BOUTON RUPTURE DE STOCK
   ========================================================= */


/* Produit hors stock */

.product.outofstock .button,
.product.outofstock a.button,
.product.outofstock .product_type_simple,
.product.outofstock .product_type_variable,

.elementor-loop-item.product.outofstock .button,
.elementor-loop-item.product.outofstock a.button {

    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;

    min-height: 42px !important;

    padding:
        10px 16px !important;

    background:
        #b96b68 !important;

    border:
        1px solid #b96b68 !important;

    border-radius:
        10px !important;

    color:
        #ffffff !important;

    font-family:
        "Manrope",
        sans-serif !important;

    font-size:
        12px !important;

    font-weight:
        750 !important;

    line-height:
        1.2 !important;

    text-align:
        center !important;

    text-transform:
        none !important;

    box-shadow:
        0 5px 13px rgba(185, 107, 104, .16) !important;

    transition:
        background .18s ease,
        border-color .18s ease,
        transform .18s ease,
        box-shadow .18s ease !important;
}


/* Hover */

.product.outofstock .button:hover,
.product.outofstock a.button:hover,
.product.outofstock .product_type_simple:hover,
.product.outofstock .product_type_variable:hover,

.elementor-loop-item.product.outofstock .button:hover,
.elementor-loop-item.product.outofstock a.button:hover {

    background:
        #a85e5b !important;

    border-color:
        #a85e5b !important;

    color:
        #ffffff !important;

    transform:
        translateY(-1px) !important;

    box-shadow:
        0 7px 16px rgba(185, 107, 104, .20) !important;
}


/* Mobile */

@media (max-width: 767px) {

    .product.outofstock .button,
    .product.outofstock a.button,
    .product.outofstock .product_type_simple,
    .product.outofstock .product_type_variable {

        min-height:
            40px !important;

        padding:
            9px 11px !important;

        border-radius:
            9px !important;

        font-size:
            11px !important;
    }
}