: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;
    }
}

/* =========================================================
   AZANA — PATCH MINI-CART PRODUITS
   organisation + suppression double X
   ========================================================= */

/* ---------------------------------
   1) Organisation plus propre
--------------------------------- */

.cart-widget-side .woocommerce-mini-cart-item,
.cart-widget-side .mini_cart_item {
    position: relative !important;
    display: block !important;
    overflow: hidden !important;

    min-height: 126px !important;

    padding: 12px 38px 12px 96px !important;
    margin: 10px 10px 0 !important;

    background: linear-gradient(145deg, #fffefa 0%, #fcfaf4 100%) !important;
    border: 1px solid #e8deca !important;
    border-radius: 16px !important;
    box-shadow: 0 6px 18px rgba(41, 68, 45, 0.04) !important;
}

/* image produit */
.cart-widget-side .woocommerce-mini-cart-item img,
.cart-widget-side .mini_cart_item img {
    position: absolute !important;
    top: 14px !important;
    left: 14px !important;

    width: 64px !important;
    height: 64px !important;
    object-fit: contain !important;

    margin: 0 !important;
    float: none !important;

    background: #fff !important;
    border: 1px solid #f0eadf !important;
    border-radius: 10px !important;
    box-shadow: none !important;
}

/* nom produit */
.cart-widget-side .woocommerce-mini-cart-item > a:not(.remove),
.cart-widget-side .mini_cart_item > a:not(.remove) {
    display: block !important;
    margin: 0 0 10px !important;
    padding: 0 !important;

    color: #203f34 !important;
    font-family: "Manrope", sans-serif !important;
    font-size: 12px !important;
    font-weight: 650 !important;
    line-height: 1.35 !important;
    text-transform: none !important;
}

/* quantité / prix */
.cart-widget-side .woocommerce-mini-cart-item .quantity,
.cart-widget-side .mini_cart_item .quantity {
    display: block !important;
    margin-top: 6px !important;

    color: #6f786f !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
}

.cart-widget-side .woocommerce-mini-cart-item .amount,
.cart-widget-side .mini_cart_item .amount {
    color: #8db85d !important;
    font-weight: 750 !important;
}

/* ---------------------------------
   2) Bouton supprimer : UN SEUL X
--------------------------------- */

.cart-widget-side .woocommerce-mini-cart-item .remove,
.cart-widget-side .mini_cart_item .remove {
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    min-height: 26px !important;

    margin: 0 !important;
    padding: 0 !important;

    background: #faf5f3 !important;
    border: 1px solid #e8d8d2 !important;
    border-radius: 50% !important;

    color: #9a7d73 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    text-indent: 0 !important;

    overflow: hidden !important;
    box-shadow: none !important;
}

/* IMPORTANT : on supprime les pseudo-éléments qui créent le 2e X */
.cart-widget-side .woocommerce-mini-cart-item .remove::before,
.cart-widget-side .woocommerce-mini-cart-item .remove::after,
.cart-widget-side .mini_cart_item .remove::before,
.cart-widget-side .mini_cart_item .remove::after {
    content: none !important;
    display: none !important;
}

/* si un texte caché type "Afficher" / accessibilité apparaît */
.cart-widget-side .woocommerce-mini-cart-item .remove .screen-reader-text,
.cart-widget-side .mini_cart_item .remove .screen-reader-text,
.cart-widget-side .woocommerce-mini-cart-item .remove span,
.cart-widget-side .mini_cart_item .remove span {
    display: none !important;
}

/* hover remove */
.cart-widget-side .woocommerce-mini-cart-item .remove:hover,
.cart-widget-side .mini_cart_item .remove:hover {
    background: #f5e6e2 !important;
    border-color: #ddc2bb !important;
    color: #a85a52 !important;
}

/* ---------------------------------
   3) Supprimer le mot parasite "Afficher"
--------------------------------- */

/* parfois le thème injecte du texte parasite au début */
.cart-widget-side .woocommerce-mini-cart-item::before,
.cart-widget-side .mini_cart_item::before {
    content: none !important;
}

/* au cas où un label parasite serait visible */
.cart-widget-side .woocommerce-mini-cart-item .wd-entities-title + *,
.cart-widget-side .mini_cart_item .wd-entities-title + * {
    clear: none !important;
}

/* ---------------------------------
   4) Footer boutons un peu plus clean
--------------------------------- */

.cart-widget-side .shopping-cart-widget-footer .woocommerce-mini-cart__buttons {
    gap: 10px !important;
}

.cart-widget-side .shopping-cart-widget-footer .woocommerce-mini-cart__buttons .button {
    min-height: 50px !important;
    border-radius: 12px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

/* ---------------------------------
   5) Mobile ajustements
--------------------------------- */

@media (max-width: 767px) {
    .cart-widget-side .woocommerce-mini-cart-item,
    .cart-widget-side .mini_cart_item {
        min-height: 118px !important;
        padding: 10px 34px 10px 88px !important;
        margin: 8px 8px 0 !important;
        border-radius: 14px !important;
    }

    .cart-widget-side .woocommerce-mini-cart-item img,
    .cart-widget-side .mini_cart_item img {
        top: 12px !important;
        left: 12px !important;
        width: 58px !important;
        height: 58px !important;
    }

    .cart-widget-side .woocommerce-mini-cart-item > a:not(.remove),
    .cart-widget-side .mini_cart_item > a:not(.remove) {
        font-size: 11px !important;
        line-height: 1.35 !important;
        margin-bottom: 8px !important;
    }

    .cart-widget-side .woocommerce-mini-cart-item .remove,
    .cart-widget-side .mini_cart_item .remove {
        top: 10px !important;
        right: 10px !important;
        width: 24px !important;
        height: 24px !important;
        font-size: 15px !important;
    }
}

/* =========================================================
   AZANA MINI-CART — PRODUITS CORRECTION DOM WOODMART
   Images + Afficher invisible + organisation premium
   ========================================================= */


/* =========================================================
   1. CARTE PRODUIT
   ========================================================= */

.cart-widget-side
.woocommerce-mini-cart
> .woocommerce-mini-cart-item,
.cart-widget-side
.woocommerce-mini-cart
> .mini_cart_item {

    position: relative !important;

    display: grid !important;

    grid-template-columns:
        72px
        minmax(0, 1fr) !important;

    grid-template-rows: auto !important;

    column-gap: 13px !important;

    align-items: start !important;

    width: auto !important;

    min-height: 116px !important;

    margin:
        9px
        9px
        0 !important;

    padding:
        12px
        12px
        12px
        12px !important;

    background:
        linear-gradient(
            145deg,
            #fffefa 0%,
            #fcfaf4 100%
        ) !important;

    border:
        1px solid
        #e8deca !important;

    border-radius:
        15px !important;

    box-shadow:
        0 5px 15px
        rgba(46, 69, 47, .035) !important;

    box-sizing: border-box !important;

    overflow: hidden !important;

    font-family:
        "Manrope",
        sans-serif !important;
}


/* =========================================================
   2. "AFFICHER"
   C'est le lien WoodMart qui couvre la carte.
   On garde sa fonction mais son texte devient invisible.
   ========================================================= */

.cart-widget-side
.mini_cart_item
> .cart-item-link.wd-fill {

    position: absolute !important;

    inset: 0 !important;

    display: block !important;

    width: 100% !important;
    height: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    color: transparent !important;

    font-size: 0 !important;
    line-height: 0 !important;

    text-indent: -9999px !important;

    background: transparent !important;

    border: 0 !important;

    z-index: 1 !important;

    overflow: hidden !important;
}


/* =========================================================
   3. IMAGE — ON RESTAURE LE VRAI CONTENEUR WOODMART
   ========================================================= */

.cart-widget-side
.mini_cart_item
> .cart-item-image {

    position: relative !important;

    grid-column: 1 !important;
    grid-row: 1 !important;

    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    width: 72px !important;
    height: 82px !important;

    min-width: 72px !important;

    margin: 0 !important;
    padding: 5px !important;

    background:
        #ffffff !important;

    border:
        1px solid
        #f0eadf !important;

    border-radius:
        11px !important;

    box-shadow:
        0 3px 10px
        rgba(45, 66, 44, .025) !important;

    float: none !important;

    overflow: hidden !important;

    z-index: 3 !important;
}


/* éventuel pseudo-élément WoodMart sur l'image */
.cart-widget-side
.mini_cart_item
> .cart-item-image::before,
.cart-widget-side
.mini_cart_item
> .cart-item-image::after {

    content: none !important;

    display: none !important;
}


/* IMAGE RÉELLE */
.cart-widget-side
.mini_cart_item
> .cart-item-image
> img {

    position: static !important;

    display: block !important;

    width: 100% !important;
    height: 100% !important;

    max-width: 100% !important;
    max-height: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    float: none !important;

    object-fit:
        contain !important;

    border: 0 !important;
    border-radius: 6px !important;

    background:
        transparent !important;

    box-shadow:
        none !important;

    transform:
        none !important;
}


/* =========================================================
   4. INFORMATIONS PRODUIT
   ========================================================= */

.cart-widget-side
.mini_cart_item
> .cart-info {

    position: relative !important;

    grid-column: 2 !important;
    grid-row: 1 !important;

    display: block !important;

    width: 100% !important;
    min-width: 0 !important;

    margin: 0 !important;

    /* place réservée au bouton X */
    padding:
        1px
        29px
        0
        0 !important;

    color:
        #263f35 !important;

    font-family:
        "Manrope",
        sans-serif !important;

    z-index: 4 !important;
}


/* liens / nom produit dans cart-info */
.cart-widget-side
.mini_cart_item
> .cart-info a {

    color:
        #263f35 !important;

    font-family:
        "Manrope",
        sans-serif !important;

    font-size:
        12.5px !important;

    font-weight:
        650 !important;

    line-height:
        1.35 !important;

    text-transform:
        none !important;

    text-decoration:
        none !important;
}


/* =========================================================
   5. BOUTON SUPPRIMER — UN SEUL X
   ========================================================= */

.cart-widget-side
.mini_cart_item
> .remove_from_cart_button {

    position: absolute !important;

    top: 10px !important;
    right: 10px !important;

    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    width: 25px !important;
    height: 25px !important;

    min-width: 25px !important;
    min-height: 25px !important;

    margin: 0 !important;
    padding: 0 !important;

    background:
        #faf6f3 !important;

    border:
        1px solid
        #e7dad5 !important;

    border-radius:
        50% !important;

    color:
        #9a7c73 !important;

    font-family:
        "Manrope",
        sans-serif !important;

    font-size:
        15px !important;

    font-weight:
        400 !important;

    line-height:
        1 !important;

    text-align:
        center !important;

    text-indent:
        0 !important;

    opacity:
        .78 !important;

    overflow:
        hidden !important;

    box-shadow:
        none !important;

    z-index:
        10 !important;
}


/* SUPPRESSION DU DEUXIÈME X */
.cart-widget-side
.mini_cart_item
> .remove_from_cart_button::before,
.cart-widget-side
.mini_cart_item
> .remove_from_cart_button::after {

    content: none !important;

    display: none !important;
}


/* Hover */
.cart-widget-side
.mini_cart_item
> .remove_from_cart_button:hover {

    background:
        #f4e6e2 !important;

    border-color:
        #dfc7c1 !important;

    color:
        #a85a51 !important;

    opacity:
        1 !important;
}


/* =========================================================
   6. QUANTITÉ
   ========================================================= */

.cart-widget-side
.mini_cart_item
.cart-info
.quantity {

    position: relative !important;

    z-index: 6 !important;

    margin:
        8px
        0
        4px !important;
}


/* boutons - / + */
.cart-widget-side
.mini_cart_item
.quantity
.minus,

.cart-widget-side
.mini_cart_item
.quantity
.plus {

    background:
        #f5f8f2 !important;

    border-color:
        #dce5d6 !important;

    color:
        #52764f !important;

    font-family:
        "Manrope",
        sans-serif !important;
}


/* valeur */
.cart-widget-side
.mini_cart_item
.quantity input {

    background:
        #fff !important;

    border-color:
        #dde2d8 !important;

    color:
        #315743 !important;

    font-family:
        "Manrope",
        sans-serif !important;

    font-weight:
        650 !important;
}


/* =========================================================
   7. PRIX
   ========================================================= */

.cart-widget-side
.mini_cart_item
.cart-info
.amount {

    color:
        #83ad59 !important;

    font-family:
        "Manrope",
        sans-serif !important;

    font-weight:
        750 !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .cart-widget-side
    .woocommerce-mini-cart
    > .mini_cart_item {

        grid-template-columns:
            66px
            minmax(0, 1fr) !important;

        column-gap:
            11px !important;

        min-height:
            108px !important;

        margin:
            7px
            7px
            0 !important;

        padding:
            10px !important;

        border-radius:
            13px !important;
    }


    .cart-widget-side
    .mini_cart_item
    > .cart-item-image {

        width:
            66px !important;

        min-width:
            66px !important;

        height:
            76px !important;

        padding:
            4px !important;
    }


    .cart-widget-side
    .mini_cart_item
    > .cart-info {

        padding-right:
            27px !important;
    }


    .cart-widget-side
    .mini_cart_item
    > .cart-info a {

        font-size:
            12px !important;
    }


    .cart-widget-side
    .mini_cart_item
    > .remove_from_cart_button {

        top:
            8px !important;

        right:
            8px !important;

        width:
            23px !important;

        height:
            23px !important;

        min-width:
            23px !important;

        min-height:
            23px !important;

        font-size:
            14px !important;
    }
}

/* =========================================================
   AZANA — CARTE PRODUIT PREMIUM
   Product Loop Item WoodMart
   ========================================================= */


/* =========================================================
   1. CARTE GLOBALE
   ========================================================= */

.azana-product-card {
    position: relative !important;

    display: flex !important;
    flex-direction: column !important;

    width: 100% !important;
    height: 100% !important;
    min-height: 490px !important;

    padding: 14px !important;

    background:
        linear-gradient(
            145deg,
            #fffefb 0%,
            #fdfaf3 100%
        ) !important;

    border: 1px solid #e6dac3 !important;
    border-radius: 18px !important;

    box-shadow:
        0 8px 24px
        rgba(42, 65, 47, .045) !important;

    overflow: hidden !important;

    font-family: "Manrope", sans-serif !important;

    transition:
        transform .22s ease,
        box-shadow .22s ease,
        border-color .22s ease !important;
}


/* Hover carte */
.azana-product-card:hover {
    transform: translateY(-4px) !important;

    border-color: #d9c79f !important;

    box-shadow:
        0 15px 34px
        rgba(42, 65, 47, .085) !important;
}


/* =========================================================
   2. IMAGE PRODUIT
   ========================================================= */

.azana-product-card-image {
    position: relative !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    height: 270px !important;

    margin: 0 0 15px !important;
    padding: 10px !important;

    background: #ffffff !important;

    border-radius: 13px !important;

    overflow: hidden !important;
}


/* Image réelle */
.azana-product-card-image img {
    display: block !important;

    width: 100% !important;
    height: 100% !important;

    max-width: 100% !important;
    max-height: 100% !important;

    margin: 0 auto !important;

    object-fit: contain !important;
    object-position: center !important;

    transition:
        transform .28s ease !important;
}


/* léger zoom */
.azana-product-card:hover
.azana-product-card-image img {
    transform: scale(1.035) !important;
}


/* =========================================================
   3. MARQUE
   ========================================================= */

/* font-size:0 masque notamment le texte "Marques :" */
.azana-product-card-brand {
    width: 100% !important;

    min-height: 18px !important;

    margin: 0 0 8px !important;

    color: #b08b45 !important;

    font-size: 0 !important;

    line-height: 1.2 !important;

    text-align: center !important;

    text-transform: uppercase !important;
}


/* réactive uniquement le vrai contenu de marque */
.azana-product-card-brand a,
.azana-product-card-brand span,
.azana-product-card-brand .wd-entities-title {
    color: #b08b45 !important;

    font-family: "Manrope", sans-serif !important;

    font-size: 10.5px !important;
    font-weight: 600 !important;

    line-height: 1.25 !important;

    letter-spacing: .45px !important;

    text-transform: uppercase !important;

    text-decoration: none !important;
}


/* éventuelle icône/lien parasite */
.azana-product-card-brand svg {
    display: none !important;
}


/* =========================================================
   4. TITRE PRODUIT
   ========================================================= */

.azana-product-card-title {
    width: 100% !important;

    min-height: 52px !important;

    margin: 0 0 10px !important;

    text-align: center !important;
}


.azana-product-card-title,
.azana-product-card-title a,
.azana-product-card-title h2,
.azana-product-card-title h3,
.azana-product-card-title .wd-entities-title {
    color: #284b3d !important;

    font-family: "Manrope", sans-serif !important;

    font-size: 16px !important;
    font-weight: 650 !important;

    line-height: 1.25 !important;

    letter-spacing: -.15px !important;

    text-decoration: none !important;

    text-transform: none !important;
}


/* limite les titres trop longs */
.azana-product-card-title a,
.azana-product-card-title .wd-entities-title {
    display: -webkit-box !important;

    overflow: hidden !important;

    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;

    line-clamp: 3 !important;
}


/* =========================================================
   5. PRIX
   ========================================================= */

.azana-product-card-price {
    width: 100% !important;

    min-height: 27px !important;

    margin: 0 0 15px !important;

    text-align: center !important;
}


.azana-product-card-price,
.azana-product-card-price .price,
.azana-product-card-price .amount,
.azana-product-card-price bdi {
    color: #8db95f !important;

    font-family: "Manrope", sans-serif !important;

    font-size: 16px !important;
    font-weight: 750 !important;

    line-height: 1.25 !important;
}


/* ancien prix */
.azana-product-card-price del,
.azana-product-card-price del .amount,
.azana-product-card-price del bdi {
    color: #a9aaa3 !important;

    font-size: 12px !important;
    font-weight: 500 !important;
}


/* prix promo */
.azana-product-card-price ins {
    text-decoration: none !important;

    margin-left: 5px !important;
}


/* =========================================================
   6. BOUTON AJOUTER AU PANIER
   ========================================================= */

.azana-product-card-button {
    width: 100% !important;

    margin-top: auto !important;

    padding-top: 2px !important;
}


/* bouton */
.azana-product-card-button a,
.azana-product-card-button button,
.azana-product-card-button .button,
.azana-product-card-button .add_to_cart_button {
    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    min-height: 47px !important;

    margin: 0 !important;
    padding: 10px 15px !important;

    background: #315f43 !important;

    border: 1px solid #315f43 !important;
    border-radius: 999px !important;

    color: #ffffff !important;

    font-family: "Manrope", sans-serif !important;

    font-size: 12.5px !important;
    font-weight: 700 !important;

    line-height: 1.2 !important;

    text-align: center !important;

    text-transform: none !important;

    text-decoration: none !important;

    box-shadow:
        0 7px 16px
        rgba(49, 95, 67, .12) !important;

    transition:
        background .2s ease,
        border-color .2s ease,
        box-shadow .2s ease,
        transform .2s ease !important;
}


/* hover bouton */
.azana-product-card-button a:hover,
.azana-product-card-button button:hover,
.azana-product-card-button .button:hover,
.azana-product-card-button .add_to_cart_button:hover {
    background: #477551 !important;

    border-color: #477551 !important;

    color: #ffffff !important;

    transform: translateY(-1px) !important;

    box-shadow:
        0 10px 20px
        rgba(49, 95, 67, .17) !important;
}


/* =========================================================
   7. ÉTATS AJAX / LOADING
   ========================================================= */

.azana-product-card-button .loading {
    opacity: .78 !important;
}


/* =========================================================
   8. TABLETTE
   ========================================================= */

@media (max-width: 1024px) {

    .azana-product-card {
        min-height: 450px !important;

        padding: 12px !important;

        border-radius: 16px !important;
    }


    .azana-product-card-image {
        height: 235px !important;

        margin-bottom: 13px !important;
    }


    .azana-product-card-title,
    .azana-product-card-title a,
    .azana-product-card-title h2,
    .azana-product-card-title h3,
    .azana-product-card-title .wd-entities-title {
        font-size: 14px !important;
    }


    .azana-product-card-price,
    .azana-product-card-price .price,
    .azana-product-card-price .amount,
    .azana-product-card-price bdi {
        font-size: 15px !important;
    }


    .azana-product-card-button a,
    .azana-product-card-button button,
    .azana-product-card-button .button {
        min-height: 44px !important;
    }
}


/* =========================================================
   9. MOBILE
   2 CARTES PAR LIGNE
   ========================================================= */

@media (max-width: 767px) {

    .azana-product-card {
        min-height: 390px !important;

        padding: 9px !important;

        border-radius: 14px !important;

        box-shadow:
            0 5px 16px
            rgba(42, 65, 47, .04) !important;
    }


    .azana-product-card:hover {
        transform: none !important;
    }


    .azana-product-card-image {
        height: 185px !important;

        margin-bottom: 10px !important;

        padding: 6px !important;

        border-radius: 10px !important;
    }


    .azana-product-card-brand {
        min-height: 15px !important;

        margin-bottom: 6px !important;
    }


    .azana-product-card-brand a,
    .azana-product-card-brand span,
    .azana-product-card-brand .wd-entities-title {
        font-size: 8.5px !important;
    }


    .azana-product-card-title {
        min-height: 47px !important;

        margin-bottom: 7px !important;
    }


    .azana-product-card-title,
    .azana-product-card-title a,
    .azana-product-card-title h2,
    .azana-product-card-title h3,
    .azana-product-card-title .wd-entities-title {
        font-size: 11.5px !important;

        line-height: 1.3 !important;
    }


    .azana-product-card-price {
        min-height: 22px !important;

        margin-bottom: 10px !important;
    }


    .azana-product-card-price,
    .azana-product-card-price .price,
    .azana-product-card-price .amount,
    .azana-product-card-price bdi {
        font-size: 13px !important;
    }


    .azana-product-card-button a,
    .azana-product-card-button button,
    .azana-product-card-button .button,
    .azana-product-card-button .add_to_cart_button {
        min-height: 40px !important;

        padding:
            8px
            6px !important;

        font-size: 10.5px !important;

        border-radius: 999px !important;
    }
}

/* =====================================================
   AZANA – Carte produit
   Afficher seulement le nom de la marque
===================================================== */

.azana-product-card-brand {
  font-size: 0 !important;
  line-height: 1 !important;
  margin: 0 0 14px !important;
}

.azana-product-card-brand a,
.azana-product-card-brand .brand,
.azana-product-card-brand .term-name {
  display: inline-block !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: #B89A57 !important;
  text-decoration: none !important;
}

.azana-product-card-brand a:hover {
  color: #9F8348 !important;
}

/* =========================================================
   AZANA — MARQUE PRODUIT
   Masquer "MARQUES :" et garder uniquement VICHY / BIODERMA...
   ========================================================= */

.azana-product-card-brand,
.azana-product-card-brand * {
    font-size: 0 !important;
    line-height: 0 !important;
}

/* On réaffiche uniquement le lien réel vers la marque */
.azana-product-card-brand a,
.azana-product-card-brand a *,
.azana-product-card-brand .wd-entities-title,
.azana-product-card-brand .wd-entities-title * {
    display: inline !important;

    color: #b08b45 !important;

    font-family: "Manrope", sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;

    letter-spacing: .7px !important;
    text-transform: uppercase !important;

    text-decoration: none !important;
}

/* Bloc marque */
.azana-product-card-brand {
    display: block !important;

    min-height: 16px !important;

    margin: 0 0 12px !important;

    text-align: center !important;
}

/* =========================================================
   AZANA — PRODUCT CARD
   Supprimer le préfixe "Marques :"
   ========================================================= */

.azana-product-card-brand .wd-label {
    display: none !important;
}

/* Nom de marque uniquement */
.azana-product-card-brand > a {
    display: inline-block !important;

    color: #b08b45 !important;

    font-family: "Manrope", sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;

    letter-spacing: .7px !important;
    text-transform: uppercase !important;

    text-decoration: none !important;
}

/* Bloc marque */
.azana-product-card-brand {
    display: block !important;

    margin: 0 0 12px !important;

    font-size: initial !important;
    line-height: normal !important;

    text-align: center !important;
}

/* =========================================================
   AZANA — PRODUCT CARD PREMIUM V5
   Remplace tout l'ancien CSS
   ========================================================= */


/* =========================================================
   1) CARTE GLOBALE
   ========================================================= */
.azana-product-card {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    width: 100% !important;

    background: linear-gradient(180deg, #fffefb 0%, #fffdf8 100%) !important;
    border: 1px solid #e6dac3 !important;
    border-radius: 24px !important;
    padding: 18px !important;
    overflow: hidden !important;

    box-shadow:
        0 10px 24px rgba(44, 61, 49, 0.045),
        inset 0 1px 0 rgba(255,255,255,0.85) !important;

    transition:
        transform 0.28s ease,
        box-shadow 0.28s ease,
        border-color 0.28s ease !important;
}

.azana-product-card:hover {
    transform: translateY(-5px) !important;
    border-color: #d9ccb2 !important;
    box-shadow:
        0 18px 34px rgba(44, 61, 49, 0.075),
        inset 0 1px 0 rgba(255,255,255,0.9) !important;
}

.azana-product-card > p:empty {
    display: none !important;
}

/* glow doux décoratif */
.azana-product-card::before {
    content: "" !important;
    position: absolute !important;
    top: -80px !important;
    right: -80px !important;
    width: 180px !important;
    height: 180px !important;
    border-radius: 50% !important;
    background: radial-gradient(circle, rgba(143,184,91,0.08) 0%, rgba(143,184,91,0) 70%) !important;
    pointer-events: none !important;
}


/* =========================================================
   2) BOX IMAGE
   ========================================================= */
.azana-product-card-image {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    height: 230px !important;
    margin: 0 0 18px !important;
    padding: 16px !important;

    background: #ffffff !important;
    border: 1px solid #f0e8db !important;
    border-radius: 20px !important;

    box-shadow:
        0 10px 24px rgba(44, 61, 49, 0.05),
        inset 0 1px 0 rgba(255,255,255,1) !important;

    overflow: hidden !important;
}

.azana-product-card-image a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
}

.azana-product-card-image img {
    display: block !important;
    max-width: 100% !important;
    max-height: 180px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    object-position: center !important;

    box-shadow: none !important;
    filter: none !important;
    transition: transform 0.25s ease !important;
}

.azana-product-card:hover .azana-product-card-image img {
    transform: scale(1.03) !important;
}


/* =========================================================
   3) MARQUE
   ========================================================= */
.azana-product-card-brand {
    width: 100% !important;
    margin: 0 0 12px !important;
    text-align: left !important;
    min-height: 26px !important;
}

.azana-product-card-brand .wd-label {
    display: none !important;
}

.azana-product-card-brand > a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;

    padding: 7px 12px !important;
    border-radius: 999px !important;
    background: #fbf7ee !important;
    border: 1px solid #eadfc9 !important;

    color: #b59355 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    letter-spacing: 0.7px !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
}

.azana-product-card-brand > a::before {
    content: "" !important;
    width: 6px !important;
    height: 6px !important;
    border-radius: 50% !important;
    background: #9ac063 !important;
    display: inline-block !important;
}


/* =========================================================
   4) TITRE
   ========================================================= */
.azana-product-card-title {
    width: 100% !important;
    margin: 0 0 14px !important;
    min-height: 72px !important;
    text-align: left !important;
}

.azana-product-card-title,
.azana-product-card-title a {
    color: #374d41 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    letter-spacing: -0.15px !important;
    text-decoration: none !important;
    text-transform: none !important;
}

.azana-product-card-title a {
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    line-clamp: 3 !important;
}


/* =========================================================
   5) PRIX
   ========================================================= */
.azana-product-card-price {
    width: 100% !important;
    margin: 0 0 18px !important;
    text-align: left !important;
    min-height: 42px !important;
    position: relative !important;
}

.azana-product-card-price::before {
    content: "" !important;
    display: block !important;
    width: 34px !important;
    height: 2px !important;
    border-radius: 999px !important;
    background: linear-gradient(90deg, #d8ccb6 0%, #efe7d8 100%) !important;
    margin: 0 0 12px !important;
}

.azana-product-card-price .price,
.azana-product-card-price .amount,
.azana-product-card-price bdi {
    color: #93b75f !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    letter-spacing: -0.2px !important;
}

.azana-product-card-price del,
.azana-product-card-price del .amount,
.azana-product-card-price del bdi {
    color: #bdb5a8 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
}

.azana-product-card-price ins {
    text-decoration: none !important;
}


/* =========================================================
   6) BOUTON
   ========================================================= */
.azana-product-card-button {
    width: 100% !important;
    margin-top: auto !important;
}

.azana-product-card-button,
.azana-product-card-button .wd-add-btn-wrap,
.azana-product-card-button .wd-add-btn,
.azana-product-card-button .wd-add-btn-replace {
    width: 100% !important;
}

.azana-product-card-button a,
.azana-product-card-button button,
.azana-product-card-button .button,
.azana-product-card-button .add_to_cart_button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 48px !important;
    padding: 0 18px !important;

    background: linear-gradient(135deg, #466f4a 0%, #547d57 100%) !important;
    border: 1px solid #466f4a !important;
    border-radius: 15px !important;

    color: #ffffff !important;
    text-decoration: none !important;
    text-transform: none !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1 !important;

    box-shadow: 0 10px 20px rgba(70, 111, 74, 0.18) !important;
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease,
        background 0.22s ease !important;
}

.azana-product-card-button a:hover,
.azana-product-card-button button:hover,
.azana-product-card-button .button:hover,
.azana-product-card-button .add_to_cart_button:hover {
    background: linear-gradient(135deg, #3d6140 0%, #4a704d 100%) !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 14px 24px rgba(70, 111, 74, 0.24) !important;
}


/* =========================================================
   7) AJUSTEMENTS WOODMART
   ========================================================= */
.azana-product-card .wd-product-brands-links,
.azana-product-card .wd-entities-title,
.azana-product-card .price,
.azana-product-card .wd-add-btn-wrap {
    width: 100% !important;
}

.azana-product-card .wd-add-btn {
    width: 100% !important;
}


/* =========================================================
   8) TABLETTE
   ========================================================= */
@media (max-width: 1024px) {
    .azana-product-card {
        padding: 16px !important;
        border-radius: 21px !important;
    }

    .azana-product-card-image {
        height: 210px !important;
        padding: 14px !important;
    }

    .azana-product-card-image img {
        max-height: 165px !important;
    }

    .azana-product-card-title,
    .azana-product-card-title a {
        font-size: 15px !important;
    }

    .azana-product-card-price .price,
    .azana-product-card-price .amount,
    .azana-product-card-price bdi {
        font-size: 17px !important;
    }
}


/* =========================================================
   9) MOBILE
   ========================================================= */
@media (max-width: 767px) {
    .azana-product-card {
        padding: 12px !important;
        border-radius: 18px !important;
        box-shadow: 0 6px 16px rgba(44, 61, 49, 0.04) !important;
    }

    .azana-product-card:hover {
        transform: none !important;
    }

    .azana-product-card-image {
        height: 165px !important;
        padding: 10px !important;
        margin-bottom: 12px !important;
        border-radius: 14px !important;
    }

    .azana-product-card-image img {
        max-height: 130px !important;
    }

    .azana-product-card-brand {
        margin-bottom: 8px !important;
    }

    .azana-product-card-brand > a {
        font-size: 8px !important;
        padding: 5px 9px !important;
    }

    .azana-product-card-title {
        min-height: 54px !important;
        margin-bottom: 10px !important;
    }

    .azana-product-card-title,
    .azana-product-card-title a {
        font-size: 11px !important;
        line-height: 1.3 !important;
    }

    .azana-product-card-price {
        margin-bottom: 12px !important;
        min-height: 34px !important;
    }

    .azana-product-card-price::before {
        width: 26px !important;
        margin-bottom: 8px !important;
    }

    .azana-product-card-price .price,
    .azana-product-card-price .amount,
    .azana-product-card-price bdi {
        font-size: 14px !important;
    }

    .azana-product-card-button a,
    .azana-product-card-button button,
    .azana-product-card-button .button,
    .azana-product-card-button .add_to_cart_button {
        min-height: 42px !important;
        border-radius: 12px !important;
        font-size: 10px !important;
        padding: 0 12px !important;
    }
}
/* =========================================================
   AZANA — PATCH PREMIUM FINAL
   A coller tout en bas du CSS actuel
   ========================================================= */

/* Carte un peu plus premium */
.azana-product-card {
    border-radius: 22px !important;
    padding: 16px !important;
    box-shadow:
        0 8px 22px rgba(44, 61, 49, 0.045),
        inset 0 1px 0 rgba(255,255,255,0.88) !important;
}

.azana-product-card:hover {
    transform: translateY(-4px) !important;
    box-shadow:
        0 16px 28px rgba(44, 61, 49, 0.07),
        inset 0 1px 0 rgba(255,255,255,0.92) !important;
}

/* Box image plus clean */
.azana-product-card-image {
    height: 220px !important;
    margin-bottom: 14px !important;
    border-radius: 18px !important;
    box-shadow:
        0 8px 20px rgba(44, 61, 49, 0.04),
        inset 0 1px 0 rgba(255,255,255,1) !important;
}

/* Marque */
.azana-product-card-brand {
    margin-bottom: 10px !important;
    min-height: auto !important;
}

.azana-product-card-brand > a {
    padding: 6px 11px !important;
    font-size: 10px !important;
    border-radius: 999px !important;
}

/* TITRE : c’est surtout ici qu’on réduit l’espace */
.azana-product-card-title {
    min-height: 58px !important;
    margin: 0 0 8px !important;
}

.azana-product-card-title,
.azana-product-card-title a {
    font-size: 15px !important;
    line-height: 1.32 !important;
    font-weight: 700 !important;
}

.azana-product-card-title a {
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
}

/* PRIX : plus proche du titre et un peu plus premium */
.azana-product-card-price {
    margin: 0 0 14px !important;
    min-height: auto !important;
}

.azana-product-card-price::before {
    width: 30px !important;
    margin: 0 0 8px !important;
}

.azana-product-card-price .price,
.azana-product-card-price .amount,
.azana-product-card-price bdi {
    font-size: 17px !important;
    font-weight: 800 !important;
    color: #97b861 !important;
    letter-spacing: -0.2px !important;
}

/* Bouton plus premium */
.azana-product-card-button a,
.azana-product-card-button button,
.azana-product-card-button .button,
.azana-product-card-button .add_to_cart_button {
    min-height: 46px !important;
    border-radius: 14px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    box-shadow: 0 10px 18px rgba(70, 111, 74, 0.16) !important;
}

.azana-product-card-button a:hover,
.azana-product-card-button button:hover,
.azana-product-card-button .button:hover,
.azana-product-card-button .add_to_cart_button:hover {
    box-shadow: 0 14px 22px rgba(70, 111, 74, 0.22) !important;
}


/* =========================================================
   TABLETTE
   ========================================================= */
@media (max-width: 1024px) {
    .azana-product-card {
        padding: 14px !important;
        border-radius: 20px !important;
    }

    .azana-product-card-image {
        height: 200px !important;
    }

    .azana-product-card-title {
        min-height: 52px !important;
        margin-bottom: 8px !important;
    }

    .azana-product-card-title,
    .azana-product-card-title a {
        font-size: 14px !important;
    }

    .azana-product-card-price {
        margin-bottom: 12px !important;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */
@media (max-width: 767px) {
    .azana-product-card {
        padding: 12px !important;
        border-radius: 18px !important;
    }

    .azana-product-card-image {
        height: 165px !important;
        margin-bottom: 10px !important;
    }

    .azana-product-card-brand {
        margin-bottom: 7px !important;
    }

    .azana-product-card-brand > a {
        font-size: 8px !important;
        padding: 5px 9px !important;
    }

    .azana-product-card-title {
        min-height: 44px !important;
        margin: 0 0 6px !important;
    }

    .azana-product-card-title,
    .azana-product-card-title a {
        font-size: 11px !important;
        line-height: 1.28 !important;
    }

    .azana-product-card-price {
        margin: 0 0 10px !important;
    }

    .azana-product-card-price::before {
        width: 24px !important;
        margin-bottom: 6px !important;
    }

    .azana-product-card-price .price,
    .azana-product-card-price .amount,
    .azana-product-card-price bdi {
        font-size: 14px !important;
    }

    .azana-product-card-button a,
    .azana-product-card-button button,
    .azana-product-card-button .button,
    .azana-product-card-button .add_to_cart_button {
        min-height: 42px !important;
        border-radius: 12px !important;
        font-size: 10px !important;
    }
}

/* =========================================================
   AZANA — BOUTON RUPTURE DE STOCK
   Même dimensions que "Ajouter au panier"
   Couleur actuelle conservée
   ========================================================= */

.azana-product-card-button .out-of-stock,
.azana-product-card-button .stock.out-of-stock,
.azana-product-card-button .wd-add-btn-replace .out-of-stock {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    min-height: 46px !important;

    margin: 0 !important;
    padding: 0 18px !important;

    border-radius: 14px !important;

    font-family: "Manrope", sans-serif !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1 !important;

    text-align: center !important;
    text-transform: none !important;

    box-sizing: border-box !important;
}


/* TABLETTE */
@media (max-width: 1024px) {

    .azana-product-card-button .out-of-stock,
    .azana-product-card-button .stock.out-of-stock,
    .azana-product-card-button .wd-add-btn-replace .out-of-stock {
        min-height: 46px !important;
        border-radius: 14px !important;
        font-size: 12px !important;
    }
}


/* MOBILE */
@media (max-width: 767px) {

    .azana-product-card-button .out-of-stock,
    .azana-product-card-button .stock.out-of-stock,
    .azana-product-card-button .wd-add-btn-replace .out-of-stock {
        min-height: 42px !important;

        padding: 0 12px !important;

        border-radius: 12px !important;

        font-size: 10px !important;
    }
}