: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;
    }
}


/* =========================================================
   AZANA — PRODUCT CARD PREMIUM
   VERSION FINALE NETTOYÉE
   Uniquement la carte produit WoodMart
   ========================================================= */


/* =========================================================
   1 — CARTE GLOBALE
   ========================================================= */

.azana-product-card {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;

    width: 100% !important;
    height: 100% !important;

    padding: 16px !important;

    background:
        linear-gradient(
            180deg,
            #fffefb 0%,
            #fffdf8 100%
        ) !important;

    border:
        1px solid #e6dac3 !important;

    border-radius:
        22px !important;

    box-shadow:
        0 8px 22px rgba(44, 61, 49, .045),
        inset 0 1px 0 rgba(255, 255, 255, .88) !important;

    overflow:
        hidden !important;

    font-family:
        "Manrope",
        sans-serif !important;

    transition:
        transform .24s ease,
        box-shadow .24s ease,
        border-color .24s ease !important;
}


.azana-product-card:hover {
    transform:
        translateY(-4px) !important;

    border-color:
        #d9ccb2 !important;

    box-shadow:
        0 16px 28px rgba(44, 61, 49, .07),
        inset 0 1px 0 rgba(255, 255, 255, .92) !important;
}


.azana-product-card > p:empty {
    display:
        none !important;
}


/* Halo très discret */
.azana-product-card::before {
    content:
        "" !important;

    position:
        absolute !important;

    top:
        -85px !important;

    right:
        -85px !important;

    width:
        190px !important;

    height:
        190px !important;

    border-radius:
        50% !important;

    background:
        radial-gradient(
            circle,
            rgba(143, 184, 91, .07) 0%,
            rgba(143, 184, 91, 0) 70%
        ) !important;

    pointer-events:
        none !important;

    z-index:
        0 !important;
}


/* Tout le contenu reste devant le halo */
.azana-product-card > * {
    position:
        relative !important;

    z-index:
        1 !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:
        220px !important;

    margin:
        0 0 14px !important;

    padding:
        14px !important;

    background:
        #ffffff !important;

    border:
        1px solid #f0e8db !important;

    border-radius:
        18px !important;

    box-shadow:
        0 8px 20px rgba(44, 61, 49, .04),
        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 {
    position:
        static !important;

    display:
        block !important;

    width:
        auto !important;

    height:
        auto !important;

    max-width:
        100% !important;

    max-height:
        180px !important;

    margin:
        auto !important;

    padding:
        0 !important;

    object-fit:
        contain !important;

    object-position:
        center !important;

    filter:
        none !important;

    box-shadow:
        none !important;

    transform:
        none !important;

    transition:
        transform .24s ease !important;
}


.azana-product-card:hover
.azana-product-card-image img {
    transform:
        scale(1.025) !important;
}


/* =========================================================
   3 — MARQUE
   ========================================================= */

.azana-product-card-brand {
    display:
        flex !important;

    align-items:
        center !important;

    justify-content:
        flex-start !important;

    flex-wrap:
        wrap !important;

    gap:
        5px !important;

    width:
        100% !important;

    min-height:
        24px !important;

    margin:
        0 0 10px !important;

    font-size:
        initial !important;

    line-height:
        normal !important;

    text-align:
        left !important;
}


/* Supprime uniquement le préfixe "Marques :" */
.azana-product-card-brand .wd-label {
    display:
        none !important;
}


/* Nom de marque */
.azana-product-card-brand > a {
    display:
        inline-flex !important;

    align-items:
        center !important;

    gap:
        6px !important;

    width:
        auto !important;

    margin:
        0 !important;

    padding:
        6px 10px !important;

    background:
        #fbf7ee !important;

    border:
        1px solid #eadfc9 !important;

    border-radius:
        999px !important;

    color:
        #b59355 !important;

    font-family:
        "Manrope",
        sans-serif !important;

    font-size:
        9.5px !important;

    font-weight:
        800 !important;

    line-height:
        1 !important;

    letter-spacing:
        .55px !important;

    text-decoration:
        none !important;

    text-transform:
        uppercase !important;

    white-space:
        nowrap !important;
}


.azana-product-card-brand > a::before {
    content:
        "" !important;

    display:
        block !important;

    flex:
        0 0 auto !important;

    width:
        6px !important;

    height:
        6px !important;

    background:
        #9ac063 !important;

    border-radius:
        50% !important;
}


.azana-product-card-brand > a:hover {
    color:
        #9f8348 !important;

    border-color:
        #dfd0b2 !important;

    background:
        #faf4e8 !important;
}


/* =========================================================
   4 — TITRE PRODUIT
   ========================================================= */

.azana-product-card-title {
    width:
        100% !important;

    min-height:
        52px !important;

    margin:
        0 0 7px !important;

    text-align:
        left !important;
}


.azana-product-card-title,
.azana-product-card-title a,
.azana-product-card-title .wd-entities-title {
    color:
        #374d41 !important;

    font-family:
        "Manrope",
        sans-serif !important;

    font-size:
        15px !important;

    font-weight:
        700 !important;

    line-height:
        1.32 !important;

    letter-spacing:
        -.15px !important;

    text-decoration:
        none !important;

    text-transform:
        none !important;
}


.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 {
    position:
        relative !important;

    width:
        100% !important;

    min-height:
        43px !important;

    margin:
        0 0 13px !important;

    text-align:
        left !important;
}


.azana-product-card-price::before {
    content:
        "" !important;

    display:
        block !important;

    width:
        28px !important;

    height:
        1px !important;

    margin:
        0 0 7px !important;

    background:
        linear-gradient(
            90deg,
            #d8ccb6 0%,
            #efe7d8 100%
        ) !important;

    border-radius:
        999px !important;
}


.azana-product-card-price .price,
.azana-product-card-price .amount,
.azana-product-card-price bdi {
    color:
        #97b861 !important;

    font-family:
        "Manrope",
        sans-serif !important;

    font-size:
        17px !important;

    font-weight:
        800 !important;

    line-height:
        1.15 !important;

    letter-spacing:
        -.2px !important;
}


.azana-product-card-price del,
.azana-product-card-price del .amount,
.azana-product-card-price del bdi {
    color:
        #b5b0a6 !important;

    font-size:
        11px !important;

    font-weight:
        500 !important;
}


.azana-product-card-price ins {
    margin-left:
        4px !important;

    text-decoration:
        none !important;
}


/* =========================================================
   6 — ZONE CTA
   ========================================================= */

.azana-product-card-button {
    --btn-accented-brd-radius:
        10px !important;

    --btn-default-brd-radius:
        10px !important;

    --btn-brd-radius:
        10px !important;

    width:
        100% !important;

    margin-top:
        auto !important;

    padding:
        0 !important;
}


.azana-product-card-button .wd-add-btn-wrap,
.azana-product-card-button .wd-add-btn,
.azana-product-card-button .wd-loop-prod-btn,
.azana-product-card-button .wd-add-btn-replace {
    position:
        relative !important;

    display:
        block !important;

    width:
        100% !important;

    height:
        46px !important;

    min-height:
        46px !important;

    max-height:
        46px !important;

    margin:
        0 !important;

    padding:
        0 !important;

    border-radius:
        10px !important;

    overflow:
        hidden !important;
}


/* =========================================================
   7 — BOUTON RÉEL
   Même géométrie vert / rupture
   ========================================================= */

.azana-product-card-button
.wd-add-btn-replace
> a.add-to-cart-loop,
.azana-product-card-button
.wd-loop-prod-btn
> a.add-to-cart-loop {
    position:
        relative !important;

    display:
        flex !important;

    align-items:
        center !important;

    justify-content:
        center !important;

    width:
        100% !important;

    height:
        46px !important;

    min-height:
        46px !important;

    max-height:
        46px !important;

    margin:
        0 !important;

    padding:
        0 16px !important;

    border:
        0 !important;

    border-radius:
        10px !important;

    box-sizing:
        border-box !important;

    color:
        #ffffff !important;

    font-family:
        "Manrope",
        sans-serif !important;

    font-size:
        12px !important;

    font-weight:
        700 !important;

    line-height:
        1.2 !important;

    text-align:
        center !important;

    text-decoration:
        none !important;

    text-transform:
        none !important;

    box-shadow:
        0 8px 16px rgba(70, 111, 74, .13) !important;

    transform:
        none !important;

    transition:
        background .2s ease,
        box-shadow .2s ease,
        border-color .2s ease !important;
}


/* Vert — produit disponible */
.wd-product:not(.outofstock)
.azana-product-card-button
.wd-add-btn-replace
> a.add-to-cart-loop,
.wd-product:not(.outofstock)
.azana-product-card-button
.wd-loop-prod-btn
> a.add-to-cart-loop {
    background:
        linear-gradient(
            135deg,
            #466f4a 0%,
            #547d57 100%
        ) !important;
}


.wd-product:not(.outofstock)
.azana-product-card-button
.wd-add-btn-replace
> a.add-to-cart-loop:hover,
.wd-product:not(.outofstock)
.azana-product-card-button
.wd-loop-prod-btn
> a.add-to-cart-loop:hover {
    background:
        linear-gradient(
            135deg,
            #3d6140 0%,
            #4a704d 100%
        ) !important;

    box-shadow:
        0 10px 20px rgba(70, 111, 74, .18) !important;
}


/* Rouge — rupture de stock */
.wd-product.outofstock
.azana-product-card-button
.wd-add-btn-replace
> a.add-to-cart-loop,
.wd-product.outofstock
.azana-product-card-button
.wd-loop-prod-btn
> a.add-to-cart-loop {
    background:
        #b96b68 !important;

    box-shadow:
        0 8px 16px rgba(185, 107, 104, .15) !important;
}


.wd-product.outofstock
.azana-product-card-button
.wd-add-btn-replace
> a.add-to-cart-loop:hover,
.wd-product.outofstock
.azana-product-card-button
.wd-loop-prod-btn
> a.add-to-cart-loop:hover {
    background:
        #a85e5b !important;

    box-shadow:
        0 10px 20px rgba(185, 107, 104, .20) !important;
}


/* =========================================================
   8 — SUPPRESSION DE L'ANIMATION ICÔNE WOODMART
   ========================================================= */

.azana-product-card-button
a.add-to-cart-loop::before,
.azana-product-card-button
a.add-to-cart-loop::after {
    content:
        none !important;

    display:
        none !important;
}


.azana-product-card-button
a.add-to-cart-loop
> .wd-action-icon,
.azana-product-card-button
.wd-check-icon {
    display:
        none !important;

    width:
        0 !important;

    height:
        0 !important;

    margin:
        0 !important;

    padding:
        0 !important;

    opacity:
        0 !important;

    visibility:
        hidden !important;

    pointer-events:
        none !important;
}


/* =========================================================
   9 — TEXTE CTA
   Centrage vertical réel
   ========================================================= */

.azana-product-card-button
a.add-to-cart-loop
> .wd-action-text {
    position:
        static !important;

    display:
        flex !important;

    align-items:
        center !important;

    justify-content:
        center !important;

    flex:
        0 0 auto !important;

    width:
        auto !important;

    height:
        100% !important;

    min-height:
        0 !important;

    margin:
        0 !important;

    padding:
        0 !important;

    color:
        #ffffff !important;

    font-family:
        "Manrope",
        sans-serif !important;

    font-size:
        12px !important;

    font-weight:
        700 !important;

    line-height:
        1.2 !important;

    letter-spacing:
        0 !important;

    text-align:
        center !important;

    text-transform:
        none !important;

    transform:
        none !important;

    translate:
        none !important;

    opacity:
        1 !important;

    visibility:
        visible !important;
}


.azana-product-card-button
a.add-to-cart-loop:hover
> .wd-action-text,
.azana-product-card-button
a.add-to-cart-loop:focus
> .wd-action-text {
    transform:
        none !important;

    translate:
        none !important;

    opacity:
        1 !important;
}


/* =========================================================
   10 — BADGE PROMOTION
   ========================================================= */

.azana-product-card
.elementor-widget-shortcode:has(.azana-loop-badge),
.azana-product-card
.elementor-widget-shortcode:has(.azana-loop-badge)
> .elementor-widget-container,
.azana-product-card
.elementor-widget-shortcode:has(.azana-loop-badge)
.elementor-shortcode {
    position:
        static !important;
}


.azana-product-card
.azana-loop-badge.is-sale {
    position:
        absolute !important;

    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;

    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;
}


/* =========================================================
   11 — 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-image img {
        max-height:
            165px !important;
    }


    .azana-product-card-title {
        min-height:
            50px !important;
    }


    .azana-product-card-title,
    .azana-product-card-title a,
    .azana-product-card-title .wd-entities-title {
        font-size:
            14px !important;
    }


    .azana-product-card-price .price,
    .azana-product-card-price .amount,
    .azana-product-card-price bdi {
        font-size:
            16px !important;
    }
}


/* =========================================================
   12 — MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .azana-product-card {
        padding:
            10px !important;

        border-radius:
            16px !important;

        box-shadow:
            0 5px 16px rgba(44, 61, 49, .04) !important;
    }


    .azana-product-card:hover {
        transform:
            none !important;
    }


    .azana-product-card-image {
        height:
            160px !important;

        margin-bottom:
            10px !important;

        padding:
            9px !important;

        border-radius:
            13px !important;
    }


    .azana-product-card-image img {
        max-height:
            132px !important;
    }


    .azana-product-card-brand {
        min-height:
            20px !important;

        margin-bottom:
            7px !important;

        gap:
            4px !important;
    }


    .azana-product-card-brand > a {
        padding:
            5px 8px !important;

        font-size:
            7.5px !important;
    }


    .azana-product-card-title {
        min-height:
            43px !important;

        margin-bottom:
            6px !important;
    }


    .azana-product-card-title,
    .azana-product-card-title a,
    .azana-product-card-title .wd-entities-title {
        font-size:
            10.8px !important;

        line-height:
            1.28 !important;
    }


    .azana-product-card-price {
        min-height:
            34px !important;

        margin-bottom:
            10px !important;
    }


    .azana-product-card-price::before {
        width:
            22px !important;

        margin-bottom:
            5px !important;
    }


    .azana-product-card-price .price,
    .azana-product-card-price .amount,
    .azana-product-card-price bdi {
        font-size:
            13.5px !important;
    }


    .azana-product-card-button {
        --btn-accented-brd-radius:
            9px !important;

        --btn-default-brd-radius:
            9px !important;

        --btn-brd-radius:
            9px !important;
    }


    .azana-product-card-button .wd-add-btn-wrap,
    .azana-product-card-button .wd-add-btn,
    .azana-product-card-button .wd-loop-prod-btn,
    .azana-product-card-button .wd-add-btn-replace,
    .azana-product-card-button
    .wd-add-btn-replace
    > a.add-to-cart-loop,
    .azana-product-card-button
    .wd-loop-prod-btn
    > a.add-to-cart-loop {
        height:
            42px !important;

        min-height:
            42px !important;

        max-height:
            42px !important;

        border-radius:
            9px !important;
    }


    .azana-product-card-button
    a.add-to-cart-loop
    > .wd-action-text {
        font-size:
            10px !important;
    }


    .azana-product-card
    .azana-loop-badge.is-sale {
        top:
            10px !important;

        right:
            10px !important;

        min-width:
            54px !important;

        min-height:
            29px !important;

        padding:
            5px 9px !important;

        font-size:
            11px !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 — PRODUCT CARD / AFFICHAGE LISTE
   ========================================================= */


/* =========================================================
   1 — CARTE PRINCIPALE
   ========================================================= */

.azana-product-list-card {
    position: relative !important;

    display: grid !important;
    grid-template-columns:
        190px
        minmax(0, 1fr)
        220px !important;

    align-items: center !important;

    gap: 26px !important;

    width: 100% !important;
    min-height: 215px !important;

    padding: 18px !important;
    margin: 0 !important;

    background:
        linear-gradient(
            135deg,
            #fffefb 0%,
            #fdfaf3 100%
        ) !important;

    border: 1px solid #e6dac3 !important;
    border-radius: 20px !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;
}


.azana-product-list-card:hover {
    transform: translateY(-2px) !important;

    border-color: #d9c9a9 !important;

    box-shadow:
        0 14px 30px rgba(42, 65, 47, .07) !important;
}


/* halo décoratif très léger */
.azana-product-list-card::before {
    content: "" !important;

    position: absolute !important;

    right: -80px !important;
    top: -90px !important;

    width: 230px !important;
    height: 230px !important;

    border-radius: 50% !important;

    background:
        radial-gradient(
            circle,
            rgba(145, 184, 92, .08) 0%,
            rgba(145, 184, 92, 0) 72%
        ) !important;

    pointer-events: none !important;
}


/* =========================================================
   2 — COLONNE IMAGE
   ========================================================= */

.azana-product-list-media {
    position: relative !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 190px !important;
    min-width: 190px !important;

    margin: 0 !important;
    padding: 0 !important;
}


.azana-product-list-image {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 190px !important;
    height: 180px !important;

    padding: 14px !important;

    background: #ffffff !important;

    border: 1px solid #eee5d6 !important;
    border-radius: 16px !important;

    box-shadow:
        0 7px 18px rgba(42, 65, 47, .04) !important;

    overflow: hidden !important;
}


.azana-product-list-image a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    height: 100% !important;
}


