/* ==========================================================
   VITALIANE - LANDING PRODUIT V4
   ========================================================== */

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:#3f3d3f;background:#fff;font-family:Arial,Helvetica,sans-serif;font-size:18px;line-height:1.5;padding-bottom:92px}
body.lp-menu-opened{overflow:hidden}
img{max-width:100%;height:auto}
a{color:inherit}
button,input{font:inherit}
.lp-container{width:100%;max-width:1120px;margin:0 auto;padding:0 22px}
.lp-green{color:#4a9c31}

/* ==========================================================
   BARRE PROMO
   ========================================================== */

.lp-promo{
    min-height:42px;
    padding:10px 15px;
    background:#eaf3f7;
    color:#333;
    text-align:center;
    font-size:14px;
    font-weight:800;
    letter-spacing:.15px
}

/* ==========================================================
   HEADER
   ========================================================== */

.lp-header{
    position:relative;
    z-index:100;
    background:#fff;
    border-bottom:1px solid #e6e6e6
}

.lp-header-grid{
    max-width:1180px;
    height:74px;
    margin:auto;
    padding:0 18px;
    display:grid;
    grid-template-columns:48px 48px 1fr 48px 48px;
    gap:6px;
    align-items:center
}

.lp-brand{
    text-align:center;
    text-decoration:none;
    font-size:28px;
    letter-spacing:6px;
    font-weight:500
}

.lp-icon-btn{
    position:relative;
    width:44px;
    height:44px;
    border:0;
    background:transparent;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    cursor:pointer
}

.lp-hamb{
    width:27px;
    display:flex;
    flex-direction:column;
    gap:6px
}

.lp-hamb i{
    width:100%;
    height:3px;
    background:#222;
    border-radius:9px
}

.lp-search-icon{
    width:25px;
    height:25px;
    border:3px solid #222;
    border-radius:50%;
    position:relative;
    display:block
}

.lp-search-icon:after{
    content:"";
    position:absolute;
    width:11px;
    height:3px;
    background:#222;
    right:-8px;
    bottom:-4px;
    transform:rotate(45deg);
    border-radius:4px
}

.lp-user-icon{
    width:23px;
    height:19px;
    border:3px solid #222;
    border-radius:50% 50% 45% 45%;
    position:relative;
    margin-top:12px
}

.lp-user-icon:before{
    content:"";
    position:absolute;
    width:11px;
    height:11px;
    border:3px solid #222;
    border-radius:50%;
    top:-17px;
    left:3px;
    background:#fff
}

.lp-bag-icon{
    width:25px;
    height:27px;
    border:3px solid #222;
    border-radius:5px;
    position:relative
}

.lp-bag-icon:before{
    content:"";
    position:absolute;
    width:11px;
    height:8px;
    border:3px solid #222;
    border-bottom:0;
    border-radius:8px 8px 0 0;
    left:4px;
    top:-10px
}

.lp-cart-badge{
    position:absolute;
    top:1px;
    right:0;
    min-width:22px;
    height:22px;
    padding:0 6px;
    border-radius:20px;
    background:#ec2846;
    color:#fff;
    font-size:12px;
    line-height:22px;
    font-weight:800;
    text-align:center
}

.lp-cart-badge.is-empty{
    display:none
}

/* Recherche dépliante */

.lp-search-panel{
    max-height:0;
    overflow:hidden;
    opacity:0;
    transition:max-height .25s ease,opacity .2s ease;
    border-top:0 solid #eee
}

.lp-search-panel.is-open{
    max-height:105px;
    opacity:1;
    border-top-width:1px
}

.lp-search-panel form{
    max-width:1120px;
    margin:0 auto;
    padding:14px 22px;
    display:flex;
    gap:8px
}

.lp-search-panel input{
    width:100%;
    height:58px;
    padding:0 18px;
    border:2px solid #aaa;
    border-radius:0;
    background:#fff;
    font-size:18px;
    outline:none
}

.lp-search-panel button{
    width:58px;
    flex:0 0 58px;
    border:0;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer
}

/* ==========================================================
   MENU LATÉRAL
   ========================================================== */

.lp-menu-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.35);
    z-index:10020;
    opacity:0;
    visibility:hidden;
    transition:.2s
}

.lp-menu-overlay.is-open{
    opacity:1;
    visibility:visible
}

.lp-menu-drawer{
    position:fixed;
    z-index:10030;
    left:0;
    top:0;
    bottom:0;
    width:min(360px,88vw);
    background:#fff;
    transform:translateX(-101%);
    transition:transform .22s ease;
    box-shadow:8px 0 25px rgba(0,0,0,.14)
}

.lp-menu-drawer.is-open{
    transform:translateX(0)
}

.lp-menu-head{
    height:72px;
    padding:0 20px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    border-bottom:1px solid #ddd;
    font-size:21px
}

.lp-menu-head button{
    font-size:36px;
    border:0;
    background:transparent
}

.lp-menu-drawer nav{
    display:flex;
    flex-direction:column;
    padding:12px 20px
}

