@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap";:root{--bg:#f4f4f0;--paper:#fbfbf8;--ink:#101010;--muted:#70706a;--line:#deded7;--card:#fff;--acid:#c7ff55;--radius:28px;--shadow:0 25px 80px rgba(0,0,0,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:DM Sans,sans-serif;overflow-x:hidden}body:before{content:"";position:fixed;z-index:-3;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 15% 10%,rgba(255,255,255,.95),transparent 30%),radial-gradient(circle at 85% 35%,rgba(220,225,210,.55),transparent 28%),linear-gradient(180deg,#f8f8f4,#f1f1ed)}body:after{content:"";position:fixed;z-index:-2;top:0;right:0;bottom:0;left:0;opacity:.22;pointer-events:none;background-image:radial-gradient(rgba(0,0,0,.16) .55px,transparent .55px);background-size:5px 5px;-webkit-mask-image:linear-gradient(to bottom,black,transparent 70%);mask-image:linear-gradient(to bottom,black,transparent 70%)}a{color:inherit;text-decoration:none}button,input{font:inherit}.tc-scroll-progress{position:fixed;z-index:100;left:0;top:0;width:100%;height:2px;background:var(--acid);transform-origin:left center;transform:scaleX(0);box-shadow:0 0 14px #c7ff5599}.tc-header{position:fixed;z-index:50;top:0;left:0;right:0;background:#f8f8f48c;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid transparent;transition:.35s}.tc-header.is-scrolled{background:#f8f8f4e0;border-color:var(--line);box-shadow:0 8px 35px #0000000a}.tc-header__inner{max-width:1320px;margin:auto;padding:18px 28px;display:flex;align-items:center;justify-content:space-between;gap:30px}.tc-logo{display:flex;align-items:center;gap:10px;font:700 18px Space Grotesk}.tc-logo>span:last-child>span{opacity:.42}.tc-logo__mark{display:grid;place-items:center;width:33px;height:33px;border-radius:10px;background:var(--ink);color:var(--acid);font-size:16px}.tc-nav{display:flex;gap:32px;font-size:13px;font-weight:700}.tc-nav a{opacity:.65;position:relative}.tc-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:1px;background:var(--ink);transition:.25s}.tc-nav a:hover{opacity:1}.tc-nav a:hover:after{right:0}.tc-header__actions{display:flex;align-items:center;gap:17px}.tc-icon{font-size:24px}.tc-cart{display:flex;gap:8px;align-items:center;font-size:13px;font-weight:700}.tc-cart b{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:var(--ink);color:#fff;font-size:10px}.tc-menu{display:none;border:0;background:none;padding:5px}.tc-menu span{display:block;width:22px;height:2px;background:var(--ink);margin:4px 0;transition:.25s}.tc-hero{min-height:850px;display:grid;align-items:center;position:relative;overflow:hidden;padding:145px 6% 90px;background:linear-gradient(135deg,#edede8,#f7f7f3 55%,#e8e9e3)}.tc-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(115deg,transparent 30%,rgba(255,255,255,.8) 50%,transparent 70%);transform:translate(-120%);animation:shine 11s ease-in-out infinite}.tc-hero__noise{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.18;background-image:radial-gradient(#111 .5px,transparent .5px);background-size:7px 7px;-webkit-mask-image:linear-gradient(to bottom,black,transparent 80%);mask-image:linear-gradient(to bottom,black,transparent 80%)}.tc-hero__glow{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none}.tc-hero__glow--a{width:360px;height:360px;background:#c7ff5547;right:12%;top:18%}.tc-hero__glow--b{width:220px;height:220px;background:#ffffffe6;left:4%;bottom:4%}.tc-hero__grid{max-width:1320px;width:100%;margin:auto;display:grid;grid-template-columns:1fr .9fr;gap:70px;align-items:center;position:relative;z-index:1}.tc-eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:10px;font-weight:800;color:#74746d;display:flex;gap:9px;align-items:center}.tc-eyebrow span{display:inline-block;width:25px;height:1px;background:currentColor}.tc-eyebrow--light{color:#999}.tc-hero h1{font:700 clamp(54px,7.2vw,104px)/.9 "Space Grotesk";letter-spacing:-.065em;max-width:850px;margin:25px 0}.tc-hero h1 em{font-style:normal;color:#777770}.tc-hero p{font-size:17px;line-height:1.7;color:#62625d;max-width:590px}.tc-hero__buttons{display:flex;gap:12px;flex-wrap:wrap;margin:31px 0}.tc-btn{display:inline-flex;align-items:center;justify-content:center;gap:25px;padding:16px 21px;border-radius:99px;font-weight:800;font-size:13px;transition:transform .25s,box-shadow .25s,background .25s}.tc-btn--primary{background:var(--ink);color:#fff}.tc-btn--primary:hover{box-shadow:0 16px 40px #0000002e}.tc-btn--ghost{border:1px solid #c9c9c1;background:#ffffff4d}.tc-btn--ghost:hover{background:#fff}.tc-btn--light{background:#fff;color:var(--ink)}.tc-trust{display:flex;gap:27px;margin-top:45px}.tc-trust div{display:grid;grid-template-columns:auto 1fr;column-gap:9px}.tc-trust__icon{grid-row:span 2;display:grid;place-items:center;width:30px;height:30px;border:1px solid #cfcfc7;border-radius:50%;font-size:12px}.tc-trust strong{font:700 11px Space Grotesk}.tc-trust small{color:#85857e;font-size:9px;margin-top:3px}.tc-hero__visual{min-height:520px;display:grid;place-items:center;position:relative}.tc-hero__backplate{position:absolute;width:440px;height:440px;border-radius:50%;background:linear-gradient(145deg,#ffffffe6,#d7d8d18c);box-shadow:inset 0 0 0 1px #fffc,0 50px 120px #00000014;animation:breathe 6s ease-in-out infinite}.tc-hero-product{width:min(430px,90%);background:#111111f5;color:#fff;border-radius:34px;padding:20px;box-shadow:0 45px 100px #00000038;transform:rotate(2.5deg);transition:transform .5s;position:relative;z-index:2}.tc-hero-product:hover{transform:rotate(0) translateY(-7px)}.tc-hero-product__top,.tc-hero-product__bottom{display:flex;justify-content:space-between;align-items:center}.tc-hero-product__top{font:700 9px Space Grotesk;letter-spacing:.14em;color:#a9a9a2}.tc-hero-product__top b{font-size:8px;color:var(--acid);letter-spacing:.1em}.tc-hero-product__image{height:355px;border-radius:24px;margin:15px 0;overflow:hidden;background:linear-gradient(145deg,#e8e8e3,#bfc0b9);display:grid;place-items:center}.tc-hero-product__image img{width:100%;height:100%;object-fit:cover;transition:transform .8s}.tc-hero-product:hover .tc-hero-product__image img{transform:scale(1.04)}.tc-hero-placeholder{font:700 40px/1 Space Grotesk;letter-spacing:-.06em;color:#111;text-align:center}.tc-hero-placeholder span{display:block;color:#555}.tc-hero-product__bottom{padding:4px 3px}.tc-hero-product__bottom small{display:block;color:#85857d;font:700 8px Space Grotesk;letter-spacing:.13em;margin-bottom:5px}.tc-hero-product__bottom strong{display:block;font:600 14px Space Grotesk;max-width:260px}.tc-hero-product__bottom a{border:1px solid #444;border-radius:99px;padding:9px 12px;font-size:10px}.tc-floating-pill{position:absolute;z-index:3;background:#ffffffe0;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.9);padding:12px 15px;border-radius:99px;box-shadow:0 20px 45px #0000001f;font-size:10px;font-weight:800;animation:float 5s ease-in-out infinite}.tc-floating-pill span{color:#8a8a82;margin-right:5px}.tc-floating-pill--a{top:95px;right:-2px}.tc-floating-pill--b{bottom:70px;left:0;animation-delay:-2s}.tc-hero__scroll{position:absolute;bottom:28px;left:50%;transform:translate(-50%);font-size:9px;text-transform:uppercase;letter-spacing:.15em;color:#888;display:flex;align-items:center;gap:12px}.tc-hero__scroll i{display:block;width:1px;height:28px;background:#aaa}.tc-marquee{overflow:hidden;background:var(--ink);color:#fff;padding:17px 0}.tc-marquee__track{display:flex;width:max-content;gap:25px;align-items:center;animation:marquee 26s linear infinite;font:700 11px Space Grotesk;letter-spacing:.14em}.tc-marquee i{color:var(--acid)}.tc-section,.tc-categories,.tc-reviews{max-width:1320px;margin:auto;padding:120px 28px}.tc-section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:45px}.tc-section h2,.tc-categories h2,.tc-reviews h2,.tc-newsletter h2{font:700 clamp(42px,5.2vw,70px)/.94 "Space Grotesk";letter-spacing:-.06em;margin:15px 0 0}.tc-section h2 em,.tc-categories h2 em,.tc-reviews h2 em,.tc-newsletter h2 em{font-style:normal;color:#77776f}.tc-text-link{font-size:12px;font-weight:800;border-bottom:1px solid;padding-bottom:4px}.tc-text-link span{margin-left:10px}.tc-products{display:grid;grid-template-columns:repeat(4,1fr);gap:23px}.tc-product{min-width:0;transform:perspective(1000px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg));transition:transform .25s ease}.tc-product__image{height:335px;background:#e9e9e4;border-radius:var(--radius);display:block;position:relative;overflow:hidden}.tc-product__image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,transparent 20%,rgba(255,255,255,.38) 45%,transparent 65%);transform:translate(-120%);transition:.8s}.tc-product__image img{width:100%;height:100%;object-fit:cover;transition:transform .65s cubic-bezier(.2,.7,.2,1)}.tc-product:hover .tc-product__image img{transform:scale(1.07)}.tc-badge{position:absolute;left:14px;top:14px;z-index:2;padding:8px 11px;background:#fff;border-radius:99px;font-size:8px;font-weight:900;letter-spacing:.1em}.tc-badge--new{background:var(--acid)}.tc-product__view{position:absolute;z-index:3;right:14px;bottom:14px;left:14px;background:#111111eb;color:#fff;border-radius:99px;padding:12px 15px;display:flex;justify-content:space-between;opacity:0;transform:translateY(8px);transition:.3s;font-size:10px;font-weight:800}.tc-product__info{padding:16px 4px}.tc-stars{font-size:9px;letter-spacing:2px}.tc-stars span{letter-spacing:0;color:#777;margin-left:4px}.tc-product h3{font:600 16px Space Grotesk;margin:9px 0}.tc-price{display:flex;align-items:center;gap:10px}.tc-price strong{font-size:14px}.tc-price del{font-size:11px;color:#8c8c85}.tc-empty-state{grid-column:1/-1;padding:50px;border:1px dashed #bbb;border-radius:24px;text-align:center;color:#777}.tc-feature{max-width:1320px;margin:10px auto 110px;padding:80px 7%;border-radius:38px;background:linear-gradient(135deg,#101010,#1c1c1b);color:#fff;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:end;position:relative;overflow:hidden}.tc-feature:before{content:"";position:absolute;width:450px;height:450px;border-radius:50%;background:var(--acid);filter:blur(110px);opacity:.12;right:-100px;top:-150px}.tc-feature h2{font:700 clamp(44px,5vw,70px)/.93 "Space Grotesk";letter-spacing:-.06em;margin:18px 0}.tc-feature h2 em{font-style:normal;color:#8e8e87}.tc-feature p{color:#aaa;line-height:1.7;max-width:520px;margin-bottom:30px}.tc-feature__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.tc-feature__stats div{border-top:1px solid #ffffff25;padding-top:18px}.tc-feature__stats strong{display:block;color:var(--acid);font:700 12px Space Grotesk;margin-bottom:10px}.tc-feature__stats span{font-size:12px;line-height:1.5;color:#ccc}.tc-category-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}.tc-category{min-height:225px;border-radius:var(--radius);padding:25px;display:flex;flex-direction:column;justify-content:end;background:linear-gradient(145deg,#e5e5df,#d9d9d2);transition:.4s;position:relative;overflow:hidden}.tc-category:before{content:"";position:absolute;width:140px;height:140px;border-radius:50%;background:#fff;filter:blur(35px);right:-35px;top:-35px;opacity:.65}.tc-category:hover{transform:translateY(-7px);box-shadow:var(--shadow)}.tc-category span,.tc-category b{position:relative}.tc-category span{font:600 27px Space Grotesk}.tc-category b{font-size:11px;margin-top:14px}.tc-category--dark{background:#161616;color:#fff}.tc-category--dark:before{background:var(--acid);opacity:.15}.tc-category--wide{grid-column:span 2;background:var(--acid)}.tc-reviews{text-align:center}.tc-reviews>.tc-eyebrow{justify-content:center}.tc-review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:48px}.tc-review-grid blockquote{margin:0;text-align:left;background:#ffffffb8;border:1px solid rgba(0,0,0,.06);border-radius:25px;padding:30px;font:500 16px/1.6 Space Grotesk;box-shadow:0 15px 50px #00000009}.tc-review-grid blockquote:before{content:"\2605\2605\2605\2605\2605";display:block;letter-spacing:4px;font-size:10px;margin-bottom:20px}.tc-review-grid cite{display:block;font:500 10px DM Sans;color:#777;margin-top:30px}.tc-newsletter{max-width:1320px;margin:0 auto 110px;padding:75px 7%;border-radius:38px;background:linear-gradient(135deg,#e0e0d9,#d5d5cd);display:flex;justify-content:space-between;align-items:end;gap:50px;position:relative;overflow:hidden}.tc-newsletter:after{content:"";position:absolute;width:300px;height:300px;background:#c7ff5559;filter:blur(80px);right:-100px;bottom:-100px}.tc-newsletter p{color:#666;max-width:480px}.tc-newsletter__form{display:flex;background:#fff;padding:6px;border-radius:99px;width:min(470px,100%);position:relative;z-index:1}.tc-newsletter__form input{border:0;outline:0;background:transparent;padding:13px 17px;flex:1;min-width:0}.tc-newsletter__form button{border:0;background:var(--ink);color:#fff;border-radius:99px;padding:0 22px;font-weight:800;cursor:pointer}.tc-footer{background:#101010;color:#fff;padding:75px 28px 25px}.tc-footer__top{max-width:1320px;margin:auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:50px;padding-bottom:60px}.tc-logo--footer{color:#fff}.tc-footer p{color:#888;max-width:300px;line-height:1.6;font-size:13px}.tc-footer h4{font:600 12px Space Grotesk;margin:0 0 18px;color:#aaa}.tc-footer__top>div:not(:first-child) a{display:block;font-size:12px;color:#ddd;margin:10px 0;transition:.2s}.tc-footer__top>div:not(:first-child) a:hover{color:var(--acid);transform:translate(3px)}.tc-footer__bottom{max-width:1320px;margin:auto;border-top:1px solid #ffffff15;padding-top:22px;display:flex;justify-content:space-between;color:#666;font-size:10px}.reveal{opacity:1;transform:none;animation:tcReveal .8s cubic-bezier(.2,.7,.2,1) both;transition:opacity .8s cubic-bezier(.2,.7,.2,1),transform .8s cubic-bezier(.2,.7,.2,1)}.reveal.visible{opacity:1;transform:none}.reveal--delay{transition-delay:.15s}@keyframes tcReveal{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:none}}@keyframes tcPulse{50%{box-shadow:0 0 0 9px #c7ff5500}}@keyframes float{50%{transform:translateY(-12px)}}@keyframes breathe{50%{transform:scale(1.03)}}@keyframes shine{0%,55%{transform:translate(-120%)}75%,to{transform:translate(120%)}}@keyframes marquee{to{transform:translate(-50%)}}@media(max-width:980px){.tc-nav{display:flex;position:fixed;top:70px;left:18px;right:18px;padding:25px;background:#fffffff5;border:1px solid var(--line);border-radius:22px;box-shadow:0 30px 80px #0000001f;flex-direction:column;gap:20px;opacity:0;pointer-events:none;transform:translateY(-8px);transition:.25s}.tc-nav.is-open{opacity:1;pointer-events:auto;transform:none}.tc-menu{display:block}.tc-menu.is-open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.tc-menu.is-open span:nth-child(2){opacity:0}.tc-menu.is-open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.tc-hero__grid{grid-template-columns:1fr}.tc-hero{padding-top:130px}.tc-hero__visual{margin-top:20px}.tc-products{grid-template-columns:repeat(2,1fr)}.tc-feature{grid-template-columns:1fr}.tc-category-grid{grid-template-columns:1fr 1fr}.tc-category--wide{grid-column:span 2}.tc-review-grid{grid-template-columns:1fr}.tc-newsletter{flex-direction:column;align-items:flex-start}.tc-footer__top{grid-template-columns:1fr 1fr}}@media(max-width:600px){.tc-offer--premium{grid-template-columns:1fr;margin-left:18px;margin-right:18px}.tc-offer__copy{padding:42px 28px 25px}.tc-offer__product{padding:20px 28px 38px}.tc-offer__headline-row{align-items:flex-start}.tc-offer__seal{width:78px;height:78px}.tc-offer h2{font-size:55px}.tc-offer__product-card{transform:none}.tc-offer__trust{gap:8px}.tc-header__inner{padding:15px 18px}.tc-header__actions{gap:12px}.tc-hero{padding:115px 20px 75px;min-height:auto}.tc-hero h1{font-size:52px}.tc-hero p{font-size:15px}.tc-trust{gap:15px;flex-direction:column}.tc-trust div{max-width:220px}.tc-hero__visual{min-height:430px}.tc-hero__backplate{width:310px;height:310px}.tc-hero-product{width:94%}.tc-hero-product__image{height:285px}.tc-floating-pill--a{right:-4px;top:45px}.tc-floating-pill--b{left:-5px;bottom:35px}.tc-section,.tc-categories,.tc-reviews{padding:80px 18px}.tc-section-head{align-items:flex-start;flex-direction:column}.tc-products{column-gap:18px!important;row-gap:28px!important}.tc-product__image{height:220px;border-radius:19px}.tc-product__view{opacity:1;transform:none;padding:10px 12px}.tc-feature{margin:0 18px 75px;padding:48px 27px}.tc-feature__stats{grid-template-columns:1fr}.tc-newsletter{margin:0 18px 75px;padding:48px 25px}.tc-newsletter__form{width:100%}.tc-newsletter__form button{padding:0 14px}.tc-category-grid{grid-template-columns:1fr}.tc-category--wide{grid-column:auto}.tc-footer__top{grid-template-columns:1fr 1fr;gap:35px}.tc-footer__top>div:first-child{grid-column:span 2}.tc-footer__bottom{flex-direction:column;gap:8px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}.tc-offer{max-width:1320px;margin:70px auto 30px;padding:0 28px}.tc-offer--premium{min-height:520px;border-radius:36px;background:linear-gradient(118deg,#111,#171817 55%,#20221d);color:#fff;position:relative;overflow:hidden;display:grid;grid-template-columns:1.1fr .9fr;align-items:stretch;box-shadow:0 35px 100px #00000021}.tc-offer__texture{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.18;background-image:linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px);background-size:42px 42px;-webkit-mask-image:linear-gradient(90deg,black,transparent 80%);mask-image:linear-gradient(90deg,black,transparent 80%)}.tc-offer__glow{position:absolute;border-radius:50%;filter:blur(70px);pointer-events:none}.tc-offer__glow--1{width:300px;height:300px;background:#c7ff5538;right:18%;top:-130px}.tc-offer__glow--2{width:240px;height:240px;background:#ffffff12;left:35%;bottom:-150px}.tc-offer__copy{position:relative;z-index:2;padding:60px 10px 55px 65px;display:flex;flex-direction:column;justify-content:center}.tc-offer__topline{display:flex;align-items:center;gap:10px;color:#aaa;font:800 9px Space Grotesk;letter-spacing:.15em;margin-bottom:28px}.tc-live-dot{width:7px;height:7px;border-radius:50%;background:var(--acid);box-shadow:0 0 0 5px #c7ff551a;animation:tcPulse 2s infinite}.tc-offer__line{height:1px;width:45px;background:#444}.tc-offer__headline-row{display:flex;align-items:center;gap:35px}.tc-offer h2{font:700 clamp(55px,7vw,92px)/.82 "Space Grotesk";letter-spacing:-.075em;margin:14px 0 22px}.tc-offer h2 strong{color:var(--acid)}.tc-offer p{max-width:560px;color:#a9aaa3;font-size:15px;line-height:1.7;margin:0 0 28px}.tc-offer__seal{width:105px;height:105px;border:1px solid rgba(199,255,85,.45);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:rotate(8deg);box-shadow:inset 0 0 35px #c7ff550f,0 20px 50px #0000004d;flex:none}.tc-offer__seal b{font:800 31px/1 Space Grotesk;color:var(--acid)}.tc-offer__seal span{font:800 10px/1 Space Grotesk;letter-spacing:.18em;margin-top:5px}.tc-offer__seal small{font:700 7px;color:#888;margin-top:5px;letter-spacing:.18em}.tc-offer__cta{width:max-content;box-shadow:0 15px 35px #00000038}.tc-offer__trust{display:flex;gap:18px;flex-wrap:wrap;margin-top:25px;color:#777;font-size:9px}.tc-offer__trust span{border:1px solid #30312e;padding:7px 9px;border-radius:99px}.tc-offer__product{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;padding:35px 55px 35px 10px}.tc-offer__product-card{display:block;width:min(410px,100%);background:#f4f4ef;color:#101010;border-radius:28px;padding:13px;box-shadow:0 35px 90px #00000061;transform:rotate(2deg);transition:transform .45s,box-shadow .45s;position:relative}.tc-offer__product-card:hover{transform:rotate(0) translateY(-8px);box-shadow:0 45px 100px #0000007a}.tc-offer__product-card,.tc-offer__product-card h3,.tc-offer__product-card .tc-price,.tc-offer__product-card .tc-price strong,.tc-offer__product-card .tc-price del{color:#101010!important}.tc-offer__product-card .tc-offer__info small{color:#555!important}.tc-offer__product-label{display:flex;justify-content:space-between;align-items:center;padding:7px 8px 12px;font:800 8px Space Grotesk;letter-spacing:.12em}.tc-offer__product-label b{background:var(--acid);padding:7px 9px;border-radius:99px}.tc-offer__image{height:285px;border-radius:20px;overflow:hidden;background:linear-gradient(145deg,#e8e8e3,#c5c6bf);display:grid;place-items:center}.tc-offer__image img{width:100%;height:100%;object-fit:cover;transition:transform .6s}.tc-offer__product-card:hover .tc-offer__image img{transform:scale(1.055)}.tc-offer__info{display:flex;justify-content:space-between;gap:15px;align-items:end;padding:16px 6px 8px}.tc-offer__info small{font:800 8px Space Grotesk;letter-spacing:.12em;color:#888}.tc-offer__info h3{font:600 15px Space Grotesk;margin:6px 0 0;max-width:230px}.tc-offer__info .tc-price{white-space:nowrap}.tc-offer__view{margin:5px 2px 2px;background:var(--ink);color:#fff;border-radius:99px;padding:12px 15px;display:flex;justify-content:space-between;font-size:10px;font-weight:800}.tc-offer__empty .tc-offer__image{height:285px}.tc-offer--premium+.tc-section{padding-top:90px}body{background:#f0f0eb}body:before{background:radial-gradient(circle at 8% 18%,rgba(255,255,255,.95),transparent 25%),radial-gradient(circle at 92% 48%,rgba(211,220,198,.48),transparent 26%),linear-gradient(180deg,#f7f7f3,#edede8)}.tc-marquee{position:relative;border-top:1px solid #2a2a2a;border-bottom:1px solid #2a2a2a;white-space:nowrap}.tc-marquee:before,.tc-marquee:after{content:"";position:absolute;z-index:2;top:0;bottom:0;width:90px;pointer-events:none}.tc-marquee:before{left:0;background:linear-gradient(90deg,#101010,transparent)}.tc-marquee:after{right:0;background:linear-gradient(270deg,#101010,transparent)}.tc-marquee__track{display:flex;width:max-content;animation:tcMarqueeV5 28s linear infinite!important;will-change:transform;transform:translateZ(0)}.tc-marquee__group{display:flex;align-items:center;gap:25px;flex:none;padding-right:25px}.tc-marquee:hover .tc-marquee__track{animation-play-state:paused!important}.tc-marquee span{transition:color .25s}.tc-marquee span:hover{color:var(--acid)}@keyframes tcMarqueeV5{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}.tc-hero--pro{isolation:isolate}.tc-hero--pro:after{content:"TOPCHOICE / 2026";position:absolute;right:32px;bottom:28px;writing-mode:vertical-rl;font:700 8px Space Grotesk;letter-spacing:.18em;color:#8b8b84;opacity:.8}.tc-products-section{position:relative}.tc-products-section:before{content:"01";position:absolute;right:34px;top:55px;font:700 110px/.8 Space Grotesk;letter-spacing:-.08em;color:#111;opacity:.035;pointer-events:none}.tc-products{grid-template-columns:repeat(4,1fr);gap:34px}.tc-product{grid-column:span 1!important;transform:none!important}.tc-product__image{height:335px;aspect-ratio:1/1}.tc-product__image img{width:100%;height:100%;object-fit:cover}.tc-product__image{border-radius:22px;background:linear-gradient(145deg,#e5e5df,#f8f8f4);box-shadow:0 14px 35px #0000000b}.tc-product__image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(130deg,transparent 45%,rgba(255,255,255,.65) 50%,transparent 55%);transform:translate(-120%);transition:transform .8s}.tc-product:hover .tc-product__image:after{transform:translate(120%)}.tc-product__info{padding:16px 3px 0}.tc-product h3{font-size:18px;letter-spacing:-.02em}.tc-product__view{position:absolute;right:14px;bottom:14px;padding:9px 12px;border-radius:99px;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:10px;font-weight:800;opacity:0;transform:translateY(8px);transition:.3s;z-index:3}.tc-product:hover .tc-product__view{opacity:1;transform:none}.tc-editorial{max-width:1320px;margin:0 auto;padding:55px 28px 125px;display:grid;grid-template-columns:.8fr 1.5fr;gap:55px;align-items:end}.tc-editorial__intro{padding-bottom:18px}.tc-editorial h2{font:700 clamp(42px,5vw,68px)/.9 "Space Grotesk";letter-spacing:-.065em;margin:18px 0}.tc-editorial h2 em{font-style:normal;color:#777}.tc-editorial p{color:#777;line-height:1.7;max-width:390px;font-size:14px}.tc-editorial__grid{display:grid;grid-template-columns:1.05fr 1fr 1fr;gap:13px}.tc-editorial-card{min-height:365px;border-radius:26px;padding:22px;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;transition:transform .35s,box-shadow .35s}.tc-editorial-card:hover{transform:translateY(-8px);box-shadow:0 28px 65px #00000021}.tc-editorial-card__number{font:700 10px Space Grotesk;opacity:.55}.tc-editorial-card small{display:block;font:800 8px Space Grotesk;letter-spacing:.15em;margin-bottom:14px}.tc-editorial-card strong{display:block;font:600 clamp(24px,2.4vw,34px)/.94 "Space Grotesk";letter-spacing:-.045em}.tc-editorial-card span{display:inline-block;margin-top:23px;font-size:10px;font-weight:800;border-bottom:1px solid currentColor;padding-bottom:4px}.tc-editorial-card--dark{background:#141414;color:#fff}.tc-editorial-card--lime{background:var(--acid);color:#111}.tc-editorial-card--light{background:#dddeda;color:#111}.tc-editorial-card__orb{position:absolute;width:210px;height:210px;border-radius:50%;right:-65px;top:55px;border:1px solid #ffffff35;box-shadow:inset 0 0 0 35px #ffffff08,inset 0 0 60px #c7ff5530}.tc-editorial-card__shape{position:absolute;width:190px;height:190px;right:-55px;top:65px;border-radius:48px;transform:rotate(24deg);background:linear-gradient(145deg,#eaffb0,#8acb22);box-shadow:25px 25px 60px #3246002e}.tc-editorial-card__lines{position:absolute;right:-10px;top:65px;width:210px;height:170px;background:repeating-linear-gradient(135deg,transparent 0 12px,#11111112 13px 14px);transform:rotate(-8deg);-webkit-mask-image:linear-gradient(90deg,transparent,#000);mask-image:linear-gradient(90deg,transparent,#000)}.tc-feature{margin-top:0}.tc-products{display:grid!important;column-gap:60px!important;row-gap:42px!important}.tc-product{min-width:0!important}.tc-product__image{width:100%!important;box-sizing:border-box!important}.tc-feature .tc-btn--light,.tc-feature .tc-btn--light *,.tc-feature .tc-btn--light:hover,.tc-feature .tc-btn--light:hover *{color:#000!important;-webkit-text-fill-color:#000!important}.tc-category-grid{grid-template-columns:1.15fr .85fr .85fr}.tc-category{min-height:245px;position:relative;overflow:hidden}.tc-category:before{content:"";position:absolute;width:150px;height:150px;border-radius:50%;right:-45px;top:-40px;border:1px solid #ffffff30;transition:.5s}.tc-category:hover:before{transform:scale(1.3)}.tc-newsletter{position:relative;overflow:hidden}.tc-newsletter:after{content:"JOIN / 01";position:absolute;right:35px;top:30px;font:700 9px Space Grotesk;letter-spacing:.18em;color:#777}@media(max-width:900px){.tc-products{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:32px!important;row-gap:38px!important}.tc-product,.tc-product:nth-child(1),.tc-product:nth-child(6){grid-column:span 1}.tc-product:nth-child(2),.tc-product:nth-child(7),.tc-product:nth-child(4){transform:none}.tc-editorial{grid-template-columns:1fr;padding-top:20px}.tc-editorial__grid{grid-template-columns:1fr 1fr}.tc-editorial-card:first-child{grid-column:span 2}}@media(max-width:600px){.tc-marquee__track{animation-duration:20s!important}.tc-editorial{padding:20px 18px 80px}.tc-editorial__grid{grid-template-columns:1fr}.tc-editorial-card:first-child{grid-column:auto}.tc-editorial-card{min-height:300px}.tc-products{grid-template-columns:1fr 1fr}.tc-product,.tc-product:nth-child(1),.tc-product:nth-child(2),.tc-product:nth-child(4),.tc-product:nth-child(6),.tc-product:nth-child(7){grid-column:span 1!important;transform:none!important}.tc-product__image{height:220px;aspect-ratio:1/1}.tc-product__view{display:none}}@media(prefers-reduced-motion:reduce){.tc-marquee__track{animation:none!important}.tc-hero:before,.tc-floating-pill,.tc-hero__backplate{animation:none!important}.reveal{opacity:1;transform:none}}.tc-product-page-wrap{padding:125px 28px 100px;background:radial-gradient(circle at 12% 18%,rgba(199,255,85,.09),transparent 26%),radial-gradient(circle at 88% 70%,rgba(0,0,0,.045),transparent 30%),#f5f5f0;min-height:calc(100vh - 58px)}.tc-product-page{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(390px,.78fr);gap:70px;align-items:start}.tc-product-gallery{position:sticky;top:95px;min-width:0}.tc-product-main-media{position:relative;background:linear-gradient(145deg,#e9e9e4,#fafaf7);border:1px solid rgba(17,17,17,.07);border-radius:30px;padding:18px;box-shadow:0 25px 80px #00000014;overflow:hidden}.tc-product-main-media:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 70% 20%,rgba(255,255,255,.9),transparent 35%);pointer-events:none}.tc-product-main-image{display:block;width:100%;height:560px;object-fit:contain;border-radius:22px;position:relative;z-index:1;transition:transform .5s ease}.tc-product-main-media:hover .tc-product-main-image{transform:scale(1.025)}.tc-product-image-placeholder{height:560px;display:grid;place-items:center;font:700 55px/.9 Space Grotesk;letter-spacing:-.06em;text-align:center}.tc-product-sale-badge{position:absolute;z-index:3;top:32px;left:32px;background:var(--acid);color:#111;padding:10px 14px;border-radius:999px;font:900 9px Space Grotesk;letter-spacing:.12em;box-shadow:0 10px 25px #0000001a}.tc-product-thumbs{display:flex;gap:10px;margin-top:13px;overflow:auto;padding:2px 2px 7px}.tc-product-thumb{width:72px;height:72px;flex:0 0 72px;border:1px solid transparent;background:#e9e9e4;border-radius:15px;padding:5px;cursor:pointer;overflow:hidden;transition:.25s}.tc-product-thumb img{width:100%;height:100%;object-fit:cover;border-radius:10px}.tc-product-thumb:hover{transform:translateY(-2px);border-color:#aaa}.tc-product-thumb.is-active{border:2px solid #111;padding:4px;box-shadow:0 8px 20px #00000014}.tc-product-detail-copy{padding:18px 0 0}.tc-product-title{font:700 clamp(38px,4.4vw,62px)/.94 "Space Grotesk";letter-spacing:-.06em;margin:18px 0 14px;max-width:650px}.tc-product-rating{display:flex;align-items:center;gap:10px;font-size:11px;margin-bottom:22px}.tc-product-rating span{letter-spacing:2px}.tc-product-rating b{font-size:11px}.tc-product-rating small{color:#888;margin-left:4px}.tc-product-price-row{display:flex;align-items:center;gap:11px;margin-bottom:23px}.tc-product-price{font:700 26px Space Grotesk;letter-spacing:-.03em}.tc-product-price-row del{font-size:13px;color:#92928b}.tc-product-save{font:900 8px Space Grotesk;letter-spacing:.1em;background:var(--acid);padding:7px 9px;border-radius:999px}.tc-product-description{font-size:14px;line-height:1.75;color:#66665f;max-width:620px;margin-bottom:28px}.tc-product-description p{margin:0 0 10px}.tc-product-description ul{padding-left:18px}.tc-product-form{border-top:1px solid #dddcd5;padding-top:25px}.tc-options{display:grid;gap:21px}.tc-option{border:0;padding:0;margin:0}.tc-option-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.tc-option-head legend{font:700 12px Space Grotesk}.tc-option-head>span{font-size:11px;color:#777}.tc-option-values{display:flex;flex-wrap:wrap;gap:9px}.tc-option-value{border:1px solid #d3d3cc;background:#fff;border-radius:13px;padding:11px 14px;min-width:60px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:11px;font-weight:700;cursor:pointer;transition:.2s;position:relative}.tc-option-value:hover{border-color:#888;transform:translateY(-1px);box-shadow:0 7px 18px #0000000f}.tc-option-value.is-selected{background:#111;color:#fff;border-color:#111;box-shadow:0 8px 22px #0000001f}.tc-option-value i{display:none;font-style:normal;font-size:9px}.tc-option-value.is-selected i{display:block}.tc-option-value--color{padding:6px 10px 6px 7px;border-radius:999px}.tc-option-value--color .tc-swatch{width:27px;height:27px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px #d0d0c9;background:var(--swatch-color,#aaa)}.tc-option-value--color.is-selected .tc-swatch{box-shadow:0 0 0 2px var(--acid),0 0 0 4px #111}.tc-option-value--color span:last-of-type{font-size:10px}.tc-option-value--color .tc-swatch[style*=black]{background:#111}.tc-option-value--color .tc-swatch[style*=white]{background:#fff}.tc-option-value--color .tc-swatch[style*=red]{background:#d94343}.tc-option-value--color .tc-swatch[style*=blue]{background:#3976d2}.tc-option-value--color .tc-swatch[style*=green]{background:#58a66b}.tc-option-value--color .tc-swatch[style*=pink]{background:#e98aa7}.tc-option-value--color .tc-swatch[style*=purple]{background:#8d62c8}.tc-option-value--color .tc-swatch[style*=orange]{background:#ef792e}.tc-option-value--color .tc-swatch[style*=yellow]{background:#f1cf35}.tc-option-value--color .tc-swatch[style*=gray],.tc-option-value--color .tc-swatch[style*=grey]{background:#929292}.tc-product-buy-row{display:flex;gap:10px;margin-top:25px}.tc-quantity{display:flex;align-items:center;background:#fff;border:1px solid #d7d7d0;border-radius:14px;overflow:hidden;height:55px}.tc-quantity button{border:0;background:transparent;width:38px;height:100%;font-size:20px;cursor:pointer}.tc-quantity input{border:0;background:transparent;width:38px;text-align:center;outline:0;font-weight:700;font-size:12px;-moz-appearance:textfield}.tc-quantity input::-webkit-outer-spin-button,.tc-quantity input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.tc-add-product{flex:1;height:55px;border:0;cursor:pointer;justify-content:space-between;padding:0 20px}.tc-add-product b{font-size:18px}.tc-product-benefits{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;margin-top:20px}.tc-product-benefits>div{background:#ffffffb8;border:1px solid #e1e1da;border-radius:15px;padding:13px 11px;display:flex;gap:8px;align-items:flex-start}.tc-product-benefits>div>span{width:23px;height:23px;border-radius:50%;background:#111;color:#fff;display:grid;place-items:center;font-size:9px;flex:0 0 23px}.tc-product-benefits p{margin:0}.tc-product-benefits b{display:block;font-size:9px}.tc-product-benefits small{display:block;color:#888;font-size:8px;margin-top:3px;line-height:1.3}@media(max-width:900px){.tc-product-page-wrap{padding:105px 18px 75px}.tc-product-page{grid-template-columns:1fr;gap:35px}.tc-product-gallery{position:relative;top:auto}.tc-product-main-image,.tc-product-image-placeholder{height:min(72vw,520px)}.tc-product-detail-copy{padding:0}.tc-product-title{font-size:45px}.tc-product-benefits{grid-template-columns:1fr 1fr}.tc-product-benefits>div:last-child{grid-column:span 2}}@media(max-width:600px){.tc-product-page-wrap{padding:92px 14px 55px}.tc-product-main-media{padding:9px;border-radius:23px}.tc-product-main-image,.tc-product-image-placeholder{height:78vw;max-height:430px;border-radius:17px}.tc-product-sale-badge{top:20px;left:20px}.tc-product-thumb{width:62px;height:62px;flex-basis:62px}.tc-product-title{font-size:38px}.tc-product-buy-row{flex-direction:column}.tc-quantity{width:100%;justify-content:center}.tc-quantity input{width:55px}.tc-add-product{width:100%}.tc-product-benefits{grid-template-columns:1fr}.tc-product-benefits>div:last-child{grid-column:auto}.tc-option-value{padding:10px 12px}}.tc-cart-page{padding:145px 28px 110px;min-height:78vh;background:radial-gradient(circle at 82% 18%,rgba(184,255,76,.1),transparent 24%),radial-gradient(circle at 12% 82%,rgba(0,0,0,.035),transparent 28%),var(--bg);position:relative;overflow:hidden}.tc-cart-page:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(17,17,17,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(17,17,17,.025) 1px,transparent 1px);background-size:48px 48px;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.65),transparent 80%);mask-image:linear-gradient(to bottom,rgba(0,0,0,.65),transparent 80%);pointer-events:none}.tc-cart-shell{max-width:1240px;margin:auto;position:relative;z-index:1}.tc-cart-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:42px}.tc-page-title{font:700 clamp(44px,6vw,76px)/.95 "Space Grotesk";letter-spacing:-.055em;margin:17px 0 0}.tc-page-title span{color:var(--acid)}.tc-cart-subtitle{margin:13px 0 0;color:#777;font-size:13px}.tc-cart-continue{font-size:12px;font-weight:800;border-bottom:1px solid #111;padding-bottom:5px}.tc-cart-continue span{display:inline-block;margin-left:8px;transition:.25s}.tc-cart-continue:hover span{transform:translate(3px,-3px)}.tc-cart-layout{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(320px,.75fr);gap:24px;align-items:start}.tc-cart-card,.tc-summary-card,.tc-cart-perks{background:#ffffffbd;border:1px solid rgba(17,17,17,.09);box-shadow:0 24px 70px #1111110e;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.tc-cart-card{border-radius:28px;padding:0 24px}.tc-cart-card__head{display:grid;grid-template-columns:1fr auto;padding:20px 4px 15px;color:#85857e;font:700 9px Space Grotesk;letter-spacing:.16em;border-bottom:1px solid var(--line)}.tc-cart-item{display:grid;grid-template-columns:142px minmax(0,1fr);gap:22px;padding:22px 0;border-bottom:1px solid var(--line)}.tc-cart-item:last-child{border-bottom:0}.tc-cart-item__media{height:142px;border-radius:21px;background:linear-gradient(145deg,#f0f0ea,#e3e3dc);display:grid;place-items:center;overflow:hidden;position:relative}.tc-cart-item__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid rgba(255,255,255,.7);border-radius:inherit;pointer-events:none}.tc-cart-item__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.2,.7,.2,1)}.tc-cart-item__media:hover img{transform:scale(1.06)}.tc-cart-item__media>span{text-align:center;font:700 17px Space Grotesk}.tc-cart-item__info{display:flex;flex-direction:column;justify-content:space-between;min-width:0}.tc-cart-item__top{display:flex;justify-content:space-between;gap:20px}.tc-cart-item__eyebrow{font:700 9px Space Grotesk;letter-spacing:.14em;color:#999;margin-bottom:7px}.tc-cart-item h2{font:600 20px/1.15 Space Grotesk;margin:0;max-width:470px}.tc-cart-item h2 a:hover{text-decoration:underline;text-underline-offset:4px}.tc-cart-variant{font-size:11px;color:#777;margin:8px 0 0}.tc-cart-item__price{text-align:right;font:700 17px Space Grotesk;white-space:nowrap}.tc-cart-item__price del{display:block;color:#999;font:500 11px DM Sans;margin-top:4px}.tc-cart-item__bottom{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-top:22px}.tc-qty{display:inline-flex;align-items:center;background:#f2f2ed;border:1px solid #deded7;border-radius:999px;height:40px;padding:4px}.tc-qty button{border:0;background:#fff;border-radius:50%;width:30px;height:30px;cursor:pointer;font-size:17px;line-height:1;transition:.2s}.tc-qty button:hover{background:#111;color:#fff;transform:scale(1.05)}.tc-qty input{width:36px;text-align:center;border:0;background:transparent;outline:0;font:700 12px Space Grotesk;-moz-appearance:textfield}.tc-qty input::-webkit-outer-spin-button,.tc-qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.tc-cart-remove{font-size:11px;color:#777;font-weight:700;transition:.2s}.tc-cart-remove:hover{color:#111}.tc-cart-remove span{font-size:15px;margin-left:5px}.tc-update-cart{margin-top:13px;background:none;border:0;border-bottom:1px solid #aaa;padding:6px 0;font-size:11px;font-weight:700;cursor:pointer;color:#777}.tc-update-cart:hover{color:#111;border-color:#111}.tc-cart-summary{position:sticky;top:105px}.tc-summary-card{border-radius:28px;padding:27px}.tc-summary-label{font:700 9px Space Grotesk;letter-spacing:.17em;color:#8b8b84;margin-bottom:24px}.tc-summary-row,.tc-summary-total{display:flex;justify-content:space-between;align-items:center}.tc-summary-row{font-size:13px;color:#666}.tc-summary-row strong{font:700 16px Space Grotesk;color:#111}.tc-summary-note{font-size:10px;color:#777;margin-top:12px}.tc-summary-note span{color:#7ba925;font-weight:900;margin-right:6px}.tc-summary-divider{height:1px;background:var(--line);margin:23px 0}.tc-summary-total{font:600 14px Space Grotesk}.tc-summary-total strong{font:700 25px Space Grotesk}.tc-checkout-btn{width:100%;border:0;background:#111;color:#fff;border-radius:999px;padding:18px 20px;margin-top:22px;font:700 13px Space Grotesk;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:.3s;box-shadow:0 14px 30px #11111129}.tc-checkout-btn:hover{transform:translateY(-3px);box-shadow:0 20px 40px #11111138}.tc-checkout-btn span{color:var(--acid);font-size:18px}.tc-payment-note{text-align:center;font-size:9px;color:#999;margin-top:13px}.tc-cart-perks{border-radius:22px;margin-top:13px;padding:7px 18px}.tc-cart-perks>div{display:flex;gap:12px;align-items:center;padding:13px 0;border-bottom:1px solid var(--line)}.tc-cart-perks>div:last-child{border-bottom:0}.tc-cart-perks b{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:#eef6df;color:#6c8c31;font-size:11px}.tc-cart-perks span{display:flex;flex-direction:column;font-size:10px;color:#888;gap:2px}.tc-cart-perks strong{font-size:11px;color:#222}.tc-empty-cart{min-height:470px;border-radius:34px;border:1px solid var(--line);background:#ffffffa6;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:50px;position:relative;overflow:hidden;box-shadow:var(--shadow)}.tc-empty-cart__orb{width:90px;height:90px;border-radius:28px;background:#111;color:var(--acid);display:grid;place-items:center;font-size:30px;margin-bottom:24px;box-shadow:0 25px 50px #0002;animation:float 5s ease-in-out infinite}.tc-empty-cart h2{font:700 45px Space Grotesk;letter-spacing:-.05em;margin:15px 0 8px}.tc-empty-cart p{max-width:500px;color:#777;line-height:1.6;font-size:13px;margin:0 0 25px}@media(max-width:900px){.tc-cart-layout{grid-template-columns:1fr}.tc-cart-summary{position:static}.tc-cart-heading{align-items:flex-start;flex-direction:column}.tc-cart-continue{margin-top:-15px}}@media(max-width:600px){.tc-cart-page{padding:115px 16px 70px}.tc-cart-card{padding:0 15px;border-radius:22px}.tc-cart-card__head{display:none}.tc-cart-item{grid-template-columns:92px minmax(0,1fr);gap:14px;padding:18px 0}.tc-cart-item__media{height:92px;border-radius:16px}.tc-cart-item__top{display:block}.tc-cart-item h2{font-size:15px}.tc-cart-item__price{text-align:left;margin-top:8px;font-size:14px}.tc-cart-item__bottom{margin-top:15px}.tc-cart-item__eyebrow{font-size:8px}.tc-qty{height:36px}.tc-qty button{width:27px;height:27px}.tc-qty input{width:30px}.tc-cart-remove{font-size:10px}.tc-summary-card{padding:22px;border-radius:22px}.tc-empty-cart{min-height:390px;padding:35px 22px;border-radius:25px}.tc-empty-cart h2{font-size:35px}}.tc-product-main-image{transition:opacity .18s ease,transform .35s ease}.tc-product-main-image.is-switching{opacity:.25;transform:scale(.985)}.tc-cart-item.is-removing{opacity:0;transform:translate(18px);transition:.22s ease}.tc-cart-updating .tc-cart-summary{opacity:.75;transition:.2s ease}.tc-cart-updating .tc-cart-item__bottom{pointer-events:none}:root{--bg:#0b0b12;--paper:#12121b;--ink:#f7f7fb;--muted:#aaa9b8;--line:rgba(255,255,255,.11);--card:#151522;--acid:#b8ff3d;--purple:#7c5cff;--cyan:#52e6ff;--orange:#ff7657;--shadow:0 28px 90px rgba(0,0,0,.34)}body{background:#0b0b12;color:var(--ink)}body:before{background:radial-gradient(circle at 12% 8%,rgba(124,92,255,.2),transparent 28%),radial-gradient(circle at 88% 28%,rgba(82,230,255,.12),transparent 25%),radial-gradient(circle at 45% 78%,rgba(255,118,87,.08),transparent 25%),linear-gradient(180deg,#0a0a10,#10101a 52%,#090910)}body:after{opacity:.16;background-image:radial-gradient(rgba(255,255,255,.18) .5px,transparent .5px);background-size:6px 6px}.tc-scroll-progress{background:linear-gradient(90deg,var(--purple),var(--cyan),var(--acid));box-shadow:0 0 18px #7c5cffa6}.tc-header{background:#0a0a108c;border-color:transparent;color:#fff}.tc-header.is-scrolled{background:#0a0a10e0;border-color:var(--line);box-shadow:0 10px 45px #00000047}.tc-logo__mark{background:linear-gradient(135deg,var(--purple),var(--cyan));color:#080810;box-shadow:0 0 28px #7c5cff52}.tc-nav a:after{background:var(--acid)}.tc-nav a,.tc-trust small{color:#aaa9b8}.tc-cart b{background:var(--acid);color:#0b0b12}.tc-menu span{background:#fff}.tc-hero{background:radial-gradient(circle at 74% 34%,rgba(124,92,255,.24),transparent 27%),radial-gradient(circle at 87% 75%,rgba(82,230,255,.12),transparent 22%),linear-gradient(135deg,#0b0b12,#12121c 52%,#0d0d15);color:#fff}.tc-hero:before{background:linear-gradient(115deg,transparent 28%,rgba(255,255,255,.08) 50%,transparent 72%)}.tc-hero__noise{opacity:.1;background-image:radial-gradient(#fff .5px,transparent .5px)}.tc-hero__glow--a{background:#7c5cff57}.tc-hero__glow--b{background:#52e6ff29}.tc-eyebrow{color:#aaa9b8}.tc-eyebrow span{background:var(--cyan)}.tc-hero h1{color:#fff}.tc-hero h1 em{color:#8f8da0}.tc-hero p{color:#aaa9b8}.tc-btn--primary{background:linear-gradient(135deg,var(--purple),#6246ef);color:#fff;box-shadow:0 15px 45px #7c5cff40}.tc-btn--primary:hover{box-shadow:0 20px 55px #7c5cff61;transform:translateY(-3px)}.tc-btn--ghost{border-color:#ffffff29;background:#ffffff0a;color:#fff}.tc-btn--ghost:hover{background:#ffffff1a}.tc-trust__icon{border-color:#ffffff29;color:var(--cyan)}.tc-trust strong{color:#fff}.tc-hero__backplate{background:radial-gradient(circle at 35% 30%,rgba(124,92,255,.36),transparent 42%),radial-gradient(circle at 70% 75%,rgba(82,230,255,.22),transparent 38%),#ffffff09;box-shadow:inset 0 0 0 1px #ffffff14,0 50px 120px #0000006b}.tc-hero-product{background:linear-gradient(145deg,#191925,#0e0e16);border:1px solid rgba(255,255,255,.12);box-shadow:0 45px 110px #0000008c}.tc-hero-product__top b{color:var(--acid)}.tc-floating-pill{background:#12121cd1!important;border-color:#ffffff1f!important;color:#fff!important;box-shadow:0 20px 50px #00000052}.tc-floating-pill span{color:var(--cyan)}.tc-marquee{background:var(--acid);color:#0b0b12;border-color:#ffffff14}.tc-marquee i{color:#4d38bf}main,.shopify-section{background:transparent}.tc-section,.tc-products,.tc-collection,.tc-page,.tc-search,.tc-cart-section,.tc-section h2,.tc-products h2,.tc-collection h1,.tc-page h1,.tc-search h1{color:#fff}.tc-product-card,.tc-card,.tc-collection-card,.tc-search-card{background:linear-gradient(145deg,#171722,#101019)!important;border:1px solid rgba(255,255,255,.09)!important;box-shadow:0 20px 55px #0000003d!important}.tc-product-card:hover,.tc-card:hover,.tc-collection-card:hover{border-color:#7c5cff73!important;box-shadow:0 28px 70px #00000059!important}.tc-product-card__info,.tc-product-card__title,.tc-product-card__price,.tc-card *,.tc-collection-card *{color:#fff}.tc-product-card__meta,.tc-product-card small,.tc-card small{color:#aaa9b8}.tc-product-card__image,.tc-card__image{background:linear-gradient(145deg,#20202d,#11111a)!important}.tc-product-card__badge{background:var(--orange)!important;color:#fff!important}.tc-product-card__price{color:var(--acid)!important}.tc-product-card del{color:#777687!important}.tc-footer{background:#07070d!important;color:#fff!important;border-top:1px solid rgba(255,255,255,.08)}.tc-footer a,.tc-footer p,.tc-footer small{color:#aaa9b8}.tc-footer a:hover{color:#fff}.tc-scroll-reveal{opacity:0;will-change:transform,opacity;transition:opacity .85s cubic-bezier(.22,1,.36,1),transform .95s cubic-bezier(.22,1,.36,1)}.tc-scroll-reveal--left{transform:translate3d(-110px,35px,0) rotate(-2deg)}.tc-scroll-reveal--right{transform:translate3d(110px,35px,0) rotate(2deg)}.tc-scroll-reveal--up{transform:translate3d(0,80px,0)}.tc-scroll-reveal--scale{transform:scale(.88) translateY(30px)}.tc-scroll-reveal.is-visible{opacity:1;transform:none}.tc-scroll-stagger>*{transition-delay:calc(var(--tc-i,0) * 90ms)}@media(prefers-reduced-motion:reduce){.tc-scroll-reveal{opacity:1!important;transform:none!important;transition:none!important}.tc-scroll-progress{display:none}}@media(max-width:800px){.tc-hero{padding-left:22px;padding-right:22px}.tc-hero__grid{grid-template-columns:1fr;gap:35px}.tc-hero__visual{min-height:420px}.tc-hero__backplate{width:320px;height:320px}.tc-trust{gap:14px;flex-wrap:wrap}.tc-scroll-reveal--left{transform:translate3d(-55px,25px,0)}.tc-scroll-reveal--right{transform:translate3d(55px,25px,0)}}.tc-product-page-wrap{position:relative;isolation:isolate;padding:145px 28px 110px;background:radial-gradient(circle at 8% 18%,rgba(124,92,255,.18),transparent 25%),radial-gradient(circle at 92% 38%,rgba(82,230,255,.12),transparent 23%),radial-gradient(circle at 45% 90%,rgba(184,255,61,.06),transparent 28%),linear-gradient(180deg,#0b0b12,#10101a 55%,#090910);color:#f7f7fb;min-height:calc(100vh - 58px);overflow:hidden}.tc-product-page-wrap:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;opacity:.1;background-image:radial-gradient(rgba(255,255,255,.22) .5px,transparent .5px);background-size:7px 7px}.tc-product-page-wrap:after{content:"";position:absolute;z-index:-1;pointer-events:none;width:520px;height:520px;border-radius:50%;right:-220px;top:220px;background:#7c5cff1a;filter:blur(90px)}.tc-product-page{position:relative;z-index:1}.tc-product-main-media{background:linear-gradient(145deg,#191925,#0d0d15)!important;border:1px solid rgba(255,255,255,.11)!important;box-shadow:0 35px 100px #0000007a!important}.tc-product-main-media:before{background:radial-gradient(circle at 70% 20%,rgba(124,92,255,.2),transparent 35%)!important}.tc-product-main-image{filter:drop-shadow(0 25px 45px rgba(0,0,0,.35))}.tc-product-sale-badge{background:var(--acid)!important;color:#090910!important;box-shadow:0 12px 35px #b8ff3d2e!important}.tc-product-thumb{background:#171722!important;border-color:#ffffff14!important}.tc-product-thumb:hover{border-color:#52e6ff8c!important}.tc-product-thumb.is-active{border-color:var(--cyan)!important;box-shadow:0 0 25px #52e6ff29!important}.tc-product-detail-copy{color:#fff}.tc-product-detail-copy .tc-eyebrow{color:#a9a8b7}.tc-product-title,.tc-product-rating{color:#fff}.tc-product-rating span{color:var(--acid)}.tc-product-rating small{color:#9291a1}.tc-product-price{color:#fff}.tc-product-price-row del{color:#777687}.tc-product-save{background:var(--acid);color:#090910}.tc-product-description{color:#aaa9b8}.tc-product-form{border-color:#ffffff1c}.tc-option-head{color:#fff}.tc-option-head span{color:#8f8da0}.tc-option-value{background:#151522!important;color:#f7f7fb!important;border-color:#ffffff1a!important}.tc-option-value:hover{border-color:#52e6ff8c!important;background:#1c1c2a!important}.tc-option-value.is-selected{border-color:var(--purple)!important;background:linear-gradient(145deg,#7c5cff38,#52e6ff14)!important;box-shadow:0 0 0 1px #7c5cff2e,0 10px 30px #00000038!important}.tc-option-value i{color:var(--acid)!important}.tc-quantity{background:#151522!important;border-color:#ffffff1a!important;color:#fff}.tc-quantity button,.tc-quantity input{color:#fff!important}.tc-add-product{background:linear-gradient(135deg,var(--purple),#6246ef)!important;color:#fff!important;box-shadow:0 16px 45px #7c5cff3d!important}.tc-add-product:hover{transform:translateY(-3px);box-shadow:0 22px 55px #7c5cff61!important}.tc-product-benefits{border-top-color:#ffffff1a!important}.tc-product-benefits>div{background:#ffffff06!important;border-color:#ffffff14!important}.tc-product-benefits>div>span{background:#171722!important;color:var(--cyan)!important;border-color:#52e6ff2e!important}.tc-product-benefits b{color:#fff}.tc-product-benefits small{color:#8e8d9c}.tc-product-page .tc-product-gallery,.tc-product-page .tc-product-detail-copy,.tc-product-page .tc-product-thumb,.tc-product-page .tc-product-benefits>div{will-change:transform,opacity}.tc-product-page .tc-product-gallery.tc-scroll-reveal--left{transform:translate3d(-140px,45px,0) rotate(-2deg)}.tc-product-page .tc-product-detail-copy.tc-scroll-reveal--right{transform:translate3d(140px,45px,0) rotate(2deg)}.tc-product-page .tc-product-thumb.tc-scroll-reveal--left{transform:translate3d(-80px,25px,0) rotate(-3deg)}.tc-product-page .tc-product-thumb.tc-scroll-reveal--right{transform:translate3d(80px,25px,0) rotate(3deg)}.tc-product-page .tc-product-benefits>div.tc-scroll-reveal--left{transform:translate3d(-90px,30px,0)}.tc-product-page .tc-product-benefits>div.tc-scroll-reveal--right{transform:translate3d(90px,30px,0)}.tc-product-page .tc-scroll-reveal.is-visible{opacity:1;transform:none!important}.tc-product-page .tc-product-main-media:after{content:"";position:absolute;top:-30%;right:-30%;bottom:-30%;left:-30%;pointer-events:none;background:linear-gradient(115deg,transparent 42%,rgba(82,230,255,.1) 50%,transparent 58%);transform:translate(-80%) rotate(8deg);transition:transform 1.3s ease}.tc-product-page .tc-product-main-media:hover:after{transform:translate(80%) rotate(8deg)}@media(max-width:900px){.tc-product-page-wrap{padding:115px 18px 80px}.tc-product-page .tc-product-gallery.tc-scroll-reveal--left{transform:translate3d(-65px,30px,0)}.tc-product-page .tc-product-detail-copy.tc-scroll-reveal--right{transform:translate3d(65px,30px,0)}}@media(max-width:600px){.tc-product-page-wrap{padding:100px 14px 60px}}.tc-product-page-wrap .tc-option-value{background:#fff!important;color:#0a0a0f!important;border-color:#ffffffbf!important;box-shadow:0 10px 30px #00000029!important}.tc-product-page-wrap .tc-option-value span{color:#0a0a0f!important}.tc-product-page-wrap .tc-option-value i{color:#6246ef!important}.tc-product-page-wrap .tc-option-value:hover{background:#fff!important;color:#000!important;border-color:var(--cyan)!important;transform:translateY(-2px)}.tc-product-page-wrap .tc-option-value.is-selected{background:#fff!important;color:#000!important;border-color:var(--purple)!important;box-shadow:0 0 0 2px #7c5cff33,0 12px 35px #00000038!important}.tc-product-page-wrap .tc-option-value.is-selected span{color:#000!important}.tc-product-page-wrap .tc-quantity input{background:#fff!important;color:#000!important;border-radius:8px}.tc-side-objects{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;overflow:hidden}.tc-side-object{position:absolute;width:170px;height:170px;padding:9px;border-radius:28px;background:linear-gradient(145deg,#fffffff5,#e1e1ebd6);border:1px solid rgba(255,255,255,.65);box-shadow:0 30px 75px #00000061,0 0 45px #7c5cff1a;opacity:0;will-change:transform,opacity;transition:opacity 1s cubic-bezier(.22,1,.36,1),transform 1.15s cubic-bezier(.16,1,.3,1)}.tc-side-object--1{left:-30px;top:18%;transform:translate3d(-220px,45px,0) rotate(-12deg) scale(.82)}.tc-side-object--2{right:-30px;top:38%;transform:translate3d(220px,45px,0) rotate(12deg) scale(.82)}.tc-side-object--3{left:-30px;top:59%;transform:translate3d(-220px,45px,0) rotate(12deg) scale(.82)}.tc-side-object--4{right:-30px;top:80%;transform:translate3d(220px,45px,0) rotate(-12deg) scale(.82)}.tc-side-object.is-visible{opacity:1;transform:translateZ(0) rotate(0) scale(1)}.tc-side-object__image{width:100%;height:100%;display:block;object-fit:cover;border-radius:21px}.tc-side-object__shine{position:absolute;z-index:2;top:-30%;right:-30%;bottom:-30%;left:-30%;pointer-events:none;background:linear-gradient(115deg,transparent 42%,rgba(255,255,255,.75) 50%,transparent 58%);transform:translate(-90%) rotate(8deg);transition:transform 1.1s ease .45s}.tc-side-object.is-visible .tc-side-object__shine{transform:translate(90%) rotate(8deg)}.tc-side-object:after{content:"";position:absolute;top:10px;right:10px;bottom:10px;left:10px;border:1px solid rgba(124,92,255,.14);border-radius:21px;pointer-events:none}@media(max-width:1100px){.tc-side-object{width:125px;height:125px}.tc-side-object--1,.tc-side-object--3{left:-42px}.tc-side-object--2,.tc-side-object--4{right:-42px}}@media(max-width:900px){.tc-side-objects{display:none}}@media(prefers-reduced-motion:reduce){.tc-side-object{opacity:1!important;transform:none!important;transition:none!important}}.button,.btn,a.button,button,[class*=button],.button *,.btn *{color:#000!important;-webkit-text-fill-color:#000000!important;opacity:1!important;font-weight:800!important}.button:hover,.btn:hover,a.button:hover{color:#000!important;-webkit-text-fill-color:#000000!important;opacity:.8!important}.tc-btn.tc-btn--light,.tc-btn.tc-btn--light span,.tc-offer__cta,.tc-offer__cta span{color:#000!important;-webkit-text-fill-color:#000000!important;opacity:1!important}.tc-btn.tc-btn--light:hover,.tc-btn.tc-btn--light:hover span,.tc-offer__cta:hover,.tc-offer__cta:hover span{color:#000!important;-webkit-text-fill-color:#000000!important}.tc-product__view,.tc-product__view b,.tc-product__view span,.tc-product__view:hover,.tc-product__view:hover b,.tc-product__view:hover span{background:#fff!important;color:#000!important;-webkit-text-fill-color:#000000!important}.tc-offer__info .tc-price{color:#101010!important}.tc-offer__info .tc-price strong{color:#101010!important;font-size:16px}.tc-offer__info .tc-price del{color:#777!important;font-size:11px}.tc-cart-sale-label{display:block;margin-top:4px;font-size:10px;letter-spacing:.08em;font-weight:700}.tc-offer__info .tc-price{display:flex;align-items:baseline;gap:8px;white-space:nowrap}.tc-offer__info .tc-price__original{order:1;color:#777!important;font-size:11px}.tc-offer__info .tc-price__sale{order:2;color:#101010!important;font-size:16px}.tc-product-price-row del[data-product-compare]{display:inline-block!important;color:#777687!important;text-decoration:line-through!important}.tc-cart-item__price del{display:block!important;text-decoration:line-through!important}.tc-product-price-row[data-tc50-active="1"]{display:flex!important;align-items:baseline!important;gap:10px!important}.tc-product-price-row[data-tc50-active="1"] .tc-product-price{font-weight:800!important}.tc-product-price-row[data-tc50-active="1"] del[data-product-compare]{display:inline-block!important;color:#777!important;text-decoration:line-through!important}.tc-cart-item__price .tc-cart-sale-label{color:#6f8e2e!important}.tc-summary-row,.tc-summary-total{position:relative}.tc-summary-original{margin-left:8px;color:#999!important;text-decoration:line-through!important;font:500 11px DM Sans;white-space:nowrap}.tc-summary-row .tc-summary-original{font-size:11px}.tc-summary-total .tc-summary-original{font-size:13px}.tc-price del[hidden],.tc-summary-original[hidden]{display:none!important}.tc-product .tc-price{display:flex;align-items:center;gap:8px;white-space:nowrap}.tc-product .tc-price strong{color:#fff!important;font-weight:800!important}.tc-product .tc-price del[data-home-compare-price]{color:#777687!important;font-size:11px!important;text-decoration:line-through!important}.tc-product .tc-price .tc-home-save{display:inline-flex;align-items:center;justify-content:center;background:var(--acid,#9cff22);color:#101010!important;border-radius:999px;padding:5px 10px;font:800 9px/1 Space Grotesk,sans-serif;letter-spacing:.08em}.tc-product .tc-price [hidden]{display:none!important}.tc-product.tc50-home-deal .tc-price strong{color:#fff!important}
/*# sourceMappingURL=/cdn/shop/t/27/assets/topchoice.css.map */