.azana-product-list-image img {
    display: block !important;

    width: auto !important;
    height: auto !important;

    max-width: 100% !important;
    max-height: 150px !important;

    margin: auto !important;

    object-fit: contain !important;
    object-position: center !important;

    filter: none !important;
    box-shadow: none !important;

    transition: transform .25s ease !important;
}


.azana-product-list-card:hover
.azana-product-list-image img {
    transform: scale(1.025) !important;
}


/* =========================================================
   3 — INFOS PRODUIT
   ========================================================= */

.azana-product-list-info {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;

    min-width: 0 !important;

    margin: 0 !important;
    padding: 2px 0 !important;
}


/* =========================================================
   4 — MARQUE
   ========================================================= */

.azana-product-list-brand {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;

    gap: 5px !important;

    width: 100% !important;

    margin: 0 0 12px !important;

    text-align: left !important;
}


.azana-product-list-brand .wd-label {
    display: none !important;
}


.azana-product-list-brand > a {
    display: inline-flex !important;
    align-items: center !important;

    gap: 6px !important;

    width: auto !important;

    padding: 6px 10px !important;
    margin: 0 !important;

    background: #fbf7ee !important;

    border: 1px solid #eadfc9 !important;
    border-radius: 999px !important;

    color: #ae9155 !important;

    font-family: "Manrope", sans-serif !important;
    font-size: 9.5px !important;
    font-weight: 800 !important;

    line-height: 1 !important;

    letter-spacing: .55px !important;
    text-transform: uppercase !important;

    text-decoration: none !important;
}


.azana-product-list-brand > a::before {
    content: "" !important;

    display: block !important;

    width: 6px !important;
    height: 6px !important;

    flex: 0 0 auto !important;

    background: #9abb62 !important;

    border-radius: 50% !important;
}


/* =========================================================
   5 — TITRE
   ========================================================= */

.azana-product-list-title {
    width: 100% !important;

    margin: 0 !important;

    text-align: left !important;
}


.azana-product-list-title,
.azana-product-list-title a,
.azana-product-list-title .wd-entities-title {
    color: #374d41 !important;

    font-family: "Manrope", sans-serif !important;

    font-size: 18px !important;
    font-weight: 700 !important;

    line-height: 1.35 !important;

    letter-spacing: -.2px !important;

    text-decoration: none !important;
    text-transform: none !important;
}


.azana-product-list-title a,
.azana-product-list-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;
}


/* =========================================================
   6 — COLONNE PRIX / CTA
   ========================================================= */

.azana-product-list-actions {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: center !important;

    width: 220px !important;
    min-width: 220px !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* =========================================================
   7 — PRIX
   ========================================================= */

.azana-product-list-price {
    position: relative !important;

    width: 100% !important;

    margin: 0 0 16px !important;
    padding: 0 0 14px !important;

    text-align: left !important;

    border-bottom:
        1px solid rgba(216, 204, 182, .65) !important;
}


.azana-product-list-price .price,
.azana-product-list-price .amount,
.azana-product-list-price bdi {
    color: #95b75f !important;

    font-family: "Manrope", sans-serif !important;

    font-size: 21px !important;
    font-weight: 800 !important;

    line-height: 1.15 !important;

    letter-spacing: -.25px !important;
}


.azana-product-list-price del,
.azana-product-list-price del .amount,
.azana-product-list-price del bdi {
    color: #aaa69e !important;

    font-size: 11px !important;
    font-weight: 500 !important;
}


.azana-product-list-price ins {
    text-decoration: none !important;
}


/* =========================================================
   8 — BOUTON
   ========================================================= */

.azana-product-list-button,
.azana-product-list-button .wd-add-btn-wrap,
.azana-product-list-button .wd-add-btn,
.azana-product-list-button .wd-loop-prod-btn,
.azana-product-list-button .wd-add-btn-replace {
    width: 100% !important;
}


.azana-product-list-button
a.add-to-cart-loop {
    position: relative !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;

    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;

    margin: 0 !important;
    padding: 0 15px !important;

    background:
        linear-gradient(
            135deg,
            #466f4a 0%,
            #547d57 100%
        ) !important;

    border: 0 !important;
    border-radius: 11px !important;

    color: #ffffff !important;

    font-family: "Manrope", sans-serif !important;

    font-size: 12px !important;
    font-weight: 700 !important;

    line-height: 1.2 !important;

    text-align: center !important;
    text-decoration: none !important;
    text-transform: none !important;

    box-shadow:
        0 8px 16px rgba(70, 111, 74, .14) !important;

    overflow: hidden !important;
}


/* Supprime l'effet icône WoodMart */
.azana-product-list-button
a.add-to-cart-loop::before,
.azana-product-list-button
a.add-to-cart-loop::after,
.azana-product-list-button
.wd-action-icon,
.azana-product-list-button
.wd-check-icon {
    display: none !important;
    content: none !important;
}


/* texte bouton */
.azana-product-list-button
.wd-action-text {
    position: static !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: auto !important;
    height: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #ffffff !important;

    font-family: "Manrope", sans-serif !important;

    font-size: 12px !important;
    font-weight: 700 !important;

    line-height: 1.2 !important;

    transform: none !important;
    translate: none !important;
}


/* hover */
.azana-product-list-button
a.add-to-cart-loop:hover {
    background:
        linear-gradient(
            135deg,
            #3d6140 0%,
            #4a704d 100%
        ) !important;
}


/* =========================================================
   9 — RUPTURE DE STOCK
   ========================================================= */

.wd-product.outofstock
.azana-product-list-button
a.add-to-cart-loop {
    background: #b96b68 !important;

    box-shadow:
        0 8px 16px rgba(185, 107, 104, .15) !important;
}


.wd-product.outofstock
.azana-product-list-button
a.add-to-cart-loop:hover {
    background: #a85e5b !important;
}


/* =========================================================
   10 — TABLETTE
   ========================================================= */

@media (max-width: 1024px) {

    .azana-product-list-card {
        grid-template-columns:
            150px
            minmax(0, 1fr)
            180px !important;

        gap: 18px !important;

        padding: 15px !important;

        min-height: 185px !important;
    }


    .azana-product-list-media {
        width: 150px !important;
        min-width: 150px !important;
    }


    .azana-product-list-image {
        width: 150px !important;
        height: 150px !important;
    }


    .azana-product-list-image img {
        max-height: 125px !important;
    }


    .azana-product-list-title,
    .azana-product-list-title a,
    .azana-product-list-title .wd-entities-title {
        font-size: 15px !important;
    }


    .azana-product-list-actions {
        width: 180px !important;
        min-width: 180px !important;
    }


    .azana-product-list-price .price,
    .azana-product-list-price .amount,
    .azana-product-list-price bdi {
        font-size: 18px !important;
    }
}


/* =========================================================
   11 — MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .azana-product-list-card {
        grid-template-columns:
            110px
            minmax(0, 1fr) !important;

        grid-template-areas:
            "media info"
            "actions actions" !important;

        align-items: start !important;

        gap:
            12px 14px !important;

        min-height: 0 !important;

        padding: 12px !important;

        border-radius: 16px !important;
    }


    .azana-product-list-media {
        grid-area: media !important;

        width: 110px !important;
        min-width: 110px !important;
    }


    .azana-product-list-image {
        width: 110px !important;
        height: 120px !important;

        padding: 8px !important;

        border-radius: 12px !important;
    }


    .azana-product-list-image img {
        max-height: 100px !important;
    }


    .azana-product-list-info {
        grid-area: info !important;
    }


    .azana-product-list-brand {
        margin-bottom: 7px !important;
    }


    .azana-product-list-brand > a {
        padding: 5px 7px !important;

        font-size: 7px !important;
    }


    .azana-product-list-title,
    .azana-product-list-title a,
    .azana-product-list-title .wd-entities-title {
        font-size: 11.5px !important;

        line-height: 1.3 !important;
    }


    .azana-product-list-actions {
        grid-area: actions !important;

        display: grid !important;
        grid-template-columns:
            1fr
            150px !important;

        align-items: center !important;

        gap: 12px !important;

        width: 100% !important;
        min-width: 0 !important;

        padding-top: 10px !important;

        border-top:
            1px solid rgba(230, 218, 195, .75) !important;
    }


    .azana-product-list-price {
        margin: 0 !important;
        padding: 0 !important;

        border: 0 !important;
    }


    .azana-product-list-price .price,
    .azana-product-list-price .amount,
    .azana-product-list-price bdi {
        font-size: 15px !important;
    }


    .azana-product-list-button
    a.add-to-cart-loop {
        height: 42px !important;
        min-height: 42px !important;
        max-height: 42px !important;

        border-radius: 9px !important;
    }


    .azana-product-list-button
    .wd-action-text {
        font-size: 9.5px !important;
    }
}/* =========================================================
   AZANA — PRODUCT CARD / AFFICHAGE LISTE
   ========================================================= */


/* =========================================================
   1 — CARTE PRINCIPALE
   ========================================================= */

.azana-product-list-card {
    position: relative !important;

    display: grid !important;
    grid-template-columns:
        190px
        minmax(0, 1fr)
        220px !important;

    align-items: center !important;

    gap: 26px !important;

    width: 100% !important;
    min-height: 215px !important;

    padding: 18px !important;
    margin: 0 !important;

    background:
        linear-gradient(
            135deg,
            #fffefb 0%,
            #fdfaf3 100%
        ) !important;

    border: 1px solid #e6dac3 !important;
    border-radius: 20px !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;
}


.azana-product-list-card:hover {
    transform: translateY(-2px) !important;

    border-color: #d9c9a9 !important;

    box-shadow:
        0 14px 30px rgba(42, 65, 47, .07) !important;
}


/* halo décoratif très léger */
.azana-product-list-card::before {
    content: "" !important;

    position: absolute !important;

    right: -80px !important;
    top: -90px !important;

    width: 230px !important;
    height: 230px !important;

    border-radius: 50% !important;

    background:
        radial-gradient(
            circle,
            rgba(145, 184, 92, .08) 0%,
            rgba(145, 184, 92, 0) 72%
        ) !important;

    pointer-events: none !important;
}


/* =========================================================
   2 — COLONNE IMAGE
   ========================================================= */

.azana-product-list-media {
    position: relative !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 190px !important;
    min-width: 190px !important;

    margin: 0 !important;
    padding: 0 !important;
}


.azana-product-list-image {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 190px !important;
    height: 180px !important;

    padding: 14px !important;

    background: #ffffff !important;

    border: 1px solid #eee5d6 !important;
    border-radius: 16px !important;

    box-shadow:
        0 7px 18px rgba(42, 65, 47, .04) !important;

    overflow: hidden !important;
}


.azana-product-list-image a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    height: 100% !important;
}


.azana-product-list-image img {
    display: block !important;

    width: auto !important;
    height: auto !important;

    max-width: 100% !important;
    max-height: 150px !important;

    margin: auto !important;

    object-fit: contain !important;
    object-position: center !important;

    filter: none !important;
    box-shadow: none !important;

    transition: transform .25s ease !important;
}


.azana-product-list-card:hover
.azana-product-list-image img {
    transform: scale(1.025) !important;
}


/* =========================================================
   3 — INFOS PRODUIT
   ========================================================= */

.azana-product-list-info {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;

    min-width: 0 !important;

    margin: 0 !important;
    padding: 2px 0 !important;
}


/* =========================================================
   4 — MARQUE
   ========================================================= */

.azana-product-list-brand {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;

    gap: 5px !important;

    width: 100% !important;

    margin: 0 0 12px !important;

    text-align: left !important;
}


.azana-product-list-brand .wd-label {
    display: none !important;
}


.azana-product-list-brand > a {
    display: inline-flex !important;
    align-items: center !important;

    gap: 6px !important;

    width: auto !important;

    padding: 6px 10px !important;
    margin: 0 !important;

    background: #fbf7ee !important;

    border: 1px solid #eadfc9 !important;
    border-radius: 999px !important;

    color: #ae9155 !important;

    font-family: "Manrope", sans-serif !important;
    font-size: 9.5px !important;
    font-weight: 800 !important;

    line-height: 1 !important;

    letter-spacing: .55px !important;
    text-transform: uppercase !important;

    text-decoration: none !important;
}


.azana-product-list-brand > a::before {
    content: "" !important;

    display: block !important;

    width: 6px !important;
    height: 6px !important;

    flex: 0 0 auto !important;

    background: #9abb62 !important;

    border-radius: 50% !important;
}


/* =========================================================
   5 — TITRE
   ========================================================= */

.azana-product-list-title {
    width: 100% !important;

    margin: 0 !important;

    text-align: left !important;
}


.azana-product-list-title,
.azana-product-list-title a,
.azana-product-list-title .wd-entities-title {
    color: #374d41 !important;

    font-family: "Manrope", sans-serif !important;

    font-size: 18px !important;
    font-weight: 700 !important;

    line-height: 1.35 !important;

    letter-spacing: -.2px !important;

    text-decoration: none !important;
    text-transform: none !important;
}


.azana-product-list-title a,
.azana-product-list-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;
}


/* =========================================================
   6 — COLONNE PRIX / CTA
   ========================================================= */

