: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
   + CARTES PRODUITS EN RUPTURE
   VERSION FINALE NETTOYÉE
   ========================================================= */


/* =========================================================
   01 — QUANTITÉ + PANIER
   LIGNE PRINCIPALE DESKTOP
   ========================================================= */

.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;
    max-width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* =========================================================
   02 — BLOC 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;
    min-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,
        transform .18s ease !important;
}


/* séparations */

.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É LARGEURS
   ========================================================= */

.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
   QUANTITÉ + PANIER SUR LA MÊME LIGNE
   ========================================================= */

@media (max-width: 767px) {

    .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é */

    .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;
    }


    /* CTA */

    .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;
    }
}


/* =========================================================
   08 — TRÈS PETITS MOBILES
   ON RESTE 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:
            0 0 112px !important;

        width:
            112px !important;

        min-width:
            112px !important;

        max-width:
            112px !important;

        margin:
            0 !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;
    }
}


/* =========================================================
   09 — CARTES PRODUITS EN RUPTURE
   IMPORTANT :
   ON CIBLE UNIQUEMENT LA CARTE EN RUPTURE
   ET JAMAIS TOUTE LA FICHE PRODUIT
   ========================================================= */


/* =========================================================
   WOOCOMMERCE — GRILLES CLASSIQUES
   ========================================================= */

.woocommerce
.products
> .product.outofstock
.button,

.woocommerce
.products
> .product.outofstock
a.button,

.woocommerce
.products
> .product.outofstock
.product_type_simple,

.woocommerce
.products
> .product.outofstock
.product_type_variable {

    display:
        flex !important;

    align-items:
        center !important;

    justify-content:
        center !important;

    width:
        100% !important;

    min-height:
        46px !important;

    padding:
        11px 18px !important;

    background:
        #b96b68 !important;

    border:
        1px solid #b96b68 !important;

    border-radius:
        999px !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;
}


/* =========================================================
   ELEMENTOR LOOP — CARTE EN RUPTURE
   ========================================================= */

.elementor-loop-container
.e-loop-item.product.outofstock
.button,

.elementor-loop-container
.e-loop-item.product.outofstock
a.button,

.elementor-loop-container
.e-loop-item.product.outofstock
.elementor-button,

.elementor-loop-container
.e-loop-item.outofstock
.button,

.elementor-loop-container
.e-loop-item.outofstock
a.button,

.elementor-loop-container
.e-loop-item.outofstock
.elementor-button {

    display:
        flex !important;

    align-items:
        center !important;

    justify-content:
        center !important;

    width:
        100% !important;

    min-height:
        46px !important;

    padding:
        11px 18px !important;

    background:
        #b96b68 !important;

    border:
        1px solid #b96b68 !important;

    border-radius:
        999px !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;
}


/* =========================================================
   10 — HOVER RUPTURE
   ========================================================= */

.woocommerce
.products
> .product.outofstock
.button:hover,

.woocommerce
.products
> .product.outofstock
a.button:hover,

.woocommerce
.products
> .product.outofstock
.product_type_simple:hover,

.woocommerce
.products
> .product.outofstock
.product_type_variable:hover,

.elementor-loop-container
.e-loop-item.product.outofstock
.button:hover,

.elementor-loop-container
.e-loop-item.product.outofstock
a.button:hover,

.elementor-loop-container
.e-loop-item.product.outofstock
.elementor-button:hover,

.elementor-loop-container
.e-loop-item.outofstock
.button:hover,

.elementor-loop-container
.e-loop-item.outofstock
a.button:hover,

.elementor-loop-container
.e-loop-item.outofstock
.elementor-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, .21) !important;
}


/* =========================================================
   11 — MOBILE RUPTURE
   ========================================================= */

@media (max-width: 767px) {

    .woocommerce
    .products
    > .product.outofstock
    .button,

    .woocommerce
    .products
    > .product.outofstock
    a.button,

    .woocommerce
    .products
    > .product.outofstock
    .product_type_simple,

    .woocommerce
    .products
    > .product.outofstock
    .product_type_variable,

    .elementor-loop-container
    .e-loop-item.product.outofstock
    .button,

    .elementor-loop-container
    .e-loop-item.product.outofstock
    a.button,

    .elementor-loop-container
    .e-loop-item.product.outofstock
    .elementor-button,

    .elementor-loop-container
    .e-loop-item.outofstock
    .button,

    .elementor-loop-container
    .e-loop-item.outofstock
    a.button,

    .elementor-loop-container
    .e-loop-item.outofstock
    .elementor-button {

        min-height:
            44px !important;

        padding:
            10px 14px !important;

        border-radius:
            999px !important;

        font-size:
            11px !important;
    }
}