.lp-menu-drawer nav a{
    text-decoration:none;
    padding:17px 0;
    border-bottom:1px solid #eee;
    font-size:18px;
    font-weight:700
}

/* ==========================================================
   TOP PRODUIT
   ========================================================== */

.lp-product-top{
    padding:32px 0 44px
}

.lp-product-grid{
    display:grid;
    grid-template-columns:48% 52%;
    gap:46px
}

.lp-main-image-wrap{
    min-height:470px;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    overflow:hidden;
    background:#fff
}

.lp-main-product-image{
    width:100%;
    max-height:470px;
    object-fit:contain;
    display:block
}

/* Flèches SUR l'image */

.lp-gallery-arrow{
    position:absolute;
    z-index:3;
    top:50%;
    transform:translateY(-50%);
    width:48px;
    height:48px;
    border:0;
    border-radius:50%;
    background:rgba(255,255,255,.9);
    box-shadow:0 2px 10px rgba(0,0,0,.12);
    font-size:34px;
    line-height:1;
    cursor:pointer
}

.lp-gallery-prev{left:12px}
.lp-gallery-next{right:12px}

/* Points sous image */

.lp-gallery-dots{
    display:flex;
    justify-content:center;
    gap:10px;
    padding:14px 0 0
}

.lp-gallery-dot{
    width:10px;
    height:10px;
    padding:0;
    border:0;
    border-radius:50%;
    background:#d6d6d6;
    cursor:pointer
}

.lp-gallery-dot.is-active{
    background:#3d3b3d
}

.lp-badge{
    display:inline-block;
    background:#eaf3f7;
    padding:5px 10px;
    font-size:14px;
    font-weight:800
}

.lp-buy h1{
    font-size:43px;
    line-height:1.08;
    margin:14px 0
}

.lp-benefits{
    font-size:22px
}

.lp-rating{
    display:flex;
    gap:12px;
    align-items:center;
    margin:18px 0
}

.lp-stars{
    letter-spacing:2px
}

.lp-desc-wrap p{
    font-size:18px;
    margin:0 0 8px
}

.lp-read-more{
    font-size:14px;
    font-weight:800;
    text-underline-offset:5px
}

.lp-format-title{
    font-weight:800;
    margin:24px 0 10px;
    font-size:15px
}

/* 5 ml gauche / 10 ml droite */

.lp-variants{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px
}

.lp-variant{
    min-width:0;
    padding:13px 10px;
    border:1px solid #bbb;
    border-radius:5px;
    background:#fff;
    cursor:pointer;
    display:flex;
    flex-direction:column;
    gap:2px;
    align-items:center;
    justify-content:center
}

.lp-variant strong{
    font-size:17px
}

.lp-variant span{
    font-size:15px
}

.lp-variant.is-active{
    border:2px solid #333;
    padding:12px 9px
}

.lp-purchase-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    margin:22px 0 16px
}

.lp-qty{
    display:flex;
    border:1px solid #bbb;
    border-radius:7px;
    overflow:hidden
}

.lp-qty button,
.lp-qty input{
    width:55px;
    height:54px;
    border:0;
    background:#fff;
    text-align:center;
    font-size:22px
}

.lp-qty button{
    cursor:pointer
}

.lp-qty input{
    -moz-appearance:textfield
}

.lp-qty input::-webkit-outer-spin-button,
.lp-qty input::-webkit-inner-spin-button{
    -webkit-appearance:none;
    margin:0
}

.lp-price-zone{
    text-align:right
}

.lp-current-price{
    font-size:30px;
    font-weight:800
}

.lp-unit-note{
    font-size:14px;
    color:#555
}

.lp-add{
    width:100%;
    min-height:62px;
    border:0;
    border-radius:5px;
    background:#333;
    color:#fff;
    font-weight:800;
    font-size:18px;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px
}

.lp-add svg{
    width:23px;
    height:23px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8
}

.lp-main-cart-form button:disabled,
.lp-sticky-buy button:disabled{
    opacity:.68;
    cursor:wait
}

.lp-cart-feedback{
    min-height:0;
    max-height:0;
    opacity:0;
    overflow:hidden;
    text-align:center;
    font-size:14px;
    font-weight:800;
    color:#4a9c31;
    transition:max-height .2s ease,opacity .2s ease,padding .2s ease
}

.lp-cart-feedback.is-visible{
    max-height:45px;
    opacity:1;
    padding-top:9px
}

.lp-cart-feedback.is-error{
    color:#b52f3d
}

.lp-checkout-btn{
    width:100%;
    min-height:58px;
    margin-top:11px;
    border:2px solid #333;
    border-radius:5px;
    background:#fff;
    color:#333;
    text-decoration:none;
    font-size:17px;
    font-weight:800;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px
}

.lp-checkout-btn span{
    font-size:24px;
    line-height:1
}

/* ==========================================================
   OFFRE / PORT / LIVRAISON / PAIEMENT
   ========================================================== */

.lp-progress-boxes{
    display:grid;
    gap:10px;
    margin-top:16px
}