.azana-product-list-actions {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: center !important;

    width: 220px !important;
    min-width: 220px !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* =========================================================
   7 — PRIX
   ========================================================= */

.azana-product-list-price {
    position: relative !important;

    width: 100% !important;

    margin: 0 0 16px !important;
    padding: 0 0 14px !important;

    text-align: left !important;

    border-bottom:
        1px solid rgba(216, 204, 182, .65) !important;
}


.azana-product-list-price .price,
.azana-product-list-price .amount,
.azana-product-list-price bdi {
    color: #95b75f !important;

    font-family: "Manrope", sans-serif !important;

    font-size: 21px !important;
    font-weight: 800 !important;

    line-height: 1.15 !important;

    letter-spacing: -.25px !important;
}


.azana-product-list-price del,
.azana-product-list-price del .amount,
.azana-product-list-price del bdi {
    color: #aaa69e !important;

    font-size: 11px !important;
    font-weight: 500 !important;
}


.azana-product-list-price ins {
    text-decoration: none !important;
}


/* =========================================================
   8 — BOUTON
   ========================================================= */

.azana-product-list-button,
.azana-product-list-button .wd-add-btn-wrap,
.azana-product-list-button .wd-add-btn,
.azana-product-list-button .wd-loop-prod-btn,
.azana-product-list-button .wd-add-btn-replace {
    width: 100% !important;
}


.azana-product-list-button
a.add-to-cart-loop {
    position: relative !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;

    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;

    margin: 0 !important;
    padding: 0 15px !important;

    background:
        linear-gradient(
            135deg,
            #466f4a 0%,
            #547d57 100%
        ) !important;

    border: 0 !important;
    border-radius: 11px !important;

    color: #ffffff !important;

    font-family: "Manrope", sans-serif !important;

    font-size: 12px !important;
    font-weight: 700 !important;

    line-height: 1.2 !important;

    text-align: center !important;
    text-decoration: none !important;
    text-transform: none !important;

    box-shadow:
        0 8px 16px rgba(70, 111, 74, .14) !important;

    overflow: hidden !important;
}


/* Supprime l'effet icône WoodMart */
.azana-product-list-button
a.add-to-cart-loop::before,
.azana-product-list-button
a.add-to-cart-loop::after,
.azana-product-list-button
.wd-action-icon,
.azana-product-list-button
.wd-check-icon {
    display: none !important;
    content: none !important;
}


/* texte bouton */
.azana-product-list-button
.wd-action-text {
    position: static !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: auto !important;
    height: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #ffffff !important;

    font-family: "Manrope", sans-serif !important;

    font-size: 12px !important;
    font-weight: 700 !important;

    line-height: 1.2 !important;

    transform: none !important;
    translate: none !important;
}


/* hover */
.azana-product-list-button
a.add-to-cart-loop:hover {
    background:
        linear-gradient(
            135deg,
            #3d6140 0%,
            #4a704d 100%
        ) !important;
}


/* =========================================================
   9 — RUPTURE DE STOCK
   ========================================================= */

.wd-product.outofstock
.azana-product-list-button
a.add-to-cart-loop {
    background: #b96b68 !important;

    box-shadow:
        0 8px 16px rgba(185, 107, 104, .15) !important;
}


.wd-product.outofstock
.azana-product-list-button
a.add-to-cart-loop:hover {
    background: #a85e5b !important;
}


/* =========================================================
   10 — TABLETTE
   ========================================================= */

@media (max-width: 1024px) {

    .azana-product-list-card {
        grid-template-columns:
            150px
            minmax(0, 1fr)
            180px !important;

        gap: 18px !important;

        padding: 15px !important;

        min-height: 185px !important;
    }


    .azana-product-list-media {
        width: 150px !important;
        min-width: 150px !important;
    }


    .azana-product-list-image {
        width: 150px !important;
        height: 150px !important;
    }


    .azana-product-list-image img {
        max-height: 125px !important;
    }


    .azana-product-list-title,
    .azana-product-list-title a,
    .azana-product-list-title .wd-entities-title {
        font-size: 15px !important;
    }


    .azana-product-list-actions {
        width: 180px !important;
        min-width: 180px !important;
    }


    .azana-product-list-price .price,
    .azana-product-list-price .amount,
    .azana-product-list-price bdi {
        font-size: 18px !important;
    }
}


/* =========================================================
   11 — MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .azana-product-list-card {
        grid-template-columns:
            110px
            minmax(0, 1fr) !important;

        grid-template-areas:
            "media info"
            "actions actions" !important;

        align-items: start !important;

        gap:
            12px 14px !important;

        min-height: 0 !important;

        padding: 12px !important;

        border-radius: 16px !important;
    }


    .azana-product-list-media {
        grid-area: media !important;

        width: 110px !important;
        min-width: 110px !important;
    }


    .azana-product-list-image {
        width: 110px !important;
        height: 120px !important;

        padding: 8px !important;

        border-radius: 12px !important;
    }


    .azana-product-list-image img {
        max-height: 100px !important;
    }


    .azana-product-list-info {
        grid-area: info !important;
    }


    .azana-product-list-brand {
        margin-bottom: 7px !important;
    }


    .azana-product-list-brand > a {
        padding: 5px 7px !important;

        font-size: 7px !important;
    }


    .azana-product-list-title,
    .azana-product-list-title a,
    .azana-product-list-title .wd-entities-title {
        font-size: 11.5px !important;

        line-height: 1.3 !important;
    }


    .azana-product-list-actions {
        grid-area: actions !important;

        display: grid !important;
        grid-template-columns:
            1fr
            150px !important;

        align-items: center !important;

        gap: 12px !important;

        width: 100% !important;
        min-width: 0 !important;

        padding-top: 10px !important;

        border-top:
            1px solid rgba(230, 218, 195, .75) !important;
    }


    .azana-product-list-price {
        margin: 0 !important;
        padding: 0 !important;

        border: 0 !important;
    }


    .azana-product-list-price .price,
    .azana-product-list-price .amount,
    .azana-product-list-price bdi {
        font-size: 15px !important;
    }


    .azana-product-list-button
    a.add-to-cart-loop {
        height: 42px !important;
        min-height: 42px !important;
        max-height: 42px !important;

        border-radius: 9px !important;
    }


    .azana-product-list-button
    .wd-action-text {
        font-size: 9.5px !important;
    }
}

/* =========================================================
   AZANA — FAVORIS SUR CARTES PRODUITS
   ========================================================= */


/* Le box image devient la référence */
.azana-product-card-image,
.azana-product-list-media {
    position: relative !important;
}


/* =========================================================
   COEUR — GRILLE
   ========================================================= */

.azana-product-card-wishlist {
    position: absolute !important;

    top: 12px !important;
    right: 12px !important;

    z-index: 20 !important;

    width: 38px !important;
    height: 38px !important;

    margin: 0 !important;
}


/* =========================================================
   COEUR — LISTE
   ========================================================= */

.azana-product-list-wishlist {
    position: absolute !important;

    top: 10px !important;
    right: 10px !important;

    z-index: 20 !important;

    width: 36px !important;
    height: 36px !important;

    margin: 0 !important;
}


/* =========================================================
   BOUTON WOODMART
   ========================================================= */

.azana-product-card-wishlist .wd-wishlist-btn,
.azana-product-list-wishlist .wd-wishlist-btn {
    width: 100% !important;
    height: 100% !important;

    margin: 0 !important;
}


.azana-product-card-wishlist .wd-wishlist-btn > a,
.azana-product-list-wishlist .wd-wishlist-btn > a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    height: 100% !important;

    min-width: 0 !important;
    min-height: 0 !important;

    padding: 0 !important;

    background: rgba(255,255,255,.94) !important;

    border: 1px solid #e8dfcf !important;
    border-radius: 50% !important;

    color: #55715b !important;

    box-shadow:
        0 5px 14px rgba(44,61,49,.09) !important;

    backdrop-filter: blur(4px) !important;

    transition:
        transform .2s ease,
        background .2s ease,
        color .2s ease,
        box-shadow .2s ease !important;
}


/* Hover */
.azana-product-card-wishlist .wd-wishlist-btn > a:hover,
.azana-product-list-wishlist .wd-wishlist-btn > a:hover {
    background: #ffffff !important;

    color: #a96764 !important;

    transform: scale(1.07) !important;

    box-shadow:
        0 7px 17px rgba(44,61,49,.13) !important;
}


/* Produit déjà ajouté aux favoris */
.azana-product-card-wishlist .wd-wishlist-btn.wd-added > a,
.azana-product-card-wishlist .wd-wishlist-btn.added > a,
.azana-product-list-wishlist .wd-wishlist-btn.wd-added > a,
.azana-product-list-wishlist .wd-wishlist-btn.added > a {
    background: #f8ecea !important;

    border-color: #e5c7c3 !important;

    color: #a96764 !important;
}


/* Cache le texte éventuel, garde seulement le coeur */
.azana-product-card-wishlist .wd-action-text,
.azana-product-list-wishlist .wd-action-text {
    display: none !important;
}


/* MOBILE */
@media (max-width: 767px) {

    .azana-product-card-wishlist {
        top: 8px !important;
        right: 8px !important;

        width: 32px !important;
        height: 32px !important;
    }

    .azana-product-list-wishlist {
        top: 7px !important;
        right: 7px !important;

        width: 30px !important;
        height: 30px !important;
    }
}
/* =========================================================
   AZANA — FAVORIS CARTE GRILLE
   Repositionnement à l'intérieur du box image
   ========================================================= */

.azana-product-card-image {
    position: relative !important;
}