/* =========================================================
   AZANA — BADGE PROMOTION
   CIBLE RÉELLE : .azana-loop-badge.is-sale
   ========================================================= */

.azana-loop-badge.is-sale {

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: auto !important;
    min-width: 62px !important;
    min-height: 34px !important;

    margin: 0 !important;
    padding: 7px 12px !important;

    background:
        linear-gradient(
            135deg,
            #b96b68 0%,
            #c67b77 100%
        ) !important;

    border:
        1px solid rgba(185, 107, 104, .22) !important;

    border-radius:
        999px !important;

    color:
        #ffffff !important;

    font-family:
        "Manrope",
        sans-serif !important;

    font-size:
        13px !important;

    font-weight:
        800 !important;

    line-height:
        1 !important;

    letter-spacing:
        -.01em !important;

    white-space:
        nowrap !important;

    box-shadow:
        0 5px 14px rgba(185, 107, 104, .18) !important;
}


/* Petite animation desktop */

@media (min-width: 768px) {

    .azana-loop-badge.is-sale {

        transition:
            transform .18s ease,
            box-shadow .18s ease !important;
    }

    .azana-loop-badge.is-sale:hover {

        transform:
            translateY(-1px) !important;

        box-shadow:
            0 7px 17px rgba(185, 107, 104, .23) !important;
    }
}


/* Mobile */

@media (max-width: 767px) {

    .azana-loop-badge.is-sale {

        min-width:
            56px !important;

        min-height:
            31px !important;

        padding:
            6px 10px !important;

        font-size:
            12px !important;
    }
}

/* =========================================================
   AZANA — BADGE PROMOTION
   POSITION HAUT DROITE + TERRACOTTA PREMIUM
   ========================================================= */


/* La carte devient le repère du badge */

.azana-product-card {
    position: relative !important;
}


/* Badge promo */

.azana-product-card
.azana-loop-badge.is-sale {

    position: absolute !important;

    top: 16px !important;
    right: 16px !important;
    left: auto !important;
    bottom: auto !important;

    z-index: 20 !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: auto !important;

    min-width: 62px !important;
    min-height: 34px !important;

    margin: 0 !important;

    padding:
        7px 12px !important;

    /* Terracotta premium */
    background:
        linear-gradient(
            135deg,
            #b85f5b 0%,
            #cb756d 100%
        ) !important;

    border:
        1px solid rgba(255,255,255,.28) !important;

    border-radius:
        999px !important;

    color:
        #ffffff !important;

    font-family:
        "Manrope",
        sans-serif !important;

    font-size:
        13px !important;

    font-weight:
        800 !important;

    line-height:
        1 !important;

    letter-spacing:
        -.015em !important;

    white-space:
        nowrap !important;

    box-shadow:
        0 6px 16px rgba(142, 67, 63, .18),
        0 1px 2px rgba(255,255,255,.18) inset !important;

    transition:
        transform .18s ease,
        box-shadow .18s ease !important;
}


/* Hover très léger */