.lp-progress-box{
    min-height:68px;
    padding:13px 16px;
    border:1px solid #d6d6d6;
    border-radius:6px;
    background:#fff;
    display:flex;
    align-items:center;
    gap:15px;
    font-size:15px;
    line-height:1.35
}

.lp-progress-icon{
    width:34px;
    flex:0 0 34px;
    display:flex;
    justify-content:center
}

.lp-progress-icon svg{
    width:29px;
    height:29px;
    fill:none;
    stroke:#222;
    stroke-width:1.7;
    stroke-linecap:round;
    stroke-linejoin:round
}

/* ==========================================================
   CROSS SELLING
   ========================================================== */

.lp-upsell{
    background:#faf8f5;
    padding:30px 0 34px
}

.lp-upsell h2{
    font-size:26px;
    margin:0 0 20px
}

.lp-upsell-track{
    display:flex;
    gap:14px;
    overflow-x:auto;
    padding:0 0 10px;
    scroll-snap-type:x proximity
}

.lp-upsell-card{
    background:#fff;
    min-width:220px;
    border:1px solid #eee;
    border-radius:5px;
    overflow:hidden;
    scroll-snap-align:start
}

.lp-upsell-card>a{
    text-decoration:none
}

.lp-upsell-card img{
    width:100%;
    height:170px;
    object-fit:contain;
    display:block
}

.lp-upsell-name{
    min-height:64px;
    padding:12px 13px 3px;
    font-weight:800;
    line-height:1.25
}

.lp-upsell-bottom{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    padding:8px 13px 13px
}

.lp-cross-cart{
    width:46px;
    height:46px;
    padding:0;
    border:1px solid #555;
    border-radius:6px;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer
}

.lp-cross-cart svg{
    width:24px;
    height:24px;
    fill:none;
    stroke:#333;
    stroke-width:1.7;
    stroke-linecap:round;
    stroke-linejoin:round
}

/* ==========================================================
   BLOCS BAS
   ========================================================== */

.lp-icons{
    padding:48px 0
}

.lp-icons-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    text-align:center
}

.lp-icons-grid div{
    display:flex;
    flex-direction:column;
    gap:10px;
    align-items:center
}

.lp-icons-grid b{
    font-size:36px
}

.lp-icons-grid strong{
    font-size:15px
}

.lp-why{
    background:#f6f2ed;
    padding:52px 0
}

.lp-narrow{
    max-width:850px
}

.lp-why h2,
.lp-ritual h2,
.lp-testimonials h2{
    font-size:30px;
    text-transform:uppercase;
    margin-top:0
}

.lp-why li{
    font-size:20px;
    margin:18px 0
}

.lp-why .lp-bold{
    font-weight:800
}

.lp-ritual{
    padding:52px 0
}

.lp-steps{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:14px
}

.lp-step{
    display:flex;
    gap:15px;
    align-items:flex-start;
    background:#f6f2ed;
    border-radius:12px;
    padding:18px
}

.lp-step span{
    flex:0 0 42px;
    width:42px;
    height:42px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#f0dce4;
    font-weight:800
}

.lp-step p{
    margin:5px 0 0
}

.lp-testimonials{
    padding:50px 0;
    background:#fbf5f7
}

.lp-testimonial-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px
}

.lp-testimonial-grid article{
    background:#fff;
    padding:22px;
    border-radius:12px
}

.lp-testimonial-grid p{
    font-size:17px
}

.lp-accordions details{
    border-bottom:1px solid #ddd
}

.lp-accordions summary{
    list-style:none;
    padding:30px 0;
    font-size:21px;
    font-weight:800;
    cursor:pointer
}

.lp-accordions summary::-webkit-details-marker{
    display:none
}

.lp-accordions summary:after{
    content:"⌄";
    float:right
}

.lp-accordion-body{
    padding:0 0 30px;
    font-size:18px
}

.lp-accordion-body li{
    margin:10px 0
}

.lp-faq-text p{
    margin:0 0 18px
}

/* ==========================================================
   FOOTER
   ========================================================== */

.lp-footer{
    background:#333;
    color:#fff;
    text-align:center;
    padding:35px 0
}

.lp-footer a{
    color:#fff
}

.lp-footer-links{
    margin-top:8px
}

.lp-footer-links span{
    margin:0 7px
}

/* ==========================================================
   BARRE ACHAT FIXE
   ========================================================== */

.lp-sticky-buy{
    display:none
}

/* ==========================================================
   MOBILE
   ========================================================== */