/* Widget favoris grille uniquement */
.azana-product-card-wishlist {
    position: absolute !important;

    top: 16px !important;
    right: 16px !important;

    z-index: 25 !important;

    width: 34px !important;
    height: 34px !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* Bouton cœur */
.azana-product-card-wishlist .wd-wishlist-btn,
.azana-product-card-wishlist .wd-wishlist-btn > a {
    width: 34px !important;
    height: 34px !important;

    min-width: 34px !important;
    min-height: 34px !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* MOBILE */
@media (max-width: 767px) {

    .azana-product-card-wishlist {
        top: 10px !important;
        right: 10px !important;

        width: 30px !important;
        height: 30px !important;
    }

    .azana-product-card-wishlist .wd-wishlist-btn,
    .azana-product-card-wishlist .wd-wishlist-btn > a {
        width: 30px !important;
        height: 30px !important;

        min-width: 30px !important;
        min-height: 30px !important;
    }
}

/* =========================================================
   AZANA — FAVORIS GRILLE
   Placement définitif à l'intérieur de l'image
   ========================================================= */

.azana-product-card-wishlist {
    position: absolute !important;

    top: 14px !important;
    right: 14px !important;

    width: 32px !important;
    height: 32px !important;

    margin: 0 !important;
    padding: 0 !important;

    z-index: 30 !important;

    /* Force réellement le coeur vers l'intérieur */
    transform: translate(-8px, 8px) !important;
}


/* bouton WoodMart */
.azana-product-card-wishlist .wd-wishlist-btn,
.azana-product-card-wishlist .wd-wishlist-btn > a {
    width: 32px !important;
    height: 32px !important;

    min-width: 32px !important;
    min-height: 32px !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* MOBILE */
@media (max-width: 767px) {

    .azana-product-card-wishlist {
        width: 28px !important;
        height: 28px !important;

        transform: translate(-5px, 5px) !important;
    }

    .azana-product-card-wishlist .wd-wishlist-btn,
    .azana-product-card-wishlist .wd-wishlist-btn > a {
        width: 28px !important;
        height: 28px !important;

        min-width: 28px !important;
        min-height: 28px !important;
    }
}

/* =========================================================
   AZANA — SHOP SIDEBAR / WIDGETS FILTRES
   Base premium commune
   ========================================================= */


/* ---------------------------------------------------------
   CARTE WIDGET
   --------------------------------------------------------- */

.azana-shop-sidebar .widget {
    width: 100% !important;

    margin: 0 0 18px !important;
    padding: 20px 18px !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;

    font-family: "Manrope", sans-serif !important;
}


/* ---------------------------------------------------------
   TITRE
   --------------------------------------------------------- */

.azana-shop-sidebar .widget-title {
    position: relative !important;

    margin: 0 0 18px !important;
    padding: 0 0 12px !important;

    color: #29483a !important;

    font-family: "Manrope", sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;

    text-transform: none !important;
}


.azana-shop-sidebar .widget-title::after {
    content: "" !important;

    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;

    width: 34px !important;
    height: 1px !important;

    background: #d8c9aa !important;
}


/* =========================================================
   MARQUES — CHAMP DE RECHERCHE
   ========================================================= */

.azana-shop-sidebar input[type="text"],
.azana-shop-sidebar input[type="search"] {
    width: 100% !important;
    height: 42px !important;

    margin: 0 !important;
    padding: 0 42px 0 13px !important;

    background: #ffffff !important;

    border: 1px solid #e8dfd0 !important;
    border-radius: 10px !important;

    color: #405348 !important;

    font-family: "Manrope", sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;

    box-shadow: none !important;

    transition:
        border-color .2s ease,
        box-shadow .2s ease !important;
}


.azana-shop-sidebar input[type="text"]:focus,
.azana-shop-sidebar input[type="search"]:focus {
    border-color: #adc68b !important;

    box-shadow:
        0 0 0 3px rgba(145, 184, 92, .10) !important;

    outline: none !important;
}


.azana-shop-sidebar input::placeholder {
    color: #999b94 !important;
    opacity: 1 !important;
}


/* =========================================================
   LISTE MARQUES
   ========================================================= */

.azana-shop-sidebar .wd-scroll-content,
.azana-shop-sidebar .wd-filter-list {
    padding-right: 5px !important;
}


/* chaque ligne */
.azana-shop-sidebar .wd-filter-list li,
.azana-shop-sidebar .woocommerce-widget-layered-nav-list li {
    position: relative !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
}


/* labels / liens */
.azana-shop-sidebar .wd-filter-list li > a,
.azana-shop-sidebar .woocommerce-widget-layered-nav-list li > a {
    display: flex !important;
    align-items: center !important;

    min-height: 36px !important;

    padding: 5px 4px !important;

    color: #59655d !important;

    font-family: "Manrope", sans-serif !important;
    font-size: 12.5px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;

    text-decoration: none !important;

    border-radius: 8px !important;

    transition:
        color .18s ease,
        background .18s ease !important;
}


.azana-shop-sidebar .wd-filter-list li > a:hover,
.azana-shop-sidebar .woocommerce-widget-layered-nav-list li > a:hover {
    color: #31573f !important;

    background: rgba(145,184,92,.08) !important;
}


/* =========================================================
   CHECKBOX
   ========================================================= */

.azana-shop-sidebar input[type="checkbox"] {
    width: 15px !important;
    height: 15px !important;

    margin: 0 9px 0 0 !important;

    accent-color: #7fa657 !important;
}


/* =========================================================
   SCROLLBAR
   ========================================================= */

.azana-shop-sidebar .wd-scroll-content {
    scrollbar-width: thin !important;
    scrollbar-color:
        #c9d4c1
        transparent !important;
}


.azana-shop-sidebar .wd-scroll-content::-webkit-scrollbar {
    width: 4px !important;
}


.azana-shop-sidebar .wd-scroll-content::-webkit-scrollbar-track {
    background: transparent !important;
}


.azana-shop-sidebar .wd-scroll-content::-webkit-scrollbar-thumb {
    background: #c9d4c1 !important;
    border-radius: 999px !important;
}


/* =========================================================
   ÉTAT ACTIF
   ========================================================= */

.azana-shop-sidebar li.wd-active,
.azana-shop-sidebar li.chosen {
    background:
        rgba(145,184,92,.09) !important;

    border-radius: 8px !important;
}


.azana-shop-sidebar li.wd-active a,
.azana-shop-sidebar li.chosen a {
    color: #31573f !important;
    font-weight: 700 !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .azana-shop-sidebar .widget {
        padding: 16px 14px !important;

        border-radius: 15px !important;
    }


    .azana-shop-sidebar .widget-title {
        font-size: 16px !important;
    }


    .azana-shop-sidebar input[type="text"],
    .azana-shop-sidebar input[type="search"] {
        height: 40px !important;

        font-size: 11.5px !important;
    }


    .azana-shop-sidebar .wd-filter-list li > a,
    .azana-shop-sidebar
    .woocommerce-widget-layered-nav-list li > a {
        font-size: 11.5px !important;
    }
}
/* =========================================================
   AZANA — SHOP SIDEBAR
   FILTRE MARQUES WOODMART — DOM RÉEL
   ========================================================= */


/* =========================================================
   1 — CARTE MARQUES
   ========================================================= */

.azana-shop-sidebar
.woodmart-woocommerce-layered-nav {
    width: 100% !important;

    margin: 0 0 18px !important;
    padding: 20px 18px !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;
}


/* =========================================================
   2 — TITRE
   ========================================================= */

.azana-shop-sidebar
.woodmart-woocommerce-layered-nav
> .widget-title {
    position: relative !important;

    display: block !important;

    margin: 0 0 16px !important;
    padding: 0 0 12px !important;

    color: #29483a !important;

    font-family: "Manrope", sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;

    line-height: 1.2 !important;

    text-transform: none !important;
    letter-spacing: 0 !important;

    border: 0 !important;
}


.azana-shop-sidebar
.woodmart-woocommerce-layered-nav
> .widget-title::after {
    content: "" !important;

    position: absolute !important;

    left: 0 !important;
    bottom: 0 !important;

    width: 34px !important;
    height: 1px !important;

    background: #d8c9aa !important;
}


/* =========================================================
   3 — WRAPPER
   ========================================================= */

.azana-shop-sidebar
.woodmart-woocommerce-layered-nav
.wd-filter-wrapper {
    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* =========================================================
   4 — RECHERCHE MARQUES
   ========================================================= */

.azana-shop-sidebar
.woodmart-woocommerce-layered-nav
.wd-filter-search {
    position: relative !important;

    width: 100% !important;

    margin: 0 0 12px !important;
}


/* Champ */
.azana-shop-sidebar
.woodmart-woocommerce-layered-nav
.wd-filter-search
> input[type="text"] {
    display: block !important;

    width: 100% !important;
    height: 42px !important;

    margin: 0 !important;
    padding: 0 42px 0 13px !important;

    background: rgba(255,255,255,.86) !important;

    border: 1px solid #e8dfd0 !important;
    border-radius: 10px !important;

    color: #405348 !important;

    font-family: "Manrope", sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;

    line-height: 42px !important;

    box-shadow: none !important;
    outline: none !important;

    transition:
        border-color .18s ease,
        box-shadow .18s ease,
        background .18s ease !important;
}


.azana-shop-sidebar
.woodmart-woocommerce-layered-nav
.wd-filter-search
> input[type="text"]::placeholder {
    color: #92978f !important;

    opacity: 1 !important;
}


.azana-shop-sidebar
.woodmart-woocommerce-layered-nav
.wd-filter-search
> input[type="text"]:focus {
    background: #fff !important;

    border-color: #aec68e !important;

    box-shadow:
        0 0 0 3px rgba(145,184,92,.10) !important;
}


/* Icône recherche WoodMart */
.azana-shop-sidebar
.woodmart-woocommerce-layered-nav
.wd-filter-search::before {
    right: 13px !important;

    color: #486b51 !important;

    opacity: .9 !important;
}


/* =========================================================
   5 — ZONE SCROLL
   ========================================================= */

.azana-shop-sidebar
.woodmart-woocommerce-layered-nav
.wd-scroll {
    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* La UL est elle-même le contenu scrollable */
.azana-shop-sidebar
.woodmart-woocommerce-layered-nav
ul.wd-filter-list.wd-scroll-content {
    display: block !important;

    width: 100% !important;

    max-height: 245px !important;

    margin: 0 !important;
    padding: 0 5px 0 0 !important;

    overflow-x: hidden !important;
    overflow-y: auto !important;

    list-style: none !important;

    scrollbar-width: thin !important;
    scrollbar-color:
        #cbd7c3
        transparent !important;
}


.azana-shop-sidebar
.woodmart-woocommerce-layered-nav
ul.wd-filter-list.wd-scroll-content::-webkit-scrollbar {
    width: 4px !important;
}


.azana-shop-sidebar
.woodmart-woocommerce-layered-nav
ul.wd-filter-list.wd-scroll-content::-webkit-scrollbar-track {
    background: transparent !important;
}


.azana-shop-sidebar
.woodmart-woocommerce-layered-nav
ul.wd-filter-list.wd-scroll-content::-webkit-scrollbar-thumb {
    background: #cbd7c3 !important;

    border-radius: 999px !important;
}


/* =========================================================
   6 — CHAQUE MARQUE
   ========================================================= */

.azana-shop-sidebar
.woodmart-woocommerce-layered-nav
li.wc-layered-nav-term {
    position: relative !important;

    display: flex !important;
    align-items: center !important;

    width: 100% !important;

    min-height: 36px !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    border-radius: 8px !important;

    background: transparent !important;

    transition:
        background .18s ease !important;
}


/* lien */
.azana-shop-sidebar
.woodmart-woocommerce-layered-nav
li.wc-layered-nav-term
> a.layered-nav-link {
    display: flex !important;
    align-items: center !important;

    flex: 1 1 auto !important;

    min-width: 0 !important;
    min-height: 36px !important;

    margin: 0 !important;
    padding: 5px 7px !important;

    color: #59655d !important;

    font-family: "Manrope", sans-serif !important;
    font-size: 12.5px !important;
    font-weight: 500 !important;

    line-height: 1.2 !important;

    text-decoration: none !important;

    border-radius: 8px !important;

    transition:
        background .18s ease,
        color .18s ease !important;
}


/* hover ligne entière */
.azana-shop-sidebar
.woodmart-woocommerce-layered-nav
li.wc-layered-nav-term:hover
> a.layered-nav-link {
    color: #31573f !important;

    background:
        rgba(145,184,92,.08) !important;
}


/* =========================================================
   7 — CHECKBOX WOODMART
   ========================================================= */

/*
   WoodMart génère la checkbox via ::before du lien.
   On la transforme en petite case AZANA propre.
*/

.azana-shop-sidebar
.woodmart-woocommerce-layered-nav
.wd-checkboxes-on
li.wc-layered-nav-term
> a.layered-nav-link::before {
    position: relative !important;

    display: inline-flex !important;

    flex: 0 0 15px !important;

    width: 15px !important;
    height: 15px !important;

    margin: 0 9px 0 0 !important;

    background: #ffffff !important;

    border: 1px solid #d9dfd5 !important;
    border-radius: 4px !important;

    box-shadow: none !important;

    color: #ffffff !important;

    transition:
        background .18s ease,
        border-color .18s ease !important;
}


/* =========================================================
   8 — NOM DE LA MARQUE
   ========================================================= */

.azana-shop-sidebar
.woodmart-woocommerce-layered-nav
span.wd-filter-label.layer-term-label {
    min-width: 0 !important;

    color: inherit !important;

    font-family: "Manrope", sans-serif !important;
    font-size: inherit !important;
    font-weight: inherit !important;

    line-height: inherit !important;

    text-transform: none !important;
}


/* =========================================================
   9 — COMPTEUR
   ========================================================= */

.azana-shop-sidebar
.woodmart-woocommerce-layered-nav
li.wc-layered-nav-term
> span.count {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    flex: 0 0 auto !important;

    min-width: 27px !important;
    height: 23px !important;

    margin-left: 6px !important;
    padding: 0 7px !important;

    background:
        rgba(255,255,255,.72) !important;

    border: 1px solid #ece3d4 !important;
    border-radius: 999px !important;

    color: #959991 !important;

    font-family: "Manrope", sans-serif !important;
    font-size: 10px !important;
    font-weight: 600 !important;

    line-height: 1 !important;
}


/* =========================================================
   10 — MARQUE ACTIVE
   ========================================================= */

.azana-shop-sidebar
.woodmart-woocommerce-layered-nav
li.wc-layered-nav-term.wd-active,

.azana-shop-sidebar
.woodmart-woocommerce-layered-nav
li.wc-layered-nav-term.chosen {
    background:
        linear-gradient(
            90deg,
            rgba(145,184,92,.14),
            rgba(145,184,92,.04)
        ) !important;
}


.azana-shop-sidebar
.woodmart-woocommerce-layered-nav
li.wc-layered-nav-term.wd-active
> a.layered-nav-link,

.azana-shop-sidebar
.woodmart-woocommerce-layered-nav
li.wc-layered-nav-term.chosen
> a.layered-nav-link {
    color: #31573f !important;

    font-weight: 700 !important;
}


/* checkbox active */
.azana-shop-sidebar
.woodmart-woocommerce-layered-nav
.wd-checkboxes-on
li.wc-layered-nav-term.wd-active
> a.layered-nav-link::before,

.azana-shop-sidebar
.woodmart-woocommerce-layered-nav
.wd-checkboxes-on
li.wc-layered-nav-term.chosen
> a.layered-nav-link::before {
    background: #91b85c !important;

    border-color: #91b85c !important;
}


/* =========================================================
   11 — MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .azana-shop-sidebar
    .woodmart-woocommerce-layered-nav {
        padding: 16px 14px !important;

        border-radius: 15px !important;
    }


    .azana-shop-sidebar
    .woodmart-woocommerce-layered-nav
    > .widget-title {
        font-size: 16px !important;
    }


    .azana-shop-sidebar
    .woodmart-woocommerce-layered-nav
    .wd-filter-search
    > input[type="text"] {
        height: 40px !important;

        font-size: 11.5px !important;
    }


    .azana-shop-sidebar
    .woodmart-woocommerce-layered-nav
    li.wc-layered-nav-term
    > a.layered-nav-link {
        font-size: 11.5px !important;
    }

}

/* =========================================================
   AZANA — SHOP / FILTRE MARQUES
   CIBLAGE DIRECT DU WIDGET RÉEL
   ========================================================= */

#woodmart-woocommerce-layered-nav-6 {
    width: 100% !important;

    margin: 0 0 18px !important;
    padding: 20px 18px !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;
}


/* TITRE */

#woodmart-woocommerce-layered-nav-6 > .widget-title {
    position: relative !important;

    margin: 0 0 16px !important;
    padding: 0 0 12px !important;

    color: #29483a !important;

    font-family: "Manrope", sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;

    text-transform: none !important;
}


#woodmart-woocommerce-layered-nav-6 > .widget-title::after {
    content: "" !important;

    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;

    width: 34px !important;
    height: 1px !important;

    background: #d8c9aa !important;
}


/* RECHERCHE */

#woodmart-woocommerce-layered-nav-6 .wd-filter-search {
    position: relative !important;

    margin: 0 0 12px !important;
}


#woodmart-woocommerce-layered-nav-6
.wd-filter-search > input[type="text"] {
    width: 100% !important;
    height: 42px !important;

    margin: 0 !important;
    padding: 0 42px 0 13px !important;

    background: #fff !important;

    border: 1px solid #e7dece !important;
    border-radius: 10px !important;

    color: #405348 !important;

    font-family: "Manrope", sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;

    box-shadow: none !important;
    outline: none !important;
}


#woodmart-woocommerce-layered-nav-6
.wd-filter-search > input[type="text"]:focus {
    border-color: #a9c47e !important;

    box-shadow:
        0 0 0 3px rgba(145, 184, 92, .10) !important;
}


#woodmart-woocommerce-layered-nav-6
.wd-filter-search::before {
    right: 13px !important;

    color: #486b51 !important;
}


/* LISTE */

#woodmart-woocommerce-layered-nav-6
ul.wd-filter-list {
    max-height: 245px !important;

    margin: 0 !important;
    padding: 0 5px 0 0 !important;

    overflow-y: auto !important;
    overflow-x: hidden !important;

    scrollbar-width: thin !important;
    scrollbar-color: #cbd7c3 transparent !important;
}


#woodmart-woocommerce-layered-nav-6
ul.wd-filter-list::-webkit-scrollbar {
    width: 4px !important;
}


#woodmart-woocommerce-layered-nav-6
ul.wd-filter-list::-webkit-scrollbar-thumb {
    background: #cbd7c3 !important;

    border-radius: 999px !important;
}


/* LIGNE MARQUE */

#woodmart-woocommerce-layered-nav-6
li.wc-layered-nav-term {
    display: flex !important;
    align-items: center !important;

    width: 100% !important;
    min-height: 36px !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    border-radius: 8px !important;
}


#woodmart-woocommerce-layered-nav-6
li.wc-layered-nav-term
> a.layered-nav-link {
    display: flex !important;
    align-items: center !important;

    flex: 1 1 auto !important;

    min-width: 0 !important;
    min-height: 36px !important;

    margin: 0 !important;
    padding: 5px 7px !important;

    color: #59655d !important;

    font-family: "Manrope", sans-serif !important;
    font-size: 12.5px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;

    border-radius: 8px !important;

    text-decoration: none !important;
}


#woodmart-woocommerce-layered-nav-6
li.wc-layered-nav-term:hover
> a.layered-nav-link {
    color: #31573f !important;

    background: rgba(145, 184, 92, .08) !important;
}


/* CHECKBOX */

#woodmart-woocommerce-layered-nav-6
.wd-checkboxes-on
li.wc-layered-nav-term
> a.layered-nav-link::before {
    width: 15px !important;
    height: 15px !important;

    flex: 0 0 15px !important;

    margin: 0 9px 0 0 !important;

    background: #fff !important;

    border: 1px solid #d9dfd5 !important;
    border-radius: 4px !important;

    box-shadow: none !important;
}


/* NOM */

#woodmart-woocommerce-layered-nav-6
.wd-filter-label {
    color: inherit !important;

    font-family: "Manrope", sans-serif !important;
    font-size: 12.5px !important;
    font-weight: 500 !important;
}


/* COMPTEUR */

#woodmart-woocommerce-layered-nav-6
li.wc-layered-nav-term
> span.count {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    min-width: 27px !important;
    height: 23px !important;

    margin-left: 6px !important;
    padding: 0 7px !important;

    background: rgba(255,255,255,.75) !important;

    border: 1px solid #ece3d4 !important;
    border-radius: 999px !important;

    color: #959991 !important;

    font-family: "Manrope", sans-serif !important;
    font-size: 10px !important;
    font-weight: 600 !important;
}


/* MARQUE ACTIVE */

#woodmart-woocommerce-layered-nav-6
li.wc-layered-nav-term.wd-active,

#woodmart-woocommerce-layered-nav-6
li.wc-layered-nav-term.chosen {
    background:
        linear-gradient(
            90deg,
            rgba(145,184,92,.14),
            rgba(145,184,92,.04)
        ) !important;
}


#woodmart-woocommerce-layered-nav-6
li.wc-layered-nav-term.wd-active
> a.layered-nav-link,

#woodmart-woocommerce-layered-nav-6
li.wc-layered-nav-term.chosen
> a.layered-nav-link {
    color: #31573f !important;

    font-weight: 700 !important;
}


/* MOBILE */

@media (max-width: 767px) {

    #woodmart-woocommerce-layered-nav-6 {
        padding: 16px 14px !important;

        border-radius: 15px !important;
    }

    #woodmart-woocommerce-layered-nav-6 > .widget-title {
        font-size: 16px !important;
    }

}

/* =========================================================
   AZANA — SHOP / FILTRE PRIX PREMIUM
   ========================================================= */


/* CARTE */
.widget_price_filter {
    width: 100% !important;

    margin: 0 0 18px !important;
    padding: 20px 18px !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;

    font-family: "Manrope", sans-serif !important;
}


/* TITRE */
.widget_price_filter > .widget-title {
    position: relative !important;

    margin: 0 0 22px !important;
    padding: 0 0 12px !important;

    color: #29483a !important;

    font-family: "Manrope", sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;

    line-height: 1.2 !important;

    text-transform: none !important;
}


.widget_price_filter > .widget-title::after {
    content: "" !important;

    position: absolute !important;

    left: 0 !important;
    bottom: 0 !important;

    width: 34px !important;
    height: 1px !important;

    background: #d8c9aa !important;
}


/* WRAPPER */
.widget_price_filter .price_slider_wrapper {
    margin: 0 !important;
    padding: 0 !important;
}


/* =========================================================
   SLIDER
   ========================================================= */

.widget_price_filter .price_slider {
    position: relative !important;

    height: 4px !important;

    margin:
        12px 7px
        22px !important;

    background: #e4e8df !important;

    border: 0 !important;
    border-radius: 999px !important;
}


/* partie active */
.widget_price_filter .ui-slider-range {
    height: 4px !important;

    background:
        linear-gradient(
            90deg,
            #52795a 0%,
            #96b965 100%
        ) !important;

    border-radius: 999px !important;
}


/* poignées */
.widget_price_filter .ui-slider-handle {
    top: 50% !important;

    width: 15px !important;
    height: 15px !important;

    margin-top: -7.5px !important;
    margin-left: -7px !important;

    background: #ffffff !important;

    border: 2px solid #52795a !important;
    border-radius: 50% !important;

    box-shadow:
        0 3px 9px rgba(42,65,47,.13) !important;

    cursor: pointer !important;

    outline: none !important;

    transition:
        transform .18s ease,
        box-shadow .18s ease !important;
}


.widget_price_filter .ui-slider-handle:hover {
    transform: scale(1.13) !important;

    box-shadow:
        0 4px 12px rgba(42,65,47,.18) !important;
}


/* =========================================================
   PRIX + BOUTON
   ========================================================= */

.widget_price_filter .price_slider_amount {
    display: flex !important;

    align-items: center !important;
    justify-content: space-between !important;

    gap: 12px !important;

    width: 100% !important;

    margin: 0 !important;
}


/* texte prix */
.widget_price_filter .price_label {
    margin: 0 !important;

    color: #56645b !important;

    font-family: "Manrope", sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;

    line-height: 1.3 !important;
}


/* valeurs */
.widget_price_filter .price_label .from,
.widget_price_filter .price_label .to {
    color: #31573f !important;

    font-weight: 700 !important;
}