@media (min-width: 768px) {

    .azana-product-card
    .azana-loop-badge.is-sale:hover {

        transform:
            translateY(-1px) scale(1.02) !important;

        box-shadow:
            0 8px 20px rgba(142, 67, 63, .23) !important;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .azana-product-card
    .azana-loop-badge.is-sale {

        top:
            12px !important;

        right:
            12px !important;

        min-width:
            56px !important;

        min-height:
            31px !important;

        padding:
            6px 10px !important;

        font-size:
            12px !important;
    }
}

/* =========================================================
   AZANA — BADGE PROMO
   POSITION RÉELLE : COIN SUPÉRIEUR DROIT DE LA CARTE
   ========================================================= */


/* La carte complète devient le repère */

.azana-product-card {
    position: relative !important;
}


/* =========================================================
   IMPORTANT
   Le widget Shortcode Elementor ne doit plus servir
   de repère au positionnement du badge
   ========================================================= */

.azana-product-card
.elementor-widget-shortcode:has(.azana-loop-badge) {

    position: static !important;
}


.azana-product-card
.elementor-widget-shortcode:has(.azana-loop-badge)
> .elementor-widget-container {

    position: static !important;
}


.azana-product-card
.elementor-widget-shortcode:has(.azana-loop-badge)
.elementor-shortcode {

    position: static !important;
}


/* =========================================================
   BADGE
   ========================================================= */

.azana-product-card
.azana-loop-badge.is-sale {

    position: absolute !important;

    /* TOUT EN HAUT À DROITE */
    top: 14px !important;
    right: 14px !important;

    left: auto !important;
    bottom: auto !important;

    z-index: 30 !important;


    display: inline-flex !important;

    align-items: center !important;
    justify-content: center !important;


    width: auto !important;

    min-width: 62px !important;
    min-height: 34px !important;


    margin: 0 !important;

    padding:
        7px 12px !important;


    /* Rouge terracotta premium */

    background:
        linear-gradient(
            135deg,
            #ad5e59 0%,
            #c8756d 100%
        ) !important;


    border:
        1px solid rgba(255, 255, 255, .32) !important;


    border-radius:
        999px !important;


    color:
        #ffffff !important;


    font-family:
        "Manrope",
        sans-serif !important;


    font-size:
        13px !important;

    font-weight:
        800 !important;

    line-height:
        1 !important;


    letter-spacing:
        -.015em !important;


    white-space:
        nowrap !important;


    box-shadow:
        0 7px 18px rgba(130, 62, 57, .20),
        inset 0 1px 0 rgba(255,255,255,.15) !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .azana-product-card
    .azana-loop-badge.is-sale {

        top:
            11px !important;

        right:
            11px !important;


        min-width:
            56px !important;

        min-height:
            31px !important;


        padding:
            6px 10px !important;


        font-size:
            12px !important;
    }
}

/* =========================================================
   AZANA — MINI CART / PANIER LATÉRAL
   MASCOTTE HEADER + ÉTAT PANIER VIDE
   ========================================================= */


/* =========================================================
   BASE MINI-CART
   ========================================================= */

.cart-widget-side {
    background: #fcfbf7 !important;

    font-family: "Manrope", sans-serif !important;
}


/* =========================================================
   HEADER
   ========================================================= */

.cart-widget-side .wd-heading {
    position: relative !important;

    min-height: 72px !important;

    display: flex !important;
    align-items: center !important;

    padding: 0 82px 0 20px !important;

    background:
        linear-gradient(
            135deg,
            #fffefa 0%,
            #faf7ee 100%
        ) !important;

    border-bottom: 1px solid #e9e1d2 !important;

    overflow: visible !important;
}


/* TITRE PANIER */
.cart-widget-side .wd-heading .title {
    margin: 0 !important;

    color: #173f32 !important;

    font-family: "Manrope", sans-serif !important;
    font-size: 22px !important;
    font-weight: 750 !important;
    line-height: 1.2 !important;

    text-transform: none !important;
}


/* =========================================================
   PETITE MASCOTTE HEADER
   ========================================================= */

.cart-widget-side .wd-heading::after {
    content: "" !important;

    position: absolute !important;

    right: 54px !important;
    bottom: -7px !important;

    width: 58px !important;
    height: 58px !important;

    background-image:
        url("https://www.azana.ma/wp-content/uploads/2026/08/MASCOTTE-AZANA-TOTAL-PANIER.webp") !important;

    background-repeat: no-repeat !important;
    background-position: center bottom !important;
    background-size: contain !important;

    z-index: 3 !important;

    pointer-events: none !important;

    filter:
        drop-shadow(
            0 5px 9px
            rgba(44, 79, 47, .10)
        ) !important;
}


/* Bouton fermer toujours au-dessus */
.cart-widget-side .close-side-widget {
    position: relative !important;
    z-index: 5 !important;
}


/* =========================================================
   SI LE PANIER EST VIDE :
   on cache la petite mascotte du header
   ========================================================= */

.cart-widget-side:has(.wd-empty-mini-cart)
.wd-heading::after {
    display: none !important;
}


/* =========================================================
   PANIER VIDE — CARTE PRINCIPALE
   ========================================================= */

.cart-widget-side .wd-empty-mini-cart {
    position: relative !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;

    width: calc(100% - 28px) !important;

    margin: 18px 14px 20px !important;

    padding:
        168px
        22px
        26px !important;

    background:
        radial-gradient(
            circle at 50% 27%,
            rgba(156, 194, 105, .13) 0%,
            rgba(156, 194, 105, .04) 31%,
            rgba(156, 194, 105, 0) 54%
        ),
        linear-gradient(
            150deg,
            #fffefa 0%,
            #faf7ef 100%
        ) !important;

    border: 1px solid #e5d9c0 !important;
    border-radius: 20px !important;

    box-shadow:
        0 12px 28px
        rgba(47, 70, 46, .055) !important;

    text-align: center !important;

    overflow: hidden !important;

    box-sizing: border-box !important;
}


/* =========================================================
   GRANDE MASCOTTE — PANIER VIDE
   ========================================================= */

.cart-widget-side .wd-empty-mini-cart::before {
    content: "" !important;

    position: absolute !important;

    top: 20px !important;
    left: 50% !important;

    transform:
        translateX(-50%) !important;

    width: 140px !important;
    height: 140px !important;

    background-image:
        url("https://www.azana.ma/wp-content/uploads/2026/08/MASCOTTE-AZANA-TOTAL-PANIER.webp") !important;

    background-repeat: no-repeat !important;
    background-position: center bottom !important;
    background-size: contain !important;

    z-index: 2 !important;

    pointer-events: none !important;

    filter:
        drop-shadow(
            0 9px 15px
            rgba(45, 77, 47, .11)
        ) !important;
}


/* Halo derrière la mascotte */
.cart-widget-side .wd-empty-mini-cart::after {
    content: "" !important;

    position: absolute !important;

    top: -10px !important;
    left: 50% !important;

    transform:
        translateX(-50%) !important;

    width: 205px !important;
    height: 205px !important;

    border-radius: 50% !important;

    background:
        radial-gradient(
            circle,
            rgba(149, 187, 96, .13) 0%,
            rgba(149, 187, 96, .045) 48%,
            rgba(149, 187, 96, 0) 73%
        ) !important;

    z-index: 1 !important;

    pointer-events: none !important;
}


/* Contenu devant les décorations */
.cart-widget-side
.wd-empty-mini-cart > * {
    position: relative !important;
    z-index: 4 !important;
}


/* =========================================================
   TITRE PANIER VIDE
   ========================================================= */

.cart-widget-side
.woocommerce-mini-cart__empty-message.empty.title {
    width: 100% !important;

    margin: 0 !important;

    color: #173f32 !important;

    font-family: "Manrope", sans-serif !important;
    font-size: 23px !important;
    font-weight: 750 !important;
    line-height: 1.25 !important;

    text-align: center !important;

    text-transform: none !important;
}


/* Texte complémentaire automatique */
.cart-widget-side
.woocommerce-mini-cart__empty-message.empty.title::after {
    content:
        "Découvrez vos essentiels beauté, bien-être et soins 🌿" !important;

    display: block !important;

    width: 100% !important;
    max-width: 250px !important;

    margin: 11px auto 0 !important;

    color: #68746d !important;

    font-family: "Manrope", sans-serif !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.55 !important;
}


/* =========================================================
   BOUTON RETOUR BOUTIQUE
   ========================================================= */

.cart-widget-side
.wd-empty-mini-cart
.btn.btn-accent.wc-backward {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    max-width: 245px !important;

    min-height: 47px !important;

    margin: 20px auto 0 !important;
    padding: 10px 18px !important;

    background: #315f43 !important;

    border: 1px solid #315f43 !important;
    border-radius: 10px !important;

    color: #ffffff !important;

    font-family: "Manrope", sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;

    text-align: center !important;
    text-transform: none !important;

    box-shadow:
        0 8px 18px
        rgba(49, 95, 67, .13) !important;

    transition:
        background .2s ease,
        border-color .2s ease,
        box-shadow .2s ease !important;
}


/* Hover */
.cart-widget-side
.wd-empty-mini-cart
.btn.btn-accent.wc-backward:hover {
    background: #527f53 !important;

    border-color: #527f53 !important;

    color: #ffffff !important;

    box-shadow:
        0 10px 21px
        rgba(49, 95, 67, .17) !important;
}


/* =========================================================
   FOOTER VIDE
   ========================================================= */

.cart-widget-side
.shopping-cart-widget-footer.wd-cart-empty {
    display: none !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    /* HEADER */
    .cart-widget-side .wd-heading {
        min-height: 66px !important;

        padding:
            0
            72px
            0
            16px !important;
    }


    .cart-widget-side .wd-heading .title {
        font-size: 20px !important;
    }


    /* Petite mascotte */
    .cart-widget-side .wd-heading::after {
        right: 47px !important;
        bottom: -5px !important;

        width: 50px !important;
        height: 50px !important;
    }


    /* Panier vide */
    .cart-widget-side .wd-empty-mini-cart {
        width: calc(100% - 20px) !important;

        margin:
            14px
            10px
            18px !important;

        padding:
            145px
            16px
            21px !important;

        border-radius: 17px !important;
    }


    /* Grande mascotte */
    .cart-widget-side .wd-empty-mini-cart::before {
        top: 15px !important;

        width: 122px !important;
        height: 122px !important;
    }


    .cart-widget-side .wd-empty-mini-cart::after {
        width: 175px !important;
        height: 175px !important;
    }


    /* Titre */
    .cart-widget-side
    .woocommerce-mini-cart__empty-message.empty.title {
        font-size: 20px !important;
    }


    /* Description */
    .cart-widget-side
    .woocommerce-mini-cart__empty-message.empty.title::after {
        max-width: 230px !important;

        font-size: 12.5px !important;
        line-height: 1.5 !important;
    }


    /* CTA */
    .cart-widget-side
    .wd-empty-mini-cart
    .btn.btn-accent.wc-backward {
        max-width: none !important;

        min-height: 45px !important;
    }
}

/* =========================================================
   AZANA MINI-CART — FINITION HEADER + PANIER VIDE V2
   À AJOUTER TOUT À LA FIN DU CSS ACTUEL
   ========================================================= */


/* =========================================================
   HEADER GLOBAL
   ========================================================= */

.cart-widget-side .wd-heading {
    position: relative !important;

    display: grid !important;
    grid-template-columns: 1fr 72px 1fr !important;
    align-items: center !important;

    min-height: 74px !important;

    padding: 0 16px !important;

    background:
        linear-gradient(
            135deg,
            #fffefa 0%,
            #faf8f1 100%
        ) !important;

    border-bottom: 1px solid #e9e1d2 !important;

    overflow: visible !important;
}


/* TITRE */
.cart-widget-side .wd-heading .title {
    grid-column: 1 !important;

    justify-self: start !important;

    margin: 0 !important;

    color: #173f32 !important;

    font-family: "Manrope", sans-serif !important;
    font-size: 21px !important;
    font-weight: 750 !important;
    line-height: 1.2 !important;
}


/* FERMER */
.cart-widget-side .wd-heading .close-side-widget {
    grid-column: 3 !important;

    justify-self: end !important;

    position: relative !important;
    z-index: 10 !important;

    margin: 0 !important;

    font-family: "Manrope", sans-serif !important;
}


/* =========================================================
   MASCOTTE CENTRÉE ENTRE PANIER ET FERMER
   ========================================================= */

.cart-widget-side .wd-heading::after {
    content: "" !important;

    position: absolute !important;

    left: 50% !important;
    right: auto !important;

    bottom: -5px !important;

    transform: translateX(-50%) !important;

    width: 67px !important;
    height: 67px !important;

    background-image:
        url("https://www.azana.ma/wp-content/uploads/2026/08/MASCOTTE-AZANA-TOTAL-PANIER.webp") !important;

    background-repeat: no-repeat !important;
    background-position: center bottom !important;
    background-size: contain !important;

    pointer-events: none !important;

    z-index: 6 !important;

    filter:
        drop-shadow(
            0 5px 10px
            rgba(40, 73, 43, .12)
        ) !important;
}


/* Petit halo discret */
.cart-widget-side .wd-heading::before {
    content: "" !important;

    position: absolute !important;

    left: 50% !important;
    bottom: 3px !important;

    transform: translateX(-50%) !important;

    width: 72px !important;
    height: 40px !important;

    border-radius: 50% !important;

    background:
        radial-gradient(
            circle,
            rgba(144, 185, 91, .13) 0%,
            rgba(144, 185, 91, 0) 72%
        ) !important;

    pointer-events: none !important;

    z-index: 4 !important;
}


/* =========================================================
   PANIER VIDE :
   on retire la mascotte du header
   ========================================================= */

.cart-widget-side:has(.wd-empty-mini-cart)
.wd-heading::after,
.cart-widget-side:has(.wd-empty-mini-cart)
.wd-heading::before {
    display: none !important;
}


/* =========================================================
   PANIER VIDE — CARTE V2
   ========================================================= */

.cart-widget-side .wd-empty-mini-cart {
    position: relative !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;

    width: calc(100% - 24px) !important;

    margin: 16px 12px 18px !important;

    padding:
        155px
        20px
        24px !important;

    background:
        radial-gradient(
            circle at 50% 25%,
            rgba(159, 198, 103, .14) 0%,
            rgba(159, 198, 103, .04) 34%,
            rgba(159, 198, 103, 0) 57%
        ),
        linear-gradient(
            145deg,
            #fffefa 0%,
            #faf7ed 100%
        ) !important;

    border: 1px solid #e5d8bd !important;
    border-radius: 22px !important;

    box-shadow:
        0 12px 30px
        rgba(47, 70, 46, .055) !important;

    text-align: center !important;

    overflow: hidden !important;
}


/* GRANDE MASCOTTE */
.cart-widget-side .wd-empty-mini-cart::before {
    content: "" !important;

    position: absolute !important;

    top: 14px !important;
    left: 50% !important;

    transform: translateX(-50%) !important;

    width: 145px !important;
    height: 145px !important;

    background-image:
        url("https://www.azana.ma/wp-content/uploads/2026/08/MASCOTTE-AZANA-TOTAL-PANIER.webp") !important;

    background-repeat: no-repeat !important;
    background-position: center bottom !important;
    background-size: contain !important;

    z-index: 3 !important;

    pointer-events: none !important;

    filter:
        drop-shadow(
            0 9px 16px
            rgba(44, 77, 47, .11)
        ) !important;
}


/* Halo mascotte */
.cart-widget-side .wd-empty-mini-cart::after {
    content: "" !important;

    position: absolute !important;

    top: -5px !important;
    left: 50% !important;

    transform: translateX(-50%) !important;

    width: 205px !important;
    height: 190px !important;

    border-radius: 50% !important;

    background:
        radial-gradient(
            circle,
            rgba(151, 190, 99, .13) 0%,
            rgba(151, 190, 99, .045) 46%,
            rgba(151, 190, 99, 0) 73%
        ) !important;

    z-index: 1 !important;

    pointer-events: none !important;
}


/* CONTENU DEVANT */
.cart-widget-side .wd-empty-mini-cart > * {
    position: relative !important;
    z-index: 5 !important;
}


/* TITRE VIDE */
.cart-widget-side
.woocommerce-mini-cart__empty-message.empty.title {
    margin: 0 !important;

    color: #173f32 !important;

    font-family: "Manrope", sans-serif !important;
    font-size: 22px !important;
    font-weight: 750 !important;
    line-height: 1.25 !important;
}


/* TEXTE SECONDAIRE */
.cart-widget-side
.woocommerce-mini-cart__empty-message.empty.title::after {
    content:
        "Découvrez vos essentiels beauté, bien-être et soins 🌿" !important;

    display: block !important;

    max-width: 255px !important;

    margin: 10px auto 0 !important;

    color: #6b766f !important;

    font-family: "Manrope", sans-serif !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.55 !important;
}


/* CTA */
.cart-widget-side
.wd-empty-mini-cart
.btn.btn-accent.wc-backward {
    width: 100% !important;
    max-width: 245px !important;

    min-height: 48px !important;

    margin: 19px auto 0 !important;

    background: #315f43 !important;

    border: 1px solid #315f43 !important;
    border-radius: 10px !important;

    color: #fff !important;

    font-family: "Manrope", sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;

    text-transform: none !important;

    box-shadow:
        0 8px 18px
        rgba(49,95,67,.13) !important;
}


.cart-widget-side
.wd-empty-mini-cart
.btn.btn-accent.wc-backward:hover {
    background: #527f53 !important;
    border-color: #527f53 !important;

    color: #fff !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .cart-widget-side .wd-heading {
        grid-template-columns: 1fr 62px 1fr !important;

        min-height: 68px !important;

        padding: 0 13px !important;
    }


    .cart-widget-side .wd-heading .title {
        font-size: 20px !important;
    }


    .cart-widget-side .wd-heading::after {
        bottom: -4px !important;

        width: 58px !important;
        height: 58px !important;
    }


    .cart-widget-side .wd-heading::before {
        width: 64px !important;
    }


    /* état vide */
    .cart-widget-side .wd-empty-mini-cart {
        width: calc(100% - 18px) !important;

        margin:
            12px
            9px
            16px !important;

        padding:
            140px
            15px
            20px !important;

        border-radius: 19px !important;
    }


    .cart-widget-side .wd-empty-mini-cart::before {
        top: 12px !important;

        width: 125px !important;
        height: 125px !important;
    }


    .cart-widget-side
    .woocommerce-mini-cart__empty-message.empty.title {
        font-size: 20px !important;
    }


    .cart-widget-side
    .woocommerce-mini-cart__empty-message.empty.title::after {
        font-size: 12.5px !important;
    }
}

