:root{--ink:#2c1620;--paper:#fdf6f4;--blush:#f7dde1;--blush-deep:#f0c4cc;--rose:#c95d82;--rose-deep:#8f2f52;--gold:#c9922f;--gold-pale:#f2e2c2;--line:rgba(44,22,32,.14);--mark:rgba(201,93,130,.35)}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--ink:#f6e9ec;--paper:#211318;--blush:#3a222a;--blush-deep:#4a2c35;--rose:#e896b3;--rose-deep:#f3b8cd;--gold:#e0b563;--gold-pale:#3a2f1c;--line:rgba(246,233,236,.16);--mark:rgba(232,150,179,.3)}}:root[data-theme=dark]{--ink:#f6e9ec;--paper:#211318;--blush:#3a222a;--blush-deep:#4a2c35;--rose:#e896b3;--rose-deep:#f3b8cd;--gold:#e0b563;--gold-pale:#3a2f1c;--line:rgba(246,233,236,.16);--mark:rgba(232,150,179,.3)}*{box-sizing:border-box}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,system-ui,sans-serif;font-size:17px;line-height:1.55}h1,h2,h3,h4{font-family:Fraunces,Georgia,serif;font-weight:600;margin:0;text-wrap:balance}em{font-style:italic;font-family:Fraunces,serif;font-weight:500;color:var(--rose-deep)}a{color:inherit}img{display:block;max-width:100%}.wrap{max-width:1240px;margin:0 auto;padding-inline:28px}.mark{position:relative;display:inline-block;z-index:1;white-space:nowrap}.mark:after{content:"";position:absolute;left:-.08em;right:-.08em;bottom:.05em;height:.34em;background:var(--mark);z-index:-1;border-radius:2px;transform:rotate(-1.2deg)}.scroll-progress{position:fixed;top:0;left:0;height:3px;width:0%;background:var(--rose-deep);z-index:50}.pico{width:22px;height:22px;stroke:var(--rose-deep);stroke-width:1.6;fill:none;stroke-linecap:round;stroke-linejoin:round;display:block;flex:none}.pico-sm{width:14px;height:14px;margin-right:5px;vertical-align:-2px;display:inline-block}.icon-badge{width:42px;height:42px;border-radius:50%;background:var(--blush);display:flex;align-items:center;justify-content:center;flex:none;transition:background-color .25s ease}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5em;padding:.95em 1.8em;border-radius:100px;font-family:Manrope,sans-serif;font-weight:700;font-size:.82rem;letter-spacing:.03em;text-decoration:none;border:1.5px solid var(--ink);cursor:pointer;white-space:nowrap;transition:background-color .25s ease,color .25s ease,border-color .25s ease,transform .2s ease}.btn:hover{transform:translateY(-1px)}.btn-solid{background:var(--rose-deep);border-color:var(--rose-deep);color:#fff}.btn-solid:hover{background:var(--ink);border-color:var(--ink)}.btn-ghost{background:transparent;color:var(--ink)}.btn-ghost:hover{background:var(--ink);color:var(--paper)}.cart-form{display:inline-block;margin:0}a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible{outline:2px solid var(--rose-deep);outline-offset:3px;border-radius:4px}.diamonds{background-image:repeating-linear-gradient(45deg,var(--line) 0 1.5px,transparent 1.5px 22px),repeating-linear-gradient(-45deg,var(--line) 0 1.5px,transparent 1.5px 22px)}.announce{background:var(--rose-deep);color:#fff;overflow:hidden;font-weight:700;font-size:.7rem;letter-spacing:.09em;padding:9px 0}.announce-track{display:flex;width:max-content;gap:2.2rem;animation:scrollx 24s linear infinite}.announce-track span{white-space:nowrap;text-transform:uppercase}@keyframes scrollx{0%{transform:translate(0)}to{transform:translate(-50%)}}header{position:sticky;top:0;z-index:30;background:var(--paper);border-bottom:1px solid var(--line)}.navbar{display:flex;align-items:center;justify-content:space-between;padding:16px 0}.wordmark{font-family:Fraunces,serif;font-weight:600;font-size:1.5rem;text-decoration:none;letter-spacing:.01em}.wordmark i{font-style:italic;color:var(--rose-deep)}.nav-links{display:flex;gap:2rem}.nav-links a{text-decoration:none;font-size:.86rem;font-weight:600;border-bottom:1px solid transparent;padding-bottom:2px;transition:border-color .2s ease,color .2s ease}.nav-links a:hover{border-color:var(--ink)}.nav-links a.active{color:var(--rose-deep);border-color:var(--rose-deep)}.nav-right{display:flex;align-items:center;gap:16px}.cart-link{position:relative;display:inline-flex;color:var(--ink)}.cart-count{position:absolute;top:-6px;right:-8px;background:var(--rose-deep);color:#fff;font-size:.65rem;font-weight:800;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}@media(max-width:820px){.nav-links{display:none}}.hero{padding:32px 0 56px}@media(max-width:700px){.hero{padding-bottom:40px}}.eyebrow{font-weight:800;font-size:.76rem;letter-spacing:.14em;text-transform:uppercase;color:var(--rose-deep);margin:0 0 14px}.price-tag{font-family:Fraunces,serif;font-weight:600;font-size:1.4rem}.stars{color:var(--gold);letter-spacing:2px}.rating-inline{display:inline-flex;align-items:baseline;gap:6px;font-size:.86rem;font-weight:700}.rating-inline .num{font-family:Fraunces,serif;font-weight:600}.rating-inline .count{opacity:.65;font-weight:600}.hero-meta{display:flex;align-items:center;gap:18px;margin:22px 0 28px;flex-wrap:wrap}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.hero-card{position:relative;display:flex;border-radius:28px;overflow:hidden;min-height:420px;background:linear-gradient(135deg,var(--blush) 0%,var(--blush-deep) 100%);box-shadow:0 30px 60px -28px #2c162066,0 2px #2c16200a}.hero-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:repeating-linear-gradient(115deg,rgba(255,255,255,.55) 0 2px,transparent 2px 92px);mix-blend-mode:overlay;opacity:.6}.hero-card-text{position:relative;z-index:1;flex:0 0 42%;padding:48px 40px;display:flex;flex-direction:column;justify-content:center;color:var(--ink)}.hero-logo-mark{font-family:Fraunces,serif;font-weight:600;font-size:clamp(2.4rem,5vw,3.4rem);letter-spacing:.02em;margin:0 0 14px}.hero-logo-mark .drop{position:relative;font-style:normal;color:var(--rose-deep)}.hero-logo-mark .drop:before{content:"";position:absolute;top:-17px;left:50%;transform:translate(-50%) rotate(45deg);width:11px;height:11px;background:var(--rose-deep);border-radius:0 50% 50%}.hero-kicker{display:flex;align-items:center;gap:8px;font-size:.72rem;font-weight:800;letter-spacing:.2em;text-transform:uppercase;color:var(--rose-deep);opacity:.85;margin:0 0 18px}.hero-kicker .pico{width:16px;height:16px;stroke:var(--rose-deep)}.hero-kicker-emoji{font-size:1rem;line-height:1}.hero-card-text h1{font-size:clamp(1.7rem,2.6vw,2.3rem);line-height:1.2;font-weight:600}.hero-card-media{position:relative;flex:1 1 58%;min-height:340px}.hero-card-media .carousel{position:absolute;top:0;right:0;bottom:0;left:0}.hero-card-media:before{content:"";position:absolute;inset:0 auto 0 0;width:80px;z-index:2;pointer-events:none;background:linear-gradient(90deg,var(--blush-deep) 0%,rgba(240,196,204,0) 100%)}.hero-card-media .carousel-dots button{background:#ffffff80}.hero-card-media .carousel-dots button.active{background:#fff}.hero-info{margin-top:34px;max-width:640px}.hero-info .hero-sub{opacity:.82;font-size:1.05rem;margin:0}@media(max-width:780px){.hero-card{flex-direction:column;border-radius:22px}.hero-card-text{flex:none;padding:32px 26px}.hero-card-media{min-height:280px}}.trust-strip{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;width:100%;background:var(--blush)}.trust-strip li{flex:1 1 0;text-align:center;padding:26px 16px;font-family:Fraunces,serif;font-weight:600;font-size:1.05rem;letter-spacing:.01em;color:var(--rose-deep);border-left:1px solid rgba(44,22,32,.1)}.trust-strip li:first-child{border-left:none}@media(max-width:700px){.trust-strip li{flex:1 1 50%;border-left:none;font-size:.92rem;padding:20px 12px}}.bg-blush{background:var(--blush)}.carousel{position:relative;overflow:hidden}.carousel img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 18%;opacity:0;transition:opacity .9s ease}.carousel img.active{opacity:1}.carousel-dots{position:absolute;bottom:14px;left:50%;transform:translate(-50%);display:flex;gap:6px;z-index:4}.carousel-dots button{width:7px;height:7px;border-radius:50%;border:none;background:#ffffff8c;padding:0;cursor:pointer}.carousel-dots button.active{background:#fff;width:16px;border-radius:4px}.carousel-fade img{transition-duration:2.2s}.feature-split{display:grid;grid-template-columns:1fr 1fr;align-items:stretch}.feature-media{position:relative;min-height:360px}.feature-media .carousel{position:absolute;top:0;right:0;bottom:0;left:0}.feature-media img{object-position:center 22%}.feature-panel{background:var(--blush-deep);color:var(--ink);padding:56px;display:flex;flex-direction:column;justify-content:center;gap:16px}.feature-panel h2{font-size:clamp(2rem,3.4vw,2.8rem)}.feature-lede{opacity:.82;font-size:1.02rem;max-width:46ch;margin:0}.concern-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:6px}.concern-tags span{display:inline-flex;align-items:center;background:#ffffff8c;color:var(--rose-deep);font-weight:700;font-size:.85rem;padding:9px 16px;border-radius:100px;border:1px solid rgba(143,47,82,.22)}.concern-tags .pico{stroke:var(--rose-deep)}@media(max-width:900px){.feature-split{grid-template-columns:1fr}.feature-media{aspect-ratio:4/5;min-height:0}.feature-panel{padding:44px 24px}}.section{padding:72px 0}@media(max-width:700px){.section{padding:52px 0}}.section-head{margin-bottom:30px;max-width:60ch}.section-label{font-weight:800;font-size:.92rem;letter-spacing:.17em;text-transform:uppercase;color:var(--rose-deep);margin:0 0 12px}.section-head h2{font-size:clamp(2.2rem,4.2vw,3.4rem)}.center{text-align:center;margin-inline:auto}.lede{opacity:.8;font-size:1.02rem;max-width:60ch;margin:14px 0 0}.center .lede{margin-inline:auto}.marquee{background:var(--blush-deep);color:var(--rose-deep);overflow:hidden;padding:24px 0}.marquee-track{display:flex;width:max-content;gap:2.4rem;align-items:center;font-family:Fraunces,serif;font-weight:600;font-size:1.9rem;text-transform:uppercase;animation:scrollx 20s linear infinite}.marquee-track .dot{color:var(--gold);font-size:1rem}.formula-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:stretch}.formula-photo img{width:100%;height:100%;border-radius:20px;aspect-ratio:4/5;object-fit:cover}.pillars{display:flex;flex-direction:column;gap:1px;background:var(--line);border:1px solid var(--line);border-radius:20px;overflow:hidden;height:100%}.pillar{background:var(--paper);padding:26px 28px;display:flex;flex-direction:column;justify-content:center;gap:10px;flex:1;transition:background-color .25s ease}.pillar:hover{background:var(--blush)}.pillar:hover .pillar-icon{background:var(--blush-deep)}.pillar-icon{width:40px;height:40px;border-radius:50%;background:var(--blush);display:flex;align-items:center;justify-content:center;color:var(--rose-deep);font-family:Fraunces,serif;font-weight:600;font-size:.9rem;transition:background-color .25s ease}.pillar h3{font-size:1.1rem}.pillar p{margin:0;opacity:.78;font-size:.92rem}.inci-note{margin-top:26px;font-size:.82rem;opacity:.62;max-width:70ch}@media(max-width:880px){.formula-grid{grid-template-columns:1fr;gap:28px}}.peeling-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:52px;align-items:stretch}.before-after{position:relative;border-radius:22px;overflow:hidden;padding:10px;background:var(--blush);display:flex;flex-direction:column;height:100%}.before-after img{border-radius:14px;width:100%;display:block;flex:1;min-height:0;object-fit:cover}.ba-caption{display:flex;justify-content:space-between;padding:12px 6px 4px}.badge-ba{font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:6px 14px;border-radius:100px}.badge-ba.avant{background:var(--ink);color:var(--paper)}.badge-ba.apres{background:var(--paper);color:var(--ink);border:1px solid var(--line)}.peeling-chips{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:14px;height:100%}.chip{background:var(--blush);border-radius:16px;padding:18px;display:flex;flex-direction:column;justify-content:center;gap:8px;transition:background-color .25s ease,transform .25s ease}.chip:hover{background:var(--blush-deep);transform:translateY(-3px)}.chip .icon-badge{width:36px;height:36px;background:var(--blush-deep)}.chip:hover .icon-badge{background:#fff9}.chip .pico{width:18px;height:18px}.chip h4{font-size:1rem;font-family:Fraunces,serif;font-weight:600}.chip p{margin:0;font-size:.83rem;opacity:.78}@media(max-width:880px){.peeling-grid{grid-template-columns:1fr;gap:28px}}@media(max-width:520px){.peeling-chips{grid-template-columns:1fr}}.ritual{background:var(--blush)}.ritual-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:48px;align-items:center}.ritual-copy{display:flex;flex-direction:column;gap:26px}.ritual-copy h2{font-size:clamp(2.2rem,4.2vw,3.4rem)}.ritual-photo img{width:100%;border-radius:20px;aspect-ratio:4/5;object-fit:cover}.ritual-steps{display:flex;flex-direction:column;gap:20px}.ritual-step{display:flex;align-items:flex-start;gap:16px}.step-no{font-family:Fraunces,serif;font-weight:600;font-size:.85rem;color:var(--rose-deep);letter-spacing:.06em}.ritual-step h4{font-size:1.05rem;margin-top:2px}.ritual-step p{margin:4px 0 0;opacity:.78;font-size:.9rem}@media(max-width:880px){.ritual-grid{grid-template-columns:1fr;gap:28px}.ritual-photo{order:-1;max-width:360px;margin:0 auto}}.label-reveal{display:grid;grid-template-columns:1.1fr .9fr;gap:56px;align-items:center}.label-photo{border-radius:20px;overflow:hidden;border:1px solid var(--line);transform:rotate(-1.4deg)}.label-photo img{width:100%;display:block}.label-reveal h2{font-size:clamp(2rem,3.4vw,2.8rem);margin-bottom:16px}.inci{font-size:.88rem;opacity:.8;line-height:1.7}.inci b{color:var(--rose-deep)}@media(max-width:880px){.label-reveal{grid-template-columns:1fr;gap:30px}}.reviews-summary{display:flex;align-items:center;justify-content:center;gap:0;flex-wrap:wrap;margin:8px 0 30px}.reviews-summary .stat-tile{padding:0 32px;text-align:center;border-left:1px solid var(--line)}.reviews-summary .stat-tile:first-child{border-left:none}.reviews-summary .stat-tile .stat-num{display:block;font-family:Fraunces,serif;font-weight:600;font-size:2.2rem;line-height:1}.reviews-summary .stat-tile .stat-label{display:block;margin-top:6px;font-size:.74rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;opacity:.65}@media(max-width:640px){.reviews-summary .stat-tile{padding:0 18px 14px;border-left:none;border-top:1px solid var(--line);flex:1 1 45%}.reviews-summary .stat-tile:first-child{border-top:none}}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:20px;overflow:hidden}.review-card{background:var(--paper);padding:30px 26px;display:flex;flex-direction:column;gap:12px}.review-card p{margin:0;font-size:.95rem;opacity:.85}.review-head{display:flex;align-items:center;justify-content:space-between}.verified-tag{font-size:.68rem;font-weight:700;letter-spacing:.04em;color:var(--rose-deep);background:var(--blush);padding:4px 10px;border-radius:100px}.review-name{font-family:Fraunces,serif;font-weight:600;font-size:.92rem}@media(max-width:820px){.reviews-grid{grid-template-columns:1fr}}.social-band{padding:8px 0 0}.social-head{display:flex;align-items:baseline;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-bottom:24px}.social-head h2{font-size:clamp(1.8rem,3vw,2.3rem)}.social-links{display:flex;gap:22px}.social-links a{display:inline-flex;align-items:center;gap:8px;text-decoration:none;font-weight:700;font-size:.95rem;transition:opacity .2s ease}.social-links a:hover{opacity:.65}.social-grid{display:flex;justify-content:center}.social-grid img{width:100%;max-width:420px;aspect-ratio:4/5;object-fit:cover;border-radius:18px}.faq{max-width:760px;margin:0 auto}details{border-bottom:1px solid var(--line);padding:20px 0}summary{cursor:pointer;font-family:Fraunces,serif;font-weight:600;font-size:1.05rem;list-style:none;display:flex;justify-content:space-between;align-items:center}summary::-webkit-details-marker{display:none}summary:after{content:"+";font-size:1.4rem;color:var(--rose-deep);transition:transform .2s}details[open] summary:after{transform:rotate(45deg)}details p{margin:12px 0 0;opacity:.8;font-size:.94rem;max-width:60ch}.cta-band{background:var(--rose-deep);color:#fff;text-align:center;padding:64px 28px}.cta-band h2{color:#fff;font-size:clamp(1.7rem,3.6vw,2.3rem);margin-bottom:14px}.cta-band p{opacity:.85;max-width:44ch;margin:0 auto 26px}.cta-band .btn-solid{background:var(--paper);border-color:var(--paper);color:var(--rose-deep)}.cta-band .btn-solid:hover{background:#fff;border-color:#fff}footer{padding:56px 0 32px}.footer-grid{display:flex;justify-content:space-between;gap:32px;flex-wrap:wrap;border-bottom:1px solid var(--line);padding-bottom:32px}.footer-brand p{margin:10px 0 0;font-size:.88rem;opacity:.75;max-width:32ch}.footer-links{display:flex;gap:2.4rem;flex-wrap:wrap}.footer-links div h5{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;opacity:.6;margin:0 0 12px}.footer-links a{display:block;text-decoration:none;font-size:.88rem;margin-bottom:8px;opacity:.85}.footer-links a:hover{opacity:1;text-decoration:underline}.footer-bottom{padding-top:20px;font-size:.8rem;opacity:.6;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px}.page-content{max-width:800px}.page-content img{border-radius:16px;margin:20px 0}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.product-grid img{width:100%;border-radius:20px}@media(max-width:880px){.product-grid{grid-template-columns:1fr}}.product-gallery-main{border-radius:20px;overflow:hidden}.product-gallery-main img{width:100%;display:block;aspect-ratio:4/5;object-fit:cover}.product-gallery-thumbs{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap}.product-thumb{padding:0;border:2px solid transparent;border-radius:12px;overflow:hidden;cursor:pointer;background:none;width:64px;height:64px;flex:none;transition:border-color .2s ease}.product-thumb img{width:100%;height:100%;object-fit:cover;display:block}.product-thumb.active,.product-thumb:hover{border-color:var(--rose-deep)}.product-title{font-size:clamp(2rem,4vw,3rem);margin-bottom:10px}.product-trust-row{display:flex;gap:20px;flex-wrap:wrap;margin:26px 0}.product-trust-item{display:flex;flex-direction:column;align-items:center;gap:8px;font-size:.72rem;font-weight:700;text-align:center;width:76px}.product-trust-item .icon-badge{width:44px;height:44px}.product-chips-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:1000px;margin:0 auto}@media(max-width:780px){.product-chips-grid{grid-template-columns:1fr 1fr}}.cart-line{display:flex;align-items:center;gap:18px;padding:16px;background:var(--paper);border:1px solid var(--line);border-radius:16px}.cart-line img{width:80px;height:80px;object-fit:cover;border-radius:12px;flex:none}.cart-line .qty{width:60px;padding:8px;border-radius:8px;border:1px solid var(--line);text-align:center;font-family:Manrope,sans-serif}.cart-summary{display:flex;justify-content:space-between;align-items:center;padding-top:20px;border-top:1px solid var(--line);flex-wrap:wrap;gap:16px}@media(prefers-reduced-motion:reduce){.announce-track,.marquee-track{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/theme.css.map */