/* bouton filtrer */
.widget_price_filter
.price_slider_amount
.button {
    display: inline-flex !important;

    align-items: center !important;
    justify-content: center !important;

    flex: 0 0 auto !important;

    min-width: 78px !important;
    height: 38px !important;

    margin: 0 !important;
    padding: 0 14px !important;

    background:
        linear-gradient(
            135deg,
            #466f4a 0%,
            #547d57 100%
        ) !important;

    border: 0 !important;
    border-radius: 9px !important;

    color: #ffffff !important;

    font-family: "Manrope", sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;

    line-height: 1 !important;

    text-transform: none !important;

    box-shadow:
        0 6px 14px rgba(70,111,74,.13) !important;
}


.widget_price_filter
.price_slider_amount
.button:hover {
    background:
        linear-gradient(
            135deg,
            #3d6140 0%,
            #4a704d 100%
        ) !important;
}


/* Nettoyage float WooCommerce */
.widget_price_filter
.price_slider_amount::before,
.widget_price_filter
.price_slider_amount::after {
    content: none !important;
}


/* MOBILE */
@media (max-width: 767px) {

    .widget_price_filter {
        padding: 16px 14px !important;

        border-radius: 15px !important;
    }

    .widget_price_filter > .widget-title {
        font-size: 16px !important;
    }

    .widget_price_filter .price_label {
        font-size: 11px !important;
    }

}
/* =========================================================
   AZANA — POIGNEES SLIDER PRIX (plein vert)
   ========================================================= */

.widget_price_filter .ui-slider-handle {
    top: 50% !important;

    width: 16px !important;
    height: 16px !important;

    margin-top: -8px !important;
    margin-left: -8px !important;

    background: #6f8f5f !important; /* vert plein */
    border: 0 !important;
    border-radius: 50% !important;

    box-shadow:
        0 0 0 3px #fdfaf3,
        0 4px 10px rgba(70, 111, 74, 0.18) !important;

    cursor: pointer !important;
    outline: none !important;

    transition:
        transform .18s ease,
        box-shadow .18s ease,
        background .18s ease !important;
}

.widget_price_filter .ui-slider-handle:hover {
    background: #5d7d4f !important;
    transform: scale(1.08) !important;
    box-shadow:
        0 0 0 4px #fdfaf3,
        0 6px 14px rgba(70, 111, 74, 0.22) !important;
}

.widget_price_filter .ui-slider-handle:focus,
.widget_price_filter .ui-slider-handle:active {
    background: #52795a !important;
    box-shadow:
        0 0 0 4px #fdfaf3,
        0 6px 14px rgba(70, 111, 74, 0.24) !important;
}

/* =========================================================
   AZANA — WIDGET PRIX
   ========================================================= */

.widget_price_filter {
    background: #fffdf8;
    border: 1px solid #e6dac3;
    border-radius: 22px;
    padding: 24px 20px 20px;
}

.widget_price_filter .widget-title,
.widget_price_filter h5,
.widget_price_filter h4 {
    font-size: 16px;
    font-weight: 700;
    color: #213547;
    margin: 0 0 18px;
    position: relative;
}

.widget_price_filter .widget-title::after,
.widget_price_filter h5::after,
.widget_price_filter h4::after {
    content: "";
    display: block;
    width: 34px;
    height: 2px;
    margin-top: 10px;
    background: #d8ccb4;
    border-radius: 999px;
}

/* Ligne de fond */
.widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #e8e1d2 !important;
    border: none !important;
    border-radius: 999px !important;
    height: 4px !important;
    box-shadow: none !important;
}

/* Ligne entre les 2 cercles */
.widget_price_filter .ui-slider .ui-slider-range {
    background: #6f8f5f !important; /* vert plus foncé et plus propre */
    border: none !important;
    border-radius: 999px !important;
    box-shadow: none !important;
}

/* Poignées */
.widget_price_filter .ui-slider-handle {
    top: 50% !important;
    width: 16px !important;
    height: 16px !important;
    margin-top: -8px !important;
    margin-left: -8px !important;
    background: #6f8f5f !important;
    border: 0 !important;
    border-radius: 50% !important;
    box-shadow:
        0 0 0 3px #fdfaf3,
        0 4px 10px rgba(70, 111, 74, 0.18) !important;
    cursor: pointer !important;
    outline: none !important;
    transition: transform .18s ease, box-shadow .18s ease !important;
}

.widget_price_filter .ui-slider-handle:hover {
    transform: scale(1.08) !important;
}

/* Ligne infos + bouton */
.widget_price_filter .price_slider_amount {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 14px !important;
    margin-top: 18px !important;
}

.widget_price_filter .price_label {
    font-size: 15px !important;
    color: #5c6b5f !important;
    font-weight: 500 !important;
}

.widget_price_filter .price_label .from,
.widget_price_filter .price_label .to {
    font-weight: 700 !important;
    color: #213547 !important;
}

.widget_price_filter button[type="submit"],
.widget_price_filter .button {
    min-width: 114px !important;
    height: 44px !important;
    border: 1px solid #8db265 !important;
    border-radius: 12px !important;
    background: #9dc56b !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    box-shadow: 0 8px 20px rgba(141, 178, 101, 0.22) !important;
    transition: all .2s ease !important;
}

.widget_price_filter button[type="submit"]:hover,
.widget_price_filter .button:hover {
    background: #8db265 !important;
    transform: translateY(-1px);
}

/* =========================================================
   AZANA — PRIX
   POIGNÉES 100% VERTES SANS TRAIT INTÉRIEUR
   ========================================================= */

.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute !important;
    z-index: 10 !important;

    width: 16px !important;
    height: 16px !important;

    top: 50% !important;

    margin-top: -8px !important;
    margin-left: -8px !important;

    padding: 0 !important;

    background: #6f8f5f !important;
    background-color: #6f8f5f !important;
    background-image: none !important;

    border: 0 !important;
    border-radius: 50% !important;

    box-shadow:
        0 0 0 3px #fffdf8,
        0 4px 10px rgba(70,111,74,.16) !important;

    overflow: hidden !important;

    opacity: 1 !important;

    outline: none !important;
}


/* SUPPRIME LES EFFETS INTERNES WOODMART */
.widget_price_filter .ui-slider .ui-slider-handle::before,
.widget_price_filter .ui-slider .ui-slider-handle::after {
    content: none !important;
    display: none !important;

    width: 0 !important;
    height: 0 !important;

    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
}


/* La ligne reste DERRIÈRE les cercles */
.widget_price_filter .ui-slider .ui-slider-range {
    z-index: 1 !important;
}


.widget_price_filter .ui-slider {
    position: relative !important;
}


/* Hover : cercle toujours uni */
.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle:focus,
.widget_price_filter .ui-slider .ui-slider-handle:active {
    background: #5f8053 !important;
    background-image: none !important;

    border: 0 !important;

    transform: scale(1.08) !important;
}

/* =========================================================
   AZANA — SHOP TOOLBAR PREMIUM
   Desktop / Tablet / Mobile
   ========================================================= */


/* =========================================================
   1 — BARRE PRINCIPALE
   ========================================================= */

.azana-shop-toolbar {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;

    gap: 20px !important;

    width: 100% !important;

    margin: 0 0 20px !important;
    padding: 12px 14px !important;

    background:
        linear-gradient(
            145deg,
            #fffefb 0%,
            #fdfaf3 100%
        ) !important;

    border: 1px solid #e6dac3 !important;
    border-radius: 16px !important;

    box-shadow:
        0 7px 22px rgba(42,65,47,.04) !important;

    font-family: "Manrope", sans-serif !important;
}


/* =========================================================
   2 — PARTIE GAUCHE
   ========================================================= */

.azana-shop-toolbar-left {
    display: flex !important;
    align-items: center !important;

    flex: 1 1 auto !important;

    min-width: 0 !important;

    margin: 0 !important;
    padding: 0 !important;
}


.azana-shop-toolbar-results {
    margin: 0 !important;
    padding: 0 !important;

    color: #526158 !important;

    font-family: "Manrope", sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;

    line-height: 1.3 !important;
}


/* Tous les textes internes */
.azana-shop-toolbar-results * {
    font-family: "Manrope", sans-serif !important;
}


/* =========================================================
   3 — PARTIE DROITE
   ========================================================= */

.azana-shop-toolbar-controls {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;

    flex-wrap: nowrap !important;

    gap: 14px !important;

    flex: 0 0 auto !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* Nettoyage des widgets */
.azana-shop-toolbar-columns,
.azana-shop-toolbar-count,
.azana-shop-toolbar-view,
.azana-shop-toolbar-sort {
    display: flex !important;
    align-items: center !important;

    width: auto !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* =========================================================
   4 — BOUTON "PAR COLONNE"
   ========================================================= */

.azana-shop-toolbar-columns {
    gap: 7px !important;
}


.azana-shop-toolbar-columns a,
.azana-shop-toolbar-columns button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    min-height: 38px !important;

    margin: 0 !important;
    padding: 0 11px !important;

    background: transparent !important;

    border: 1px solid transparent !important;
    border-radius: 9px !important;

    color: #66746b !important;

    font-family: "Manrope", sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;

    text-transform: none !important;

    box-shadow: none !important;
}


/* =========================================================
   5 — PRODUITS PAR PAGE
   ========================================================= */

.azana-shop-toolbar-count {
    gap: 6px !important;

    color: #59665e !important;

    font-family: "Manrope", sans-serif !important;
    font-size: 12px !important;
}


.azana-shop-toolbar-count a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    min-width: 25px !important;
    height: 32px !important;

    margin: 0 !important;
    padding: 0 4px !important;

    color: #858c87 !important;

    font-family: "Manrope", sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;

    border-radius: 7px !important;

    text-decoration: none !important;

    transition:
        color .18s ease,
        background .18s ease !important;
}


.azana-shop-toolbar-count a:hover {
    color: #31573f !important;

    background: rgba(145,184,92,.09) !important;
}


/* Valeur active */
.azana-shop-toolbar-count a.current,
.azana-shop-toolbar-count a.selected,
.azana-shop-toolbar-count a.wd-active {
    color: #31573f !important;

    background: rgba(145,184,92,.13) !important;

    font-weight: 700 !important;
}


/* =========================================================
   6 — VUE GRILLE / LISTE
   ========================================================= */

.azana-shop-toolbar-view {
    gap: 4px !important;

    padding: 3px !important;

    background: rgba(247,244,237,.78) !important;

    border: 1px solid #ebe2d2 !important;
    border-radius: 10px !important;
}


.azana-shop-toolbar-view a,
.azana-shop-toolbar-view button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 36px !important;
    height: 34px !important;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;

    border: 0 !important;
    border-radius: 7px !important;

    color: #a3aaa5 !important;

    box-shadow: none !important;

    transition:
        color .18s ease,
        background .18s ease,
        box-shadow .18s ease !important;
}


/* Hover */
.azana-shop-toolbar-view a:hover,
.azana-shop-toolbar-view button:hover {
    color: #45694d !important;

    background: #fff !important;
}


/* Vue active WoodMart */
.azana-shop-toolbar-view .current,
.azana-shop-toolbar-view .active,
.azana-shop-toolbar-view .wd-active {
    color: #31573f !important;

    background: #fff !important;

    box-shadow:
        0 3px 9px rgba(42,65,47,.08) !important;
}


/* Icônes */
.azana-shop-toolbar-view svg,
.azana-shop-toolbar-view i {
    width: 18px !important;
    height: 18px !important;
}


/* =========================================================
   7 — TRI
   ========================================================= */

.azana-shop-toolbar-sort {
    min-width: 215px !important;
}


.azana-shop-toolbar-sort select {
    width: 100% !important;
    min-width: 215px !important;

    height: 42px !important;

    margin: 0 !important;
    padding:
        0 40px
        0 13px !important;

    background-color: #fff !important;

    border: 1px solid #e5ded1 !important;
    border-radius: 10px !important;

    color: #45564c !important;

    font-family: "Manrope", sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;

    box-shadow: none !important;

    outline: none !important;
}


.azana-shop-toolbar-sort select:focus {
    border-color: #a8c17f !important;

    box-shadow:
        0 0 0 3px rgba(145,184,92,.09) !important;
}


/* Si WoodMart utilise son dropdown custom */
.azana-shop-toolbar-sort .select2-container,
.azana-shop-toolbar-sort .wd-dropdown {
    width: 100% !important;
}


/* =========================================================
   8 — TABLETTE
   ========================================================= */

@media
(max-width: 1024px)
and (min-width: 768px) {

    .azana-shop-toolbar {
        display: grid !important;

        grid-template-columns:
            1fr !important;

        gap: 10px !important;

        padding: 12px !important;
    }


    .azana-shop-toolbar-left {
        width: 100% !important;
    }


    .azana-shop-toolbar-controls {
        display: grid !important;

        grid-template-columns:
            auto
            auto
            auto
            minmax(180px,1fr) !important;

        align-items: center !important;

        gap: 8px !important;

        width: 100% !important;
    }


    .azana-shop-toolbar-sort {
        min-width: 0 !important;
    }


    .azana-shop-toolbar-sort select {
        min-width: 0 !important;

        width: 100% !important;
    }

}


/* =========================================================
   9 — MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .azana-shop-toolbar {
        display: grid !important;

        grid-template-columns:
            1fr !important;

        gap: 10px !important;

        margin-bottom: 14px !important;

        padding: 10px !important;

        border-radius: 14px !important;
    }


    /* résultats */
    .azana-shop-toolbar-left {
        width: 100% !important;

        padding:
            0 2px
            7px !important;

        border-bottom:
            1px solid rgba(230,218,195,.72) !important;
    }


    .azana-shop-toolbar-results {
        font-size: 11.5px !important;
    }


    /* contrôles */
    .azana-shop-toolbar-controls {
        display: grid !important;

        grid-template-columns:
            auto
            1fr !important;

        grid-template-areas:
            "view sort" !important;

        gap: 8px !important;

        width: 100% !important;
    }


    /* =====================================================
       On simplifie la toolbar mobile.
       Les colonnes et 9/12/18/24 sont inutiles ici.
       ===================================================== */

    .azana-shop-toolbar-columns {
        display: none !important;
    }


    .azana-shop-toolbar-count {
        display: none !important;
    }


    /* grille / liste */
    .azana-shop-toolbar-view {
        grid-area: view !important;

        justify-self: start !important;
    }


    .azana-shop-toolbar-view a,
    .azana-shop-toolbar-view button {
        width: 34px !important;
        height: 34px !important;
    }


    /* tri */
    .azana-shop-toolbar-sort {
        grid-area: sort !important;

        width: 100% !important;
        min-width: 0 !important;
    }


    .azana-shop-toolbar-sort select {
        width: 100% !important;
        min-width: 0 !important;

        height: 40px !important;

        font-size: 11px !important;
    }

}


/* =========================================================
   10 — TRÈS PETIT MOBILE
   ========================================================= */

@media (max-width: 420px) {

    .azana-shop-toolbar-controls {
        grid-template-columns:
            74px
            minmax(0,1fr) !important;
    }


    .azana-shop-toolbar-view a,
    .azana-shop-toolbar-view button {
        width: 31px !important;
        height: 32px !important;
    }

}

/* =========================================================
   AZANA — SHOP TOOLBAR V2
   Desktop propre + Mobile compréhensible
   À AJOUTER TOUT À LA FIN
   ========================================================= */


/* =========================================================
   1 — SUPPRESSION "PAR COLONNE"
   ========================================================= */

.azana-shop-toolbar-columns {
    display: none !important;
}


/* =========================================================
   2 — TOOLBAR DESKTOP
   ========================================================= */

.azana-shop-toolbar {
    display: grid !important;

    grid-template-columns:
        minmax(220px, 1fr)
        auto !important;

    align-items: center !important;

    column-gap: 24px !important;

    width: 100% !important;

    margin: 0 0 20px !important;
    padding: 11px 14px !important;

    background:
        linear-gradient(
            145deg,
            #fffefb 0%,
            #fdfaf3 100%
        ) !important;

    border: 1px solid #e6dac3 !important;
    border-radius: 15px !important;

    box-shadow:
        0 6px 20px rgba(42,65,47,.035) !important;

    font-family: "Manrope", sans-serif !important;
}


