
html,body.smhp-product-native-page{margin:0!important;padding:0!important;max-width:none!important;background:#f5f6f2!important}
body.smhp-product-native-page{overflow-x:hidden}
.smp{
    --teal:#339287;
    --teal-dark:#287c73;
    --orange:#ff6a18;
    --ink:#14201b;
    --muted:#6f7a75;
    --line:#e0e6e2;
    --paper:#f5f6f2;
    --dark:#07110d;
    min-height:100vh;
    background:var(--paper);
    color:var(--ink);
    font-family:inherit;
}
.smp *{box-sizing:border-box}
.smp a{text-decoration:none}
.smp-header{
    position:sticky;z-index:60;top:0;height:82px;
    display:flex;align-items:center;gap:28px;
    padding:0 clamp(20px,5vw,72px);
    background:rgba(7,17,13,.97);
    border-bottom:1px solid rgba(255,255,255,.07);
    backdrop-filter:blur(18px);
}
.smp-brand{width:180px;display:flex;align-items:center;flex:0 0 auto;color:#fff}
.smp-brand img{display:block;max-width:100%;max-height:52px;object-fit:contain}
.smp-nav{display:flex;gap:5px;margin:auto}
.smp-nav a{padding:10px 14px;border-radius:11px;color:rgba(255,255,255,.64);font-size:12px;font-weight:750}
.smp-nav a:hover,.smp-nav a.is-active{color:#fff;background:rgba(255,255,255,.06)}
.smp-nav a.is-active{box-shadow:inset 0 -2px 0 var(--orange)}
.smp-actions{display:flex;align-items:center;gap:8px}
.smp-actions>a{min-height:40px;display:flex;align-items:center;padding:0 13px;border:1px solid rgba(255,255,255,.1);border-radius:11px;color:#fff;font-size:11px;font-weight:800}
.smp-cart{gap:7px!important;background:rgba(255,106,24,.09)}
.smp-cart span{min-width:19px;height:19px;display:grid;place-items:center;border-radius:50%;background:var(--orange);font-size:9px}
.smp-menu{display:none;border:0;background:transparent;color:#fff;font-size:22px}
.smp-mobile-nav{position:fixed;z-index:55;top:76px;left:0;right:0;padding:12px 18px 18px;background:#07110d;border-bottom:1px solid rgba(255,255,255,.08)}
.smp-mobile-nav a{display:block;padding:13px;color:#fff;border-bottom:1px solid rgba(255,255,255,.07)}
.smp-breadcrumbs{
    max-width:1400px;margin:0 auto;padding:24px clamp(20px,5vw,72px) 10px;
    display:flex;align-items:center;gap:8px;overflow:hidden;
    color:#929b96;font-size:10px;white-space:nowrap;
}
.smp-breadcrumbs a{color:#67736d}
.smp-breadcrumbs em{overflow:hidden;color:#959d99;font-style:normal;text-overflow:ellipsis}
.smp-product-hero{
    max-width:1400px;margin:0 auto;
    display:grid;grid-template-columns:minmax(0,1.05fr) minmax(390px,.78fr);
    gap:60px;align-items:start;
    padding:24px clamp(20px,5vw,72px) 72px;
}
.smp-gallery{min-width:0}
.smp-main-image{
    position:relative;aspect-ratio:1/1;
    display:grid;place-items:center;overflow:hidden;
    border:1px solid var(--line);border-radius:24px;background:#fff;
}
.smp-main-image img{width:100%!important;height:100%!important;max-width:none!important;padding:40px!important;object-fit:contain!important}
.smp-sale{position:absolute;top:18px;left:18px;padding:8px 10px;border-radius:8px;background:var(--orange);color:#fff;font-size:9px;font-weight:900;letter-spacing:.08em}
.smp-thumbs{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin-top:10px}
.smp-thumbs button{aspect-ratio:1;border:1px solid var(--line);border-radius:12px;background:#fff;overflow:hidden;padding:5px;cursor:pointer}
.smp-thumbs button.is-active{border-color:var(--teal);box-shadow:0 0 0 1px var(--teal)}
.smp-thumbs img{width:100%!important;height:100%!important;object-fit:contain!important}
.smp-summary{padding-top:14px}
.smp-category{display:inline-flex;padding:7px 9px;border-radius:8px;background:#e7f2f0;color:var(--teal);font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.smp-summary h1{margin:15px 0 13px;color:var(--ink);font-size:clamp(34px,4.2vw,58px);line-height:1.02;letter-spacing:-.045em}
.smp-status-row{display:flex;align-items:center;gap:14px}
.smp-status-row span{position:relative;padding-left:14px;color:#8b704c;font-size:10px;font-weight:800}
.smp-status-row span:before{content:"";position:absolute;left:0;top:50%;width:7px;height:7px;border-radius:50%;background:#bf8e4e;transform:translateY(-50%)}
.smp-status-row span.is-stock{color:#36794f}
.smp-status-row span.is-stock:before{background:#3e9d64}
.smp-status-row small{color:#929a96;font-size:10px}
.smp-short{margin-top:22px;color:#5d6963;font-size:14px;line-height:1.65}
.smp-short p{margin:0 0 10px}
.smp-price{margin-top:28px;color:var(--ink);font-size:31px;font-weight:900;letter-spacing:-.03em}
.smp-price del{margin-right:8px;color:#a4aaa7;font-size:16px;font-weight:500}
.smp-price ins{color:var(--orange);text-decoration:none}
.smp-buybox{margin-top:25px;padding:18px;border:1px solid var(--line);border-radius:16px;background:#fff}
.smp-cart-form>label{display:block;margin-bottom:8px;color:#727c77;font-size:9px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.smp-buy-row{display:grid;grid-template-columns:132px 1fr;gap:9px}
.smp-qty{display:flex;height:48px;border:1px solid #dbe1de;border-radius:11px;overflow:hidden}
.smp-qty button{width:38px;border:0;background:#f5f6f3;color:#54605a;font-size:19px;cursor:pointer}
.smp-qty .quantity{flex:1;display:flex}
.smp-qty input.qty{width:100%!important;min-width:0!important;border:0!important;padding:0!important;background:#fff!important;text-align:center!important;-moz-appearance:textfield}
.smp-qty input.qty::-webkit-outer-spin-button,.smp-qty input.qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.smp-add-cart{min-height:48px;display:flex;align-items:center;justify-content:center;border:0;border-radius:11px;background:var(--teal);color:#fff!important;font-size:12px;font-weight:900;cursor:pointer;transition:.2s ease}
.smp-add-cart:hover{background:var(--teal-dark);transform:translateY(-1px)}
.smp-add-cart.is-link{width:100%}
.smp-reasons{display:grid;gap:8px;margin-top:18px}
.smp-reasons>div{display:flex;align-items:flex-start;gap:10px;padding:10px 0;border-bottom:1px solid var(--line)}
.smp-reasons span{width:22px;height:22px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:#e6f1ee;color:var(--teal);font-size:10px;font-weight:900}
.smp-reasons p{margin:1px 0 0;color:#68736e;font-size:11px}
.smp-reasons strong{color:#26322c}
.smp-information{
    display:grid;grid-template-columns:minmax(0,1.4fr) minmax(310px,.6fr);
    gap:55px;max-width:1400px;margin:0 auto;
    padding:76px clamp(20px,5vw,72px);
    border-top:1px solid var(--line);
}
.smp-eyebrow{display:block;color:var(--teal);font-size:9px;font-weight:900;letter-spacing:.15em}
.smp-info-main h2,.smp-related-head h2{margin:8px 0 22px;color:var(--ink);font-size:clamp(30px,3.5vw,46px);line-height:1.05;letter-spacing:-.04em}
.smp-description{color:#58635d;font-size:14px;line-height:1.75}
.smp-description h2,.smp-description h3{color:var(--ink)}
.smp-description img{max-width:100%;height:auto}
.smp-specs{align-self:start;padding:24px;border-radius:18px;background:#0a1712;color:#fff}
.smp-specs h3{margin:8px 0 16px;color:#fff;font-size:20px}
.smp-specs dl{margin:0}
.smp-specs dl>div{display:grid;grid-template-columns:1fr 1fr;gap:15px;padding:12px 0;border-top:1px solid rgba(255,255,255,.08)}
.smp-specs dt{color:rgba(255,255,255,.47);font-size:10px}
.smp-specs dd{margin:0;color:#fff;font-size:10px;font-weight:700;text-align:right}
.smp-service-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;padding:48px clamp(20px,7vw,108px);background:#08110d;color:#fff}
.smp-service-strip>div{padding:20px;border:1px solid rgba(255,255,255,.07);border-radius:14px;background:rgba(255,255,255,.025)}
.smp-service-strip span{display:block;margin-bottom:20px;color:var(--orange);font-size:9px;font-weight:900}
.smp-service-strip strong{display:block}
.smp-service-strip p{margin:5px 0 0;color:rgba(255,255,255,.48);font-size:10px}
.smp-related{max-width:1400px;margin:0 auto;padding:72px clamp(20px,5vw,72px) 85px}
.smp-related-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}
.smp-related-head h2{margin-bottom:0}
.smp-related-head>a{color:var(--teal);font-size:11px;font-weight:850}
.smp-related-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.smp-related-card{overflow:hidden;border:1px solid var(--line);border-radius:17px;background:#fff}
.smp-related-image{position:relative;aspect-ratio:1;display:block;background:#f0f2ee}
.smp-related-image img{width:100%!important;height:100%!important;padding:14px!important;object-fit:contain!important}
.smp-related-image>span{position:absolute;top:9px;left:9px;padding:5px 7px;border-radius:6px;background:var(--orange);color:#fff;font-size:7px;font-weight:900}
.smp-related-card>div{padding:13px}
.smp-related-card h3{min-height:38px;margin:0 0 10px;font-size:12px;line-height:1.4}
.smp-related-card h3 a{color:var(--ink)}
.smp-related-bottom{display:flex;align-items:center;justify-content:space-between;gap:8px}
.smp-related-bottom strong{color:var(--ink);font-size:13px}
.smp-related-bottom strong ins{color:var(--orange);text-decoration:none}
.smp-related-bottom>a{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:#edf5f3;color:var(--teal)}
.smp-muted{color:var(--muted)}
.smp-footer{min-height:100px;display:flex;align-items:center;gap:25px;padding:22px clamp(22px,5vw,72px);background:#050a08;color:rgba(255,255,255,.48);border-top:1px solid rgba(255,255,255,.06)}
.smp-footer>a{width:150px}.smp-footer img{display:block;max-width:100%;max-height:42px}
.smp-footer p{margin:0 auto 0 0;font-size:10px}.smp-footer>div{display:flex;gap:15px}.smp-footer>div a{color:rgba(255,255,255,.6);font-size:10px}
@media(max-width:1000px){
    .smp-product-hero,.smp-information{grid-template-columns:1fr}
    .smp-gallery{max-width:720px}
    .smp-nav,.smp-actions>a:first-child{display:none}
    .smp-brand{margin-right:auto}.smp-menu{display:block}
    .smp-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:700px){
    .smp-header{height:74px;padding:0 17px}.smp-brand{width:145px}
    .smp-product-hero{gap:28px;padding:15px 15px 48px}
    .smp-breadcrumbs{padding:18px 15px 7px}
    .smp-main-image{border-radius:17px}.smp-main-image img{padding:20px!important}
    .smp-thumbs{grid-template-columns:repeat(5,1fr)}
    .smp-summary h1{font-size:37px}
    .smp-buy-row{grid-template-columns:1fr}
    .smp-qty{max-width:150px}
    .smp-information{gap:32px;padding:52px 16px}
    .smp-service-strip{grid-template-columns:1fr;padding:35px 16px}
    .smp-related{padding:52px 15px 65px}
    .smp-related-head{align-items:flex-start;flex-direction:column}
    .smp-related-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
    .smp-footer{align-items:flex-start;flex-direction:column}.smp-footer p{margin:0}
}


/* Galerie multi-images v4.1.1 */
.smp-main-image{position:relative}
.smp-gallery-arrow{
    position:absolute;z-index:4;top:50%;
    width:44px;height:44px;display:grid;place-items:center;
    border:1px solid rgba(20,32,27,.10);border-radius:50%;
    background:rgba(255,255,255,.94);color:#14201b;
    box-shadow:0 8px 24px rgba(18,38,30,.10);
    font-size:28px;line-height:1;cursor:pointer;
    transform:translateY(-50%);transition:.2s ease;
}
.smp-gallery-arrow:hover{background:#339287;color:#fff;border-color:#339287}
.smp-gallery-prev{left:16px}
.smp-gallery-next{right:16px}
.smp-gallery-count{
    position:absolute;right:16px;bottom:16px;z-index:4;
    padding:7px 10px;border-radius:999px;
    background:rgba(7,17,13,.78);color:rgba(255,255,255,.72);
    backdrop-filter:blur(8px);font-size:10px;font-weight:700;
}
.smp-gallery-count b{color:#fff}
.smp-thumbs{
    display:flex!important;grid-template-columns:none!important;
    gap:8px;overflow-x:auto;padding:2px 1px 5px;
    scrollbar-width:thin;
}
.smp-thumbs button{
    width:78px!important;min-width:78px;height:78px;
    aspect-ratio:auto!important;flex:0 0 auto;
}
.smp-main-product-image{transition:opacity .18s ease,transform .28s ease}
.smp-main-product-image.is-changing{opacity:.25;transform:scale(.985)}
@media(max-width:700px){
    .smp-gallery-arrow{width:38px;height:38px;font-size:24px}
    .smp-gallery-prev{left:10px}
    .smp-gallery-next{right:10px}
    .smp-gallery-count{right:10px;bottom:10px}
    .smp-thumbs button{width:66px!important;min-width:66px;height:66px}
}


/* Correctif galerie V4.1.2 : toutes les images restent dans le DOM */
.smp-slides{
    position:absolute;
    inset:0;
}
.smp-slide{
    position:absolute;
    inset:0;
    display:grid;
    place-items:center;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:opacity .22s ease, visibility .22s ease;
}
.smp-slide.is-active{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
}
.smp-slide img,
.smp-slide-image{
    width:100%!important;
    height:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:40px!important;
    object-fit:contain!important;
}
.smp-thumbs button{
    cursor:pointer;
}
@media(max-width:700px){
    .smp-slide img,
    .smp-slide-image{padding:20px!important}
}


/* V4.17.0 — réassurance et accompagnement sur les fiches produit */
.smp-confidence{padding:86px clamp(22px,6vw,90px);background:#f5f6f2;color:#14201b}
.smp-confidence-inner{max-width:1180px;margin:0 auto}
.smp-confidence-head{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.65fr);column-gap:70px;align-items:end;margin-bottom:38px}
.smp-confidence-kicker{grid-column:1/-1;margin-bottom:16px;font-size:11px;font-weight:850;letter-spacing:.16em;color:#287c73}
.smp-confidence-head h2{margin:0;font-size:clamp(34px,4.4vw,56px);line-height:1.02;letter-spacing:-.045em}
.smp-confidence-head h2 em{font-weight:inherit;color:#339287}
.smp-confidence-head>p{margin:0 0 4px;font-size:15px;line-height:1.7;color:#6f7a75}
.smp-confidence-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.smp-confidence-card{min-height:260px;padding:27px;border:1px solid #e0e6e2;border-radius:18px;background:#fff;display:flex;flex-direction:column;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}
.smp-confidence-card:hover{transform:translateY(-3px);border-color:#bfd4ce;box-shadow:0 18px 42px rgba(20,32,27,.07)}
.smp-confidence-num{font-size:11px;font-weight:900;letter-spacing:.14em;color:#ff6a18}
.smp-confidence-card h3{margin:35px 0 10px;font-size:21px;letter-spacing:-.025em}
.smp-confidence-card p{margin:0 0 24px;font-size:13.5px;line-height:1.7;color:#6f7a75}
.smp-confidence-card a{margin-top:auto;color:#287c73;text-decoration:none;font-size:12px;font-weight:850}
.smp-help{padding:0 clamp(22px,6vw,90px) 86px;background:#f5f6f2}
.smp-help-inner{max-width:1180px;margin:0 auto;padding:34px 38px;border-radius:20px;background:#07110d;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:32px}
.smp-help-inner span{display:block;margin-bottom:8px;font-size:10px;font-weight:850;letter-spacing:.16em;color:#8dd5cc}
.smp-help-inner h2{margin:0;font-size:clamp(24px,3vw,36px);letter-spacing:-.035em}
.smp-help-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.smp-help-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:10px;text-decoration:none;font-size:12px;font-weight:850;white-space:nowrap}
.smp-help-primary{background:#ff6a18;color:#fff}
.smp-help-secondary{border:1px solid rgba(255,255,255,.2);color:#fff}
@media(max-width:820px){
 .smp-confidence{padding-top:62px;padding-bottom:62px}
 .smp-confidence-head{grid-template-columns:1fr;gap:18px}
 .smp-confidence-grid{grid-template-columns:1fr}
 .smp-confidence-card{min-height:0}
 .smp-confidence-card h3{margin-top:22px}
 .smp-help{padding-bottom:62px}
 .smp-help-inner{align-items:flex-start;flex-direction:column;padding:28px}
 .smp-help-actions{justify-content:flex-start}
}
@media(prefers-reduced-motion:reduce){.smp-confidence-card{transition:none!important}}

/* V4.17.1 — fiche technique conditionnée par le tag caracteristiques-techniques */
.smp-tech-tag{padding:72px clamp(22px,6vw,90px);background:#fff;color:#14201b}
.smp-tech-tag-inner{max-width:1180px;margin:0 auto}
.smp-tech-kicker{display:block;margin-bottom:10px;font-size:10px;font-weight:900;letter-spacing:.16em;color:#339287}
.smp-tech-tag h2{margin:0 0 28px;font-size:clamp(30px,4vw,46px);letter-spacing:-.04em}
.smp-tech-table{border-top:1px solid #e0e6e2}
.smp-tech-row{display:grid;grid-template-columns:minmax(180px,.7fr) minmax(0,1.3fr);gap:28px;padding:17px 0;border-bottom:1px solid #e0e6e2}
.smp-tech-row strong,.smp-tech-row span{font-size:13px;line-height:1.55}
.smp-tech-row span{color:#6f7a75}
@media(max-width:680px){.smp-tech-row{grid-template-columns:1fr;gap:5px}}

/* V4.17.2 — contenu historique repéré par #caracteristiques-techniques */
.smp-technical-source{margin-top:18px;font-size:13px;line-height:1.65;color:#4f5d56}
.smp-technical-source h1,.smp-technical-source h2,.smp-technical-source h3,.smp-technical-source h4{margin:20px 0 8px;font-size:14px;line-height:1.3;color:#14201b}
.smp-technical-source p{margin:0 0 11px}
.smp-technical-source ul,.smp-technical-source ol{margin:8px 0 14px;padding-left:19px}
.smp-technical-source strong{color:#14201b}
.smp-technical-source table{width:100%;border-collapse:collapse}
.smp-technical-source td,.smp-technical-source th{padding:9px 0;border-bottom:1px solid #e0e6e2;text-align:left;vertical-align:top}

/* V4.17.3 — JetEngine Meta Box : caracteristiques-techniques */
.smp-tech-meta-rows{display:grid;gap:0;border-top:1px solid #e0e6e2}
.smp-tech-meta-row{display:grid;grid-template-columns:minmax(135px,.7fr) minmax(0,1.3fr);gap:16px;padding:11px 0;border-bottom:1px solid #e0e6e2}
.smp-tech-meta-row strong,.smp-tech-meta-row span{font-size:12.5px;line-height:1.55}
.smp-tech-meta-row strong{color:#14201b}
.smp-tech-meta-row span{color:#5f6c66}
@media(max-width:620px){.smp-tech-meta-row{grid-template-columns:1fr;gap:4px}}


/* V4.17.4 — texte des caractéristiques techniques éclairci */
.smp-technical-source{color:#7b8580}
.smp-technical-source strong{color:#4d5953}
.smp-tech-meta-row strong{color:#4d5953}
.smp-tech-meta-row span{color:#7f8984}
