@import"https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&display=swap";:root{--azur: #4BBFD6;--azur-soft: #EBF9FD;--marine: #1A2E3B;--cta: #FF8C5A;--cta-dark: #e6723d;--vert: #2D7D62;--creme: #FAFAF7;--blanc: #FFFFFF;--gris: #7A8899;--gris-light: #EAECEF;--radius: 16px;--radius-sm: 8px;--radius-pill: 100px;--shadow: 0 4px 24px rgba(26,46,59,.08);--shadow-md: 0 8px 40px rgba(26,46,59,.12);--font: "Nunito", -apple-system, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--marine);background:var(--blanc);-webkit-font-smoothing:antialiased;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}p{color:var(--gris);line-height:1.75}h1,h2,h3,h4{font-weight:900;line-height:1.15;color:#000}h1{font-size:clamp(2.4rem,5.5vw,4rem)}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:1.25rem}.container{max-width:1160px;margin:0 auto;padding:0 2rem}.section{padding:7rem 0}.section--cream{background:var(--creme)}.tag{display:inline-flex;align-items:center;gap:.4rem;background:var(--azur-soft);color:var(--azur);padding:.3rem .9rem;border-radius:var(--radius-pill);font-size:.78rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;margin-bottom:1.2rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 2rem;border-radius:var(--radius-pill);font-family:var(--font);font-weight:800;font-size:.98rem;cursor:pointer;border:2px solid transparent;transition:all .22s ease;text-decoration:none;white-space:nowrap}.btn--primary{background:var(--cta);color:#fff;border-color:var(--cta);box-shadow:0 4px 20px #ff8c5a59}.btn--primary:hover{background:var(--cta-dark);border-color:var(--cta-dark);transform:translateY(-2px);box-shadow:0 8px 28px #ff8c5a73}.btn--dark{background:var(--marine);color:#fff;border-color:var(--marine)}.btn--dark:hover{background:#243f50;transform:translateY(-2px)}.btn--ghost{background:transparent;color:var(--marine);border-color:var(--gris-light)}.btn--ghost:hover{border-color:var(--marine)}.btn--lg{padding:1rem 2.4rem;font-size:1.05rem}.btn--full{width:100%;justify-content:center}.announcement{background:#c8e9f5;color:var(--marine);text-align:center;padding:.6rem 1rem;font-size:.84rem;font-weight:700;letter-spacing:.02em}.announcement strong{color:var(--marine)}.site-header{position:sticky;top:0;z-index:100;background:#fffffff7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--gris-light)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:84px}.header-logo{display:flex;align-items:center}.header-logo img{height:72px;width:auto;max-width:220px;object-fit:contain}.header-logo span{font-size:2rem;font-weight:900;color:var(--marine)}.nav{display:flex;align-items:center;gap:2.5rem}.nav a{font-size:.92rem;font-weight:700;color:var(--gris);transition:color .2s}.nav a:hover{color:var(--marine)}.header-cta{display:flex;align-items:center;gap:.8rem}.cart-btn{position:relative;background:none;border:2px solid var(--gris-light);border-radius:var(--radius-pill);padding:.5rem 1.1rem;font-family:var(--font);font-weight:800;font-size:.88rem;cursor:pointer;display:flex;align-items:center;gap:.4rem;color:var(--marine);transition:border-color .2s}.cart-btn:hover{border-color:var(--marine)}.cart-count{background:var(--cta);color:#fff;border-radius:50%;width:18px;height:18px;font-size:.68rem;font-weight:900;display:flex;align-items:center;justify-content:center;position:absolute;top:-5px;right:-5px}.burger{display:none;background:none;border:none;cursor:pointer;flex-direction:column;gap:5px;padding:4px}.burger span{display:block;width:22px;height:2px;background:var(--marine);border-radius:2px}.nav-open{display:flex!important;flex-direction:column;position:fixed;top:84px;left:0;right:0;background:#fff;padding:1.5rem 1.2rem;box-shadow:0 8px 32px #0000001f;z-index:99;gap:1.2rem}body.no-scroll{overflow:hidden;padding-right:var(--scrollbar-w, 0px)}.site-header{padding-right:var(--scrollbar-w, 0px)}.hero{position:relative;width:100%;height:92vh;height:92svh;min-height:620px;overflow:hidden}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.hero__bg video,.hero__bg img{width:100%;height:100%;object-fit:cover;object-position:center center}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(250,250,247,.7) 0%,rgba(250,250,247,.35) 38%,rgba(250,250,247,0) 58%,transparent 100%)}.hero__content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;padding:0 6vw}.hero__text{max-width:560px}.hero__title{font-size:clamp(2.8rem,5.5vw,4.8rem);font-weight:900;color:#000;line-height:1.05;margin-bottom:1.8rem}.hero__title em{font-style:italic;color:#000}.hero__pills{display:flex;flex-direction:column;gap:.6rem;margin-bottom:2.5rem}.hero__pill{display:inline-flex;align-items:center;gap:.6rem;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-pill);padding:.5rem 1.2rem;font-size:.88rem;font-weight:700;color:var(--marine);width:fit-content;box-shadow:0 2px 12px #00000014}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}.hero__trust{display:flex;align-items:center;gap:.8rem}.hero__trust-stars{color:#f5a623;font-size:1rem}.hero__trust-text{font-size:.82rem;color:var(--gris);font-weight:600}@media(max-width:768px){.hero{height:100svh;min-height:500px;max-height:750px}.hero__content{padding:0 1.5rem 3rem;align-items:flex-end}.hero__title{font-size:clamp(2.2rem,8vw,3rem)}.hero__overlay{background:linear-gradient(to top,rgba(250,250,247,.8) 0%,rgba(250,250,247,.2) 45%,transparent 100%)}}.pack-ete{background:var(--marine);padding:5rem 0}.pack-ete__inner{max-width:1200px;margin:0 auto;padding:0 6vw;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.pack-ete__alert-badge{display:inline-block;background:#f44;color:#fff;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;border-radius:50px;padding:.35rem 1rem;margin-bottom:1.4rem}.pack-ete__title{font-size:clamp(2rem,3.5vw,3rem);font-weight:900;color:#fff;line-height:1.1;margin-bottom:1.2rem}.pack-ete__title em{font-style:italic;color:#ff8c5a}.pack-ete__intro{font-size:.92rem;color:#ffffffb3;line-height:1.7;margin-bottom:1.8rem}.pack-ete__risks{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.8rem}.pack-ete__risks li{display:flex;align-items:center;gap:.8rem;font-size:.9rem;font-weight:600;color:#ffffffd9}.pack-ete__risk-icon{font-size:1.1rem;flex-shrink:0}.pack-ete__card{background:linear-gradient(145deg,#fff,#f5f9ff);border-radius:24px;padding:2rem 2rem 1.6rem;box-shadow:0 24px 60px #00000059;border:1px solid rgba(255,255,255,.15)}.pack-ete__card-top{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.6rem;padding-bottom:1.4rem;border-bottom:1px solid rgba(75,191,214,.2)}.pack-ete__card-label{font-family:Nunito,sans-serif;font-size:1.35rem;font-weight:900;color:var(--marine);letter-spacing:-.02em;line-height:1.1}.pack-ete__deadline{font-family:Nunito,sans-serif;font-size:.8rem;font-weight:700;color:var(--gris);letter-spacing:.01em}.pack-ete__products{display:flex;align-items:stretch;gap:.8rem;margin-bottom:1.6rem}.pack-ete__product{flex:1;text-align:center;background:#f0f6fa;border-radius:16px;padding:1.2rem .8rem 1rem;position:relative}.pack-ete__product-img-wrap{position:relative;margin-bottom:.8rem}.pack-ete__product img{width:100%;max-width:140px;height:140px;border-radius:12px;object-fit:cover;display:block;margin:0 auto;box-shadow:0 8px 20px #0000001f}.pack-ete__product-name{font-size:.82rem;font-weight:800;color:var(--marine);margin-bottom:.15rem}.pack-ete__product-sub{font-size:.72rem;color:var(--gris)}.pack-ete__offerte-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#ff8c5a,#ff6b35);color:#fff;font-size:.7rem;font-weight:900;letter-spacing:.06em;padding:.3rem .9rem;border-radius:50px;white-space:nowrap;box-shadow:0 4px 12px #ff6b3566;z-index:1}.pack-ete__plus{font-size:2rem;font-weight:900;color:var(--marine);flex-shrink:0;align-self:center;opacity:.4}.pack-ete__qty-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--marine);color:#fff;font-size:.75rem;font-weight:900;padding:.25rem .8rem;border-radius:50px;white-space:nowrap;z-index:1}.pack-ete__price-row{display:flex;align-items:baseline;justify-content:center;gap:.7rem;margin:.9rem 0 1.1rem}.pack-ete__price-old{font-family:Nunito,sans-serif;font-size:1rem;font-weight:600;color:#bbb;text-decoration:line-through;letter-spacing:0}.pack-ete__price-new{font-family:Nunito,sans-serif;font-size:2rem;font-weight:900;color:var(--marine);letter-spacing:-.03em;line-height:1}.pack-ete__price-save{background:#e8f9f0;color:#1a9a5a;font-size:.82rem;font-weight:800;padding:.2rem .7rem;border-radius:50px}.pack-ete__cta{display:block;width:100%;text-align:center;background:linear-gradient(135deg,var(--marine) 0%,#0f1e28 100%);color:#fff;font-size:1.05rem;font-weight:800;padding:1.1rem 1.5rem;border-radius:50px;text-decoration:none;margin-bottom:.9rem;transition:transform .15s,box-shadow .15s;box-shadow:0 6px 20px #1a2e3b66}.pack-ete__cta:hover{transform:translateY(-2px);box-shadow:0 10px 28px #1a2e3b80}.pack-ete__reassurance{font-size:.7rem;color:var(--gris);text-align:center;line-height:1.7}@media(max-width:768px){.pack-ete__inner{grid-template-columns:1fr;gap:2.5rem}.pack-ete__product img{max-width:110px;height:110px}}.second-tapis{background:var(--azur-soft);padding:5rem 0}.second-tapis__inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.second-tapis__badge{display:inline-block;background:var(--marine);color:#fff;font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;border-radius:50px;padding:.3rem 1rem;margin-bottom:1.2rem}.second-tapis__title{font-size:clamp(2rem,3.5vw,3rem);font-weight:900;color:var(--marine);line-height:1.1;margin-bottom:1rem}.second-tapis__title strong{color:var(--cta)}.second-tapis__desc{font-size:.95rem;color:var(--gris);line-height:1.7;margin-bottom:2rem}.second-tapis__img-wrap{position:relative;display:inline-block;width:100%}.second-tapis__img-wrap img{width:100%;border-radius:20px;object-fit:cover;aspect-ratio:1;display:block}.second-tapis__sticker{position:absolute;top:16px;right:16px;background:#f44;color:#fff;font-size:1.6rem;font-weight:900;width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #f446}@media(max-width:768px){.second-tapis__inner{grid-template-columns:1fr}.second-tapis__right{display:none}}.results-tl{padding:6rem 0;background:#fff}.results-tl__grid{display:grid;grid-template-columns:1fr .9fr 1.3fr;gap:4rem;align-items:start}.results-tl__title{font-size:clamp(2.2rem,3.5vw,3.4rem);font-weight:900;color:var(--marine);line-height:1.1;margin-bottom:1.5rem}.results-tl__hl{display:inline-block;background:var(--azur-soft);border-radius:8px;padding:0 10px;color:var(--azur)}.results-tl__sub{font-size:1rem;margin-bottom:.8rem;color:var(--marine);line-height:1.5}.results-tl__desc{font-size:.88rem;color:var(--gris);line-height:1.7}.results-tl__image img{width:100%;border-radius:20px;object-fit:cover;aspect-ratio:3/4;display:block}.results-tl__steps{display:flex;flex-direction:column}.results-tl__step{display:flex;gap:1rem;align-items:flex-start;position:relative;padding-bottom:1.6rem}.results-tl__step:last-child{padding-bottom:0}.results-tl__step:before{content:"";position:absolute;left:17px;top:40px;bottom:0;width:2px;background:repeating-linear-gradient(to bottom,var(--marine) 0,var(--marine) 4px,transparent 4px,transparent 10px);opacity:.15}.results-tl__step:last-child:before{display:none}.results-tl__paw{font-size:1.3rem;width:36px;height:36px;background:var(--azur-soft);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.results-tl__time{font-size:1rem;font-weight:800;color:var(--marine);margin-bottom:.35rem}.results-tl__body ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.15rem}.results-tl__body ul li{font-size:.85rem;color:#555;display:flex;align-items:center;gap:.5rem}.results-tl__body ul li:before{content:"\2713";color:var(--azur);font-weight:900;font-size:.8rem}@media(max-width:900px){.results-tl__grid{grid-template-columns:1fr;gap:2.5rem}.results-tl__image{display:none}}.trust-ticker{background:var(--marine);padding:.9rem 0;overflow:hidden}.trust-ticker__inner{display:flex;gap:3rem;width:max-content;animation:ticker 28s linear infinite}.trust-ticker__item{display:flex;align-items:center;gap:.5rem;font-size:.82rem;font-weight:700;color:#ffffffd9;white-space:nowrap;letter-spacing:.02em}.trust-ticker__sep{color:var(--azur);opacity:.5}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.trust-ticker:hover .trust-ticker__inner{animation-play-state:paused}.benefits-bar{background:var(--blanc);border-bottom:1px solid var(--gris-light);padding:2rem 0}.benefits-grid{display:flex;justify-content:center;gap:0}.benefit{flex:1;display:flex;align-items:center;gap:1rem;padding:.5rem 2.5rem;border-right:1px solid var(--gris-light)}.benefit:last-child{border-right:none}.benefit__icon{font-size:1.6rem;flex-shrink:0}.benefit__text strong{display:block;font-size:.92rem;color:var(--marine);font-weight:800}.benefit__text span{font-size:.78rem;color:var(--gris)}.product-section{background:var(--blanc)}.product-section--alt{background:var(--creme)}.product-block{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:stretch}.product-block--alt .product-block__image{order:2}.product-block--alt .product-block__info{order:1}.product-block__image{position:relative;overflow:hidden;min-height:560px;background:var(--gris-light)}.product-block__image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.product-block:hover .product-block__image img{transform:scale(1.03)}.product-block__thumbs{position:absolute;bottom:1.5rem;left:1.5rem;display:flex;gap:.5rem}.product-block__thumb{width:52px;height:52px;border-radius:var(--radius-sm);overflow:hidden;border:2px solid #fff;cursor:pointer;box-shadow:0 2px 8px #00000026;transition:border-color .2s}.product-block__thumb.active{border-color:var(--azur)}.product-block__thumb img{width:100%;height:100%;object-fit:cover}.product-block__info{padding:5rem;display:flex;flex-direction:column;justify-content:center}.product-block__num{font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--gris);margin-bottom:1rem}.product-block__title{font-size:clamp(1.8rem,3vw,2.4rem);margin-bottom:1rem}.product-block__desc{font-size:.95rem;margin-bottom:2rem;max-width:400px}.product-block__features{list-style:none;margin-bottom:2.5rem}.product-block__feature{display:flex;align-items:center;gap:.8rem;padding:.6rem 0;border-bottom:1px solid var(--gris-light);font-size:.9rem;color:var(--marine);font-weight:600}.product-block__feature:last-child{border-bottom:none}.product-block__feature-icon{font-size:1.1rem}.product-block__buy{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.product-block__price{font-size:2rem;font-weight:900;color:var(--marine)}.product-block__price-from{font-size:.78rem;color:var(--gris);font-weight:600;display:block}.product-block__variants{margin-bottom:2rem}.variants-label{font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--gris);margin-bottom:.6rem}.variants-row{display:flex;gap:.5rem;flex-wrap:wrap}.chip{padding:.4rem 1rem;border:1.5px solid var(--gris-light);border-radius:var(--radius-pill);background:none;font-family:var(--font);font-weight:700;font-size:.85rem;cursor:pointer;transition:all .15s;color:var(--marine)}.chip:hover{border-color:var(--marine)}.chip.active{background:var(--marine);color:#fff;border-color:var(--marine)}.variant-picker{margin-bottom:1.1rem}.variant-picker .variants-label{margin-bottom:.6rem}.selected-option-name{color:var(--marine);font-weight:900}.swatches-row{display:flex;gap:.65rem;flex-wrap:wrap;align-items:center}.swatch{width:36px;height:36px;border-radius:50%;border:2px solid transparent;cursor:pointer;outline:none;flex-shrink:0;transition:transform .2s ease,box-shadow .2s ease;position:relative}.swatch:hover{transform:scale(1.12)}.swatch.swatch--active{transform:scale(1.08);box-shadow:0 0 0 3px var(--blanc),0 0 0 5.5px var(--marine)}.swatch[data-color=Menthe]{background:#72c9b0}.swatch[data-color=Rose]{background:#f4adc0}.swatch[data-color=Gris]{background:#9eabb5}.swatch[data-color=Blanc]{background:#f0f0ee;box-shadow:inset 0 0 0 1.5px #ccc}.swatch[data-color=Blanc].swatch--active{box-shadow:0 0 0 3px var(--blanc),0 0 0 5.5px var(--marine),inset 0 0 0 1.5px #ccc}.swatch[data-color=Noir]{background:#2a2d32}.j-product--alt .swatch[data-color=Gris]{background:#8c8c8c}.size-chips-row{display:flex;gap:.45rem;flex-wrap:wrap}.size-chip{min-width:52px;padding:.45rem 1rem;border:1.5px solid var(--gris-light);border-radius:var(--radius-sm);background:none;font-family:var(--font);font-weight:700;font-size:.83rem;cursor:pointer;transition:all .15s ease;color:var(--marine);text-align:center}.size-chip:hover:not(:disabled){border-color:var(--azur);color:var(--azur);background:var(--azur-soft)}.size-chip.size-chip--active{background:var(--marine);color:#fff;border-color:var(--marine)}.size-chip:disabled{opacity:.3;cursor:not-allowed}.social-proof{background:var(--blanc);padding:5rem 0}.proof-header{text-align:center;margin-bottom:3.5rem}.proof-rating{display:inline-flex;align-items:center;gap:1rem;background:var(--creme);padding:.7rem 1.5rem;border-radius:var(--radius-pill);margin-bottom:1rem}.proof-rating__num{font-size:1.2rem;font-weight:900;color:var(--marine)}.proof-rating__stars{color:#f5a623;font-size:1.1rem}.proof-rating__count{font-size:.8rem;color:var(--gris)}.proof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.proof-card{background:var(--creme);border-radius:var(--radius);padding:2rem}.proof-card__stars{color:#f5a623;font-size:.95rem;margin-bottom:1rem}.proof-card__text{font-size:.93rem;color:var(--marine);line-height:1.7;margin-bottom:1.5rem;font-style:italic}.proof-card__author{display:flex;align-items:center;gap:.8rem}.proof-card__avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,var(--azur),#7ee8f7);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:900;font-size:.88rem;flex-shrink:0}.proof-card__name{font-size:.88rem;font-weight:800;color:var(--marine)}.proof-card__detail{font-size:.75rem;color:var(--gris)}.proof-card__verified{font-size:.72rem;color:var(--vert);font-weight:700}.faq-section{background:var(--creme)}.faq-container{max-width:720px;margin:0 auto}.faq-header{text-align:center;margin-bottom:3rem}.faq-item{background:var(--blanc);border-radius:var(--radius);margin-bottom:.8rem;overflow:hidden}.faq-question{width:100%;background:none;border:none;padding:1.3rem 1.5rem;text-align:left;font-family:var(--font);font-size:.97rem;font-weight:800;color:var(--marine);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem}.faq-icon{width:28px;height:28px;border-radius:50%;border:2px solid var(--gris-light);display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--marine);transition:all .25s;flex-shrink:0}.faq-item.open .faq-icon{background:var(--marine);border-color:var(--marine);color:#fff;transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease}.faq-item.open .faq-answer{max-height:300px}.faq-answer p{padding:0 1.5rem 1.3rem;font-size:.92rem;line-height:1.75;color:var(--gris)}.pdp__express-checkout,.cart-express-checkout{margin-top:.8rem}.pdp__express-label,.cart-express-label{display:block;text-align:center;font-size:.75rem;color:var(--gris);margin-bottom:.6rem;letter-spacing:.04em}.pdp__express-checkout .shopify-payment-button,.cart-express-checkout .shopify-payment-button{margin-top:0}.pdp__express-checkout .shopify-payment-button__button,.cart-express-checkout .shopify-payment-button__button{border-radius:50px!important;font-family:var(--font)!important;font-weight:800!important}.cta-section{background:var(--marine);padding:7rem 0;text-align:center}.cta-section h2{color:#fff;margin-bottom:1rem}.cta-section p{color:#ffffff8c;font-size:1rem;margin-bottom:2.5rem;max-width:460px;margin-left:auto;margin-right:auto}.cta-section__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}.cta-section__trust{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.cta-trust-item{font-size:.8rem;color:#fff6;font-weight:600;display:flex;align-items:center;gap:.3rem}.site-footer{background:var(--marine);border-top:1px solid rgba(255,255,255,.07);padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:4rem;margin-bottom:3rem}.footer-brand-logo{font-size:1.3rem;font-weight:900;color:#fff;margin-bottom:.8rem}.footer-brand-logo img{height:34px;filter:brightness(0) invert(1);margin-bottom:.8rem}.footer-brand p{color:#fff6;font-size:.85rem;line-height:1.75;max-width:260px}.footer-col h4{font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#ffffff80;margin-bottom:1.2rem}.footer-col ul{list-style:none}.footer-col li{margin-bottom:.6rem}.footer-col a{color:#ffffff8c;font-size:.87rem;transition:color .2s}.footer-col a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.07);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{color:#ffffff40;font-size:.78rem}.footer-payments{display:flex;gap:.4rem}.pay-badge{background:#ffffff12;border-radius:4px;padding:.2rem .6rem;font-size:.7rem;color:#fff6;font-weight:800}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;pointer-events:none;overflow:hidden}.cart-drawer[aria-hidden=false]{pointer-events:all}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#1a2e3b80;opacity:0;transition:opacity .3s}.cart-drawer[aria-hidden=false] .cart-drawer__overlay{opacity:1}.cart-drawer__panel{position:absolute;right:0;top:0;bottom:0;width:min(400px,95vw);background:#fff;transform:translate(100%);transition:transform .32s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.cart-drawer[aria-hidden=false] .cart-drawer__panel{transform:translate(0)}.cart-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 1.5rem;border-bottom:1px solid var(--gris-light)}.cart-drawer__header h3{font-size:1rem}.cart-drawer__close{background:none;border:none;font-size:1.1rem;cursor:pointer;color:var(--gris)}.cart-drawer__body{flex:1;overflow-y:auto;padding:1.5rem}.cart-empty{text-align:center;color:var(--gris);padding:3rem 0}.cart-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--gris-light)}.cart-item__img{width:68px;height:68px;border-radius:var(--radius-sm);object-fit:cover;flex-shrink:0;background:var(--creme)}.cart-item__info{flex:1}.cart-item__name{font-weight:800;font-size:.87rem;color:var(--marine);margin-bottom:.2rem}.cart-item__variant{font-size:.76rem;color:var(--gris);margin-bottom:.4rem}.cart-item__price{font-weight:900;color:var(--marine)}.cart-item__qty{display:flex;align-items:center;gap:.5rem;margin-top:.4rem}.qty-btn{width:24px;height:24px;border-radius:50%;border:1.5px solid var(--gris-light);background:none;cursor:pointer;font-size:.9rem;display:flex;align-items:center;justify-content:center;transition:all .15s}.qty-btn:hover{border-color:var(--marine)}.cart-item__remove{background:none;border:none;color:var(--gris);cursor:pointer;font-size:.8rem}.cart-total{display:flex;justify-content:space-between;padding:1rem 0;font-weight:900}.cart-drawer__footer{padding:1rem 1.5rem;border-top:1px solid var(--gris-light);display:flex;flex-direction:column;gap:.6rem}.toast{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);opacity:0;pointer-events:none;background:var(--marine);color:#fff;padding:.85rem 1.8rem;border-radius:var(--radius-pill);font-weight:700;font-size:.88rem;z-index:300;transition:opacity .3s ease;box-shadow:var(--shadow-md);white-space:nowrap}.toast.show{opacity:1}.upsell-popup{position:fixed;bottom:1.5rem;right:1.5rem;z-index:150;background:#fff;border-radius:var(--radius);box-shadow:var(--shadow-md);padding:1.2rem;width:290px;opacity:0;pointer-events:none;transform:translateY(16px);transition:opacity .4s ease,transform .4s ease;border:1px solid var(--gris-light)}.upsell-popup.show{opacity:1;pointer-events:all;transform:translateY(0)}.upsell-popup__close{position:absolute;top:.6rem;right:.8rem;background:none;border:none;font-size:.9rem;cursor:pointer;color:var(--gris)}.upsell-popup__inner{display:flex;gap:.9rem;align-items:center}.upsell-popup__img{width:64px;height:64px;border-radius:var(--radius-sm);object-fit:cover;flex-shrink:0;background:var(--creme)}.upsell-popup__body p{font-size:.82rem;color:var(--gris)}.upsell-popup__body strong{display:block;font-size:.9rem;color:var(--marine);margin-bottom:.2rem}.pdp{padding:2.5rem 0 6rem;background:var(--blanc)}.pdp__breadcrumb{font-size:.8rem;color:var(--gris);margin-bottom:2.5rem;display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.pdp__breadcrumb a{color:var(--gris);transition:color .2s}.pdp__breadcrumb a:hover{color:#000}.pdp__layout{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.pdp__gallery-main{border-radius:var(--radius);overflow:hidden;aspect-ratio:1 / 1;background:#edf4f9;margin-bottom:.8rem}.pdp__gallery-main img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .2s}.pdp__gallery-thumbs{display:flex;gap:.6rem;flex-wrap:wrap}.pdp__thumb{width:72px;height:72px;border-radius:var(--radius-sm);overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color .2s;flex-shrink:0;background:#edf4f9}.pdp__thumb.active{border-color:#000}.pdp__thumb img{width:100%;height:100%;object-fit:cover;display:block}.pdp__cat{font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--azur);margin-bottom:.5rem}.pdp__title{font-size:clamp(1.8rem,3vw,2.6rem);margin-bottom:.8rem;line-height:1.15}.pdp__rating{display:flex;align-items:center;gap:.6rem;margin-bottom:1.5rem}.pdp__stars{color:#f5a623;font-size:1rem}.pdp__reviews{font-size:.83rem;color:var(--gris);font-weight:600}.pdp__price-wrap{display:flex;align-items:baseline;gap:.7rem;margin-bottom:1.8rem}.pdp__price-old{font-family:Nunito,sans-serif;font-size:1.2rem;font-weight:600;color:#bbb;text-decoration:line-through}.pdp__price{font-size:2.4rem;font-weight:900;color:var(--marine);margin-bottom:0}.pdp__variants{margin-bottom:1.8rem}.pdp__actions{display:flex;flex-direction:column;gap:.8rem;margin-bottom:2rem}.pdp__buy-now{color:var(--marine)!important}.pdp__guarantees{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;padding:1.5rem 0;border-top:1px solid var(--gris-light);border-bottom:1px solid var(--gris-light);margin-bottom:2rem}.pdp__guarantee{display:flex;align-items:flex-start;gap:.6rem}.pdp__guarantee>span{font-size:1.3rem;flex-shrink:0}.pdp__guarantee strong{display:block;font-size:.82rem;color:#000;font-weight:800}.pdp__guarantee p{font-size:.75rem;color:var(--gris);margin:0}.pdp__desc{font-size:.92rem;line-height:1.85;color:var(--gris)}.pdp__desc h2,.pdp__desc h3{font-size:1rem;color:#000;margin:1.2rem 0 .4rem}.pdp__desc ul{padding-left:1.2rem;margin:.5rem 0}.pdp__desc li{margin-bottom:.3rem}@media(max-width:900px){.pdp__layout{grid-template-columns:1fr;gap:2rem}.pdp__guarantees{grid-template-columns:1fr;gap:.8rem}}.cart-page{padding:3rem 0 6rem}.j-features{background:#edf4f9;padding:6rem 0}.j-features__title{text-align:center;font-size:clamp(1.8rem,3vw,2.6rem);margin-bottom:.8rem}.j-features__sub{text-align:center;color:var(--gris);font-size:1rem;margin-bottom:3.5rem}.j-features__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;max-width:860px;margin:0 auto}.j-feature-card{background:#fff;border-radius:16px;padding:2rem}.j-feature-card__icon{font-size:2rem;margin-bottom:.8rem}.j-feature-card h3{font-size:1rem;font-weight:800;color:#000;margin-bottom:.5rem}.j-feature-card p{font-size:.88rem;color:var(--gris);line-height:1.7;margin:0}@media(max-width:600px){.j-features__grid{grid-template-columns:1fr}}.j-product{display:grid;grid-template-columns:1fr 1fr;min-height:620px;background:#fff}.j-product--alt{background:#edf4f9}.j-product--alt .j-product__image{order:2}.j-product--alt .j-product__info{order:1}.j-product__image{overflow:hidden;background:#edf4f9}.j-product__image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}.j-product:hover .j-product__image img{transform:scale(1.03)}.j-product__info{padding:5rem;display:flex;flex-direction:column;justify-content:center}.j-product__num{font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--gris);margin-bottom:.4rem}.j-product__cat{font-size:.82rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--azur);margin-bottom:.8rem}.j-product__title{font-size:clamp(2rem,3.5vw,2.8rem);margin-bottom:1rem;line-height:1.1}.j-product__desc{font-size:.95rem;color:var(--gris);margin-bottom:1.8rem;max-width:400px}.j-product__features{list-style:none;margin-bottom:2.5rem;display:flex;flex-direction:column;gap:.7rem}.j-product__features li{display:flex;align-items:center;gap:.8rem;font-size:.92rem;font-weight:700;color:#000}.j-product__features span{font-size:1.1rem}.j-product__buy{border-top:1px solid var(--gris-light);padding-top:1.5rem}.j-product__variants{margin-bottom:1.2rem}.j-product__price-row{display:flex;align-items:center;gap:1.5rem}.j-product__price{font-size:2.2rem;font-weight:900;color:#000}@media(max-width:900px){.j-product{grid-template-columns:1fr;min-height:auto}.j-product--alt .j-product__image,.j-product--alt .j-product__info{order:0}.j-product__image{height:300px}.j-product__info{padding:2.5rem 1.5rem}}.j-quote{display:grid;grid-template-columns:1fr 1fr;min-height:480px}.j-quote__img{overflow:hidden}.j-quote__img img,.j-quote__img video{width:100%;height:100%;object-fit:cover;display:block}.j-quote__content{background:#edf4f9;display:flex;flex-direction:column;justify-content:center;padding:5rem}.j-quote__stars{color:#f5a623;font-size:1.3rem;margin-bottom:1.5rem}.j-quote__text{font-size:clamp(1.3rem,2.5vw,1.8rem);font-weight:800;color:#000;line-height:1.4;margin-bottom:1.5rem;font-style:italic}.j-quote__author{font-size:.9rem;font-weight:700;color:var(--gris)}@media(max-width:768px){.j-quote{grid-template-columns:1fr}.j-quote__img{height:280px}.j-quote__content{padding:2.5rem 1.5rem}}.j-quality{background:#fff;padding:7rem 0}.j-quality__title{text-align:center;font-size:clamp(1.8rem,3vw,2.6rem);margin-bottom:3.5rem}.j-quality__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:860px;margin:0 auto}.j-quality__item{display:flex;align-items:flex-start;gap:1.2rem;padding:1.5rem;background:#edf4f9;border-radius:16px}.j-quality__icon{font-size:1.8rem;flex-shrink:0}.j-quality__item strong{display:block;font-size:.95rem;color:#000;font-weight:800;margin-bottom:.4rem}.j-quality__item p{font-size:.85rem;color:var(--gris);line-height:1.7;margin:0}@media(max-width:600px){.j-quality__grid{grid-template-columns:1fr}}.j-how{background:#edf4f9}.j-how__inner{display:grid;grid-template-columns:1fr 1fr;min-height:600px}.j-how__left{padding:5rem;display:flex;flex-direction:column;justify-content:center}.j-how__left h2{font-size:clamp(1.8rem,3vw,2.6rem);margin-bottom:.6rem}.j-how__sub{color:var(--gris);font-size:.95rem;margin-bottom:2.5rem}.j-how__steps{display:flex;flex-direction:column;gap:1rem}.j-how__step{display:flex;align-items:flex-start;gap:1.2rem;background:#fff;border-radius:14px;padding:1.2rem 1.5rem}.j-how__step-num{width:36px;height:36px;background:#c8e9f5;color:#1a2e3b;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:.95rem;flex-shrink:0}.j-how__step strong{display:block;font-size:.95rem;color:#000;font-weight:800;margin-bottom:.3rem}.j-how__step p{font-size:.83rem;color:var(--gris);line-height:1.6;margin:0}.j-how__right{overflow:hidden}.j-how__right img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:900px){.j-how__inner{grid-template-columns:1fr}.j-how__left{padding:2.5rem 1.5rem}.j-how__right{height:300px}}.stats-bar{background:var(--creme);padding:3rem 0;border-top:1px solid var(--gris-light);border-bottom:1px solid var(--gris-light)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;text-align:center}.stat-item{display:flex;flex-direction:column;align-items:center;gap:.3rem}.stat-num{font-size:2rem;font-weight:900;color:var(--marine)}.stat-label{font-size:.82rem;color:var(--gris);font-weight:600}.stat-sep{display:none}@media(max-width:768px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}.section-problem{background:var(--blanc);padding:7rem 0}.problem-inner{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.problem-eyebrow{font-size:.82rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--cta);margin-bottom:1.2rem}.problem-title{font-size:clamp(1.8rem,3.5vw,2.6rem);margin-bottom:1.2rem}.problem-desc{margin-bottom:2rem}.problem-facts{display:flex;flex-direction:column;gap:1rem}.problem-fact{display:flex;align-items:center;gap:1.2rem;padding:1rem;background:var(--creme);border-radius:var(--radius)}.problem-fact__num{font-size:1.6rem;font-weight:900;color:var(--marine);min-width:80px}.problem-fact__label{font-size:.87rem;color:var(--gris)}.problem-visual{position:relative;border-radius:var(--radius);overflow:hidden}.problem-visual img{width:100%;height:480px;object-fit:cover;border-radius:var(--radius)}.problem-solution-badge{position:absolute;bottom:1.5rem;left:1.5rem;background:#fffffff5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius);padding:1rem 1.3rem;display:flex;align-items:center;gap:.8rem;box-shadow:var(--shadow)}.problem-solution-badge span{font-size:1.5rem}.problem-solution-badge strong{display:block;font-size:.9rem;color:var(--marine)}.problem-solution-badge p{font-size:.78rem;color:var(--gris);margin:0}@media(max-width:900px){.problem-inner{grid-template-columns:1fr;gap:3rem}.problem-visual img{height:300px}}.spotlight{display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:600px}.spotlight--reverse .spotlight__media{order:2}.spotlight--reverse .spotlight__info{order:1}.spotlight__media{position:relative;overflow:hidden;height:100%;min-height:560px;background:var(--creme)}.spotlight__imgs{height:100%;display:flex;flex-direction:column;gap:.5rem}.spotlight__img-main{width:100%;flex:1;object-fit:cover}.spotlight__img-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.spotlight__img-grid img{width:100%;height:140px;object-fit:cover}.spotlight__info{padding:5rem;background:var(--blanc);display:flex;flex-direction:column;justify-content:center}.spotlight--reverse .spotlight__info{background:var(--creme)}.spotlight__num{font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--gris);margin-bottom:.5rem}.spotlight__cat{font-size:.82rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--azur);margin-bottom:.8rem}.spotlight__title{font-size:clamp(1.8rem,3vw,2.4rem);margin-bottom:1rem}.spotlight__desc{font-size:.95rem;margin-bottom:2rem;max-width:400px}.layers-compact{display:flex;flex-direction:column;gap:.8rem;margin-bottom:2rem}.layer-row{display:flex;align-items:flex-start;gap:1rem}.layer-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0;margin-top:.2rem}.layer-row strong{display:block;font-size:.92rem;color:var(--marine);font-weight:800}.layer-row span{font-size:.82rem;color:var(--gris)}.spotlight__price-block{border-top:1px solid var(--gris-light);padding-top:1.5rem}.spotlight__variants{margin-bottom:1.2rem}.spotlight__price-row{display:flex;align-items:center;gap:1.5rem}.spotlight__price{font-size:2rem;font-weight:900;color:var(--marine)}.btn--azur{background:var(--azur);color:#fff;border-color:var(--azur);box-shadow:0 4px 20px #4bbfd659}.btn--azur:hover{background:#3aacbf;border-color:#3aacbf;transform:translateY(-2px)}@media(max-width:900px){.spotlight{grid-template-columns:1fr}.spotlight--reverse .spotlight__media,.spotlight--reverse .spotlight__info{order:0}.spotlight__info{padding:2.5rem 1.5rem}.spotlight__media{min-height:320px}}.lifestyle-banner{position:relative;height:520px;overflow:hidden}.lifestyle-banner__img{width:100%;height:100%}.lifestyle-banner__img img{width:100%;height:100%;object-fit:cover}.lifestyle-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(26,46,59,.75) 0%,rgba(26,46,59,.2) 60%,transparent 100%);display:flex;align-items:center}.lifestyle-banner__content{max-width:520px;padding:3rem 5rem}.lifestyle-banner__quote{font-size:clamp(1.2rem,2.5vw,1.6rem);font-weight:800;color:#fff;line-height:1.4;margin-bottom:1rem;font-style:italic}.lifestyle-banner__author{font-size:.9rem;color:#ffffffb3;font-weight:600;margin-bottom:.5rem}.lifestyle-banner__stars{color:gold;font-size:1.1rem}@media(max-width:768px){.lifestyle-banner{height:400px}.lifestyle-banner__content{padding:2rem}}.inline-logo{height:.85em;width:auto;display:inline-block;vertical-align:middle;position:relative;top:-.05em}.inline-logo--footer{height:14px;filter:brightness(0) invert(1);opacity:.5}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;transition:opacity .55s ease}.reveal.visible{opacity:1}@media(max-width:900px){.hero-inner{grid-template-columns:1fr;min-height:auto}.hero-text{padding:4rem 0}.hero-image{height:60vw}.product-block{grid-template-columns:1fr}.product-block--alt .product-block__image,.product-block--alt .product-block__info{order:0}.product-block__info{padding:2.5rem 1.5rem}.product-block__image{min-height:320px}.proof-grid{grid-template-columns:1fr}.footer-grid,.product-layout{grid-template-columns:1fr;gap:2rem}.benefits-grid{flex-direction:column;gap:.5rem}.benefit{border-right:none;border-bottom:1px solid var(--gris-light);padding:1rem 0}.benefit:last-child{border-bottom:none}}@media(max-width:768px){.section{padding:4.5rem 0}.nav{display:none}.burger{display:flex}.hero-actions{flex-direction:column}.cta-section__actions{flex-direction:column;align-items:center}.footer-bottom{flex-direction:column;text-align:center}}.collection-page{padding:5rem 0}.collection-page__title{font-size:clamp(2rem,4vw,3rem);font-weight:900;color:var(--marine);margin-bottom:1rem;text-align:center}.collection-page__desc{color:var(--gris);text-align:center;max-width:600px;margin:0 auto 3rem;line-height:1.7}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-top:2.5rem}.product-card{text-decoration:none;background:var(--blanc);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;transition:transform .25s ease,box-shadow .25s ease;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.product-card__img img{width:100%;aspect-ratio:4/3;object-fit:cover}.product-card__info{padding:1.5rem;display:flex;flex-direction:column;gap:.75rem;flex:1}.product-card__title{font-weight:800;font-size:1.05rem;color:var(--marine)}.product-card__price{font-weight:700;font-size:1.1rem;color:var(--azur)}.product-card__price s{color:var(--gris);font-weight:400}.btn--sm{font-size:.85rem;padding:.55rem 1.2rem;align-self:flex-start;margin-top:auto}.pdp{padding:4rem 0 6rem}.pdp__inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.pdp__image img{width:100%;border-radius:var(--radius);box-shadow:var(--shadow-md)}.pdp__info{display:flex;flex-direction:column;gap:1.5rem}.pdp__badge{display:inline-block;font-size:.75rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--azur);background:var(--azur-soft);padding:.3rem .9rem;border-radius:var(--radius-pill);width:fit-content}.pdp__title{font-size:clamp(1.8rem,3vw,2.5rem);font-weight:900;line-height:1.15}.pdp__desc{color:var(--gris);line-height:1.7}.pdp__features{list-style:none;display:flex;flex-direction:column;gap:.6rem}.pdp__features li{display:flex;align-items:center;gap:.75rem;font-weight:600;font-size:.95rem}.pdp__features li span{font-size:1.2rem}.pdp__price{font-size:2rem;font-weight:900;color:var(--marine)}.pdp__actions{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.pdp__atc{flex:1;min-width:200px;text-align:center}@media(max-width:900px){.pdp__inner{grid-template-columns:1fr;gap:2.5rem}}@media(max-width:768px){.product-grid{grid-template-columns:1fr 1fr;gap:1.25rem}}@media(max-width:480px){.product-grid{grid-template-columns:1fr}}@media(max-width:768px){.container{padding:0 1rem}.hero{min-height:500px}.pack-ete{padding:3rem 0}.pack-ete__card{padding:1.4rem 1.2rem 1.2rem;border-radius:18px}.pack-ete__products{gap:.5rem}.pack-ete__product{padding:.8rem .5rem;border-radius:12px}.pack-ete__product img{max-width:none;width:100%;height:120px;border-radius:10px}.pack-ete__product-name{font-size:.75rem}.pack-ete__product-sub{display:none}.pack-ete__plus{font-size:1.5rem}.pack-ete__cta{font-size:.95rem;padding:1rem 1.2rem}.pack-ete__card-label{font-size:1rem}.second-tapis{padding:3rem 0}.results-tl{padding:3.5rem 0}.proof-grid{grid-template-columns:1fr}.social-proof,.j-features,.j-quality{padding:3.5rem 0}.cta-section{padding:4rem 0}.j-product__price-row{flex-direction:column;align-items:flex-start;gap:1rem}.j-product__price-row .btn{width:100%;text-align:center;justify-content:center}.pdp{padding:2.5rem 0 4rem}.pdp__actions{flex-direction:column}.pdp__atc{min-width:unset;width:100%}.pdp__price{font-size:2.2rem}.swatch{width:42px;height:42px}.size-chip{padding:.55rem 1.2rem;font-size:.9rem}.variants-label{font-size:.82rem}.stat-num{font-size:1.6rem}.faq-question{font-size:.9rem;padding:1.1rem 1.2rem}.footer-grid{gap:2rem}}@media(max-width:480px){.pack-ete__product img{height:95px}.pack-ete__card{padding:1.1rem .9rem}.pack-ete__title{font-size:clamp(1.6rem,7vw,2.4rem)}.hero__title{font-size:clamp(2rem,8vw,3rem)}.hero__pill{font-size:.78rem;padding:.4rem .9rem}}.pck-products{display:flex;align-items:center;gap:.6rem;margin:1rem 0 .5rem}.pck-product{flex:1;text-align:center}.pck-product__img-wrap{position:relative;border-radius:12px;overflow:hidden;background:#f4f6f8;aspect-ratio:1}.pck-product__img-wrap img{width:100%;height:100%;object-fit:cover;display:block}.pck-product__badge{position:absolute;top:8px;left:8px;font-size:.7rem;font-weight:900;padding:.2rem .55rem;border-radius:50px}.pck-product__badge--qty{background:var(--marine);color:#fff}.pck-product__badge--gift{background:var(--cta, #FF8C5A);color:#fff;font-size:.65rem}.pck-product__name{font-size:.75rem;font-weight:700;color:var(--marine);margin-top:.4rem}.pck-plus{font-size:1.3rem;font-weight:900;color:var(--marine);opacity:.3;flex-shrink:0;padding-bottom:1.2rem}.comparaison{padding:3rem 0 4rem;background:#fff}.comparaison__img{width:100%;max-width:900px;display:block;margin:0 auto;border-radius:20px;box-shadow:0 4px 30px #00000014}.bpdp{padding:3rem 0 5rem;background:#fff}.bpdp__layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.bpdp__gallery{position:sticky;top:2rem}.bpdp__img-wrap{position:relative;border-radius:20px;overflow:hidden;background:#f4f6f8;aspect-ratio:1}.bpdp__main-img{width:100%;height:100%;object-fit:cover;display:block}.bpdp__arr{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:#ffffffeb;border:none;box-shadow:0 2px 10px #0000001f;font-size:1.5rem;color:var(--marine);cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2;transition:background .15s,color .15s;padding:0;line-height:1}.bpdp__arr--prev{left:12px}.bpdp__arr--next{right:12px}.bpdp__arr:hover{background:var(--marine);color:#fff}.bpdp__dots{position:absolute;bottom:14px;left:0;right:0;display:flex;justify-content:center;gap:6px}.bpdp__dot{width:8px;height:8px;border-radius:50%;background:#ffffff80;border:none;cursor:pointer;padding:0;transition:background .2s,transform .2s}.bpdp__dot--active{background:#fff;transform:scale(1.3)}.bpdp__thumbs{display:flex;gap:.55rem;margin-top:.8rem}.bpdp__thumb{flex:1;aspect-ratio:1;border-radius:12px;overflow:hidden;border:2.5px solid transparent;cursor:pointer;padding:0;background:#f0f2f4;transition:border-color .15s}.bpdp__thumb--active{border-color:var(--azur)}.bpdp__thumb img{width:100%;height:100%;object-fit:cover;display:block}.bpdp__info{padding-top:.25rem}.bpdp__pills{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1.1rem}.bpdp__pill{background:#f0f4f8;color:#546878;font-size:.73rem;font-weight:700;padding:.28rem .75rem;border-radius:50px}.bpdp__pill--alert{background:#fff3e0;color:#e65100}.bpdp__title{font-family:Nunito,sans-serif;font-size:clamp(1.9rem,3.5vw,2.6rem);font-weight:900;color:var(--marine);letter-spacing:-.025em;line-height:1.1;margin-bottom:.35rem}.bpdp__sub{font-size:.95rem;color:var(--gris);margin-bottom:1.6rem}.bpdp__label{font-size:.7rem;font-weight:800;letter-spacing:.09em;color:#8a9aaa;text-transform:uppercase;margin-bottom:.65rem;margin-top:1.5rem}.bpdp__label strong{color:var(--azur);font-weight:900;text-transform:none;letter-spacing:0;font-size:.82rem}.bpdp__sizes{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.bpdp__size{display:flex;flex-direction:column;align-items:flex-start;gap:.1rem;padding:.7rem .9rem;border-radius:12px;border:1.5px solid #dde4eb;background:#fff;cursor:pointer;transition:border-color .15s,background .15s;text-align:left}.bpdp__size:hover{border-color:var(--azur)}.bpdp__size--active{border-color:var(--azur);background:#ebf9fd}.bpdp__size-name{font-family:Nunito,sans-serif;font-size:1rem;font-weight:900;color:var(--marine);line-height:1.2}.bpdp__size-info{font-size:.67rem;color:#8a9aaa;line-height:1.35}.bpdp__swatches{display:flex;gap:.65rem;flex-wrap:wrap}.bpdp__sw{width:38px;height:38px;border-radius:50%;border:2px solid rgba(0,0,0,.06);cursor:pointer;transition:transform .15s;outline:3px solid transparent;outline-offset:3px}.bpdp__sw:hover{transform:scale(1.1)}.bpdp__sw--active{outline-color:var(--marine)}.bpdp__offer{display:flex;align-items:center;gap:1rem;padding:1rem 1.2rem;border:2px solid var(--azur);border-radius:14px;background:#ebf9fd;margin-top:.4rem}.bpdp__offer-radio-wrap{flex-shrink:0}.bpdp__radio-dot{display:block;width:22px;height:22px;border-radius:50%;background:var(--azur);position:relative}.bpdp__radio-dot:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;border-radius:50%;background:#fff}.bpdp__offer-body{flex:1}.bpdp__offer-name{font-size:.9rem;font-weight:800;color:var(--marine)}.bpdp__offer-items{font-size:.77rem;color:#546878;margin-top:.1rem}.bpdp__offer-price-wrap{text-align:right;flex-shrink:0}.bpdp__offer-old{display:block;font-size:.8rem;color:#aaa;text-decoration:line-through}.bpdp__offer-from{display:block;font-size:.68rem;color:#8a9aaa}.bpdp__offer-price{font-family:Nunito,sans-serif;font-size:1.8rem;font-weight:900;color:var(--marine);letter-spacing:-.02em;line-height:1;display:block}.bpdp__atc-btn{display:block;width:100%;margin-top:1.3rem;padding:1.1rem 2rem;background:var(--cta, #FF8C5A);color:#fff;font-family:Nunito,sans-serif;font-size:1.05rem;font-weight:800;border:none;border-radius:14px;cursor:pointer;transition:background .2s,transform .15s}.bpdp__atc-btn:hover{background:#e87a4a;transform:translateY(-1px)}.bpdp__atc-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.bpdp__reassurance{display:flex;gap:1.2rem;justify-content:center;flex-wrap:wrap;font-size:.72rem;color:var(--gris);margin-top:.9rem}@media(max-width:820px){.bpdp__layout{grid-template-columns:1fr;gap:2rem}.bpdp__gallery{position:static}.bpdp__title{font-size:2rem}}@media(max-width:480px){.bpdp{padding:2rem 0 4rem}.bpdp__sizes{grid-template-columns:repeat(3,1fr)}.bpdp__offer-price{font-size:1.5rem}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/style.css.map */
