:root{--lime:#c8cdd1;--black:#080a0a;--panel:#101313;--muted:#777e7c;--line:#dfe3df;--white:#f5f6f2}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f5f6f2;color:#0b0d0c;font-family:Manrope,sans-serif}button,input{font:inherit}button,a{cursor:pointer}a{color:inherit;text-decoration:none}.announcement{height:30px;background:var(--lime);display:flex;align-items:center;justify-content:center;gap:22px;font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.nav-wrap{height:78px;background:#090b0b;color:#fff;display:flex;align-items:center;padding:0 5vw;gap:5vw;position:sticky;top:0;z-index:20;border-bottom:1px solid #222}.logo{display:flex;align-items:center;gap:10px;font-family:Oswald,sans-serif;font-size:23px;font-weight:700;letter-spacing:-.04em}.logo>span:last-child span{color:var(--lime)}.logo-mark{width:20px;height:20px;border:5px solid var(--lime);transform:skew(-16deg);display:block}.nav-wrap nav{display:flex;gap:34px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.09em}.nav-wrap nav a{opacity:.7;transition:.2s}.nav-wrap nav a:hover{opacity:1;color:var(--lime)}.nav-actions{margin-left:auto;display:flex;align-items:center;gap:12px}.icon-btn{width:40px;height:40px;border:0;background:transparent;color:#fff}.icon-btn svg{width:19px;fill:none;stroke:currentColor;stroke-width:2}.cart-btn,.menu-btn{border:1px solid #333;background:#151817;color:#fff;padding:11px 16px;text-transform:uppercase;font-size:10px;font-weight:800;letter-spacing:.1em}.cart-btn span{background:var(--lime);color:#000;border-radius:50%;padding:2px 6px;margin-left:5px}.menu-btn{display:none}.hero{height:calc(100vh - 108px);min-height:650px;position:relative;color:#fff;overflow:hidden}.hero>img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(0,0,0,.92) 0%,rgba(0,0,0,.58) 41%,transparent 72%)}.hero-content{position:absolute;top:50%;left:7vw;transform:translateY(-50%);max-width:650px}.eyebrow{display:flex;align-items:center;gap:10px;text-transform:uppercase;font-size:10px;letter-spacing:.24em;font-weight:800;color:#dfe5e1}.eyebrow span{display:block;width:22px;height:2px;background:var(--lime)}.eyebrow.dark{color:#444}.hero h1,.section-heading h2,.kit-content h2,.newsletter h2{font-family:Oswald,sans-serif;text-transform:uppercase;line-height:.92;margin:20px 0;font-size:clamp(58px,7vw,105px);letter-spacing:-.045em}.hero h1 em,.section-heading h2 em,.kit-content h2 em{font-style:normal;color:transparent;-webkit-text-stroke:1px #fff}.hero-copy{color:#aeb4b1;font-size:15px;line-height:1.7;max-width:420px}.hero-actions{display:flex;align-items:center;gap:28px;margin-top:32px}.btn{border:0;padding:17px 22px;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.btn span{margin-left:25px}.btn-lime{background:var(--lime);color:#080908;box-shadow:0 0 25px #d2d8dd33}.text-link{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;border-bottom:1px solid #555;padding-bottom:7px}.hero-stats{display:flex;gap:38px;margin-top:56px}.hero-stats div{display:flex;flex-direction:column;gap:6px;padding-right:35px;border-right:1px solid #333}.hero-stats div:last-child{border:0}.hero-stats strong{font-family:Oswald;font-size:20px;color:var(--lime)}.hero-stats span{font-size:8px;letter-spacing:.1em;text-transform:uppercase;color:#8c9290}.scroll-note{position:absolute;right:22px;bottom:55px;writing-mode:vertical-rl;font-size:8px;letter-spacing:.25em;color:#999;display:flex;align-items:center;gap:12px}.scroll-note span{height:60px;width:1px;background:var(--lime)}.category-strip{background:#101313;color:#fff;display:grid;grid-template-columns:repeat(4,1fr);padding:0 5vw}.category-strip a{position:relative;padding:28px 24px;border-left:1px solid #262a29;display:grid;grid-template-columns:35px 1fr 20px;gap:1px 10px;transition:.25s}.category-strip a:last-child{border-right:1px solid #262a29}.category-strip a:hover{background:#181d1b}.category-strip span{grid-row:span 2;color:var(--lime);font-family:Oswald;font-size:12px}.category-strip strong{text-transform:uppercase;font-family:Oswald;font-size:18px}.category-strip small{color:#777e7c;font-size:9px;text-transform:uppercase;letter-spacing:.08em}.category-strip b{grid-column:3;grid-row:1/span 2;align-self:center;color:var(--lime)}.products-section{padding:100px 6vw}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:48px}.section-heading h2,.kit-content h2{font-size:clamp(43px,5vw,72px);margin:16px 0 0}.section-heading h2 em{color:transparent;-webkit-text-stroke:1px #111}.section-heading>p{max-width:340px;color:#6c716f;font-size:13px;line-height:1.8}.filters{display:flex;gap:7px;margin-bottom:28px;overflow:auto}.filters button{border:1px solid #d7dcd9;background:transparent;padding:10px 17px;text-transform:uppercase;font-size:9px;font-weight:800;letter-spacing:.08em}.filters button.active{background:#0c0f0e;color:#fff;border-color:#0c0f0e}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{background:#fff;position:relative;overflow:hidden;transition:.3s}.product-card:hover{transform:translateY(-5px);box-shadow:0 14px 40px #00000017}.product-art{height:300px;background:radial-gradient(circle at 50% 40%,#f4f5f1,#dfe3df);display:flex;align-items:center;justify-content:center;position:relative}.product-art:after{content:"";position:absolute;width:110px;height:15px;background:#00000024;filter:blur(10px);border-radius:50%;bottom:52px}.product-bottle{height:175px;width:75px;background:#131716;border-radius:9px 9px 16px 16px;position:relative;z-index:1;box-shadow:inset 8px 0 10px #ffffff0d}.product-bottle:before{content:"";position:absolute;width:42px;height:28px;left:17px;top:-22px;background:#171a19;border-radius:4px 4px 0 0}.product-bottle:after{content:attr(data-label);position:absolute;left:8px;right:8px;top:60px;color:#fff;font-family:Oswald;font-weight:700;font-size:15px;line-height:1.1;text-align:center;white-space:pre-line;border-top:2px solid var(--lime);padding-top:8px}.product-bottle.jar{height:85px;width:130px;border-radius:10px 10px 28px 28px}.product-bottle.jar:before{width:132px;height:15px;left:-1px;top:-10px;border-radius:5px}.product-bottle.jar:after{top:25px}.product-bottle.towel{height:70px;width:155px;border-radius:8px;background:repeating-linear-gradient(45deg,#2c3230,#2c3230 3px,#353b39 3px 6px);transform:skew(-8deg)}.product-bottle.towel:before{display:none}.product-bottle.towel:after{top:18px}.badge{position:absolute;top:13px;left:13px;background:var(--lime);font-size:8px;font-weight:800;padding:6px 9px;text-transform:uppercase;letter-spacing:.07em}.product-info{padding:18px}.product-info small{text-transform:uppercase;color:#929895;font-size:8px;font-weight:800;letter-spacing:.1em}.product-info h3{font-family:Oswald;text-transform:uppercase;font-size:18px;margin:7px 0 12px}.price-row{display:flex;align-items:center;justify-content:space-between}.price-row button{border:0;background:#0e1110;color:#fff;width:34px;height:34px;font-size:18px;transition:.2s}.price-row button:hover{background:var(--lime);color:#000}.kit-section{background:#0b0e0d;color:#fff;display:grid;grid-template-columns:55% 45%;min-height:650px;overflow:hidden}.kit-visual{position:relative;background:radial-gradient(circle at center,#27302c,#111413 65%)}.kit-visual:after{content:"";position:absolute;left:15%;right:10%;bottom:80px;height:30px;background:#000;filter:blur(25px);border-radius:50%}.bottle{position:absolute;bottom:125px;width:105px;height:280px;background:linear-gradient(90deg,#121615,#292e2c,#111);border-radius:11px 11px 25px 25px;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:2;box-shadow:inset 10px 0 20px #ffffff0a}.bottle:before{content:"";position:absolute;top:-30px;width:50px;height:32px;background:#191d1c;border-radius:5px 5px 0 0}.bottle span{color:var(--lime);font-family:Oswald;font-size:10px}.bottle b{font-family:Oswald;font-size:22px;line-height:1;text-align:center;border-top:2px solid var(--lime);padding-top:10px;margin-top:6px}.bottle small{font-size:7px;color:#888;margin-top:12px}.bottle-one{left:18%;transform:rotate(-7deg)}.bottle-two{left:41%;height:310px;width:120px}.bottle-three{left:66%;transform:rotate(7deg)}.brush{position:absolute;bottom:118px;left:15%;width:230px;height:25px;background:#202524;border-radius:20px;transform:rotate(24deg);z-index:3}.brush:after{content:"";position:absolute;left:-45px;top:-19px;width:60px;height:65px;background:#171a19;border-radius:50% 10% 10% 50%}.cloth{position:absolute;bottom:100px;right:12%;width:190px;height:60px;background:repeating-linear-gradient(45deg,#bac3bc,#bac3bc 3px,#9fa9a2 3px 6px);transform:skew(-12deg);z-index:3}.kit-content{padding:100px 8vw 80px 4vw;align-self:center}.kit-content p:not(.eyebrow){color:#89908d;font-size:13px;line-height:1.8;max-width:420px}.kit-content ul{list-style:none;padding:0;margin:26px 0}.kit-content li{font-size:11px;text-transform:uppercase;letter-spacing:.08em;margin:13px 0}.kit-content li span{color:var(--lime);margin-right:9px}.kit-price{display:flex;align-items:center;gap:14px;margin:28px 0}.kit-price strong{font-family:Oswald;font-size:27px}.kit-price del{color:#68706c}.kit-price span{font-size:9px;background:var(--lime);color:#000;padding:5px 8px;font-weight:800}.steps{padding:100px 6vw}.section-heading.compact{margin-bottom:30px}.step-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #d6dad7}.step-grid article{padding:42px 45px;border-right:1px solid #d6dad7;position:relative}.step-grid article:first-child{border-left:1px solid #d6dad7}.step-grid article>span{font-family:Oswald;color:#a3aaa6;font-size:11px}.step-icon{font-size:55px;color:#373d3a;margin:28px 0}.step-grid h3{font-family:Oswald;text-transform:uppercase;font-size:27px;margin:0 0 12px}.step-grid p{color:#757c78;font-size:11px;line-height:1.8}.reviews{background:var(--lime);padding:60px 8vw;display:grid;grid-template-columns:30% 70%;align-items:center}.reviews>div{display:flex;flex-direction:column;border-right:1px solid rgba(0,0,0,.2)}.reviews strong{font-family:Oswald;font-size:75px;line-height:1}.stars{letter-spacing:5px;font-size:12px}.reviews small{font-size:8px;text-transform:uppercase;margin-top:10px}.reviews blockquote{font-family:Oswald;text-transform:uppercase;font-size:26px;line-height:1.4;margin:0;padding-left:8vw;max-width:900px}.reviews cite{display:block;font-family:Manrope;font-size:8px;font-style:normal;letter-spacing:.12em;margin-top:18px}.newsletter{background:#101313;color:#fff;text-align:center;padding:90px 20px}.newsletter .eyebrow{justify-content:center}.newsletter h2{font-size:clamp(40px,5vw,70px);margin:18px 0}.newsletter>p:not(.eyebrow){color:#7f8783;font-size:12px}.newsletter form{display:flex;max-width:500px;margin:30px auto 14px;border-bottom:1px solid #555}.newsletter input{flex:1;border:0;background:transparent;color:#fff;padding:15px;outline:0}.newsletter button{border:0;background:transparent;color:var(--lime);font-size:10px;text-transform:uppercase;font-weight:800}.newsletter small{color:#525956;font-size:7px}footer{background:#080a0a;color:#fff;padding:35px 6vw;display:flex;align-items:center;gap:30px;border-top:1px solid #252827}footer p{font-size:9px;color:#6f7672;text-transform:uppercase}footer .footer-links{margin-left:auto;display:flex;gap:22px;font-size:8px;text-transform:uppercase;font-weight:700}footer>small{color:#555;font-size:7px}.backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000a6;z-index:29;opacity:0;visibility:hidden;transition:.3s}.backdrop.open{opacity:1;visibility:visible}.cart-drawer{position:fixed;right:0;top:0;width:min(430px,100%);height:100%;background:#f5f6f2;z-index:30;transform:translate(100%);transition:.35s;display:flex;flex-direction:column}.cart-drawer.open{transform:translate(0)}.cart-head{padding:24px;display:flex;justify-content:space-between;border-bottom:1px solid #ddd}.cart-head h3{font-family:Oswald;text-transform:uppercase;font-size:23px;margin:0}.cart-head button,.search-panel>button{border:0;background:transparent;font-size:27px}.cart-items{padding:15px 24px;overflow:auto}.cart-item{display:grid;grid-template-columns:55px 1fr auto;gap:13px;align-items:center;padding:13px 0;border-bottom:1px solid #ddd}.cart-item-img{width:55px;height:65px;background:#161a18;color:var(--lime);display:flex;align-items:center;justify-content:center;font-family:Oswald;font-size:8px;text-align:center}.cart-item h4{font-family:Oswald;text-transform:uppercase;margin:0 0 5px;font-size:14px}.cart-item small{color:#777}.cart-item button{border:0;background:transparent;color:#999}.cart-empty{text-align:center;margin:auto;padding:30px;color:#757b78}.cart-empty span{display:inline-flex;width:60px;height:60px;border:1px solid #bbb;border-radius:50%;align-items:center;justify-content:center;font-family:Oswald;font-size:22px}.cart-empty button{border:1px solid #111;background:transparent;padding:10px 15px;text-transform:uppercase;font-size:9px;font-weight:800}.cart-foot{padding:22px;margin-top:auto;border-top:1px solid #ddd}.cart-foot>div{display:flex;justify-content:space-between}.cart-foot small{display:block;color:#888;font-size:9px;margin:8px 0 15px}.cart-foot button{width:100%;border:0;background:#101312;color:#fff;padding:16px;text-transform:uppercase;font-size:10px;font-weight:800}.search-panel{position:fixed;z-index:31;top:0;left:0;right:0;background:#101312;color:#fff;padding:50px 10vw 35px;transform:translateY(-110%);transition:.35s}.search-panel.open{transform:translateY(0)}.search-panel>button{position:absolute;right:5vw;top:25px;color:#fff}.search-panel label{font-family:Oswald;text-transform:uppercase;font-size:25px;display:block}.search-panel input{width:100%;margin-top:15px;padding:15px 0;border:0;border-bottom:1px solid #555;background:transparent;color:#fff;outline:0;font-size:16px}.search-panel #searchResults{font-size:10px;color:#89908d;margin-top:12px}.toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%,90px);background:var(--lime);padding:13px 25px;font-size:10px;font-weight:800;text-transform:uppercase;z-index:50;transition:.3s}.toast.show{transform:translate(-50%)}@media(max-width:900px){.nav-wrap nav{display:none}.menu-btn{display:block}.hero{min-height:680px}.hero-content{left:6vw;right:6vw}.hero-overlay{background:linear-gradient(90deg,#000000db,#00000040)}.hero-stats{gap:15px}.hero-stats div{padding-right:13px}.category-strip,.product-grid{grid-template-columns:repeat(2,1fr)}.kit-section{grid-template-columns:1fr}.kit-visual{min-height:520px}.kit-content{padding:70px 8vw}.section-heading{align-items:start;gap:20px}.step-grid article{padding:30px 20px}.reviews{grid-template-columns:1fr;gap:30px}.reviews>div{border-right:0}.reviews blockquote{padding:0}footer{flex-wrap:wrap}footer .footer-links{order:3;margin:0;width:100%;flex-wrap:wrap}}@media(max-width:600px){.announcement{font-size:7px;gap:8px}.announcement span:nth-child(n+3){display:none}.nav-wrap{height:65px;padding:0 4vw}.icon-btn{display:none}.hero{height:calc(100vh - 95px);min-height:600px}.hero>img{object-position:66% center}.hero-overlay{background:linear-gradient(90deg,#000000ed,#0000004d)}.hero h1{font-size:54px}.hero-copy{font-size:12px;max-width:310px}.hero-actions{align-items:start;flex-direction:column;gap:18px}.hero-stats{margin-top:35px}.hero-stats span{font-size:6px}.category-strip{grid-template-columns:1fr}.category-strip a{border-bottom:1px solid #262a29}.products-section,.steps{padding:65px 4vw}.section-heading{display:block}.section-heading>p{margin-top:20px}.product-grid{grid-template-columns:1fr 1fr;gap:8px}.product-art{height:190px}.product-bottle{transform:scale(.72)}.product-info{padding:12px}.product-info h3{font-size:14px}.kit-visual{min-height:430px}.bottle{transform:scale(.7)}.bottle-one{left:5%;transform:scale(.65) rotate(-7deg)}.bottle-two{left:35%;transform:scale(.72)}.bottle-three{left:65%;transform:scale(.65) rotate(7deg)}.cloth{right:3%;width:130px}.step-grid{grid-template-columns:1fr}.step-grid article{border-left:1px solid #d6dad7;border-bottom:1px solid #d6dad7}.reviews blockquote{font-size:19px}.newsletter form{flex-direction:column;border:0}.newsletter input{border-bottom:1px solid #555}.newsletter button{padding:15px}.menu-btn{display:none}.cart-btn{padding:9px}.footer-links{gap:13px!important}.scroll-note{display:none}}.product-use{min-height:28px;margin:0 0 12px;color:#777e7c;font-size:9px;line-height:1.5}.method-label{font-family:Oswald;font-size:15px;letter-spacing:.15em;margin-top:7px}.real-product{width:100%;height:100%;max-width:none;object-fit:cover;object-position:center;position:relative;z-index:2}.product-art:has(.real-product){background:#090a0a}.product-art:has(.real-product):after{display:none}.brand-logo{width:42px;height:42px;border-radius:50%;object-fit:cover;box-shadow:0 0 0 1px #6f7478}.logo>span:last-child{display:flex;flex-direction:column;font-family:Georgia,serif;font-size:13px;line-height:1.05;letter-spacing:.12em}.logo>span:last-child span{font-size:11px;color:#c8cdd1;letter-spacing:.2em}.btn-lime,.announcement,.badge,.reviews{background:linear-gradient(120deg,#858b90,#f0f2f3 34%,#9da3a7 58%,#e5e8ea 78%,#777d82)}.btn-lime{border:1px solid #eef0f1;box-shadow:0 8px 24px #d2d8dd29}.category-strip span,.category-strip b,.bottle span,.kit-content li span,.newsletter button{color:#d9dde0}.eyebrow span{background:linear-gradient(90deg,#7d8388,#f0f2f3,#7d8388)}.product-bottle:after,.bottle b{border-color:#c8cdd1}.kit-price span,.cart-btn span,.toast{background:linear-gradient(120deg,#8a9095,#eef0f1,#92989c)}.reviews{color:#0a0b0b}.category-strip{grid-template-columns:repeat(6,1fr)}.category-strip a{align-items:center;padding:20px 15px;border-bottom:1px solid #262a29}.category-strip strong{font-size:14px}.category-strip b{grid-row:1}footer .brand-logo{width:54px;height:54px}.filter-heading{display:flex;align-items:end;justify-content:space-between;margin:0 0 16px;padding-top:6px;border-top:1px solid #d7dadd}.filter-heading span{font-family:Oswald;font-size:22px;text-transform:uppercase;letter-spacing:.02em}.filter-heading small{color:#7d8380;font-size:9px;text-transform:uppercase;letter-spacing:.1em}.filters{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;overflow:visible}.filters button{position:relative;min-height:72px;padding:28px 14px 12px;text-align:left;background:#111413;color:#fff;border:1px solid #292e2c;font-family:Oswald;font-size:13px;letter-spacing:.04em;transition:.25s}.filters button:before{content:var(--n);position:absolute;top:10px;left:14px;color:#858b88;font-family:Manrope;font-size:7px;letter-spacing:.12em}.filters button:after{content:"\2192";position:absolute;right:14px;bottom:12px;color:#9da3a7}.filters button:hover{transform:translateY(-3px);border-color:#aeb4b8;background:#1a1e1d}.filters button.active{background:linear-gradient(135deg,#f0f2f3,#969ca0);color:#090a0a;border-color:#dfe2e4}.filters button.active:before,.filters button.active:after{color:#333}@media(max-width:1100px){.category-strip{grid-template-columns:repeat(4,1fr)}.filters{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){.category-strip{display:flex;overflow-x:auto;padding:0}.category-strip a{min-width:190px}.filter-heading small{display:none}.filters{display:flex;overflow-x:auto;padding-bottom:8px}.filters button{min-width:150px}}.category-menu{position:relative;margin-bottom:30px}.category-toggle{width:100%;border:1px solid #292e2c;background:#111413;color:#fff;padding:17px 20px;display:flex;justify-content:space-between;align-items:center;text-align:left}.category-toggle span{display:flex;flex-direction:column;gap:4px}.category-toggle small{color:#858c89;font-size:7px;letter-spacing:.14em;text-transform:uppercase}.category-toggle strong{font-family:Oswald;text-transform:uppercase;font-size:18px;letter-spacing:.04em}.category-toggle b{font-size:25px;font-weight:400;transition:.25s}.category-menu.open .category-toggle b{transform:rotate(45deg)}.category-menu .filters{position:absolute;left:0;right:0;top:100%;z-index:8;background:#0e1110;padding:8px;display:grid;grid-template-columns:repeat(4,1fr);gap:7px;box-shadow:0 20px 40px #00000038;opacity:0;visibility:hidden;transform:translateY(-8px);transition:.25s}.category-menu.open .filters{opacity:1;visibility:visible;transform:translateY(0)}.category-menu .filters button{min-height:54px;padding:23px 12px 9px;font-size:11px;transform:none}.category-menu .filters button:hover{transform:none;border-color:#aeb4b8}.filter-heading{display:none}@media(max-width:600px){.category-menu .filters{grid-template-columns:repeat(2,1fr);max-height:360px;overflow-y:auto}.category-menu .filters button{min-width:0}}body{overflow-x:hidden}img{max-width:100%}.category-strip,.filters{-webkit-overflow-scrolling:touch}.category-toggle,.cart-btn,.menu-btn,.filters button,.price-row button{touch-action:manipulation}@media(min-width:1400px){.nav-wrap{padding-left:max(5vw,80px);padding-right:max(5vw,80px)}.hero-content{left:max(7vw,110px)}.products-section,.steps{padding-left:max(6vw,95px);padding-right:max(6vw,95px)}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));max-width:1500px;margin-inline:auto}}@media(max-width:1100px){.nav-wrap{padding:0 3vw;gap:3vw}.nav-wrap nav{gap:18px}.hero{height:720px;min-height:0}.hero-content{left:5vw}.category-strip{grid-template-columns:repeat(4,1fr);padding:0}.category-strip a{padding:18px 14px}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.category-menu .filters{grid-template-columns:repeat(3,1fr)}.kit-section{grid-template-columns:1fr}.kit-visual{min-height:540px}.kit-content{padding:70px 8vw}.reviews{grid-template-columns:1fr;gap:26px}.reviews>div{border-right:0}.reviews blockquote{padding-left:0}.step-grid article{padding:34px 25px}}@media(max-width:820px){.nav-wrap nav{display:none}.menu-btn{display:block}.nav-wrap.menu-open nav{position:absolute;display:flex;flex-direction:column;top:100%;left:0;right:0;background:#090b0b;padding:22px 5vw;border-top:1px solid #282b2a;box-shadow:0 15px 30px #0000004d}.nav-wrap.menu-open nav a{padding:10px 0;font-size:13px}.hero{height:650px}.hero-content{left:5vw;right:5vw}.hero h1{font-size:clamp(56px,10vw,82px)}.category-strip{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding:0}.category-strip a{min-width:210px;scroll-snap-align:start}.products-section,.steps{padding:75px 5vw}.section-heading{align-items:start;gap:30px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-menu .filters{grid-template-columns:repeat(2,1fr);max-height:380px;overflow-y:auto}.step-grid{grid-template-columns:1fr}.step-grid article,.step-grid article:first-child{border-left:1px solid #d6dad7;border-bottom:1px solid #d6dad7}.newsletter{padding:70px 5vw}footer{flex-wrap:wrap}footer .footer-links{order:3;width:100%;margin-left:0;flex-wrap:wrap}}@media(max-width:520px){.announcement{height:25px;font-size:7px;gap:7px;letter-spacing:.08em}.announcement span:nth-child(n+3){display:none}.nav-wrap{height:64px;padding:0 14px}.brand-logo{width:36px;height:36px}.logo>span:last-child{font-size:10px}.logo>span:last-child span{font-size:8px}.icon-btn{display:none}.cart-btn{padding:9px 10px;font-size:8px}.menu-btn{padding:9px 8px;font-size:8px}.hero{height:590px}.hero>img{object-position:68% center}.hero-overlay{background:linear-gradient(90deg,#000000f0,#00000061)}.hero-content{top:auto;bottom:54px;transform:none}.hero h1{font-size:48px;margin:14px 0}.hero-copy{font-size:12px;max-width:280px}.hero-actions{flex-direction:column;align-items:flex-start;gap:16px;margin-top:24px}.btn{padding:14px 16px}.category-strip a{min-width:175px;padding:16px 12px}.category-strip strong{font-size:13px}.products-section,.steps{padding:55px 14px}.section-heading{display:block;margin-bottom:28px}.section-heading h2,.kit-content h2{font-size:40px}.section-heading>p{margin-top:18px;font-size:11px}.category-toggle{padding:14px}.category-toggle strong{font-size:15px}.category-menu .filters{left:-2px;right:-2px;grid-template-columns:1fr 1fr;padding:6px;max-height:330px}.category-menu .filters button{font-size:10px;padding:22px 8px 8px}.product-grid{grid-template-columns:1fr;gap:14px}.product-art{height:280px}.product-info{padding:16px}.product-info h3{font-size:18px}.kit-visual{min-height:390px}.bottle-one{left:2%;transform:scale(.58) rotate(-7deg)}.bottle-two{left:33%;transform:scale(.64)}.bottle-three{left:64%;transform:scale(.58) rotate(7deg)}.brush{width:150px;left:10%}.cloth{width:125px;right:3%}.kit-content{padding:55px 18px}.kit-content .btn{width:100%}.reviews{padding:45px 18px}.reviews strong{font-size:55px}.reviews blockquote{font-size:18px}.newsletter h2{font-size:39px}.newsletter form{flex-direction:column;border-bottom:0}.newsletter input{border-bottom:1px solid #555}.newsletter button{padding:15px}.search-panel{padding:65px 18px 25px}.search-panel label{font-size:20px}footer{padding:30px 18px;gap:18px}.footer-links{gap:14px!important}.cart-drawer{width:100%}}.product-arrow{position:absolute;z-index:5;top:50%;transform:translateY(-50%);width:34px;height:44px;border:1px solid rgba(255,255,255,.35);background:#050606a6;color:#fff;font-size:25px;opacity:0;transition:.2s}.product-arrow.prev{left:9px}.product-arrow.next{right:9px}.product-art:hover .product-arrow,.product-arrow:focus{opacity:1}.product-photo-count{position:absolute;z-index:5;right:10px;bottom:9px;background:#050606a6;color:#fff;padding:4px 7px;font-size:7px;letter-spacing:.08em}@media(max-width:820px){.product-arrow{opacity:1;width:30px;height:40px}}:root{--lime:#7957ff;--black:#17102d;--panel:#26194b;--muted:#756b8d;--line:#e2dcf2;--white:#fbfaff}body{background:#faf8ff;color:#1d1630}.announcement{background:linear-gradient(90deg,#5434e6,#9a5cff,#4c7dff);color:#fff}.nav-wrap{background:#fffffff5;color:#1d1630;border-bottom:1px solid #ebe6f6;box-shadow:0 8px 30px #40257e12}.nav-wrap nav a:hover{color:#7654ff}.icon-btn{color:#392b58}.cart-btn,.menu-btn{border-color:#ddd4f2;background:#f5f1ff;color:#38265f}.cart-btn span{background:linear-gradient(135deg,#6948ee,#af66ff);color:#fff}.brand-logo{width:105px;height:48px;border-radius:0;object-fit:contain;box-shadow:none}.logo>span:last-child{display:none}.hero-overlay{background:linear-gradient(90deg,#130a31f0,#26104ca6 42%,#331a620d 73%)}.hero h1,.section-heading h2,.kit-content h2,.newsletter h2{font-family:Manrope,sans-serif;font-weight:800;letter-spacing:-.07em}.hero h1 em,.kit-content h2 em{color:#cbbdff;-webkit-text-stroke:0}.section-heading h2 em{color:#7957ff;-webkit-text-stroke:0}.hero-copy{color:#d6cdeb}.eyebrow{color:#e4dcf7}.eyebrow.dark{color:#705d98}.eyebrow span{background:linear-gradient(90deg,#6845eb,#be64ff)}.btn-lime{background:linear-gradient(135deg,#6242e9,#9e59ff 60%,#4b83ff);color:#fff;border:0;box-shadow:0 12px 30px #6946e847;border-radius:999px}.text-link{border-color:#9b87c3}.products-section{background:linear-gradient(180deg,#fbfaff,#f5f1ff)}.product-card{border-radius:18px;box-shadow:0 10px 35px #492c8914;border:1px solid #ede8f7}.product-card:hover{box-shadow:0 20px 45px #5b35ad2b}.product-art{background:radial-gradient(circle at 50% 35%,#eee8ff,#dcd2fa)}.product-bottle{background:linear-gradient(90deg,#3d246e,#7750ce,#42277a);box-shadow:inset 8px 0 14px #ffffff1f}.product-bottle:before{background:#33225c}.product-bottle:after{border-color:#d6c1ff}.product-bottle.towel{background:repeating-linear-gradient(45deg,#7654a8,#7654a8 3px,#9a79cc 3px 6px)}.badge{background:linear-gradient(135deg,#6746ee,#c36cff);color:#fff;border-radius:999px}.price-row button{background:#6d48ed;border-radius:50%}.price-row button:hover{background:#ad62ff;color:#fff}.category-toggle{background:linear-gradient(135deg,#2b1854,#542a8f);border:0;border-radius:14px;box-shadow:0 12px 30px #361c6829}.category-menu .filters{background:#251644;border-radius:0 0 14px 14px}.filters button{background:#36225c;border-color:#4c3475}.filters button.active{background:linear-gradient(135deg,#7b55f6,#bd6bff);color:#fff}.kit-section{background:linear-gradient(135deg,#1c1035,#43216d 55%,#203c80)}.kit-visual{background:radial-gradient(circle at center,#8145c0,#291545 68%)}.bottle{background:linear-gradient(90deg,#2c1754,#7e4fc4,#351b62)}.bottle:before{background:#29164b}.bottle span,.kit-content li span,.newsletter button{color:#cdb7ff}.bottle b{border-color:#b980ff}.cloth{background:repeating-linear-gradient(45deg,#a486d1,#a486d1 3px,#c2ace5 3px 6px)}.step-icon{color:#7654e9}.step-grid article{border-color:#e4ddf0}.reviews{background:linear-gradient(115deg,#6844e7,#b561ff 55%,#5582ff);color:#fff}.reviews>div{border-color:#ffffff40}.newsletter{background:linear-gradient(135deg,#21123d,#482276);color:#fff}.newsletter>p:not(.eyebrow){color:#cbbfe0}.newsletter input{border-color:#8067a8}footer{background:#160d29;border-color:#382052}.cart-drawer{background:#fbfaff}.cart-foot button{background:linear-gradient(135deg,#6845eb,#a45eff)}.search-panel{background:linear-gradient(135deg,#21133d,#4b267b)}.toast{background:linear-gradient(135deg,#6845eb,#ad62ff);color:#fff;border-radius:999px}@media(max-width:520px){.brand-logo{width:82px;height:38px}.hero-overlay{background:linear-gradient(90deg,#180a37f0,#33185f7a)}}:root{--lime:#a98ad7;--black:#0f0e12;--panel:#18161c;--muted:#81798a;--line:#ded8e4;--white:#fff}body{background:#f6f3f5;color:#111014}.announcement{background:#0f0e12;color:#fff;border-bottom:3px solid #a979c8}.nav-wrap{background:#fff;color:#111014;border-bottom:1px solid #ddd6e2;box-shadow:none}.brand-logo{width:92px;height:54px}.nav-wrap nav a{opacity:1}.nav-wrap nav a:hover{color:#8c5bb9}.cart-btn,.menu-btn{border:2px solid #111014;background:#fff;color:#111014;border-radius:0}.cart-btn span{background:#a979c8;color:#fff}.icon-btn{color:#111014}.hero-overlay{background:linear-gradient(90deg,#08080af0,#0c0a0fad 43%,#0c0a0f05 72%)}.hero h1{font-family:Oswald,sans-serif;font-weight:700;letter-spacing:-.04em}.hero h1 em{color:#c29add;-webkit-text-stroke:0}.hero-copy{color:#d8d3dc}.eyebrow span{background:#a979c8}.btn-lime{border-radius:0;background:#fff;color:#111014;border:3px solid #111014;box-shadow:7px 7px #a979c8}.btn-lime:hover{transform:translate(-2px,-2px);box-shadow:10px 10px #71825a}.text-link{border-color:#c29add}.products-section{background:#f6f3f5;position:relative}.products-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.08;background:radial-gradient(ellipse at 8% 12%,#a979c8 0 4%,transparent 4.3%),radial-gradient(ellipse at 93% 22%,#71825a 0 6%,transparent 6.3%),radial-gradient(ellipse at 75% 88%,#d397b5 0 5%,transparent 5.3%)}.section-heading,.category-menu,.product-grid{position:relative;z-index:1}.section-heading h2{font-family:Oswald,sans-serif;letter-spacing:-.03em}.section-heading h2 em{color:#8c5bb9}.product-card{border-radius:0;border:2px solid #111014;box-shadow:6px 6px #d0a5c0}.product-card:hover{transform:translate(-3px,-3px);box-shadow:10px 10px #a979c8}.product-art{background:#17151a}.product-bottle{background:linear-gradient(90deg,#17151a,#392b41,#141316)}.product-bottle:after{border-color:#a979c8}.product-bottle.towel{background:repeating-linear-gradient(45deg,#38333e,#38333e 3px,#57505e 3px 6px)}.badge{border-radius:0;background:#a979c8;color:#111014;border:2px solid #111014;box-shadow:3px 3px #fff}.price-row button{border-radius:0;background:#111014}.price-row button:hover{background:#8c5bb9}.category-toggle{border-radius:0;background:#111014;border:2px solid #111014;box-shadow:6px 6px #a979c8}.category-menu .filters{background:#111014;border-radius:0}.filters button{background:#222026;border-color:#514858}.filters button.active{background:#a979c8;color:#111014}.kit-section{background:#111014}.kit-visual{background:radial-gradient(circle at center,#372943,#111014 68%);position:relative}.kit-visual:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.35;background:radial-gradient(ellipse at 15% 18%,#a979c8 0 7%,transparent 7.5%),radial-gradient(ellipse at 84% 32%,#71825a 0 9%,transparent 9.5%),radial-gradient(ellipse at 60% 82%,#d397b5 0 8%,transparent 8.5%)}.bottle{background:linear-gradient(90deg,#17151a,#382b40,#111)}.bottle span,.kit-content li span,.newsletter button{color:#c29add}.bottle b{border-color:#a979c8}.cloth{background:repeating-linear-gradient(45deg,#847b89,#847b89 3px,#aea5b2 3px 6px)}.steps{background:#fff}.step-icon{color:#8c5bb9}.reviews{background:#a979c8;color:#111014;border-top:3px solid #111014;border-bottom:3px solid #111014}.newsletter{background:#111014;position:relative;overflow:hidden}.newsletter:before{content:"";position:absolute;top:-20%;right:-20%;bottom:-20%;left:-20%;opacity:.25;background:radial-gradient(ellipse at 20% 20%,#a979c8 0 8%,transparent 8.5%),radial-gradient(ellipse at 82% 70%,#71825a 0 10%,transparent 10.5%)}.newsletter>*{position:relative}.newsletter>p:not(.eyebrow){color:#bbb3c1}footer{background:#0f0e12}.toast{border-radius:0;background:#a979c8;color:#111014;border:2px solid #111014}.search-panel,.cart-foot button{background:#111014}.product-bottle>img{position:absolute;z-index:2;top:26px;left:50%;transform:translate(-50%);width:34px;height:52px;object-fit:contain;filter:brightness(0) invert(1);opacity:.9}.product-bottle.jar>img{top:4px;width:25px;height:35px}.product-bottle.towel>img{display:none}.bottle>img{position:absolute;z-index:3;top:42px;width:42px;height:68px;object-fit:contain;filter:brightness(0) invert(1);opacity:.9}.bottle b{margin-top:55px}.nav-wrap{height:86px;padding-inline:6vw}.brand-logo{width:116px;height:64px}.nav-wrap nav{gap:38px}.nav-wrap nav a{font-size:11px;letter-spacing:.13em}.trust-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));background:#17151a;color:#fff;padding:0 6vw;border-bottom:1px solid #302b35}.trust-strip article{display:flex;align-items:center;gap:15px;min-height:105px;padding:22px 24px;border-right:1px solid #302b35}.trust-strip article:first-child{border-left:1px solid #302b35}.trust-icon{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border:1px solid #5c4b70;background:#211c28}.trust-icon svg{width:21px;height:21px;fill:none;stroke:#b797d5;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.trust-strip strong,.trust-strip small{display:block}.trust-strip strong{font-size:10px;text-transform:uppercase;letter-spacing:.1em}.trust-strip small{margin-top:5px;color:#948c9c;font-size:8px;letter-spacing:.06em}.product-card{display:flex;flex-direction:column;min-width:0}.product-art{overflow:hidden}.product-info{display:flex;flex:1;flex-direction:column}.price-row{margin-top:auto}.real-product{object-fit:contain;background:#17151a}.product-use{color:#777080}.badge{letter-spacing:.1em}.why-section,.faq-section{padding:100px 6vw;background:#fff}.why-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid #ded9e2;border-left:1px solid #ded9e2}.why-grid article{min-height:250px;padding:34px 28px;border-right:1px solid #ded9e2;border-bottom:1px solid #ded9e2;transition:.25s}.why-grid article:hover{background:#f7f3fa;transform:translateY(-3px)}.why-grid span{font-family:Oswald,sans-serif;font-size:11px;color:#9b78c4}.why-grid h3{min-height:58px;margin:35px 0 14px;font-family:Oswald,sans-serif;font-size:22px;line-height:1.2;text-transform:uppercase}.why-grid p{margin:0;color:#78717e;font-size:11px;line-height:1.8}.comparison-section{display:grid;grid-template-columns:32% 68%;gap:55px;padding:100px 6vw;background:#17151a;color:#fff;overflow:hidden}.comparison-heading{align-self:center}.comparison-heading h2{margin:18px 0 24px;font-family:Oswald,sans-serif;font-size:clamp(52px,6vw,88px);line-height:.95;text-transform:uppercase}.comparison-heading h2 em{color:#b997d6;font-style:normal}.comparison-heading>p:last-child{max-width:390px;color:#aaa2ae;font-size:12px;line-height:1.9}.comparison-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.comparison-grid figure{position:relative;margin:0;background:#211e24;border:1px solid #39333e;overflow:hidden}.comparison-grid img{display:block;width:100%;aspect-ratio:4/5;object-fit:cover}.comparison-label{position:absolute;z-index:2;top:15px;left:15px;padding:8px 12px;background:#17151a;color:#fff;font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.comparison-label.after{background:#9b78c4}.comparison-grid figcaption{padding:15px;color:#a9a1ad;font-size:9px;letter-spacing:.05em;text-transform:uppercase}.kit-section{border-top:1px solid #342d3b;border-bottom:1px solid #342d3b}.kit-content ul{display:grid;grid-template-columns:1fr 1fr;gap:0 22px}.kit-content li{padding:12px 0;border-bottom:1px solid #37303d}.kit-content li span{color:#b997d6}.faq-section{background:#f6f3f5}.faq-list{max-width:980px;margin-left:auto;border-top:1px solid #d7d0dc}.faq-list details{border-bottom:1px solid #d7d0dc}.faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:23px 4px;list-style:none;font-family:Oswald,sans-serif;font-size:19px;text-transform:uppercase;cursor:pointer}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{display:grid;width:30px;height:30px;flex:0 0 30px;place-items:center;background:#17151a;color:#fff;font-family:Manrope,sans-serif;font-size:16px;transition:.25s}.faq-list details[open] summary span{background:#9b78c4;transform:rotate(45deg)}.faq-list p{max-width:750px;margin:0;padding:0 4px 23px;color:#756e7a;font-size:11px;line-height:1.9}footer{padding:42px 6vw}.footer-copy{display:flex;flex-direction:column;gap:5px}.footer-copy p{margin:0}.footer-copy a{color:#b997d6;font-size:9px}.footer-links a{transition:.2s}.footer-links a:hover{color:#b997d6}.footer-copy address{margin:9px 0 3px;color:#bdb5c3;font-size:9px;font-style:normal;line-height:1.7;text-transform:uppercase;letter-spacing:.08em}.footer-copy>small{color:#716a76;font-size:7px;text-transform:uppercase;letter-spacing:.07em}@media(max-width:1050px){.trust-strip{grid-template-columns:repeat(2,1fr)}.trust-strip article:nth-child(3){border-left:1px solid #302b35}.trust-strip article:nth-child(-n+2){border-bottom:1px solid #302b35}.why-grid{grid-template-columns:repeat(2,1fr)}.comparison-section{grid-template-columns:1fr;gap:38px}.comparison-heading>p:last-child{max-width:620px}.comparison-grid img{aspect-ratio:16/11}}@media(max-width:820px){.nav-wrap{height:72px}.brand-logo{width:100px;height:52px}.trust-strip{padding:0 4vw}.trust-strip article{padding:18px;min-height:92px}.why-section,.faq-section,.comparison-section{padding:75px 5vw}.faq-list{margin-left:0}}@media(max-width:600px){.nav-wrap{height:66px}.brand-logo{width:92px;height:46px}.trust-strip{grid-template-columns:1fr;padding:0 14px}.trust-strip article,.trust-strip article:nth-child(3){min-height:78px;padding:14px 8px;border-left:0;border-right:0;border-bottom:1px solid #302b35}.trust-strip article:last-child{border-bottom:0}.trust-icon{width:36px;height:36px;flex-basis:36px}.why-section,.faq-section,.comparison-section{padding:58px 14px}.why-grid{grid-template-columns:1fr}.why-grid article{min-height:0;padding:26px 22px}.why-grid h3{min-height:0;margin:20px 0 10px;font-size:20px}.comparison-section{gap:28px}.comparison-heading h2{font-size:51px}.comparison-grid{grid-template-columns:1fr}.comparison-grid img{aspect-ratio:4/3}.kit-content ul{grid-template-columns:1fr}.faq-list summary{padding:19px 2px;font-size:16px}footer{align-items:flex-start}.footer-copy{width:calc(100% - 120px)}}:root{--lime:#9b78c4;--black:#111014;--panel:#1b191f;--muted:#7d7783;--line:#ded9e2;--white:#fff}.announcement{background:#17151a;border-bottom:0}.hero-overlay{background:linear-gradient(90deg,#08080af0,#0c0a0fa1 43%,#0c0a0f05 72%)}.hero h1 em{color:#bea4d8}.btn-lime{background:#9b78c4;color:#fff;border:0;box-shadow:none}.btn-lime:hover{transform:none;box-shadow:none;background:#8664ae}.products-section:before,.kit-visual:before,.newsletter:before{display:none}.product-card{border:1px solid #e1dce5;box-shadow:0 8px 25px #1d172312}.product-card:hover{transform:translateY(-4px);box-shadow:0 16px 35px #1d17231f}.badge{background:#9b78c4;color:#fff;border:0;box-shadow:none}.category-toggle{background:#19171c;border:0;box-shadow:none}.category-menu .filters{background:#19171c}.filters button.active{background:#9b78c4;color:#fff}.kit-section{background:#17151a}.kit-visual{background:radial-gradient(circle at center,#332a3c,#17151a 68%)}.reviews{background:#9b78c4;color:#fff;border:0}.newsletter{background:#17151a}.toast{background:#9b78c4;color:#fff;border:0}.product-bottle,.bottle{background:linear-gradient(90deg,#18161b,#342c3a,#151417)}.hero{height:100vh}.hero h1 span,.hero h1 em{display:block;white-space:nowrap}.hero h1{font-size:clamp(48px,5.8vw,92px)}.section-heading h2{font-family:Roboto Flex,Manrope,sans-serif;font-weight:750;font-stretch:85%;line-height:.94;letter-spacing:-.065em;text-transform:uppercase}.section-heading h2 em{font-family:inherit;font-weight:750;font-style:normal;color:#8d64b7}.section-heading.compact h2{font-size:clamp(44px,5.1vw,74px)}.brand-logo{width:52px;height:68px;object-fit:contain}.nav-wrap{position:fixed;left:0;right:0;top:0;padding-top:4px;padding-bottom:4px;transition:transform .32s ease,background-color .3s ease,color .3s ease,box-shadow .25s ease}.nav-wrap.header-hidden{transform:translateY(-110%)}.nav-wrap.header-top{background:transparent;color:#fff;border-bottom-color:#ffffff26;box-shadow:none}.nav-wrap.header-top .brand-logo{filter:brightness(0) invert(1)}.nav-wrap.header-top .icon-btn{color:#fff}.nav-wrap.header-top .cart-btn,.nav-wrap.header-top .menu-btn{border-color:#ffffffb3;background:#0c0a0f2e;color:#fff}.nav-wrap.header-top nav a:hover{color:#c4a3df}footer .brand-logo{width:48px;height:82px}.product-bottle>img{width:31px;height:62px;filter:none;opacity:1}.trust-strip{display:flex;justify-content:center;gap:0;padding:0 6vw;background:#fff;color:#27222d;border-bottom:1px solid #e5e0e8;box-shadow:0 10px 28px #1c16220f}.trust-strip article,.trust-strip article:first-child,.trust-strip article:nth-child(3){position:relative;min-height:82px;padding:16px 32px;border:0;border-right:1px solid #e5e0e8}.trust-strip article:after{content:"";position:absolute;left:0;right:100%;bottom:0;height:2px;background:#9b78c4;transition:right .25s ease}.trust-strip article:hover:after{right:0}.trust-strip article:last-child{border-right:0}.trust-icon{display:grid;width:34px;height:34px;flex-basis:34px;border:0;background:#f1ecf5}.trust-icon svg{width:17px;height:17px;stroke:#8d64b7}.trust-strip strong{font-size:9px;letter-spacing:.12em}.trust-strip small{display:block;margin-top:4px;color:#8b838f;font-size:7px;text-transform:uppercase;letter-spacing:.07em}.products-section{padding-top:125px;padding-bottom:125px;background:#f7f5f7}.product-grid{gap:28px}.product-card{border:0;border-bottom:1px solid #d8d2dc;background:transparent;box-shadow:none}.product-card:hover{transform:none;box-shadow:none}.product-art{height:330px;background:#eeebef}.product-art:after{opacity:.45}.product-bottle{transform:scale(.92)}.product-info{padding:22px 0 26px}.product-info small{color:#837b89;letter-spacing:.15em}.product-info h3{margin-top:10px;font-family:Manrope,sans-serif;font-size:15px;font-weight:700;letter-spacing:-.02em;text-transform:none}.product-use{font-size:10px}.price-row{padding-top:10px;border-top:1px solid #ded8e2}.price-row strong{font-size:12px;font-weight:600}.price-row button{width:auto;height:auto;padding:9px 14px;border:1px solid #29242e;background:transparent;color:#29242e;border-radius:0;font-size:8px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.price-row button:hover{background:#29242e;color:#fff}.why-section{padding-top:125px;padding-bottom:125px}.why-grid{border-left:0}.why-grid article{min-height:225px;border-right:0;border-bottom:1px solid #ded9e2;padding-left:0;padding-right:35px}.why-grid article:hover{transform:none;background:transparent}.why-grid h3{font-size:19px}.steps{padding-top:125px;padding-bottom:125px}.step-icon{font-size:28px}.step-grid h3{font-size:22px}.faq-section{padding-top:125px;padding-bottom:125px}.newsletter{padding:110px 20px}.newsletter h2{font-family:Manrope,sans-serif;font-size:clamp(40px,5vw,64px);letter-spacing:-.06em;text-transform:none}@media(max-width:900px){.hero{height:100vh;min-height:650px}.trust-strip{display:grid;grid-template-columns:1fr 1fr}.trust-strip article,.trust-strip article:first-child,.trust-strip article:nth-child(3){border-right:0;border-bottom:1px solid #e5e0e8;padding:14px 20px}.trust-strip article:nth-child(odd){border-right:1px solid #e5e0e8}.product-grid{gap:20px}}@media(max-width:520px){.hero{height:100svh;min-height:590px}.hero h1{font-size:clamp(35px,10.2vw,52px)}.brand-logo{width:38px;height:52px}.trust-strip{padding:0}.trust-strip article,.trust-strip article:first-child,.trust-strip article:nth-child(3){min-height:48px;padding:11px 12px}.trust-strip strong{font-size:7px}.products-section,.why-section,.steps,.faq-section{padding-top:70px;padding-bottom:70px}.product-art{height:300px}.product-bottle{transform:scale(.86)}.product-info{padding:18px 0 22px}}.why-section{padding-top:88px;padding-bottom:88px;background:linear-gradient(135deg,#f4f1f6,#fff 58%,#f1ecf5)}.why-section .section-heading{margin-bottom:34px}.why-grid{gap:12px;border:0}.why-grid article{position:relative;min-height:210px;padding:28px 26px;border:1px solid #ddd6e2;background:#ffffffb8;overflow:hidden}.why-grid article:after{content:attr(data-mark);position:absolute;right:-8px;bottom:-33px;color:#eee8f2;font-family:Roboto Flex,sans-serif;font-size:125px;font-weight:800;line-height:1}.why-grid article:hover{background:#fff}.why-grid span,.why-grid h3,.why-grid p{position:relative;z-index:1}.why-grid h3{margin-top:30px}.steps{padding-top:88px;padding-bottom:88px;background:#18151c;color:#fff}.steps .eyebrow.dark{color:#b8adbf}.steps .section-heading h2{color:#fff}.steps .section-heading h2 em{color:#a77bca}.step-grid{gap:12px;border:0}.step-grid article,.step-grid article:first-child{min-height:260px;padding:32px 34px;border:1px solid #3b3540;background:#211d25}.step-grid article:nth-child(2){background:#28212e}.step-grid article>span{color:#9b78c4}.step-icon{margin:24px 0;color:#b88bd9}.step-grid h3{color:#fff}.step-grid p{max-width:330px;color:#aaa1af}@media(max-width:900px){.why-section,.steps{padding-top:72px;padding-bottom:72px}.why-grid{gap:10px}.why-grid article{min-height:190px}.step-grid{gap:10px}.step-grid article,.step-grid article:first-child{min-height:210px}}@media(max-width:520px){.why-section,.steps{padding-top:58px;padding-bottom:58px}.why-grid article{min-height:175px;padding:24px 20px}.why-grid article:after{font-size:95px}.step-grid article,.step-grid article:first-child{min-height:190px;padding:26px 22px}}.why-grid article{min-height:250px;padding:38px 32px;background:#ffffffe0}.why-grid article:before{content:"";position:absolute;left:32px;top:0;width:62px;height:3px;background:linear-gradient(90deg,#9b78c4,#d2b4e8)}.why-grid span{display:inline-block;color:#956db9;font-size:12px;font-weight:800;letter-spacing:.14em}.why-grid h3{min-height:62px;margin:34px 0 17px;font-size:24px;line-height:1.18;letter-spacing:-.025em}.why-grid p{max-width:340px;color:#746b79;font-size:12px;line-height:1.85}.step-grid article,.step-grid article:first-child{position:relative;min-height:300px;padding:40px 38px;overflow:hidden}.step-grid article:before{content:"";position:absolute;left:38px;top:0;width:70px;height:3px;background:linear-gradient(90deg,#9b78c4,#d2b4e8)}.step-grid article>span{display:inline-block;color:#b991d7;font-size:12px;font-weight:800;letter-spacing:.14em}.step-icon{margin:30px 0 26px;color:#c596e6;font-size:38px;line-height:1}.step-grid h3{margin-bottom:16px;font-size:30px;letter-spacing:-.025em}.step-grid p{max-width:410px;color:#bdb4c1;font-size:12px;line-height:1.9}@media(max-width:900px){.why-grid article{min-height:225px;padding:30px 26px}.why-grid article:before{left:26px}.why-grid h3{min-height:50px;font-size:21px}.step-grid article,.step-grid article:first-child{min-height:245px;padding:32px 28px}.step-grid article:before{left:28px}.step-grid h3{font-size:26px}}@media(max-width:520px){.why-grid article{min-height:205px;padding:28px 22px}.why-grid article:before{left:22px}.why-grid h3{min-height:0;margin:25px 0 13px;font-size:20px}.why-grid p{font-size:11px}.step-grid article,.step-grid article:first-child{min-height:220px;padding:28px 22px}.step-grid article:before{left:22px}.step-icon{margin:22px 0;font-size:32px}.step-grid h3{font-size:24px}.step-grid p{font-size:11px}}.newsletter{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(380px,1.2fr);grid-template-areas:"eyebrow form" "title form" "copy legal";align-items:center;gap:8px 7vw;padding:62px 8vw;text-align:left;border-top:1px solid #342e39;border-bottom:1px solid #342e39}.newsletter .eyebrow{grid-area:eyebrow;justify-content:flex-start;margin:0}.newsletter h2{grid-area:title;margin:8px 0 0;font-size:clamp(38px,4vw,58px)}.newsletter>p:not(.eyebrow){grid-area:copy;margin:10px 0 0;max-width:420px}.newsletter form{grid-area:form;width:100%;max-width:none;margin:0}.newsletter small{grid-area:legal;margin-top:4px}@media(max-width:820px){.newsletter{grid-template-columns:1fr;grid-template-areas:"eyebrow" "title" "copy" "form" "legal";gap:10px;padding:55px 5vw}.newsletter form{margin-top:18px}.newsletter h2{font-size:44px}}@media(max-width:520px){.newsletter{padding:45px 18px}.newsletter h2{font-size:37px}}@media(max-width:768px){.nav-wrap{height:66px;padding-inline:14px;gap:10px}.brand-logo{width:38px;height:52px}.menu-btn{display:block}.cart-btn,.menu-btn{min-height:40px;padding:9px 11px}.nav-wrap.menu-open nav{max-height:calc(100svh - 66px);overflow-y:auto}.hero{min-height:620px}.hero-content{left:18px;right:18px;bottom:48px}.hero h1{width:100%;font-size:clamp(31px,9vw,52px)}.hero-copy{max-width:330px}.hero-actions{gap:14px}.hero-actions .btn,.hero-actions .text-link{min-height:44px}.trust-strip{grid-template-columns:1fr 1fr}.trust-strip article,.trust-strip article:first-child,.trust-strip article:nth-child(3){min-width:0;min-height:70px;padding:12px 10px}.trust-icon{width:30px;height:30px;flex-basis:30px}.trust-strip strong{font-size:7px}.trust-strip small{font-size:6px}.section-heading h2,.section-heading.compact h2{font-size:clamp(38px,11vw,56px)}.section-heading>p{max-width:100%}.product-grid{grid-template-columns:1fr}.product-art{height:min(78vw,340px)}.price-row button{min-height:42px;padding-inline:18px}.why-grid{grid-template-columns:1fr}.why-grid article{min-height:190px}.step-grid{grid-template-columns:1fr}.step-grid article,.step-grid article:first-child{min-height:210px}.faq-list summary{min-height:58px}.faq-list summary span{width:34px;height:34px;flex-basis:34px}footer{display:grid;grid-template-columns:auto 1fr;align-items:start;gap:20px;padding:34px 18px}footer .footer-links{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:0}footer>small{grid-column:1/-1}}@media(max-width:420px){.icon-btn{display:none}.nav-actions{gap:6px}.cart-btn,.menu-btn{font-size:7px;padding-inline:8px}.cart-btn span{margin-left:3px}.hero h1{font-size:clamp(28px,9.2vw,39px);letter-spacing:-.045em}.hero h1 span,.hero h1 em{white-space:nowrap}.hero-copy{font-size:11px}.hero-actions .btn{width:100%;display:flex;justify-content:space-between}.hero-actions .text-link{font-size:9px}.trust-strip{grid-template-columns:1fr}.trust-strip article,.trust-strip article:first-child,.trust-strip article:nth-child(3),.trust-strip article:nth-child(odd){border-right:0}.newsletter form,.newsletter input{width:100%}footer{grid-template-columns:1fr}footer .brand-logo{width:38px;height:64px}.footer-copy{width:100%}footer .footer-links{grid-column:1;grid-template-columns:1fr 1fr}footer>small{grid-column:1}}.product-art:has(.real-product){background:#17151a}.real-product{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .45s ease}.product-card:hover .real-product{transform:scale(1.025)}.product-info h3{min-height:42px;line-height:1.4}.product-use{min-height:34px}@media(max-width:768px){.product-info h3,.product-use{min-height:0}.real-product{object-position:center}}::selection{background:#9b78c4;color:#fff}.skip-link{position:fixed;z-index:100;top:10px;left:10px;padding:10px 14px;background:#fff;color:#17151a;font-size:10px;font-weight:800;text-transform:uppercase;transform:translateY(-150%);transition:.2s}.skip-link:focus{transform:translateY(0)}.scroll-progress{position:fixed;z-index:60;top:0;left:0;width:0;height:2px;background:linear-gradient(90deg,#8b65b1,#d1a7ef);pointer-events:none}.panel-open{overflow:hidden}.nav-wrap nav a{position:relative}.nav-wrap nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:1px;background:currentColor;transition:right .25s ease}.nav-wrap nav a:hover:after,.nav-wrap nav a.active:after{right:0}.nav-wrap nav a.active{opacity:1;color:#8d64b7}.nav-wrap.header-top nav a.active{color:#d2afea}.hero:after{content:"";position:absolute;inset:auto 0 0;height:26%;background:linear-gradient(transparent,#07060847);pointer-events:none}.hero-scroll{position:absolute;z-index:3;right:28px;bottom:38px;display:flex;align-items:center;gap:10px;color:#d7d0dc;font-size:8px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;writing-mode:vertical-rl}.hero-scroll span{width:1px;height:42px;background:#aa83ca}.section-heading{position:relative}.section-heading:after{content:"";position:absolute;left:0;bottom:-18px;width:42px;height:2px;background:#9b78c4}.products-section .section-heading{margin-bottom:66px}.product-card{position:relative}.product-index{position:absolute;z-index:4;top:12px;right:12px;padding:6px 8px;background:#0f0d11c7;color:#fff;font-size:7px;font-weight:800;letter-spacing:.15em}.product-art{aspect-ratio:1/1;height:auto}.product-info h3{font-size:16px}.price-row strong{font-size:14px}.price-row button{transition:background .2s,color .2s,transform .2s}.price-row button:active{transform:scale(.96)}.faq-list details[open]{background:#ffffff8c}.faq-list details[open] summary{padding-left:12px;padding-right:12px}.faq-list details,.faq-list summary{transition:.25s}.cart-item{grid-template-columns:72px 1fr auto}.cart-item-img{width:72px;height:82px;overflow:hidden;background:#17151a}.cart-item-img img{width:100%;height:100%;object-fit:cover}.cart-item h4{font-family:Manrope,sans-serif;font-size:11px;line-height:1.35;text-transform:none}.cart-qty{display:inline-grid;grid-template-columns:28px 28px 28px;align-items:center;margin-top:9px;border:1px solid #d8d1dd;text-align:center}.cart-qty button{height:28px;color:#211c25;font-size:14px}.cart-qty span{font-size:9px}.cart-remove{align-self:start;font-size:18px}.shipping-progress{height:3px;margin:14px 0 7px;background:#e2dce5!important;overflow:hidden}.shipping-progress span{display:block;height:100%;width:0;background:#9b78c4;transition:width .35s ease}.cart-foot>div:first-child{font-size:13px}.cart-foot>button{transition:.2s}.cart-foot>button:hover{background:#9b78c4}.newsletter input:focus{border-color:#b995d5}.newsletter button{transition:color .2s}.newsletter button:hover{color:#fff}button:focus-visible,a:focus-visible,input:focus-visible,summary:focus-visible{outline:2px solid #b58bd4;outline-offset:4px}@media(max-width:768px){.hero-scroll{display:none}.section-heading:after{bottom:-12px}.products-section .section-heading{margin-bottom:48px}.product-art{aspect-ratio:4/3;height:auto}.product-index{top:9px;right:9px}.cart-item{grid-template-columns:64px 1fr auto}.cart-item-img{width:64px;height:74px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.product-art{display:flex}.product-art img{display:block}.product-art svg{width:100%;height:100%;background:#eee9f0}.shopify-add:disabled,.price-row button:disabled{cursor:not-allowed;opacity:.5}.cart-checkout{display:block;width:100%;margin-top:14px;padding:16px;background:#17151a;color:#fff;text-align:center;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.cart-checkout:hover{background:#9b78c4}.cart-empty a{display:inline-block;border:1px solid #17151a;padding:11px 16px;font-size:9px;font-weight:800;text-transform:uppercase}.shopify-section-group-header-group{position:relative;z-index:20}.template-product main,.template-collection main,.template-cart main,.template-page main,.template-search main,.template-404 main{padding-top:86px}.category-showcase{padding:92px 6vw;background:#f4f0f6}.category-showcase-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.category-card{position:relative;display:grid;min-height:170px;padding:28px 24px;border:1px solid #d9d1df;background:#fff;color:#17151a;overflow:hidden}.category-card:before{content:"";position:absolute;left:24px;top:0;width:58px;height:3px;background:#9b78c4}.category-card span{color:#9b78c4;font-size:11px;font-weight:800;letter-spacing:.14em}.category-card strong{align-self:end;font-family:Oswald,sans-serif;font-size:25px;line-height:1;text-transform:uppercase}.category-card small{margin-top:10px;color:#746b79;font-size:11px;line-height:1.6}.category-card b{position:absolute;right:22px;bottom:22px;color:#9b78c4}.category-card:hover{background:#17151a;color:#fff}.category-card:hover small{color:#cfc6d5}.kits-section{padding:96px 6vw;background:#17151a;color:#fff}.kits-section .section-heading h2,.kits-section .section-heading h2 em{color:#fff}.kits-section .section-heading p{color:#bdb3c4}.kits-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.kit-card{position:relative;display:grid;grid-template-rows:260px 1fr;border:1px solid #3b3440;background:#211d25;overflow:hidden}.kit-card>span{position:absolute;z-index:2;top:18px;left:18px;color:#d4afea;font-size:11px;font-weight:800;letter-spacing:.14em}.kit-card img{width:100%;height:100%;object-fit:cover;filter:saturate(.95) contrast(1.05)}.kit-card div{padding:26px}.kit-card small{color:#b991d7;font-size:8px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.kit-card h3{margin:12px 0;font-family:Oswald,sans-serif;font-size:28px;line-height:1.05;text-transform:uppercase}.kit-card p{color:#bdb4c1;font-size:12px;line-height:1.75}.kit-card a{display:inline-block;margin-top:12px;border-bottom:1px solid #9b78c4;color:#fff;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.main-product-page{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:64px;padding:90px 6vw 110px;background:#f7f5f7}.main-product-media{background:#17151a;min-height:620px;display:flex;align-items:center;justify-content:center;overflow:hidden}.main-product-media img{width:100%;height:100%;object-fit:cover}.main-product-info{align-self:start;position:sticky;top:110px}.main-product-info h1{margin:16px 0 18px;font-family:Roboto Flex,Manrope,sans-serif;font-size:clamp(38px,4.5vw,72px);font-weight:760;font-stretch:85%;line-height:.95;letter-spacing:-.06em}.main-product-price{margin:0 0 28px;font-size:22px;font-weight:800;color:#9b78c4}.main-product-info .rte{max-width:680px;color:#302a34;font-size:14px;line-height:1.9}.main-product-form{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center;margin:34px 0}.main-product-form label{font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.main-product-form input,.main-product-form select{min-height:46px;border:1px solid #d8d1dd;background:#fff;padding:0 12px}.main-product-form .btn{grid-column:1/-1;width:100%;margin-top:8px}.product-reassurance{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:22px}.product-reassurance span{border-top:1px solid #ddd6e2;padding-top:12px;font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:#5d5363}@media(max-width:1000px){.category-showcase-grid{grid-template-columns:repeat(2,1fr)}.kits-grid{grid-template-columns:1fr}.main-product-page{grid-template-columns:1fr;gap:34px}.main-product-info{position:static}.main-product-media{min-height:420px}}@media(max-width:620px){.category-showcase,.kits-section{padding:64px 14px}.category-showcase-grid{grid-template-columns:1fr}.category-card{min-height:150px}.kit-card{grid-template-rows:220px 1fr}.main-product-page{padding:74px 14px}.main-product-media{min-height:330px}.main-product-form,.product-reassurance{grid-template-columns:1fr}}.product-category-bar{display:flex;gap:8px;margin:-22px 0 26px;overflow:auto;padding:0 0 8px;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.product-category-bar button{flex:0 0 auto;min-height:34px;border:1px solid #d8d1dd;background:#ffffffbd;color:#17151a;padding:0 13px;font-size:8px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap}.product-category-bar button.active,.product-category-bar button:hover{background:#17151a;color:#fff;border-color:#17151a}.product-card[hidden]{display:none!important}.kit-buy-row{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:18px;padding-top:18px;border-top:1px solid #3b3440}.kit-buy-row strong{color:#fff;font-size:15px}.kit-buy-row button{border:1px solid #9b78c4;background:#9b78c4;color:#fff;padding:12px 15px;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.kit-buy-row button:disabled{opacity:.5;cursor:not-allowed}.kit-buy-row a{margin-top:0}.category-card{grid-template-rows:auto 1fr;isolation:isolate}.category-card>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.14;transition:opacity .3s,transform .4s;z-index:-1}.category-card:hover>img{opacity:.28;transform:scale(1.04)}.category-card>div{align-self:end;display:flex;flex-direction:column}.category-card strong,.category-card small{display:block}.kits-product-grid .product-card{background:#f7f5f7;color:#17151a}.kits-product-grid .product-info small{color:#776d7e}.kits-empty-state{grid-column:1/-1;padding:42px;border:1px solid #3b3440;text-align:center}.kits-empty-state strong{font-family:Oswald,sans-serif;font-size:26px;text-transform:uppercase}.kits-empty-state p{color:#bdb3c4}.main-cart-page{min-height:72vh;padding:78px 6vw 110px;background:#f7f5f7}.main-cart-header{display:grid;grid-template-columns:1fr auto;align-items:end;padding-bottom:34px;border-bottom:1px solid #dcd5df}.main-cart-header .eyebrow{grid-column:1/-1}.main-cart-header h1{margin:8px 0 0;font-family:Roboto Flex,Manrope,sans-serif;font-size:clamp(48px,7vw,92px);font-weight:760;font-stretch:85%;line-height:.9;letter-spacing:-.065em}.main-cart-header>p:last-child{margin:0;color:#746a79;font-size:11px;letter-spacing:.1em;text-transform:uppercase}.main-cart-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,390px);gap:6vw;align-items:start;margin-top:42px}.main-cart-lines{border-top:1px solid #dcd5df}.main-cart-item{display:grid;grid-template-columns:132px minmax(0,1fr) 84px auto;gap:24px;align-items:center;padding:24px 0;border-bottom:1px solid #dcd5df}.main-cart-image{display:block;aspect-ratio:1;background:#ebe7ed;overflow:hidden}.main-cart-image img{width:100%;height:100%;object-fit:cover}.main-cart-copy small{color:#8d8293;font-size:8px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.main-cart-copy h2{margin:8px 0 5px;font-size:16px;line-height:1.35}.main-cart-copy p{margin:0;color:#807684;font-size:10px}.main-cart-remove{display:inline-block;margin-top:16px;border-bottom:1px solid #8f8395;color:#746a79;font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.main-cart-quantity span{display:block;margin-bottom:7px;color:#827887;font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.main-cart-quantity input{width:72px;height:42px;border:1px solid #d4cdd7;background:#fff;padding:0 10px;text-align:center}.main-cart-line-price{font-size:13px;white-space:nowrap}.main-cart-summary{position:sticky;top:110px;padding:32px;background:#17151a;color:#fff}.main-cart-summary>.eyebrow{margin:0 0 30px;color:#c7bdcc}.main-cart-summary>div:first-of-type{display:flex;justify-content:space-between;align-items:center;padding-bottom:18px;border-bottom:1px solid #3b3540}.main-cart-summary>div:first-of-type span{font-size:11px;text-transform:uppercase}.main-cart-summary>div:first-of-type strong{font-size:20px}.main-cart-summary>p:not(.eyebrow){color:#9e95a2;font-size:10px;line-height:1.7}.main-cart-shipping{display:flex;gap:10px;align-items:center;margin:22px 0}.main-cart-shipping>span{width:8px;height:8px;background:#a979c8;border-radius:50%;box-shadow:0 0 0 5px #a979c821}.main-cart-shipping small{color:#c4bbc8;font-size:9px}.main-cart-summary .btn{width:100%;margin-top:8px}.main-cart-update{width:100%;margin-top:10px;border:1px solid #514a55;background:transparent;color:#d8d1dc;padding:12px;font-size:8px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.main-cart-continue{display:block;margin-top:22px;color:#aaa0ae;text-align:center;font-size:8px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.main-cart-empty{max-width:720px;margin:70px auto 0;text-align:center}.main-cart-empty>span{display:inline-flex;width:84px;height:84px;align-items:center;justify-content:center;border:1px solid #cfc6d3;border-radius:50%;color:#9b78c4;font-family:Oswald,sans-serif;font-size:30px}.main-cart-empty h2{margin:26px 0 10px;font-family:Oswald,sans-serif;font-size:38px;text-transform:uppercase}.main-cart-empty p{margin:0 0 28px;color:#776d7b;font-size:12px}.cart-drawer{box-shadow:-28px 0 70px #110c1438}.cart-head{padding:28px 26px;align-items:center}.cart-head small{display:block;margin-bottom:5px;color:#8a7e90;font-size:7px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.cart-head button{width:40px;height:40px;border:1px solid #d8d1dd;font-size:22px;line-height:1}.cart-items{padding:10px 26px}.cart-foot{padding:25px 26px}.cart-checkout{display:flex;align-items:center;justify-content:space-between}.cart-checkout span{font-size:16px}.cart-empty p{line-height:1.7}.cart-empty a{margin-top:10px}@media(max-width:900px){.main-cart-layout{grid-template-columns:1fr}.main-cart-summary{position:static}.main-cart-item{grid-template-columns:105px minmax(0,1fr) 76px auto}}@media(max-width:620px){.product-category-bar{margin:-12px -14px 24px;padding-left:14px;padding-right:14px}.kit-buy-row{align-items:flex-start;flex-direction:column}.main-cart-page{padding:58px 14px 74px}.main-cart-header{display:block}.main-cart-header>p:last-child{margin-top:16px}.main-cart-layout{margin-top:28px}.main-cart-item{grid-template-columns:88px minmax(0,1fr) auto;gap:14px}.main-cart-quantity{grid-column:2}.main-cart-line-price{grid-column:3;grid-row:1}.main-cart-summary{padding:25px 20px}.main-cart-empty h2{font-size:31px}}.product-art .shopify-product-image{display:block;width:100%;height:100%;padding:18px;object-fit:contain;object-position:center;background:#f1eef3;transition:transform .35s ease}.product-card:hover .shopify-product-image{transform:scale(1.02)}.main-product-media img{object-fit:contain;background:#f1eef3}@media(max-width:620px){.product-art .shopify-product-image{padding:12px}}.product-card .badge{z-index:4}.sale-badge{top:14px;left:14px;padding:8px 11px;background:#17151a;color:#fff;border:0;box-shadow:0 5px 18px #17151a38;font-size:8px;letter-spacing:.14em}.price-row{gap:12px}.product-card-price{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px}.product-card-price del{color:#978c9c;font-size:10px}.product-card-price strong{color:#17151a}.product-card-status{display:flex;align-items:center;gap:8px;margin-top:15px;padding-top:12px;border-top:1px solid #ded8e2;color:#69606e;font-size:8px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.product-card-status>span{flex:0 0 auto;width:7px;height:7px;border-radius:50%;background:#78945f;box-shadow:0 0 0 4px #78945f1f}.product-card-status.unavailable>span{background:#a36f78;box-shadow:0 0 0 4px #a36f781f}.product-rating{display:flex;align-items:center;gap:8px;margin:-2px 0 11px}.product-stars{position:relative;display:inline-block;color:#cfc6d3;font-size:12px;letter-spacing:1px;line-height:1;white-space:nowrap}.product-stars i{position:absolute;inset:0 auto 0 0;overflow:hidden;color:#9b78c4;font-style:normal;white-space:nowrap}.product-rating small{color:#837989;font-size:7px;letter-spacing:.04em;text-transform:none}.price-row form{margin:0}.add-label{display:none}.product-category-bar button [data-filter-count]{display:inline-flex;min-width:19px;height:19px;margin-left:5px;align-items:center;justify-content:center;border-radius:999px;background:#ece7ef;color:#716777;font-size:7px}.product-category-bar button.active [data-filter-count]{background:#9b78c4;color:#fff}.product-filter-status{margin:-15px 0 23px;color:#7a7080;font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.product-filter-empty{grid-column:1/-1;padding:56px 20px;border:1px solid #d9d2dc;background:#fff;text-align:center}.product-filter-empty strong{font-family:Oswald,sans-serif;font-size:26px;text-transform:uppercase}.product-filter-empty p{color:#7b7180;font-size:11px}.product-filter-empty button{border:1px solid #17151a;background:#17151a;color:#fff;padding:12px 18px;font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.cart-items{flex:1;min-height:0}.cart-foot{max-height:55vh;overflow-y:auto}.cart-upsell{display:block!important;margin-bottom:20px;padding-bottom:18px;border-bottom:1px solid #ddd6e2}.cart-upsell>small{display:block!important;margin:0 0 10px!important;color:#514758!important;font-size:8px!important;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.cart-upsell-list{display:grid!important;gap:8px}.cart-upsell article{display:grid;grid-template-columns:50px minmax(0,1fr) 32px;gap:10px;align-items:center;padding:7px;background:#f1edf3}.cart-upsell article>a{width:50px;height:50px;background:#fff}.cart-upsell article img{width:100%;height:100%;object-fit:contain}.cart-upsell article>div{display:flex;min-width:0;flex-direction:column;gap:4px}.cart-upsell article>div a{overflow:hidden;font-size:9px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.cart-upsell article strong{font-size:9px}.cart-upsell article button{width:32px;height:32px;border:0;background:#17151a;color:#fff}.cart-upsell article[hidden]{display:none}.main-cart-upsell{margin-top:86px;padding-top:52px;border-top:1px solid #dcd5df}.main-cart-upsell>div:first-child{display:flex;justify-content:space-between;align-items:end;margin-bottom:28px}.main-cart-upsell h2{margin:0;font-family:Oswald,sans-serif;font-size:clamp(30px,4vw,52px);text-transform:uppercase}.main-cart-upsell-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}@media(max-width:620px){.product-category-bar{margin-left:-14px;margin-right:-14px;padding-left:14px;padding-right:14px}.product-filter-status{margin-top:-6px}.products-section .product-grid,.kits-product-grid,.main-cart-upsell-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-card .product-art{aspect-ratio:1;height:auto}.product-art .shopify-product-image{padding:8px}.product-card .product-info{padding:12px 3px 16px}.product-card .product-info>small{font-size:7px}.product-card .product-info h3{min-height:38px;margin:6px 0 8px;font-size:12px;line-height:1.35}.product-rating{gap:5px;margin-bottom:9px}.product-rating>span{font-size:10px}.product-rating small{font-size:6px}.product-use,.product-card-status{display:none}.price-row{align-items:stretch;flex-direction:column;gap:9px}.product-card-price{min-height:19px}.price-row form,.price-row .shopify-add{width:100%}.price-row .shopify-add{height:38px;padding:0 10px;font-size:8px;letter-spacing:.08em;text-transform:uppercase}.add-label{display:inline}.add-icon{display:none}.main-cart-upsell{margin-top:58px;padding-top:38px}.main-cart-upsell>div:first-child{display:block}.main-cart-upsell h2{font-size:30px}}@media(max-width:380px){.products-section .product-grid,.kits-product-grid,.main-cart-upsell-grid{grid-template-columns:1fr}.product-card .product-info{padding-inline:0}}@media(max-width:620px){html,body{max-width:100%;overflow-x:hidden}.announcement{height:24px;padding:0 10px;font-size:6px;white-space:nowrap}.nav-wrap{height:62px;padding:0 12px}.brand-logo{width:36px;height:46px}.cart-btn,.menu-btn{min-height:36px;padding:8px;font-size:7px}.hero{height:78svh;min-height:520px}.hero-content{right:18px;bottom:34px;left:18px}.hero h1{margin:11px 0;font-size:clamp(37px,11vw,48px);line-height:.9}.hero-copy{font-size:11px;line-height:1.55}.hero-actions{margin-top:18px;gap:12px}.hero-actions .btn{padding:12px 14px}.hero-actions .text-link{font-size:8px}.hero-scroll{display:none}.eyebrow{gap:7px;font-size:7px;letter-spacing:.18em}.eyebrow span{width:16px}.trust-strip{display:flex;justify-content:flex-start;overflow-x:auto;padding:0;scroll-snap-type:x mandatory;scrollbar-width:none}.trust-strip::-webkit-scrollbar{display:none}.trust-strip article,.trust-strip article:first-child,.trust-strip article:nth-child(3),.trust-strip article:nth-child(odd){flex:0 0 190px;min-height:58px;padding:10px 12px;border-right:1px solid #e5e0e8;border-bottom:0;scroll-snap-align:start}.trust-icon{width:28px;height:28px;flex-basis:28px}.trust-strip strong{font-size:7px}.trust-strip small{font-size:6px}.products-section,.why-section,.steps,.kits-section,.faq-section{padding:44px 12px}.section-heading,.section-heading.compact{display:block;margin-bottom:22px}.section-heading h2,.kit-content h2{margin-top:10px;font-size:34px;line-height:.94}.section-heading>p{margin-top:12px;font-size:10px;line-height:1.6}.product-category-bar{gap:6px;margin:0 -12px 12px;padding:0 12px 8px}.product-category-bar button{min-height:31px;padding:0 10px;font-size:7px}.product-category-bar button [data-filter-count]{min-width:16px;height:16px;font-size:6px}.product-filter-status{margin:0 0 14px;font-size:7px}.products-section .product-grid,.kits-product-grid,.main-cart-upsell-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.product-card{box-shadow:none}.product-card:hover{transform:none;box-shadow:none}.product-card .product-art{aspect-ratio:1;height:auto}.product-art .shopify-product-image{padding:6px}.product-card .product-info{padding:10px 7px 12px}.product-card .product-info h3{min-height:34px;margin:5px 0 7px;font-size:11px}.product-rating{margin-bottom:7px}.product-card-price strong{font-size:11px}.product-card-price del{font-size:8px}.price-row{gap:7px}.price-row .shopify-add{height:34px}.sale-badge{top:7px;left:7px;padding:6px 7px;font-size:6px}.why-grid,.step-grid{display:flex;gap:10px;overflow-x:auto;margin-right:-12px;padding-right:12px;scroll-snap-type:x mandatory;scrollbar-width:none}.why-grid::-webkit-scrollbar,.step-grid::-webkit-scrollbar{display:none}.why-grid article,.step-grid article,.step-grid article:first-child{flex:0 0 78vw;min-height:0;padding:20px 18px;scroll-snap-align:start}.why-grid article:before,.step-grid article:before{left:18px}.why-grid h3{min-height:0;margin:20px 0 9px;font-size:18px}.why-grid p,.step-grid p{font-size:10px;line-height:1.65}.step-icon{margin:15px 0;font-size:24px}.step-grid h3{margin-bottom:8px;font-size:20px}.kits-section .section-heading{margin-bottom:20px}.kits-empty-state{padding:26px 14px}.kits-empty-state strong{font-size:20px}.faq-list summary{min-height:48px;padding:14px 2px;font-size:13px}.faq-list summary span{width:28px;height:28px;flex-basis:28px}.faq-list details p{padding:0 4px 15px;font-size:10px;line-height:1.7}.newsletter{display:block;padding:40px 14px}.newsletter h2{margin:10px 0;font-size:32px}.newsletter>p:not(.eyebrow){font-size:10px}.newsletter form{margin-top:18px}.newsletter input{min-height:44px;padding:11px}.newsletter button{min-height:42px;padding:10px}.newsletter small{display:block;margin-top:10px;line-height:1.5}footer{padding:28px 14px;gap:14px}.footer-copy{width:calc(100% - 70px)}footer .footer-links{gap:10px!important;font-size:7px}.main-product-page{gap:24px;padding:58px 12px 48px}.main-product-media{min-height:0;aspect-ratio:1}.main-product-info h1{margin:10px 0 14px;font-size:34px}.main-product-price{margin-bottom:18px;font-size:18px}.main-product-info .rte{font-size:12px;line-height:1.7}.main-product-form{gap:8px;margin:22px 0}.main-product-form input,.main-product-form select{min-height:42px}.product-reassurance{grid-template-columns:1fr 1fr;gap:8px}.product-reassurance span{font-size:7px}.main-cart-page{padding:48px 12px 60px}.main-cart-header h1{font-size:43px}.main-cart-layout{gap:26px;margin-top:22px}.main-cart-item{grid-template-columns:72px minmax(0,1fr) auto;gap:10px;padding:14px 0}.main-cart-copy h2{margin:5px 0;font-size:12px}.main-cart-remove{margin-top:8px}.main-cart-quantity input{width:60px;height:36px}.main-cart-summary{padding:20px 16px}.main-cart-summary>.eyebrow{margin-bottom:20px}.main-cart-upsell{margin-top:42px;padding-top:30px}.main-cart-upsell h2{font-size:26px}.cart-head{padding:18px}.cart-items{padding:6px 18px}.cart-foot{padding:16px 18px}.cart-item{grid-template-columns:58px 1fr auto;padding:10px 0}.cart-item-img{width:58px;height:64px}.cart-upsell article{grid-template-columns:44px minmax(0,1fr) 30px}.cart-upsell article>a{width:44px;height:44px}}@media(max-width:360px){.products-section .product-grid,.kits-product-grid,.main-cart-upsell-grid{grid-template-columns:1fr}.product-card .product-info{padding:12px 4px}.why-grid article,.step-grid article,.step-grid article:first-child{flex-basis:84vw}}.product-packaging-note{margin:10px 0 0;color:#8a808f;font-size:7px;line-height:1.45}.main-product-packaging{margin:-8px 0 22px;padding:12px 14px;border-left:3px solid #9b78c4;background:#eee9f1;color:#5f5565;font-size:10px;line-height:1.6}.cart-packaging{grid-column:2/-1;display:flex;flex-wrap:wrap;gap:7px;margin:2px 0 0;padding:12px;border:1px solid #d9d1dd;background:#f3eff5}.cart-packaging legend{width:100%;padding:0;color:#3a323e;font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.cart-packaging legend span{margin-left:6px;color:#9b78c4;font-size:6px}.cart-packaging label{cursor:pointer}.cart-packaging input{position:absolute;opacity:0;pointer-events:none}.cart-packaging label>span{display:inline-flex;min-height:34px;align-items:center;border:1px solid #cec5d2;background:#fff;padding:0 13px;color:#5f5564;font-size:8px;font-weight:800;text-transform:uppercase}.cart-packaging input:checked+span{border-color:#17151a;background:#17151a;color:#fff}.cart-packaging input:focus-visible+span{outline:2px solid #9b78c4;outline-offset:2px}.cart-packaging>small{display:none;width:100%;color:#a03f52;font-size:7px}.cart-packaging.needs-choice>small{display:block}.cart-choice-warning{margin:10px 0 0;color:#e2b9c1;font-size:8px;line-height:1.5;text-align:center}.cart-choice-warning[hidden]{display:none}.main-cart-summary button[name=checkout]:disabled{cursor:not-allowed;opacity:.42}.cart-item .cart-packaging.compact{grid-column:1/-1;margin-top:0;padding:9px}.cart-item .cart-packaging.compact legend{font-size:7px}.cart-item .cart-packaging.compact label>span{min-height:30px;padding:0 10px;font-size:7px}.main-cart-quantity input:disabled{cursor:wait;opacity:.55}@media(max-width:620px){.product-packaging-note{font-size:6px}.main-product-packaging{margin-top:-4px;padding:10px 12px;font-size:9px}.main-cart-item .cart-packaging{grid-column:1/-1}.cart-packaging{padding:10px}.cart-packaging label{flex:1}.cart-packaging label>span{width:100%;justify-content:center;padding:0 8px}.cart-choice-warning{font-size:7px}}@media(max-width:820px){.nav-wrap.menu-open{transform:none!important;background:#17151a!important;color:#fff!important;border-bottom-color:#342d39!important}.nav-wrap.menu-open .brand-logo{filter:brightness(0) invert(1)!important}.nav-wrap.menu-open nav{z-index:50;top:100%;max-height:calc(100svh - 62px);overflow-y:auto;background:#17151a!important;color:#fff!important;border-top:1px solid #342d39!important;padding:12px 18px 18px!important;box-shadow:0 18px 35px #0f0b1259!important}.nav-wrap.menu-open nav a{display:block!important;opacity:1!important;color:#fff!important;padding:14px 2px!important;border-bottom:1px solid #302a34;font-size:11px!important;line-height:1.2}.nav-wrap.menu-open nav a:last-child{border-bottom:0}.nav-wrap.menu-open nav a.active,.nav-wrap.menu-open nav a:hover{color:#c8a3e2!important}.nav-wrap.menu-open .menu-btn,.nav-wrap.menu-open .cart-btn{border-color:#665b6e!important;background:#241f29!important;color:#fff!important}}.product-information{margin:26px 0;border-top:1px solid #dcd5df}.product-information details{border-bottom:1px solid #dcd5df}.product-information summary{display:flex;min-height:48px;align-items:center;justify-content:space-between;cursor:pointer;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.product-information summary span{color:#9b78c4;font-size:17px}.product-information details[open] summary span{transform:rotate(45deg)}.product-information details>div{padding:0 0 16px;color:#706677;font-size:11px;line-height:1.75}.mobile-sticky-buy{display:none}.kit-card-details{display:flex;flex-direction:column;gap:5px;margin:0 0 10px;padding:9px 10px;background:#eee8f1}.kit-card-details span{color:#6f6475;font-size:8px;line-height:1.45}.kit-card-details strong{color:#7e53a2;font-size:9px;text-transform:uppercase}.main-shipping-goal{display:block!important;margin:18px 0}.main-shipping-goal>div{height:5px;overflow:hidden;background:#3b3540}.main-shipping-goal>div span{display:block;height:100%;background:#9b78c4}.main-shipping-goal small{display:block;margin-top:8px;color:#c5bbc9;font-size:8px}.predictive-search-panel form{display:grid;grid-template-columns:1fr auto;gap:0;max-width:900px}.predictive-search-panel label{grid-column:1/-1}.predictive-search-panel form button{border:0;background:#9b78c4;color:#fff;padding:0 20px;font-size:8px;font-weight:800;text-transform:uppercase}.predictive-results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-width:900px;margin-top:18px}.predictive-result{display:grid;grid-template-columns:58px 1fr auto;gap:12px;align-items:center;padding:8px;background:#28232d;color:#fff}.predictive-result img{width:58px;height:58px;object-fit:contain;background:#fff}.predictive-result span{display:flex;min-width:0;flex-direction:column}.predictive-result small{color:#a89daf;font-size:7px;text-transform:uppercase}.predictive-result strong{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.predictive-result b{font-size:9px}.search-loading{color:#b8acbd;font-size:10px}.footer-trust-nav{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #ddd6e2;background:#f7f5f7}.footer-trust-nav a{display:flex;min-height:82px;flex-direction:column;justify-content:center;padding:16px 2vw;border-right:1px solid #ddd6e2}.footer-trust-nav a:last-child{border:0}.footer-trust-nav strong{font-size:9px;letter-spacing:.08em;text-transform:uppercase}.footer-trust-nav span{margin-top:5px;color:#807686;font-size:8px}@media(max-width:620px){body.template-product{padding-bottom:68px}.mobile-sticky-buy{position:fixed;z-index:19;right:0;bottom:0;left:0;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;padding:10px 12px;background:#17151a;color:#fff;box-shadow:0 -8px 25px #120d1533}.mobile-sticky-buy>div{display:flex;min-width:0;flex-direction:column}.mobile-sticky-buy small{overflow:hidden;color:#aaa0ae;font-size:7px;text-overflow:ellipsis;white-space:nowrap}.mobile-sticky-buy strong{font-size:12px}.mobile-sticky-buy button{min-height:42px;border:0;background:#9b78c4;color:#fff;padding:0 16px;font-size:8px;font-weight:800;text-transform:uppercase}.product-information{margin:20px 0}.product-information summary{min-height:43px;font-size:8px}.product-information details>div{font-size:10px}.kit-card-details{padding:7px}.kit-card-details span{font-size:6px}.kit-card-details strong{font-size:7px}.nav-actions .icon-btn{display:grid;width:32px;height:36px;place-items:center}.nav-actions .icon-btn svg{width:16px}.predictive-search-panel{padding:72px 12px 18px}.predictive-search-panel label{font-size:18px}.predictive-search-panel form{grid-template-columns:1fr}.predictive-search-panel form button{min-height:40px;margin-top:8px}.predictive-results{grid-template-columns:1fr;max-height:55svh;overflow-y:auto}.predictive-result{grid-template-columns:48px 1fr auto}.predictive-result img{width:48px;height:48px}.footer-trust-nav{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.footer-trust-nav a{flex:0 0 170px;min-height:68px;padding:12px 14px;scroll-snap-align:start}.footer-trust-nav strong{font-size:8px}}.kits-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));max-width:1320px;margin-inline:auto}.kits-product-grid .product-card{height:100%;overflow:hidden}.kits-product-grid .product-info{padding:22px 20px 26px}@media(max-width:900px){.kits-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.kits-product-grid{grid-template-columns:1fr;gap:18px}.kits-product-grid .product-info{padding:18px 16px 22px}}.kits-section{background:#050505}.kits-product-grid .product-card{background:#0b0b0b;color:#fff;border-color:#292929}.kits-product-grid .product-art,.kits-product-grid .product-art .shopify-product-image{background:#050505}.kits-product-grid .product-info>small,.kits-product-grid .product-use,.kits-product-grid .product-card-status{color:#c9c9c9}.kits-product-grid .product-info h3,.kits-product-grid .product-card-price strong{color:#fff}.kits-product-grid .price-row,.kits-product-grid .product-card-status{border-color:#343434}.kits-product-grid .kit-card-details{background:#181818}.kits-product-grid .kit-card-details span{color:#d1d1d1}.kits-product-grid .price-row button{border-color:#fff;color:#fff}.kits-product-grid .price-row button:hover{background:#fff;color:#080808}
/*# sourceMappingURL=/cdn/shop/t/23/assets/theme.css.map */