/* =========================================================
   AZANA — MINI CART PREMIUM V3
   Produits + Footer + Fermer + Empty centered
   Mascotte header inchangée
   ========================================================= */


/* =========================================================
   1. HEADER
   ========================================================= */

.cart-widget-side .wd-heading {
    min-height: 74px !important;

    border-bottom: 1px solid #e8dfce !important;

    box-shadow:
        0 4px 16px rgba(42, 67, 45, .025) !important;
}


/* TITRE */
.cart-widget-side .wd-heading .title {
    color: #173f32 !important;

    font-family: "Manrope", sans-serif !important;
    font-size: 21px !important;
    font-weight: 750 !important;
    letter-spacing: -.2px !important;
}


/* =========================================================
   2. BOUTON FERMER PREMIUM
   ========================================================= */

.cart-widget-side .close-side-widget {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    min-height: 38px !important;

    padding: 7px 11px !important;

    background: #f7f8f4 !important;

    border: 1px solid #dde5d7 !important;
    border-radius: 999px !important;

    color: #315743 !important;

    font-family: "Manrope", sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;

    box-shadow:
        0 4px 12px rgba(41, 68, 45, .04) !important;

    transition:
        background .2s ease,
        border-color .2s ease,
        color .2s ease,
        box-shadow .2s ease !important;
}