@media(max-width:767px){

    body{
        font-size:18px;
        padding-bottom:84px
    }

    .lp-container{
        padding-left:16px;
        padding-right:16px
    }

    .lp-promo{
        min-height:40px;
        padding:9px 8px;
        font-size:13px
    }

    .lp-header-grid{
        height:68px;
        padding:0 15px;
        grid-template-columns:45px 45px 1fr 45px 45px;
        gap:1px
    }

    .lp-brand{
        font-size:20px;
        letter-spacing:4px
    }

    .lp-icon-btn{
        width:42px;
        height:42px
    }

    .lp-search-panel form{
        padding:12px 15px
    }

    .lp-search-panel input{
        height:56px;
        font-size:18px
    }

    .lp-product-top{
        padding:0 0 30px
    }

    .lp-product-grid{
        display:flex;
        flex-direction:column;
        gap:0
    }

    /* Image réellement bord à bord sur smartphone */
    .lp-product-gallery{
        width:calc(100% + 32px);
        margin-left:-16px;
        margin-right:-16px;
        margin-bottom:10px
    }

    .lp-main-image-wrap{
        width:100%;
        min-height:0;
        aspect-ratio:1/1;
        background:#fff
    }

    .lp-main-product-image{
        width:100%;
        height:100%;
        max-height:none;
        object-fit:contain
    }

    .lp-gallery-arrow{
        width:46px;
        height:46px;
        font-size:32px;
        background:rgba(255,255,255,.88)
    }

    .lp-gallery-prev{
        left:14px
    }

    .lp-gallery-next{
        right:14px
    }

    .lp-gallery-dots{
        padding-top:12px
    }

    .lp-buy{
        padding-top:8px
    }

    .lp-buy h1{
        font-size:33px;
        margin:10px 0
    }

    .lp-benefits{
        font-size:18px
    }

    .lp-rating{
        margin:12px 0
    }

    .lp-desc-wrap p{
        font-size:17px
    }

    .lp-format-title{
        margin-top:22px
    }

    .lp-variants{
        grid-template-columns:1fr 1fr;
        gap:10px
    }

    .lp-variant{
        padding:13px 6px
    }

    .lp-variant.is-active{
        padding:12px 5px
    }

    .lp-purchase-row{
        margin:20px 0 14px
    }

    .lp-qty button,
    .lp-qty input{
        width:48px;
        height:50px
    }

    .lp-current-price{
        font-size:27px
    }

    .lp-unit-note{
        font-size:13px
    }

    .lp-add{
        min-height:58px;
        font-size:17px
    }

    .lp-progress-box{
        padding:12px 13px;
        font-size:14px
    }

    .lp-upsell{
        padding:27px 0
    }

    .lp-upsell h2{
        font-size:24px
    }

    .lp-upsell-card{
        min-width:205px;
        width:205px
    }

    .lp-upsell-card img{
        height:160px
    }

    .lp-icons{
        padding:42px 0
    }

    .lp-icons-grid{
        gap:5px
    }

    .lp-icons-grid strong{
        font-size:13px
    }

    .lp-icons-grid b{
        font-size:30px
    }

    .lp-why{
        padding:40px 0
    }

    .lp-why h2,
    .lp-ritual h2,
    .lp-testimonials h2{
        font-size:27px
    }

    .lp-why li{
        font-size:19px
    }

    .lp-ritual{
        padding:40px 0
    }

    .lp-steps{
        grid-template-columns:1fr
    }

    .lp-testimonials{
        padding:40px 0
    }

    .lp-testimonial-grid{
        grid-template-columns:1fr
    }

    .lp-no-pad-mobile{
        padding:0
    }

    .lp-accordions summary{
        padding:27px 20px;
        font-size:19px
    }

    .lp-accordion-body{
        padding:0 20px 25px
    }

    .lp-sticky-buy{
        position:fixed;
        z-index:9999;
        left:0;
        right:0;
        bottom:0;
        min-height:74px;
        padding:8px 12px;
        border-top:1px solid #ddd;
        background:#fff;
        box-shadow:0 -2px 10px rgba(0,0,0,.06);
        display:grid;
        grid-template-columns:150px 1fr;
        gap:10px;
        align-items:center
    }

    .lp-sticky-price-zone{
        display:flex;
        flex-direction:column;
        line-height:1.15
    }

    .lp-sticky-price-zone strong{
        font-size:20px
    }

    .lp-sticky-price-zone small{
        margin-top:3px;
        font-size:11px
    }

    .lp-sticky-buy form{
        margin:0
    }

    .lp-sticky-buy button{
        width:100%;
        height:56px;
        border:0;
        border-radius:5px;
        background:#333;
        color:#fff;
        font-size:15px;
        font-weight:800
    }

}

@media(max-width:390px){

    .lp-brand{
        font-size:18px;
        letter-spacing:3px
    }

    .lp-header-grid{
        padding:0 9px;
        grid-template-columns:42px 42px 1fr 42px 42px
    }

    .lp-sticky-buy{
        grid-template-columns:132px 1fr
    }

    .lp-sticky-price-zone strong{
        font-size:18px
    }

    .lp-sticky-buy button{
        font-size:14px
    }

}


/* ==========================================================
   V6 - FINITIONS MOBILE
   ========================================================== */

.lp-account-svg{
    width:30px;
    height:30px;
    fill:none;
    stroke:#222;
    stroke-width:2;
    stroke-linecap:round;
    stroke-linejoin:round
}

.js-add-separator{
    margin:0 2px
}

/* Offre + livraison côte à côte */
.lp-progress-boxes{
    grid-template-columns:1fr 1fr;
}

.lp-progress-boxes .lp-progress-box:nth-child(3),
.lp-progress-boxes .lp-progress-box:nth-child(4){
    grid-column:1 / -1;
}