/* =========================================================
   3 — RÉSULTATS À GAUCHE
   ========================================================= */

.azana-shop-toolbar-left {
    display: flex !important;
    align-items: center !important;

    min-width: 0 !important;

    margin: 0 !important;
    padding: 0 !important;
}


.azana-shop-toolbar-results {
    width: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #536159 !important;

    font-family: "Manrope", sans-serif !important;
    font-size: 12.5px !important;
    font-weight: 600 !important;

    line-height: 1.25 !important;

    white-space: nowrap !important;
}


.azana-shop-toolbar-results * {
    font-family: "Manrope", sans-serif !important;
}


/* =========================================================
   4 — CONTRÔLES À DROITE
   ========================================================= */

.azana-shop-toolbar-controls {
    display: grid !important;

    grid-template-columns:
        auto
        auto
        minmax(205px, 230px) !important;

    align-items: center !important;

    gap: 10px !important;

    width: auto !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* =========================================================
   5 — PRODUITS PAR PAGE
   ========================================================= */

.azana-shop-toolbar-count {
    display: flex !important;
    align-items: center !important;

    width: auto !important;

    margin: 0 !important;
    padding: 0 10px !important;

    min-height: 40px !important;

    background: rgba(255,255,255,.58) !important;

    border: 1px solid #ebe3d5 !important;
    border-radius: 10px !important;

    color: #667169 !important;

    font-family: "Manrope", sans-serif !important;
    font-size: 11.5px !important;

    white-space: nowrap !important;
}


.azana-shop-toolbar-count .elementor-widget-container {
    display: flex !important;
    align-items: center !important;

    gap: 4px !important;

    white-space: nowrap !important;
}


.azana-shop-toolbar-count a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    min-width: 22px !important;
    height: 28px !important;

    padding: 0 3px !important;
    margin: 0 !important;

    border-radius: 6px !important;

    color: #8a918c !important;

    font-family: "Manrope", sans-serif !important;
    font-size: 11.5px !important;
    font-weight: 500 !important;

    text-decoration: none !important;
}


.azana-shop-toolbar-count a:hover,
.azana-shop-toolbar-count a.current,
.azana-shop-toolbar-count a.selected,
.azana-shop-toolbar-count a.wd-active {
    color: #31573f !important;

    background: rgba(145,184,92,.12) !important;
}


/* =========================================================
   6 — VUE PRODUITS
   ========================================================= */

.azana-shop-toolbar-view {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: auto !important;

    min-height: 40px !important;

    margin: 0 !important;
    padding: 3px !important;

    background: rgba(255,255,255,.58) !important;

    border: 1px solid #ebe3d5 !important;
    border-radius: 10px !important;
}


.azana-shop-toolbar-view .elementor-widget-container {
    display: flex !important;
    align-items: center !important;

    gap: 2px !important;
}


.azana-shop-toolbar-view a,
.azana-shop-toolbar-view button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 34px !important;
    height: 32px !important;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;

    border: 0 !important;
    border-radius: 7px !important;

    color: #a0a7a2 !important;

    box-shadow: none !important;

    transition:
        color .18s ease,
        background .18s ease,
        box-shadow .18s ease !important;
}


.azana-shop-toolbar-view a:hover,
.azana-shop-toolbar-view button:hover {
    color: #466b4e !important;

    background: #ffffff !important;
}


.azana-shop-toolbar-view .current,
.azana-shop-toolbar-view .active,
.azana-shop-toolbar-view .wd-active {
    color: #31573f !important;

    background: #ffffff !important;

    box-shadow:
        0 3px 8px rgba(42,65,47,.08) !important;
}


/* =========================================================
   7 — TRI DESKTOP
   ========================================================= */

.azana-shop-toolbar-sort {
    display: flex !important;
    align-items: center !important;

    width: 100% !important;
    min-width: 0 !important;

    margin: 0 !important;
    padding: 0 !important;
}


.azana-shop-toolbar-sort .elementor-widget-container {
    width: 100% !important;
}


.azana-shop-toolbar-sort select {
    display: block !important;

    width: 100% !important;
    min-width: 0 !important;

    height: 40px !important;

    margin: 0 !important;
    padding: 0 38px 0 12px !important;

    background-color: #ffffff !important;

    border: 1px solid #e5ded1 !important;
    border-radius: 10px !important;

    color: #4c5b52 !important;

    font-family: "Manrope", sans-serif !important;
    font-size: 11.5px !important;
    font-weight: 500 !important;

    box-shadow: none !important;
}


/* =========================================================
   8 — TABLETTE
   ========================================================= */

@media (max-width: 1024px) and (min-width: 768px) {

    .azana-shop-toolbar {
        grid-template-columns: 1fr !important;

        row-gap: 10px !important;

        padding: 12px !important;
    }


    .azana-shop-toolbar-left {
        width: 100% !important;
    }


    .azana-shop-toolbar-controls {
        grid-template-columns:
            auto
            auto
            minmax(180px, 1fr) !important;

        width: 100% !important;
    }

}


/* =========================================================
   9 — MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .azana-shop-toolbar {
        display: flex !important;
        flex-direction: column !important;

        gap: 9px !important;

        width: 100% !important;

        margin: 0 0 14px !important;
        padding: 11px !important;

        border-radius: 14px !important;
    }


    /* ---------------------------------------------
       Résultats
       --------------------------------------------- */

    .azana-shop-toolbar-left {
        display: flex !important;
        align-items: center !important;

        width: 100% !important;

        padding: 0 2px 9px !important;

        border-bottom:
            1px solid rgba(230,218,195,.78) !important;
    }


    .azana-shop-toolbar-results {
        font-size: 11px !important;

        white-space: normal !important;
    }


    /* ---------------------------------------------
       Contrôles
       --------------------------------------------- */

    .azana-shop-toolbar-controls {
        display: grid !important;

        grid-template-columns:
            1fr
            1fr !important;

        gap: 8px !important;

        width: 100% !important;
    }


    /* Produits/page inutile sur mobile */
    .azana-shop-toolbar-count {
        display: none !important;
    }


    /* =====================================================
       VUE — AVEC LABEL
       ===================================================== */

    .azana-shop-toolbar-view {
        position: relative !important;

        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;

        width: 100% !important;
        min-height: 44px !important;

        padding: 4px 7px 4px 11px !important;

        background: #ffffff !important;

        border: 1px solid #e6dac3 !important;
        border-radius: 10px !important;
    }


    .azana-shop-toolbar-view::before {
        content: "Vue" !important;

        display: inline-block !important;

        color: #536159 !important;

        font-family: "Manrope", sans-serif !important;
        font-size: 11px !important;
        font-weight: 700 !important;
    }


    .azana-shop-toolbar-view
    .elementor-widget-container {
        display: flex !important;
        align-items: center !important;

        width: auto !important;

        gap: 1px !important;
    }


    .azana-shop-toolbar-view a,
    .azana-shop-toolbar-view button {
        width: 30px !important;
        height: 30px !important;

        border-radius: 6px !important;
    }


    /* =====================================================
       TRIER — AVEC LABEL
       ===================================================== */

    .azana-shop-toolbar-sort {
        position: relative !important;

        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;

        width: 100% !important;
        min-width: 0 !important;
        min-height: 44px !important;

        padding: 4px 7px 4px 11px !important;

        background: #ffffff !important;

        border: 1px solid #e6dac3 !important;
        border-radius: 10px !important;
    }


    .azana-shop-toolbar-sort::before {
        content: "Trier" !important;

        display: inline-block !important;

        flex: 0 0 auto !important;

        margin-right: 7px !important;

        color: #536159 !important;

        font-family: "Manrope", sans-serif !important;
        font-size: 11px !important;
        font-weight: 700 !important;
    }


    .azana-shop-toolbar-sort
    .elementor-widget-container {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;

        flex: 1 1 auto !important;

        width: auto !important;
        min-width: 0 !important;
    }


    /*
     * Si WoodMart montre le select sur mobile,
     * on le garde compact.
     */

    .azana-shop-toolbar-sort select {
        width: 100% !important;
        min-width: 0 !important;

        height: 34px !important;

        padding:
            0 28px
            0 8px !important;

        background-color: transparent !important;

        border: 0 !important;

        font-size: 10px !important;

        box-shadow: none !important;
    }


    /*
     * Les boutons/icônes WoodMart restent
     * alignés à droite du mot Trier.
     */

    .azana-shop-toolbar-sort a,
    .azana-shop-toolbar-sort button {
        flex: 0 0 auto !important;

        margin-left: auto !important;
    }

}


/* =========================================================
   10 — PETITS MOBILES
   ========================================================= */

@media (max-width: 390px) {

    .azana-shop-toolbar-controls {
        grid-template-columns:
            1fr
            1fr !important;

        gap: 6px !important;
    }


    .azana-shop-toolbar-view,
    .azana-shop-toolbar-sort {
        padding-left: 8px !important;
    }


    .azana-shop-toolbar-view::before,
    .azana-shop-toolbar-sort::before {
        font-size: 10px !important;
    }

}
/* =========================================================
   AZANA — MOBILE / TRI
   Corrige les choix invisibles du menu déroulant
   ========================================================= */

@media (max-width: 767px) {

    .azana-shop-toolbar-sort select {
        color: #3f5147 !important;
        -webkit-text-fill-color: #3f5147 !important;

        background-color: transparent !important;
    }

    .azana-shop-toolbar-sort select option {
        color: #3f5147 !important;
        -webkit-text-fill-color: #3f5147 !important;

        background: #ffffff !important;
        background-color: #ffffff !important;

        font-family: "Manrope", sans-serif !important;
        font-size: 13px !important;
        font-weight: 500 !important;
    }

    .azana-shop-toolbar-sort select optgroup {
        color: #29483a !important;
        background: #ffffff !important;
    }

}

/* =========================================================
   AZANA — SHOP LAYOUT RESPONSIVE
   ========================================================= */


/* =========================================================
   DESKTOP
   ========================================================= */

@media (min-width: 1025px) {

    /*
     * Crée une vraie respiration entre la sidebar
     * et la grille / toolbar.
     */
    .azana-shop-main {
        padding-left: 18px !important;

        min-width: 0 !important;
    }

}


/* =========================================================
   TABLETTE + MOBILE
   Le catalogue prend toute la largeur.
   La sidebar sort du flux et devient off-canvas.
   ========================================================= */