.cart-widget-side .close-side-widget:hover {
    background: #eef5ea !important;

    border-color: #bfd3b6 !important;

    color: #214936 !important;

    box-shadow:
        0 5px 14px rgba(41, 68, 45, .07) !important;
}


/* Croix */
.cart-widget-side .close-side-widget::before,
.cart-widget-side .close-side-widget::after {
    color: #315743 !important;
}


/* =========================================================
   3. ZONE PRODUITS
   ========================================================= */

.cart-widget-side .widget_shopping_cart {
    font-family: "Manrope", sans-serif !important;

    background: #fbfaf6 !important;
}


.cart-widget-side .widget_shopping_cart_content {
    background: #fbfaf6 !important;
}


/* =========================================================
   4. CHAQUE PRODUIT = MINI CARD
   ========================================================= */

.cart-widget-side .woocommerce-mini-cart-item,
.cart-widget-side .mini_cart_item {
    position: relative !important;

    margin: 9px 9px 0 !important;
    padding: 11px 30px 11px 10px !important;

    background:
        linear-gradient(
            145deg,
            #fffefa 0%,
            #fdfbf5 100%
        ) !important;

    border: 1px solid #ebe2cf !important;
    border-radius: 13px !important;

    box-shadow:
        0 5px 15px rgba(47, 69, 47, .035) !important;
}


