: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;
    }
}