@media (max-width: 1024px) {

    .azana-shop-main {
        width: 100% !important;
        max-width: 100% !important;

        flex: 0 0 100% !important;

        padding-left: 0 !important;
    }


    /* SIDEBAR OFF-CANVAS */
    .azana-shop-sidebar {
        position: fixed !important;

        z-index: 100002 !important;

        top: 0 !important;
        left: 0 !important;

        width: min(380px, 92vw) !important;
        max-width: 92vw !important;

        height: 100vh !important;
        height: 100dvh !important;

        margin: 0 !important;
        padding:
            64px 14px
            24px !important;

        overflow-x: hidden !important;
        overflow-y: auto !important;

        background: #fffdf8 !important;

        box-shadow:
            16px 0 45px rgba(30,50,38,.14) !important;

        transform:
            translateX(-105%) !important;

        transition:
            transform .28s ease !important;
    }


    .azana-shop-sidebar.is-open {
        transform:
            translateX(0) !important;
    }


    /* OVERLAY */
    .azana-shop-filter-overlay {
        position: fixed;

        z-index: 100001;

        inset: 0;

        background:
            rgba(25,39,30,.34);

        backdrop-filter:
            blur(2px);

        -webkit-backdrop-filter:
            blur(2px);

        opacity: 0;
        visibility: hidden;

        transition:
            opacity .25s ease,
            visibility .25s ease;
    }


    .azana-shop-filter-overlay.is-open {
        opacity: 1;

        visibility: visible;
    }


    body.azana-filter-open {
        overflow: hidden !important;
    }


    /* =====================================================
       BOUTON FILTRES
       ===================================================== */

    .azana-shop-filter-toggle {
        display: inline-flex;

        align-items: center;
        justify-content: center;

        gap: 8px;

        min-width: 145px;
        height: 42px;

        margin: 0 0 10px;
        padding: 0 16px;

        background:
            linear-gradient(
                135deg,
                #466f4a 0%,
                #587f59 100%
            );

        border:
            1px solid #466f4a;

        border-radius:
            10px;

        color:
            #fff;

        font-family:
            "Manrope",
            sans-serif;

        font-size:
            12px;

        font-weight:
            700;

        cursor:
            pointer;

        box-shadow:
            0 7px 16px rgba(70,111,74,.14);
    }


    .azana-shop-filter-toggle svg {
        width: 17px;
        height: 17px;

        fill: none;

        stroke: currentColor;

        stroke-width: 1.8;

        stroke-linecap: round;
        stroke-linejoin: round;
    }


    /* FERMER */
    .azana-shop-filter-close {
        position: absolute;

        top: 14px;
        right: 14px;

        display: flex;

        align-items: center;
        justify-content: center;

        width: 36px;
        height: 36px;

        padding: 0;

        background: #ffffff;

        border:
            1px solid #e6dac3;

        border-radius:
            10px;

        color:
            #31573f;

        font-size:
            22px;

        cursor:
            pointer;

        box-shadow:
            0 5px 14px rgba(42,65,47,.07);
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .azana-shop-filter-toggle {
        width: 100%;

        height: 40px;

        margin-bottom: 8px;

        border-radius: 9px;

        font-size: 11px;
    }


    .azana-shop-sidebar {
        width: min(340px, 92vw) !important;

        padding:
            58px 10px
            18px !important;
    }


    /*
     * Les filtres eux-mêmes deviennent plus compacts
     * à l'intérieur du panneau.
     */

    .azana-shop-sidebar .azana-shop-categories,
    .azana-shop-sidebar .woodmart-woocommerce-layered-nav,
    .azana-shop-sidebar .widget_price_filter {
        margin-bottom:
            10px !important;
    }

}


/* DESKTOP : pas de bouton Filtres */
@media (min-width: 1025px) {

    .azana-shop-filter-toggle,
    .azana-shop-filter-overlay,
    .azana-shop-filter-close {
        display: none !important;
    }

}

/* =========================================================
   AZANA — FILTRES OFF-CANVAS RESPONSIVE V2
   ========================================================= */


/* =========================================================
   DESKTOP
   ========================================================= */

@media (min-width: 1025px) {

    /* respiration Hero / catalogue */
    .azana-shop-hero {
        margin-bottom: 18px !important;
    }


    /* respiration sidebar / produits */
    .azana-shop-main {
        padding-left: 18px !important;
    }


    .azana-shop-filter-toggle,
    .azana-shop-filter-overlay,
    .azana-shop-filter-close {
        display: none !important;
    }

}


/* =========================================================
   TABLETTE + MOBILE
   ========================================================= */

@media (max-width: 1024px) {

    /* Le catalogue prend enfin toute la largeur */
    .azana-shop-main {
        width: 100% !important;
        max-width: 100% !important;

        flex: 0 0 100% !important;

        margin: 0 !important;
        padding: 0 !important;
    }


    /* =====================================================
       SIDEBAR SORTIE DU FLUX
       ===================================================== */

    body > .azana-shop-sidebar {
        position: fixed !important;

        z-index: 100002 !important;

        top: 0 !important;
        left: 0 !important;

        display: block !important;

        width: min(380px, 91vw) !important;
        max-width: 91vw !important;

        height: 100vh !important;
        height: 100dvh !important;

        min-height: 100vh !important;

        margin: 0 !important;

        padding:
            68px 14px
            24px !important;

        overflow-x: hidden !important;
        overflow-y: auto !important;

        visibility: visible !important;
        opacity: 1 !important;

        background-color: #fffdf8 !important;

        box-shadow:
            18px 0 50px
            rgba(25,40,30,.18) !important;

        transform:
            translate3d(-105%,0,0) !important;

        transition:
            transform .28s ease !important;
    }


    body > .azana-shop-sidebar.is-open {
        transform:
            translate3d(0,0,0) !important;
    }


    /* On force les 3 vrais filtres à rester visibles */
    body > .azana-shop-sidebar
    .azana-shop-categories,

    body > .azana-shop-sidebar
    .woodmart-woocommerce-layered-nav,

    body > .azana-shop-sidebar
    .widget_price_filter {
        display: block !important;

        visibility: visible !important;

        opacity: 1 !important;
    }


    /* =====================================================
       TITRE DU PANNEAU
       ===================================================== */

    body > .azana-shop-sidebar::before {
        content: "Filtres";

        position: absolute;

        top: 20px;
        left: 18px;

        color: #29483a;

        font-family:
            "Manrope",
            sans-serif;

        font-size: 18px;
        font-weight: 700;
    }


    /* =====================================================
       FERMETURE
       ===================================================== */

    .azana-shop-filter-close {
        position: absolute !important;

        z-index: 5 !important;

        top: 13px !important;
        right: 13px !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        width: 38px !important;
        height: 38px !important;

        margin: 0 !important;
        padding: 0 !important;

        background-color: #fff !important;

        border:
            1px solid #e6dac3 !important;

        border-radius:
            10px !important;

        color:
            #31573f !important;

        font-size:
            23px !important;

        line-height:
            1 !important;

        box-shadow:
            0 5px 14px
            rgba(42,65,47,.07) !important;
    }


    /* =====================================================
       OVERLAY
       ===================================================== */

    .azana-shop-filter-overlay {
        position: fixed;

        z-index: 100001;

        inset: 0;

        display: block;

        background:
            rgba(28,42,32,.32);

        backdrop-filter:
            blur(2px);

        -webkit-backdrop-filter:
            blur(2px);

        opacity: 0;
        visibility: hidden;

        pointer-events: none;

        transition:
            opacity .25s ease,
            visibility .25s ease;
    }


    .azana-shop-filter-overlay.is-open {
        opacity: 1;
        visibility: visible;

        pointer-events: auto;
    }


    body.azana-filter-open {
        overflow: hidden !important;
    }


    /* =====================================================
       BOUTON FILTRES
       ===================================================== */

    .azana-shop-filter-toggle {
        display: inline-flex !important;

        align-items: center !important;
        justify-content: center !important;

        gap: 7px !important;

        height: 40px !important;

        margin:
            0 0
            8px !important;

        padding:
            0 15px !important;

        background:
            #527955 !important;

        border:
            1px solid #527955 !important;

        border-radius:
            10px !important;

        color:
            #ffffff !important;

        font-family:
            "Manrope",
            sans-serif !important;

        font-size:
            11px !important;

        font-weight:
            700 !important;

        line-height:
            1 !important;

        text-transform:
            none !important;

        box-shadow:
            0 6px 15px
            rgba(70,111,74,.14) !important;

        cursor:
            pointer !important;
    }


    .azana-shop-filter-toggle svg {
        width: 16px !important;
        height: 16px !important;

        fill: none !important;

        stroke: currentColor !important;

        stroke-width: 1.8 !important;

        stroke-linecap: round !important;
        stroke-linejoin: round !important;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    body > .azana-shop-sidebar {
        width: 90vw !important;
        max-width: 340px !important;

        padding:
            62px 10px
            16px !important;
    }


    /*
     * Un simple bouton de 40px au lieu de
     * plusieurs centaines de pixels de filtres.
     */

    .azana-shop-filter-toggle {
        width: 100% !important;

        height: 38px !important;

        border-radius: 9px !important;
    }


    body > .azana-shop-sidebar
    .azana-shop-categories,

    body > .azana-shop-sidebar
    .woodmart-woocommerce-layered-nav,

    body > .azana-shop-sidebar
    .widget_price_filter {
        margin-bottom:
            10px !important;
    }

}

/* =========================================================
   AZANA — SHOP DESKTOP
   SIDEBAR PLUS COMPACTE
   ========================================================= */

@media (min-width: 1025px) {

    /* Colonne gauche */
    .azana-shop-sidebar {
        flex: 0 0 240px !important;

        width: 240px !important;
        min-width: 240px !important;
        max-width: 240px !important;

        margin: 0 !important;
    }


    /* Colonne produits : récupère tout l'espace libéré */
    .azana-shop-main {
        flex: 1 1 0 !important;

        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;

        padding-left: 16px !important;
    }

}

/* =========================================================
   AZANA — CARTE LIVRAISON SHOP
   FINAL RESPONSIVE
   Cible uniquement .azana-delivery-card
   ========================================================= */


/* =========================================================
   DESKTOP — CARTE VERTICALE PREMIUM
   ========================================================= */

.azana-delivery-card {
    position: relative !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;

    width: 100% !important;

    margin: 14px 0 0 !important;
    padding: 22px 14px 16px !important;

    overflow: hidden !important;

    background:
        radial-gradient(
            circle at 85% 5%,
            rgba(151,185,103,.09),
            transparent 27%
        ),
        linear-gradient(
            180deg,
            #fffef9 0%,
            #fbf8ef 100%
        ) !important;

    border: 1px solid #ddd4b5 !important;
    border-radius: 20px !important;

    box-shadow:
        0 10px 28px rgba(42,65,47,.055) !important;

    font-family: "Manrope", sans-serif !important;
}


/* petit accent décoratif */
.azana-delivery-card::before {
    content: "" !important;

    position: absolute !important;

    top: 12px !important;
    right: 13px !important;

    width: 34px !important;
    height: 34px !important;

    border-top: 1px solid rgba(126,160,88,.22) !important;
    border-right: 1px solid rgba(126,160,88,.22) !important;

    border-radius: 0 12px 0 0 !important;

    pointer-events: none !important;
}


/* =========================================================
   LOGO — BEAUCOUP PLUS PETIT
   ========================================================= */

.azana-delivery-card .azana-delivery-logo {
    width: 100% !important;

    margin: 0 0 2px !important;
    padding: 0 !important;
}


.azana-delivery-card .azana-delivery-logo
.elementor-widget-container {
    display: flex !important;
    justify-content: center !important;
}


.azana-delivery-card .azana-delivery-logo img {
    display: block !important;

    width: auto !important;
    max-width: 112px !important;
    max-height: 58px !important;

    margin: 0 auto !important;

    object-fit: contain !important;

    box-shadow: none !important;
}


/* =========================================================
   SLOGAN
   ========================================================= */

.azana-delivery-card .azana-delivery-tagline,
.azana-delivery-card .azana-delivery-tagline *,
.azana-delivery-card .azana-delivery-tagline p {
    margin: 0 !important;
    padding: 0 !important;

    color: #79975e !important;

    font-family: "Manrope", sans-serif !important;
    font-size: 7.5px !important;
    font-weight: 700 !important;

    line-height: 1.1 !important;

    letter-spacing: 1.25px !important;

    text-transform: uppercase !important;
    text-align: center !important;
}


/* petite séparation */
.azana-delivery-card .azana-delivery-tagline::after {
    content: "" !important;

    display: block !important;

    width: 34px !important;
    height: 1px !important;

    margin: 12px auto 0 !important;

    background: #d7c99e !important;
}


/* =========================================================
   TITRE
   ========================================================= */

.azana-delivery-card .azana-delivery-title {
    margin: 12px 0 0 !important;
}


.azana-delivery-card .azana-delivery-title,
.azana-delivery-card .azana-delivery-title *,
.azana-delivery-card .azana-delivery-title
.elementor-heading-title {
    color: #173e31 !important;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif !important;

    font-size: 38px !important;
    font-weight: 600 !important;

    line-height: .94 !important;

    letter-spacing: -.5px !important;

    text-align: center !important;

    text-transform: none !important;
}


/* =========================================================
   SOUS-TITRE
   ========================================================= */

.azana-delivery-card .azana-delivery-subtitle {
    margin: 10px 0 0 !important;
}


.azana-delivery-card .azana-delivery-subtitle,
.azana-delivery-card .azana-delivery-subtitle *,
.azana-delivery-card .azana-delivery-subtitle p {
    color: #739657 !important;

    font-family: "Manrope", sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;

    line-height: 1.2 !important;

    text-align: center !important;
}


/* =========================================================
   BADGE 24 À 72H
   ========================================================= */

.azana-delivery-card .azana-delivery-badge {
    display: flex !important;
    flex-direction: row !important;

    align-items: center !important;
    justify-content: center !important;

    gap: 8px !important;

    width: calc(100% - 10px) !important;
    min-height: 44px !important;

    margin: 16px auto 13px !important;
    padding: 0 12px !important;

    background:
        linear-gradient(
            135deg,
            #789d55 0%,
            #94b961 100%
        ) !important;

    border: 1px solid rgba(93,130,64,.12) !important;
    border-radius: 999px !important;

    box-shadow:
        0 8px 18px rgba(112,151,78,.16) !important;
}


.azana-delivery-card .azana-delivery-badge-icon {
    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    flex: 0 0 auto !important;

    color: #fff !important;
}


.azana-delivery-card .azana-delivery-badge-icon svg,
.azana-delivery-card .azana-delivery-badge-icon i {
    width: 18px !important;
    height: 18px !important;

    color: #fff !important;
    fill: #fff !important;
}


.azana-delivery-card .azana-delivery-badge-text,
.azana-delivery-card .azana-delivery-badge-text *,
.azana-delivery-card .azana-delivery-badge-text
.elementor-heading-title {
    margin: 0 !important;

    color: #fff !important;

    font-family: "Manrope", sans-serif !important;
    font-size: 14px !important;
    font-weight: 800 !important;

    line-height: 1 !important;

    white-space: nowrap !important;

    text-transform: none !important;
}


/* =========================================================
   MASCOTTE
   ========================================================= */

.azana-delivery-card .azana-delivery-mascot {
    width: 100% !important;

    margin: 5px 0 6px !important;
}


.azana-delivery-card .azana-delivery-mascot
.elementor-widget-container {
    display: flex !important;

    align-items: flex-end !important;
    justify-content: center !important;
}


.azana-delivery-card .azana-delivery-mascot img {
    display: block !important;

    width: auto !important;
    max-width: 190px !important;
    max-height: 255px !important;

    margin: 0 auto !important;

    object-fit: contain !important;

    box-shadow: none !important;
}


/* =========================================================
   FOOTER
   ========================================================= */

.azana-delivery-card .azana-delivery-footer {
    position: relative !important;

    width: 100% !important;

    margin: 6px 0 0 !important;
    padding: 12px 0 0 !important;

    border-top: 1px solid rgba(190,176,128,.36) !important;
}


.azana-delivery-card .azana-delivery-footer,
.azana-delivery-card .azana-delivery-footer *,
.azana-delivery-card .azana-delivery-footer p {
    color: #7b9567 !important;

    font-family: "Manrope", sans-serif !important;
    font-size: 8px !important;
    font-weight: 600 !important;

    line-height: 1.2 !important;

    letter-spacing: .15px !important;

    text-align: center !important;
}


/* =========================================================
   TABLETTE
   La carte devient HORIZONTALE et compacte
   ========================================================= */

@media screen and (max-width: 1024px) {

    body .azana-delivery-card {
        display: grid !important;

        grid-template-columns:
            100px minmax(0,1fr) !important;

        grid-template-areas:
            "mascot title"
            "mascot subtitle"
            "mascot badge"
            "mascot footer" !important;

        column-gap: 16px !important;
        row-gap: 4px !important;

        align-items: center !important;

        width: 100% !important;

        margin: 10px 0 0 !important;
        padding: 13px !important;

        border-radius: 16px !important;
    }


    /*
     * Dans le panneau Filtres, logo + slogan prennent
     * inutilement de la place.
     */
    body .azana-delivery-card .azana-delivery-logo,
    body .azana-delivery-card .azana-delivery-tagline {
        display: none !important;
    }


    body .azana-delivery-card .azana-delivery-title {
        grid-area: title !important;

        width: 100% !important;

        margin: 0 !important;
    }


    body .azana-delivery-card .azana-delivery-title,
    body .azana-delivery-card .azana-delivery-title *,
    body .azana-delivery-card .azana-delivery-title
    .elementor-heading-title {
        font-size: 27px !important;

        line-height: .95 !important;

        text-align: left !important;
    }


    body .azana-delivery-card .azana-delivery-subtitle {
        grid-area: subtitle !important;

        margin: 2px 0 5px !important;
    }


    body .azana-delivery-card .azana-delivery-subtitle,
    body .azana-delivery-card .azana-delivery-subtitle *,
    body .azana-delivery-card .azana-delivery-subtitle p {
        font-size: 11px !important;

        text-align: left !important;
    }


    body .azana-delivery-card .azana-delivery-mascot {
        grid-area: mascot !important;

        width: 100px !important;

        margin: 0 !important;
    }


    body .azana-delivery-card .azana-delivery-mascot img {
        width: auto !important;
        max-width: 98px !important;
        max-height: 145px !important;

        margin: 0 auto !important;
    }


    body .azana-delivery-card .azana-delivery-badge {
        grid-area: badge !important;

        justify-content: flex-start !important;

        width: max-content !important;
        max-width: 100% !important;

        min-height: 34px !important;

        margin: 3px 0 4px !important;
        padding: 0 11px !important;

        gap: 6px !important;
    }


    body .azana-delivery-card
    .azana-delivery-badge-icon svg,
    body .azana-delivery-card
    .azana-delivery-badge-icon i {
        width: 15px !important;
        height: 15px !important;
    }


    body .azana-delivery-card .azana-delivery-badge-text,
    body .azana-delivery-card .azana-delivery-badge-text *,
    body .azana-delivery-card .azana-delivery-badge-text
    .elementor-heading-title {
        font-size: 11px !important;
    }


    body .azana-delivery-card .azana-delivery-footer {
        grid-area: footer !important;

        margin: 0 !important;
        padding: 7px 0 0 !important;
    }


    body .azana-delivery-card .azana-delivery-footer,
    body .azana-delivery-card .azana-delivery-footer *,
    body .azana-delivery-card .azana-delivery-footer p {
        font-size: 7.5px !important;

        text-align: left !important;
    }

}


/* =========================================================
   MOBILE
   Encore plus compact
   ========================================================= */

@media screen and (max-width: 767px) {

    body .azana-delivery-card {
        grid-template-columns:
            78px minmax(0,1fr) !important;

        column-gap: 10px !important;
        row-gap: 2px !important;

        padding: 10px !important;

        border-radius: 14px !important;
    }


    body .azana-delivery-card .azana-delivery-title,
    body .azana-delivery-card .azana-delivery-title *,
    body .azana-delivery-card .azana-delivery-title
    .elementor-heading-title {
        font-size: 22px !important;
    }


    body .azana-delivery-card .azana-delivery-subtitle,
    body .azana-delivery-card .azana-delivery-subtitle *,
    body .azana-delivery-card .azana-delivery-subtitle p {
        font-size: 9.5px !important;
    }


    body .azana-delivery-card .azana-delivery-mascot {
        width: 78px !important;
    }


    body .azana-delivery-card .azana-delivery-mascot img {
        max-width: 76px !important;
        max-height: 116px !important;
    }


    body .azana-delivery-card .azana-delivery-badge {
        min-height: 30px !important;

        padding: 0 9px !important;
    }


    body .azana-delivery-card
    .azana-delivery-badge-icon svg,
    body .azana-delivery-card
    .azana-delivery-badge-icon i {
        width: 13px !important;
        height: 13px !important;
    }


    body .azana-delivery-card .azana-delivery-badge-text,
    body .azana-delivery-card .azana-delivery-badge-text *,
    body .azana-delivery-card .azana-delivery-badge-text
    .elementor-heading-title {
        font-size: 9px !important;
    }


    body .azana-delivery-card .azana-delivery-footer {
        padding-top: 5px !important;
    }


    body .azana-delivery-card .azana-delivery-footer,
    body .azana-delivery-card .azana-delivery-footer *,
    body .azana-delivery-card .azana-delivery-footer p {
        font-size: 6.8px !important;
    }

}

/* =========================================================
   AZANA DELIVERY CARD — CORRECTIONS FINALES
   À coller À LA FIN de ton CSS actuel
   ========================================================= */


/* -------------------------
   1) SLOGAN PLUS PETIT
------------------------- */
.azana-delivery-card .azana-delivery-tagline,
.azana-delivery-card .azana-delivery-tagline *,
.azana-delivery-card .azana-delivery-tagline p {
    font-size: 6px !important;
    line-height: 1.05 !important;
    letter-spacing: 1.1px !important;
}


/* -------------------------
   2) BADGE CAMION BIEN ALIGNÉ
------------------------- */
.azana-delivery-card .azana-delivery-badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    text-align: center !important;
}

.azana-delivery-card .azana-delivery-badge-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    flex: 0 0 auto !important;
}