/* Supprime les vieilles séparations WoodMart */
.cart-widget-side .woocommerce-mini-cart-item + .woocommerce-mini-cart-item,
.cart-widget-side .mini_cart_item + .mini_cart_item {
    border-top-color: #ebe2cf !important;
}


/* =========================================================
   5. IMAGE PRODUIT
   ========================================================= */

.cart-widget-side .woocommerce-mini-cart-item img,
.cart-widget-side .mini_cart_item img {
    border-radius: 9px !important;

    background: #ffffff !important;

    box-shadow:
        inset 0 0 0 1px #f0eadf !important;
}


/* =========================================================
   6. NOM PRODUIT
   ========================================================= */

.cart-widget-side .woocommerce-mini-cart-item > a:not(.remove),
.cart-widget-side .mini_cart_item > a:not(.remove) {
    color: #263f35 !important;

    font-family: "Manrope", sans-serif !important;
    font-size: 13px !important;
    font-weight: 650 !important;
    line-height: 1.35 !important;

    text-transform: none !important;
}


/* =========================================================
   7. BOUTON SUPPRIMER
   ========================================================= */

.cart-widget-side .woocommerce-mini-cart-item .remove,
.cart-widget-side .mini_cart_item .remove {
    position: absolute !important;

    top: 9px !important;
    right: 8px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 25px !important;
    height: 25px !important;

    padding: 0 !important;

    background: #faf6f3 !important;

    border: 1px solid #eaded9 !important;
    border-radius: 50% !important;

    color: #99776e !important;

    font-size: 15px !important;
    line-height: 1 !important;

    opacity: .8 !important;

    transition:
        background .2s ease,
        color .2s ease,
        border-color .2s ease !important;
}