/* Évite les gestes de zoom sur les éléments interactifs */
button,
.lp-main-image-wrap,
.lp-main-product-image,
.lp-gallery-dot,
.lp-variant,
.lp-qty{
    touch-action:manipulation;
}

/* Images produit bord à bord */
@media(max-width:767px){
    .lp-product-gallery{
        width:100vw !important;
        max-width:100vw !important;
        margin-left:calc(50% - 50vw) !important;
        margin-right:calc(50% - 50vw) !important;
    }

    .lp-main-image-wrap{
        width:100vw !important;
        aspect-ratio:auto !important;
        min-height:0 !important;
    }

    .lp-main-product-image{
        display:block;
        width:100vw !important;
        height:auto !important;
        max-height:none !important;
        object-fit:contain !important;
    }

    .lp-progress-boxes{
        grid-template-columns:1fr 1fr;
        gap:8px;
    }

    .lp-progress-box{
        min-height:112px;
        padding:11px 10px;
        gap:9px;
        align-items:center;
        font-size:13px;
    }

    .lp-progress-icon{
        width:29px;
        flex-basis:29px;
    }

    .lp-progress-icon svg{
        width:26px;
        height:26px;
    }

    .lp-progress-boxes .lp-progress-box:nth-child(3),
    .lp-progress-boxes .lp-progress-box:nth-child(4){
        min-height:68px;
        grid-column:1 / -1;
        font-size:14px;
    }
}

@media(max-width:390px){
    .lp-progress-box{
        font-size:12px;
        padding:9px 7px;
    }
}


/* ==========================================================
   V7 - FINITIONS HEADER / GALERIE / OFFRES
   ========================================================== */

.lp-red{color:#d63b3b}

.lp-header-svg{
    width:30px;
    height:30px;
    fill:none;
    stroke:#222;
    stroke-width:2.15;
    stroke-linecap:round;
    stroke-linejoin:round
}

/* Anciennes icônes CSS neutralisées */
.lp-user-icon,
.lp-bag-icon{
    display:none !important;
}

/* Points directement sur la photo */
.lp-main-image-wrap .lp-gallery-dots{
    position:absolute;
    left:50%;
    bottom:14px;
    z-index:4;
    transform:translateX(-50%);
    padding:7px 10px;
    margin:0;
    border-radius:20px;
    background:rgba(255,255,255,.72);
    backdrop-filter:blur(3px);
}

.lp-promo-price-line{
    display:flex;
    align-items:center;
    gap:9px;
    margin-top:5px;
    font-size:15px;
}

.lp-old-price{
    color:#777;
    text-decoration:line-through;
}

/* Réduit le vide vertical des visuels */
@media(max-width:767px){
    .lp-main-image-wrap{
        height:min(112vw,520px) !important;
        max-height:520px !important;
        overflow:hidden !important;
    }

    .lp-main-product-image{
        width:100vw !important;
        height:100% !important;
        object-fit:cover !important;
        object-position:center center !important;
    }

    .lp-main-image-wrap .lp-gallery-dots{
        bottom:12px;
    }

    .lp-gallery-dot{
        width:9px;
        height:9px;
    }

    .lp-header-svg{
        width:29px;
        height:29px;
    }
}


/* ==========================================================
   V8 - OFFRES / ICÔNES / PRIX PROMO
   ========================================================== */

/* Les deux icônes des encarts ont exactement le même gabarit */
#lp-offer-progress .lp-progress-icon,
#lp-shipping-progress .lp-progress-icon{
    width:36px !important;
    min-width:36px !important;
    flex:0 0 36px !important;
    height:36px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    overflow:visible !important;
}

#lp-offer-progress .lp-progress-icon svg,
#lp-shipping-progress .lp-progress-icon svg{
    width:30px !important;
    height:30px !important;
    display:block !important;
    flex:0 0 30px !important;
}

/* Empêche l'icône cadeau d'être coupée à gauche */
#lp-offer-progress,
#lp-shipping-progress{
    overflow:visible !important;
}

#lp-offer-progress .lp-progress-icon svg{
    margin:0 !important;
}

/* Prix promotionnel plus lisible */
.lp-current-price .lp-old-price,
.lp-unit-note .lp-old-price{
    margin-right:6px;
}

@media(max-width:767px){
    #lp-offer-progress,
    #lp-shipping-progress{
        padding-left:12px !important;
        padding-right:12px !important;
    }

    #lp-offer-progress .lp-progress-icon,
    #lp-shipping-progress .lp-progress-icon{
        width:32px !important;
        min-width:32px !important;
        flex-basis:32px !important;
        height:32px !important;
    }

    #lp-offer-progress .lp-progress-icon svg,
    #lp-shipping-progress .lp-progress-icon svg{
        width:27px !important;
        height:27px !important;
        flex-basis:27px !important;
    }
}


/* ==========================================================
   V9 - GALERIE MOBILE TYPE AROMA-ZONE
   ========================================================== */

