.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#CD5337;--e-global-color-text:#000000;--e-global-color-accent:#AD850F;--e-global-color-8e81b39:#FFFFFF;--e-global-typography-primary-font-family:"Alex Brush";--e-global-typography-primary-font-size:2em;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Mono";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto Condensed";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto Condensed";--e-global-typography-accent-font-weight:500;color:#000000;font-family:"Roboto Condensed", Tahoma;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#AD850F;font-family:"Barlow Condensed", Tahoma;font-size:3px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 p{margin-block-end:0px;}.elementor-kit-6 a{font-family:"Barlow Condensed", Tahoma;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* === UNIFORMISATION TOTALE DES BADGES PROMO === */
/* Fonctionne partout : produits, sliders, widgets, blocs Woo, Elementor, thèmes, etc */

.onsale,
.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale,
.woocommerce div.product .onsale,
.wc-block-grid__product .wc-block-grid__product-onsale,
.wc-block-components-product-sale-badge,
.badge.sale,
.product-badge.sale,
.product-label.sale,
.sale-badge {
    all: unset; /* on efface tout ce que le thème fait */

    position: absolute;
    top: 10px;
    left: 10px;

    /* === couleur uniforme partout === */
    background: #b58700 !important;

    color: #fff !important;

    /* === Espace texte uniforme === */
    padding: 7px 16px !important;    /* ➜ marge interne parfaite */
    line-height: 1.15 !important;    /* ➜ pas de texte compressé */

    border-radius: 999px !important; /* ➜ pill parfait */

    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 0.04em;

    display: inline-flex !important;
    align-items: center !important;
    white-space: nowrap !important;

    /* ombre uniforme */
    box-shadow: 0 3px 6px rgba(0,0,0,0.18) !important;

    z-index: 30 !important;
}

/* Le conteneur doit être positionné */
.wc-block-grid__product,
.product,
.product-image,
.woocommerce ul.products li.product,
.woocommerce div.product {
    position: relative !important;
}

/* === Forcer tous les badges promo en haut à gauche, partout === */

.onsale,
.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale,
.woocommerce div.product .onsale,
.wc-block-grid__product .wc-block-grid__product-onsale,
.wc-block-components-product-sale-badge,
.badge.sale,
.product-badge.sale,
.product-label.sale,
.sale-badge {
    left: 10px !important;
    right: auto !important;
    transform: none !important;   /* au cas où un thème le décale */
}

/* Sécurité : le conteneur produit doit être relatif */
.wc-block-grid__product,
.product,
.product-image,
.woocommerce ul.products li.product,
.woocommerce div.product {
    position: relative !important;
}/* End custom CSS */