.cart-widget-side .woocommerce-mini-cart-item .remove:hover,
.cart-widget-side .mini_cart_item .remove:hover {
    background: #f4e6e3 !important;

    border-color: #e2c9c4 !important;

    color: #a4564d !important;

    opacity: 1 !important;
}


/* =========================================================
   8. QUANTITÉ
   ========================================================= */

.cart-widget-side .quantity {
    margin-top: 7px !important;
}


.cart-widget-side .quantity input,
.cart-widget-side .quantity button,
.cart-widget-side .quantity .minus,
.cart-widget-side .quantity .plus {
    font-family: "Manrope", sans-serif !important;
}


.cart-widget-side .quantity input {
    background: #fff !important;

    border-color: #dedfd7 !important;

    color: #315743 !important;

    font-weight: 600 !important;
}


.cart-widget-side .quantity .minus,
.cart-widget-side .quantity .plus {
    background: #f5f8f2 !important;

    border-color: #dce5d6 !important;

    color: #52764f !important;
}


.cart-widget-side .quantity .minus:hover,
.cart-widget-side .quantity .plus:hover {
    background: #eaf3e5 !important;

    color: #315f43 !important;
}


/* =========================================================
   9. PRIX
   ========================================================= */

.cart-widget-side .woocommerce-mini-cart-item .amount,
.cart-widget-side .mini_cart_item .amount {
    color: #7ba956 !important;

    font-family: "Manrope", sans-serif !important;
    font-weight: 700 !important;
}


/* =========================================================
   10. FOOTER DU MINI CART
   ========================================================= */

.cart-widget-side .shopping-cart-widget-footer:not(.wd-cart-empty) {
    padding: 14px 11px 12px !important;

    background:
        linear-gradient(
            180deg,
            #fffefa 0%,
            #faf7ef 100%
        ) !important;

    border-top: 1px solid #e7ddca !important;

    box-shadow:
        0 -8px 22px rgba(43, 66, 45, .045) !important;
}


/* =========================================================
   11. SOUS-TOTAL
   ========================================================= */