@media(max-width:767px){

    /* Aucun espace entre le header et la photo */
    .lp-product,
    .lp-product-top,
    .lp-product-gallery{
        margin-top:0 !important;
        padding-top:0 !important;
    }

    .lp-product-gallery{
        position:relative !important;
    }

    .lp-main-image-wrap{
        margin-top:0 !important;
        border-top:0 !important;
        border-radius:0 !important;
    }

    /* Pagination directement sur l'image, en bas à gauche */
    .lp-main-image-wrap .lp-gallery-dots{
        position:absolute !important;
        left:28px !important;
        right:auto !important;
        bottom:22px !important;
        transform:none !important;
        z-index:5 !important;

        display:flex !important;
        align-items:center !important;
        justify-content:flex-start !important;
        gap:16px !important;

        width:auto !important;
        margin:0 !important;
        padding:0 !important;
        background:transparent !important;
        border-radius:0 !important;
        backdrop-filter:none !important;
    }

    /* Points inactifs */
    .lp-gallery-dot{
        width:8px !important;
        height:8px !important;
        min-width:8px !important;
        padding:0 !important;
        margin:0 !important;
        border:0 !important;
        border-radius:50% !important;
        background:#222 !important;
        opacity:1 !important;
        transition:width .18s ease,border-radius .18s ease !important;
    }

    /* Image active = petit trait horizontal */
    .lp-gallery-dot.is-active{
        width:54px !important;
        min-width:54px !important;
        height:7px !important;
        border-radius:10px !important;
        background:#222 !important;
    }
}


/* ==========================================================
   V10 - COMMANDER MAINTENANT
   ========================================================== */

button.lp-checkout-btn{
    cursor:pointer;
    font-family:inherit;
}

button.lp-checkout-btn:disabled{
    opacity:.65;
    cursor:wait;
}


/* ==========================================================
   V11 - HEADER ET GALERIE MOBILE
   ========================================================== */

/* Les 4 icônes du header utilisent exactement le même SVG/gabarit */
.lp-header .lp-header-svg{
    width:30px !important;
    height:30px !important;
    fill:none !important;
    stroke:#222 !important;
    stroke-width:2.05 !important;
    stroke-linecap:round !important;
    stroke-linejoin:round !important;
}

/* Neutralise les anciennes constructions CSS menu/recherche */
.lp-header .lp-hamb,
.lp-header-grid > .lp-icon-btn > .lp-search-icon{
    display:none !important;
}

@media(max-width:767px){

    /* Aucun blanc entre le header et la galerie */
    .lp-header{
        margin-bottom:0 !important;
        padding-bottom:0 !important;
        border-bottom:0 !important;
    }

    main,
    .lp-product-top,
    .lp-product-grid,
    .lp-product-gallery,
    .lp-main-image-wrap{
        margin-top:0 !important;
        padding-top:0 !important;
    }

    .lp-product-top{
        border-top:0 !important;
    }

    /* Les flèches sont inutiles : swipe + pagination suffisent */
    .lp-gallery-arrow{
        display:none !important;
    }

    /* Pagination plus discrète, plus haute dans l'image */
    .lp-main-image-wrap .lp-gallery-dots{
        left:26px !important;
        bottom:36px !important;
        gap:13px !important;
    }

    .lp-gallery-dot{
        width:7px !important;
        min-width:7px !important;
        height:7px !important;
        background:rgba(30,30,30,.38) !important;
        opacity:1 !important;
    }

    .lp-gallery-dot.is-active{
        width:42px !important;
        min-width:42px !important;
        height:5px !important;
        background:rgba(30,30,30,.62) !important;
        border-radius:10px !important;
    }

    .lp-header .lp-header-svg{
        width:29px !important;
        height:29px !important;
    }
}


/* ==========================================================
   VITALIANE - LANDING PRODUIT V5
   CHARTE GRAPHIQUE ALIGNÉE SUR LE NOUVEAU CHECKOUT
   ==========================================================
   Même langage visuel que le tunnel :
   - vert principal #2f7658
   - vert foncé #246d50
   - fonds pastel #eef7f1 / #f4faf6
   - boutons très arrondis
   - cartes plus douces
   - ombres légères
   ========================================================== */

:root{
    --v-green:#2f7658;
    --v-green-dark:#246d50;
    --v-green-hover:#28694f;
    --v-green-soft:#eef7f1;
    --v-green-soft-2:#f4faf6;
    --v-border:#d7e3dc;
    --v-text:#20362c;
    --v-muted:#738078;
    --v-shadow:0 8px 24px rgba(47,118,88,.10);
    --v-shadow-soft:0 5px 18px rgba(47,118,88,.07);
    --v-radius:15px;
    --v-radius-btn:29px;
}

/* ----------------------------------------------------------
   BASE
   ---------------------------------------------------------- */

body{
    color:var(--v-text);
}

.lp-green{
    color:var(--v-green)!important;
}

/* ----------------------------------------------------------
   BARRE PROMO / BADGE
   ---------------------------------------------------------- */

.lp-promo{
    background:var(--v-green-soft);
    color:var(--v-green-dark);
    border-bottom:1px solid #dce9e2;
}

.lp-badge{
    background:var(--v-green-soft);
    color:var(--v-green-dark);
    border-radius:999px;
    padding:6px 11px;
}