.azana-delivery-card .azana-delivery-badge-icon svg,
.azana-delivery-card .azana-delivery-badge-icon i {
    display: block !important;
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
    margin: 0 !important;
    vertical-align: middle !important;
}

.azana-delivery-card .azana-delivery-badge-text,
.azana-delivery-card .azana-delivery-badge-text *,
.azana-delivery-card .azana-delivery-badge-text .elementor-heading-title,
.azana-delivery-card .azana-delivery-badge-text p {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    text-align: center !important;
}


/* =========================================================
   TABLETTE
   Carte plus compacte, centrée, sans espace inutile à droite
   ========================================================= */
@media screen and (max-width: 1024px) {

    body .azana-delivery-card {
        width: 100% !important;
        max-width: 360px !important;
        margin: 10px auto 0 !important;
        padding: 12px !important;

        display: grid !important;
        grid-template-columns: 82px minmax(0, 1fr) !important;
        grid-template-areas:
            "mascot title"
            "mascot subtitle"
            "mascot badge"
            "footer footer" !important;
        column-gap: 12px !important;
        row-gap: 4px !important;

        align-items: center !important;
        justify-items: stretch !important;
    }

    body .azana-delivery-card .azana-delivery-logo,
    body .azana-delivery-card .azana-delivery-tagline {
        display: none !important;
    }

    body .azana-delivery-card .azana-delivery-mascot {
        grid-area: mascot !important;
        width: 82px !important;
        margin: 0 !important;
    }

    body .azana-delivery-card .azana-delivery-mascot img {
        max-width: 82px !important;
        max-height: 118px !important;
        width: auto !important;
        height: auto !important;
        margin: 0 auto !important;
    }

    body .azana-delivery-card .azana-delivery-title {
        grid-area: title !important;
        margin: 0 !important;
    }

    body .azana-delivery-card .azana-delivery-title,
    body .azana-delivery-card .azana-delivery-title *,
    body .azana-delivery-card .azana-delivery-title .elementor-heading-title {
        font-size: 24px !important;
        line-height: .95 !important;
        text-align: left !important;
    }

    body .azana-delivery-card .azana-delivery-subtitle {
        grid-area: subtitle !important;
        margin: 0 !important;
    }

    body .azana-delivery-card .azana-delivery-subtitle,
    body .azana-delivery-card .azana-delivery-subtitle *,
    body .azana-delivery-card .azana-delivery-subtitle p {
        font-size: 10px !important;
        line-height: 1.15 !important;
        text-align: left !important;
    }

    body .azana-delivery-card .azana-delivery-badge {
        grid-area: badge !important;
        width: fit-content !important;
        max-width: 100% !important;
        min-height: 32px !important;
        margin: 3px 0 0 !important;
        padding: 0 12px !important;
        border-radius: 999px !important;
    }

    body .azana-delivery-card .azana-delivery-badge-icon svg,
    body .azana-delivery-card .azana-delivery-badge-icon i {
        width: 14px !important;
        height: 14px !important;
        min-width: 14px !important;
        min-height: 14px !important;
    }

    body .azana-delivery-card .azana-delivery-badge-text,
    body .azana-delivery-card .azana-delivery-badge-text *,
    body .azana-delivery-card .azana-delivery-badge-text .elementor-heading-title,
    body .azana-delivery-card .azana-delivery-badge-text p {
        font-size: 10px !important;
        line-height: 1 !important;
    }

    body .azana-delivery-card .azana-delivery-footer {
        grid-area: footer !important;
        width: 100% !important;
        margin: 8px 0 0 !important;
        padding-top: 7px !important;
    }

    body .azana-delivery-card .azana-delivery-footer,
    body .azana-delivery-card .azana-delivery-footer *,
    body .azana-delivery-card .azana-delivery-footer p {
        font-size: 7px !important;
        line-height: 1.15 !important;
        text-align: center !important;
    }
}


/* =========================================================
   MOBILE
   Encore plus compact
   ========================================================= */
@media screen and (max-width: 767px) {

    body .azana-delivery-card {
        max-width: 320px !important;
        padding: 10px !important;
        grid-template-columns: 72px minmax(0, 1fr) !important;
        column-gap: 10px !important;
        row-gap: 3px !important;
    }

    body .azana-delivery-card .azana-delivery-mascot {
        width: 72px !important;
    }

    body .azana-delivery-card .azana-delivery-mascot img {
        max-width: 72px !important;
        max-height: 102px !important;
    }

    body .azana-delivery-card .azana-delivery-title,
    body .azana-delivery-card .azana-delivery-title *,
    body .azana-delivery-card .azana-delivery-title .elementor-heading-title {
        font-size: 20px !important;
        line-height: .95 !important;
    }

    body .azana-delivery-card .azana-delivery-subtitle,
    body .azana-delivery-card .azana-delivery-subtitle *,
    body .azana-delivery-card .azana-delivery-subtitle p {
        font-size: 9px !important;
        line-height: 1.15 !important;
    }

    body .azana-delivery-card .azana-delivery-badge {
        min-height: 30px !important;
        padding: 0 10px !important;
        gap: 6px !important;
    }

    body .azana-delivery-card .azana-delivery-badge-icon svg,
    body .azana-delivery-card .azana-delivery-badge-icon i {
        width: 13px !important;
        height: 13px !important;
        min-width: 13px !important;
        min-height: 13px !important;
    }

    body .azana-delivery-card .azana-delivery-badge-text,
    body .azana-delivery-card .azana-delivery-badge-text *,
    body .azana-delivery-card .azana-delivery-badge-text .elementor-heading-title,
    body .azana-delivery-card .azana-delivery-badge-text p {
        font-size: 9px !important;
    }

    body .azana-delivery-card .azana-delivery-footer,
    body .azana-delivery-card .azana-delivery-footer *,
    body .azana-delivery-card .azana-delivery-footer p {
        font-size: 6.5px !important;
    }
}

/* =========================================================
   AZANA — DELIVERY CARD
   CORRECTION FORCÉE DESKTOP / TABLET / MOBILE
   ========================================================= */


/* =========================================================
   1 — DESKTOP : SLOGAN ENCORE PLUS PETIT
   ========================================================= */

@media (min-width: 1025px) {

    body .azana-delivery-card .azana-delivery-tagline,
    body .azana-delivery-card .azana-delivery-tagline *,
    body .azana-delivery-card .azana-delivery-tagline p,
    body .azana-delivery-card .azana-delivery-tagline
    .elementor-widget-container {
        font-size: 5px !important;
        line-height: 1 !important;
        letter-spacing: .9px !important;
    }

}


/* =========================================================
   2 — TABLETTE + MOBILE
   ON FORCE LA CARTE À DEVENIR COMPACTE
   ========================================================= */

@media (max-width: 1024px) {

    body .elementor-element.azana-delivery-card,
    body .azana-delivery-card {

        /* Très important :
           on ne laisse plus la carte occuper tout le panneau */
        width: 235px !important;
        min-width: 235px !important;
        max-width: 235px !important;

        --width: 235px !important;
        --content-width: 235px !important;
        --container-widget-width: 235px !important;

        flex: 0 0 235px !important;

        margin:
            10px auto
            0 !important;

        padding:
            10px 10px
            8px !important;

        display: grid !important;

        grid-template-columns:
            70px 1fr !important;

        grid-template-areas:
            "mascot title"
            "mascot subtitle"
            "mascot badge"
            "footer footer" !important;

        column-gap:
            9px !important;

        row-gap:
            2px !important;

        align-items:
            center !important;

        justify-content:
            center !important;

        border-radius:
            15px !important;

        box-sizing:
            border-box !important;
    }


    /* Tous les wrappers Elementor directs
       ne doivent plus forcer une largeur 100% bizarre */
    body .azana-delivery-card
    > .e-con-inner,

    body .azana-delivery-card
    > .elementor-element,

    body .azana-delivery-card
    .elementor-widget-container {

        min-width:
            0 !important;

        max-width:
            100% !important;

        box-sizing:
            border-box !important;
    }


    /* Logo + slogan supprimés dans le panneau filtre */
    body .azana-delivery-card
    .azana-delivery-logo,

    body .azana-delivery-card
    .azana-delivery-tagline {
        display:
            none !important;
    }


    /* =====================================================
       MASCOTTE
       ===================================================== */

    body .azana-delivery-card
    .azana-delivery-mascot {

        grid-area:
            mascot !important;

        width:
            70px !important;

        min-width:
            70px !important;

        max-width:
            70px !important;

        margin:
            0 !important;

        padding:
            0 !important;

        align-self:
            center !important;
    }


    body .azana-delivery-card
    .azana-delivery-mascot
    .elementor-widget-container {

        width:
            70px !important;

        display:
            flex !important;

        justify-content:
            center !important;

        align-items:
            center !important;
    }


    body .azana-delivery-card
    .azana-delivery-mascot img {

        display:
            block !important;

        width:
            auto !important;

        max-width:
            66px !important;

        height:
            auto !important;

        max-height:
            102px !important;

        margin:
            0 auto !important;
    }


    /* =====================================================
       TITRE
       ===================================================== */

    body .azana-delivery-card
    .azana-delivery-title {

        grid-area:
            title !important;

        width:
            auto !important;

        min-width:
            0 !important;

        margin:
            0 !important;

        padding:
            0 !important;

        align-self:
            end !important;
    }


    body .azana-delivery-card
    .azana-delivery-title,

    body .azana-delivery-card
    .azana-delivery-title *,

    body .azana-delivery-card
    .azana-delivery-title
    .elementor-heading-title {

        margin:
            0 !important;

        font-size:
            20px !important;

        line-height:
            .91 !important;

        letter-spacing:
            -.25px !important;

        text-align:
            left !important;
    }


    /* =====================================================
       PARTOUT AU MAROC
       ===================================================== */

    body .azana-delivery-card
    .azana-delivery-subtitle {

        grid-area:
            subtitle !important;

        width:
            auto !important;

        margin:
            2px 0 2px !important;

        padding:
            0 !important;
    }


    body .azana-delivery-card
    .azana-delivery-subtitle,

    body .azana-delivery-card
    .azana-delivery-subtitle *,

    body .azana-delivery-card
    .azana-delivery-subtitle p {

        margin:
            0 !important;

        font-size:
            8px !important;

        line-height:
            1.1 !important;

        text-align:
            left !important;
    }


    /* =====================================================
       BADGE
       ===================================================== */

    body .azana-delivery-card
    .azana-delivery-badge {

        grid-area:
            badge !important;

        display:
            inline-flex !important;

        flex-direction:
            row !important;

        align-items:
            center !important;

        justify-content:
            center !important;

        justify-self:
            start !important;

        width:
            auto !important;

        min-width:
            0 !important;

        max-width:
            none !important;

        min-height:
            28px !important;

        margin:
            2px 0 0 !important;

        padding:
            0 9px !important;

        gap:
            5px !important;

        border-radius:
            999px !important;
    }


    /* icône */
    body .azana-delivery-card
    .azana-delivery-badge-icon {

        display:
            flex !important;

        align-items:
            center !important;

        justify-content:
            center !important;

        width:
            13px !important;

        min-width:
            13px !important;

        height:
            13px !important;

        margin:
            0 !important;

        padding:
            0 !important;

        line-height:
            1 !important;
    }


    body .azana-delivery-card
    .azana-delivery-badge-icon
    .elementor-widget-container {

        display:
            flex !important;

        align-items:
            center !important;

        justify-content:
            center !important;

        width:
            13px !important;

        height:
            13px !important;

        margin:
            0 !important;

        padding:
            0 !important;
    }


    body .azana-delivery-card
    .azana-delivery-badge-icon svg,

    body .azana-delivery-card
    .azana-delivery-badge-icon i {

        display:
            block !important;

        width:
            13px !important;

        min-width:
            13px !important;

        height:
            13px !important;

        margin:
            0 !important;

        padding:
            0 !important;
    }


    /* texte badge */
    body .azana-delivery-card
    .azana-delivery-badge-text {

        display:
            flex !important;

        align-items:
            center !important;

        justify-content:
            center !important;

        width:
            auto !important;

        margin:
            0 !important;

        padding:
            0 !important;
    }


    body .azana-delivery-card
    .azana-delivery-badge-text
    .elementor-widget-container {

        display:
            flex !important;

        align-items:
            center !important;

        justify-content:
            center !important;

        width:
            auto !important;

        margin:
            0 !important;

        padding:
            0 !important;
    }


    body .azana-delivery-card
    .azana-delivery-badge-text,

    body .azana-delivery-card
    .azana-delivery-badge-text *,

    body .azana-delivery-card
    .azana-delivery-badge-text
    .elementor-heading-title,

    body .azana-delivery-card
    .azana-delivery-badge-text p {

        margin:
            0 !important;

        padding:
            0 !important;

        font-size:
            8px !important;

        font-weight:
            800 !important;

        line-height:
            1 !important;

        white-space:
            nowrap !important;

        text-align:
            center !important;
    }


    /* =====================================================
       FOOTER
       ===================================================== */

    body .azana-delivery-card
    .azana-delivery-footer {

        grid-area:
            footer !important;

        width:
            100% !important;

        margin:
            6px 0 0 !important;

        padding:
            6px 0 0 !important;
    }


    body .azana-delivery-card
    .azana-delivery-footer,

    body .azana-delivery-card
    .azana-delivery-footer *,

    body .azana-delivery-card
    .azana-delivery-footer p {

        margin:
            0 !important;

        font-size:
            5.5px !important;

        line-height:
            1.1 !important;

        text-align:
            center !important;
    }

}


/* =========================================================
   3 — MOBILE ENCORE PLUS PETIT
   ========================================================= */

@media (max-width: 767px) {

    body .elementor-element.azana-delivery-card,
    body .azana-delivery-card {

        width:
            215px !important;

        min-width:
            215px !important;

        max-width:
            215px !important;

        --width:
            215px !important;

        --content-width:
            215px !important;

        --container-widget-width:
            215px !important;

        flex:
            0 0 215px !important;

        grid-template-columns:
            64px 1fr !important;

        column-gap:
            8px !important;

        padding:
            9px !important;

        margin:
            8px auto
            0 !important;
    }


    body .azana-delivery-card
    .azana-delivery-mascot,
    body .azana-delivery-card
    .azana-delivery-mascot
    .elementor-widget-container {

        width:
            64px !important;

        min-width:
            64px !important;

        max-width:
            64px !important;
    }


    body .azana-delivery-card
    .azana-delivery-mascot img {

        max-width:
            60px !important;

        max-height:
            92px !important;
    }


    body .azana-delivery-card
    .azana-delivery-title,

    body .azana-delivery-card
    .azana-delivery-title *,

    body .azana-delivery-card
    .azana-delivery-title
    .elementor-heading-title {

        font-size:
            18px !important;
    }


    body .azana-delivery-card
    .azana-delivery-subtitle,

    body .azana-delivery-card
    .azana-delivery-subtitle *,

    body .azana-delivery-card
    .azana-delivery-subtitle p {

        font-size:
            7px !important;
    }


    body .azana-delivery-card
    .azana-delivery-badge {

        min-height:
            25px !important;

        padding:
            0 8px !important;

        gap:
            4px !important;
    }


    body .azana-delivery-card
    .azana-delivery-badge-text,

    body .azana-delivery-card
    .azana-delivery-badge-text *,

    body .azana-delivery-card
    .azana-delivery-badge-text
    .elementor-heading-title,

    body .azana-delivery-card
    .azana-delivery-badge-text p {

        font-size:
            7px !important;
    }

}