.cart-widget-side .shopping-cart-widget-footer .woocommerce-mini-cart__total,
.cart-widget-side .shopping-cart-widget-footer .total {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;

    margin: 0 0 12px !important;
    padding: 10px 11px !important;

    background: #f6f8f1 !important;

    border: 1px solid #e0e7d8 !important;
    border-radius: 10px !important;

    color: #234737 !important;

    font-family: "Manrope", sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
}


.cart-widget-side
.shopping-cart-widget-footer
.woocommerce-mini-cart__total
.amount,
.cart-widget-side
.shopping-cart-widget-footer
.total
.amount {
    color: #72a451 !important;

    font-size: 17px !important;
    font-weight: 750 !important;
}


/* =========================================================
   12. BOUTONS
   ========================================================= */

/* Conteneur */
.cart-widget-side
.shopping-cart-widget-footer
.woocommerce-mini-cart__buttons {
    display: grid !important;

    grid-template-columns: 1fr !important;

    gap: 8px !important;

    margin: 0 !important;
}


/* Base */
.cart-widget-side
.shopping-cart-widget-footer
.woocommerce-mini-cart__buttons
.button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    min-height: 48px !important;

    margin: 0 !important;
    padding: 10px 15px !important;

    border-radius: 10px !important;

    font-family: "Manrope", sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;

    text-transform: none !important;

    transition:
        background .2s ease,
        border-color .2s ease,
        color .2s ease,
        box-shadow .2s ease !important;
}


/* VOIR LE PANIER = SECONDAIRE */
.cart-widget-side
.shopping-cart-widget-footer
.woocommerce-mini-cart__buttons
.button:not(.checkout) {
    background: #ffffff !important;

    border: 1px solid #729376 !important;

    color: #315743 !important;

    box-shadow: none !important;
}


.cart-widget-side
.shopping-cart-widget-footer
.woocommerce-mini-cart__buttons
.button:not(.checkout):hover {
    background: #f2f7ef !important;

    border-color: #5f8c63 !important;

    color: #214936 !important;
}


/* COMMANDER = CTA PRINCIPAL */
.cart-widget-side
.shopping-cart-widget-footer
.woocommerce-mini-cart__buttons
.checkout {
    background: #315f43 !important;

    border: 1px solid #315f43 !important;

    color: #ffffff !important;

    box-shadow:
        0 8px 18px rgba(49, 95, 67, .14) !important;
}


.cart-widget-side
.shopping-cart-widget-footer
.woocommerce-mini-cart__buttons
.checkout:hover {
    background: #527f53 !important;

    border-color: #527f53 !important;

    color: #ffffff !important;

    box-shadow:
        0 10px 22px rgba(49, 95, 67, .18) !important;
}


/* =========================================================
   13. PANIER VIDE — CENTRAGE VERTICAL
   ========================================================= */

/* Toute la zone sous le header devient une zone centrée */
.cart-widget-side:has(.wd-empty-mini-cart)
.widget_shopping_cart_content {
    display: flex !important;
    flex-direction: column !important;

    min-height:
        calc(100dvh - 74px) !important;
}


/* Corps du panier vide */
.cart-widget-side:has(.wd-empty-mini-cart)
.shopping-cart-widget-body {
    display: flex !important;
    flex: 1 1 auto !important;

    width: 100% !important;
}


/* Wrapper scroll */
.cart-widget-side:has(.wd-empty-mini-cart)
.shopping-cart-widget-body
.wd-scroll-content {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    min-height: 100% !important;

    padding: 15px 0 !important;
}


/* Carte vide centrée */
.cart-widget-side:has(.wd-empty-mini-cart)
.wd-empty-mini-cart {
    width: calc(100% - 20px) !important;

    margin: auto 10px !important;
}


/* =========================================================
   14. MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .cart-widget-side .woocommerce-mini-cart-item,
    .cart-widget-side .mini_cart_item {
        margin:
            7px
            7px
            0 !important;

        padding:
            9px
            28px
            9px
            9px !important;

        border-radius: 11px !important;
    }


    .cart-widget-side
    .shopping-cart-widget-footer:not(.wd-cart-empty) {
        padding:
            11px
            8px
            9px !important;
    }


    .cart-widget-side
    .shopping-cart-widget-footer
    .woocommerce-mini-cart__total,
    .cart-widget-side
    .shopping-cart-widget-footer
    .total {
        padding:
            8px
            10px !important;
    }


    .cart-widget-side
    .shopping-cart-widget-footer
    .woocommerce-mini-cart__buttons
    .button {
        min-height: 46px !important;
    }


    /* Empty centré */
    .cart-widget-side:has(.wd-empty-mini-cart)
    .widget_shopping_cart_content {
        min-height:
            calc(100dvh - 68px) !important;
    }
}