/* ----------------------------------------------------------
   GALERIE
   ---------------------------------------------------------- */

.lp-gallery-arrow{
    color:var(--v-green-dark);
    border:1px solid #e0e9e4;
    box-shadow:var(--v-shadow-soft);
}

.lp-gallery-dot.is-active{
    background:var(--v-green);
}

/* ----------------------------------------------------------
   FORMAT 5 / 10 ML
   ---------------------------------------------------------- */

.lp-variant{
    min-height:68px;
    border:1px solid var(--v-border);
    border-radius:14px;
    color:var(--v-text);
    transition:border-color .15s ease,background .15s ease,box-shadow .15s ease,transform .15s ease;
}

.lp-variant:hover{
    border-color:#a9c6b7;
    background:#fbfdfc;
}

.lp-variant.is-active{
    border:2px solid var(--v-green);
    padding:12px 9px;
    background:var(--v-green-soft-2);
    color:var(--v-green-dark);
    box-shadow:0 4px 14px rgba(47,118,88,.08);
}

.lp-variant.is-active strong{
    color:var(--v-green-dark);
}

/* ----------------------------------------------------------
   QUANTITÉ
   ---------------------------------------------------------- */

.lp-qty{
    border:1px solid var(--v-border);
    border-radius:28px;
    background:#fff;
    box-shadow:0 3px 10px rgba(26,62,47,.04);
}

.lp-qty button,
.lp-qty input{
    height:52px;
    background:#fff;
    color:var(--v-text);
}

.lp-qty button{
    color:var(--v-green-dark);
    font-weight:800;
}

.lp-qty button:hover{
    background:var(--v-green-soft);
}

/* ----------------------------------------------------------
   PRIX
   ---------------------------------------------------------- */

.lp-current-price{
    color:var(--v-green-dark);
    font-weight:900;
}

.lp-unit-note{
    color:var(--v-muted);
}

/* ----------------------------------------------------------
   BOUTON AJOUTER AU PANIER
   = même traitement que les CTA du checkout
   ---------------------------------------------------------- */

.lp-add{
    min-height:58px;
    border:0;
    border-radius:var(--v-radius-btn);
    background:var(--v-green);
    color:#fff;
    font-size:18px;
    font-weight:800;
    box-shadow:0 8px 20px rgba(47,118,88,.16);
    transition:background .15s ease,transform .15s ease,box-shadow .15s ease;
}

.lp-add:hover{
    background:var(--v-green-hover);
    box-shadow:0 10px 24px rgba(47,118,88,.19);
}

.lp-add:active{
    transform:translateY(1px);
}

/* ----------------------------------------------------------
   BOUTON COMMANDER / CHECKOUT
   ---------------------------------------------------------- */

.lp-checkout-btn{
    min-height:56px;
    border:1.5px solid var(--v-green);
    border-radius:var(--v-radius-btn);
    background:#fff;
    color:var(--v-green-dark);
    font-weight:800;
    box-shadow:0 3px 12px rgba(47,118,88,.05);
    transition:background .15s ease,color .15s ease;
}

.lp-checkout-btn:hover{
    background:var(--v-green-soft);
    color:var(--v-green-dark);
}

/* ----------------------------------------------------------
   MESSAGES OFFRE / PORT / LIVRAISON / PAIEMENT
   ---------------------------------------------------------- */

.lp-progress-box{
    min-height:68px;
    border:1px solid var(--v-border);
    border-radius:14px;
    background:#fff;
    color:var(--v-text);
    box-shadow:0 3px 12px rgba(26,62,47,.03);
}

.lp-progress-box strong{
    color:var(--v-green-dark);
}

.lp-progress-icon svg{
    stroke:var(--v-green);
}

/* ----------------------------------------------------------
   BLOCS DE CONTENU
   ---------------------------------------------------------- */

.lp-why{
    background:var(--v-green-soft-2);
}

.lp-step{
    background:#fff;
    border:1px solid #e4ece7;
    border-radius:15px;
    box-shadow:0 4px 14px rgba(47,118,88,.04);
}

.lp-step span{
    background:var(--v-green-soft);
    color:var(--v-green-dark);
}

.lp-testimonials{
    background:#f8fbf9;
}

.lp-testimonial-grid article{
    border:1px solid #e2ebe6;
    border-radius:15px;
    box-shadow:var(--v-shadow-soft);
}

/* ----------------------------------------------------------
   PRODUITS COMPLÉMENTAIRES
   ---------------------------------------------------------- */

.lp-upsell{
    background:#f7faf8;
}

.lp-upsell-card{
    border:1px solid #e1ebe5;
    border-radius:15px;
    box-shadow:var(--v-shadow-soft);
}

.lp-upsell-card button,
.lp-upsell-card .btn,
.lp-upsell-card [type="submit"]{
    border-radius:22px!important;
}

/* ----------------------------------------------------------
   ACCORDÉONS
   ---------------------------------------------------------- */

.lp-accordions details{
    border:1px solid #e2ebe6;
    border-radius:14px;
    margin-bottom:10px;
    padding:0 16px;
    background:#fff;
}

.lp-accordions summary{
    color:var(--v-text);
    padding:20px 0;
}

.lp-accordions details[open]{
    background:#fbfdfc;
    border-color:#cadfd3;
}

.lp-accordions summary:after{
    color:var(--v-green);
}

/* ----------------------------------------------------------
   FOOTER
   ---------------------------------------------------------- */

.lp-footer{
    background:#20362c;
}

/* ----------------------------------------------------------
   BARRE D'ACHAT FIXE MOBILE
   ---------------------------------------------------------- */

.lp-sticky-buy{
    border-top:1px solid #dce7e1!important;
    background:rgba(255,255,255,.97)!important;
    box-shadow:0 -8px 24px rgba(26,62,47,.08)!important;
}

.lp-sticky-price-zone strong{
    color:var(--v-green-dark)!important;
}

.lp-sticky-buy button{
    border:0!important;
    border-radius:24px!important;
    background:var(--v-green)!important;
    color:#fff!important;
    font-weight:800!important;
    box-shadow:0 6px 16px rgba(47,118,88,.16)!important;
}

.lp-sticky-buy button:hover{
    background:var(--v-green-hover)!important;
}

/* ----------------------------------------------------------
   MOBILE
   ---------------------------------------------------------- */

@media(max-width:767px){

    .lp-buy h1{
        color:var(--v-text);
    }

    .lp-variants{
        gap:9px;
    }

    .lp-variant{
        min-height:64px;
        border-radius:13px;
    }

    .lp-purchase-row{
        margin-top:17px;
        margin-bottom:13px;
    }

    .lp-qty button,
    .lp-qty input{
        width:48px;
        height:48px;
    }

    .lp-add{
        min-height:56px;
        border-radius:28px;
        font-size:17px;
    }

    .lp-checkout-btn{
        min-height:52px;
        border-radius:26px;
        font-size:16px;
    }

    .lp-progress-box{
        min-height:62px;
        padding:11px 13px;
        border-radius:13px;
    }

    .lp-accordions details{
        border-radius:13px;
        padding:0 14px;
    }

    .lp-accordions summary{
        padding:18px 0;
    }
}


/* ==========================================================
   VITALIANE - LANDING V6
   ÉTAT OFFRE + FRAIS DE PORT
   ========================================================== */

/*
 * Par défaut, les encarts commerciaux sont en attente :
 * rouge doux = avantage PAS encore acquis.
 */
.lp-progress-box.is-pending{
    border-color:#efb7b7!important;
    background:#fff5f5!important;
    box-shadow:0 3px 12px rgba(165,68,68,.05)!important;
}

.lp-progress-box.is-pending,
.lp-progress-box.is-pending strong{
    color:#a54444!important;
}

.lp-progress-box.is-pending .lp-progress-icon svg{
    stroke:#b94d4d!important;
}


/*
 * Dès que la condition commerciale est réellement atteinte :
 * vert = avantage acquis.
 */
.lp-progress-box.is-success{
    border-color:#b9d8c7!important;
    background:#eef7f1!important;
    box-shadow:0 4px 14px rgba(47,118,88,.07)!important;
}

.lp-progress-box.is-success,
.lp-progress-box.is-success strong{
    color:#246d50!important;
}

.lp-progress-box.is-success .lp-progress-icon svg{
    stroke:#2f7658!important;
}


/* Le chiffre "1 roll-on / 2 roll-ons" suit l'état de l'encart. */
.lp-progress-box.is-pending #lp-offer-progress-text strong,
.lp-progress-box.is-pending #lp-shipping-progress-text strong{
    color:#a54444!important;
}

.lp-progress-box.is-success #lp-offer-progress-text strong,
.lp-progress-box.is-success #lp-shipping-progress-text strong{
    color:#246d50!important;
}


/* ==========================================================
   VITALIANE - LANDING V7
   INDICATEURS COMMERCIAUX : COULEUR SUR LE TEXTE UNIQUEMENT
   ========================================================== */

/* Les deux cases restent neutres dans tous les cas. */
.lp-progress-box,
.lp-progress-box.is-pending,
.lp-progress-box.is-success{
    border-color:var(--v-border)!important;
    background:#fff!important;
    color:var(--v-text)!important;
    box-shadow:0 3px 12px rgba(26,62,47,.03)!important;
}

/* On annule les anciennes couleurs appliquées aux strong. */
.lp-progress-box strong,
.lp-progress-box.is-pending strong,
.lp-progress-box.is-success strong{
    color:inherit!important;
}

/* Les icônes restent vert Vitaliane. */
.lp-progress-box .lp-progress-icon svg,
.lp-progress-box.is-pending .lp-progress-icon svg,
.lp-progress-box.is-success .lp-progress-icon svg{
    stroke:var(--v-green)!important;
}

/* Seulement le nombre / statut change de couleur. */
.lp-progress-box .lp-status-red{
    color:#b54848!important;
    font-weight:900!important;
}

.lp-progress-box .lp-status-green{
    color:#2f7658!important;
    font-weight:900!important;
}
