*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}.page-width{width:min(1180px,calc(100% - 32px));margin-inline:auto}.section{padding:72px 0}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.75rem;color:var(--accent);font-weight:700}.h1,.h2,h1,h2,h3{font-family:Impact,Arial Narrow,Arial,sans-serif;text-transform:uppercase;letter-spacing:.02em;line-height:.95;margin:0 0 18px}h1,.h1{font-size:clamp(3rem,9vw,8rem)}h2,.h2{font-size:clamp(2.2rem,6vw,5rem)}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 24px;border:1px solid var(--text);background:var(--text);color:var(--bg);text-transform:uppercase;letter-spacing:.12em;font-weight:700;cursor:pointer;transition:.2s}.btn:hover,.btn--outline{background:transparent;color:var(--text)}.btn--outline:hover{background:var(--text);color:var(--bg)}.site-header{position:sticky;top:0;z-index:20;background:color-mix(in srgb,var(--bg) 92%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid color-mix(in srgb,var(--text) 15%,transparent)}.header-inner{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo{font-family:Impact,Arial Narrow,sans-serif;font-size:1.35rem;text-transform:uppercase;letter-spacing:.06em}.nav{display:flex;gap:24px;text-transform:uppercase;font-size:.8rem;letter-spacing:.12em}.header-actions{display:flex;gap:16px;font-size:.8rem;text-transform:uppercase}.mobile-toggle{display:none;background:none;border:0;color:inherit;font-size:1.4rem}.hero{min-height:82vh;position:relative;display:grid;align-items:end;overflow:hidden;background:#111}.hero-media{position:absolute;top:0;right:0;bottom:0;left:0}.hero-media img{width:100%;height:100%;object-fit:cover}.hero-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000001f,#000c)}.hero-content{position:relative;z-index:2;padding:80px 0;color:#fff}.hero-copy{max-width:900px}.hero-sub{max-width:600px;font-size:1.05rem;margin:0 0 28px;color:#e8e3d8}.hero-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 30%,rgba(19,199,170,.2),transparent 24%),radial-gradient(circle at 75% 35%,rgba(255,72,140,.18),transparent 25%),linear-gradient(130deg,#080808,#222 48%,#090909)}.hero-placeholder:before{content:"TOTN";position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;font-family:Impact,sans-serif;font-size:35vw;color:#ffffff09;transform:rotate(-8deg)}.grid{display:grid;gap:22px}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.card{position:relative}.card-media{aspect-ratio:4/5;background:#151515;overflow:hidden}.card-media img{width:100%;height:100%;object-fit:cover;transition:.45s}.card:hover .card-media img{transform:scale(1.035)}.card-info{display:flex;justify-content:space-between;gap:12px;padding:14px 0;text-transform:uppercase;font-size:.78rem;letter-spacing:.08em}.price{color:var(--muted);white-space:nowrap}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:30px}.editorial{display:grid;grid-template-columns:1.1fr .9fr;min-height:650px}.editorial-media{background:#161616;min-height:500px}.editorial-media img{width:100%;height:100%;object-fit:cover}.editorial-copy{padding:clamp(36px,6vw,90px);display:flex;flex-direction:column;justify-content:center;background:#e9e2d4;color:#111}.quote-band{padding:26px 0;border-block:1px solid color-mix(in srgb,var(--text) 18%,transparent);overflow:hidden}.quote-track{font-family:Impact,sans-serif;text-transform:uppercase;font-size:clamp(2rem,5vw,5rem);white-space:nowrap;letter-spacing:.03em}.newsletter{background:var(--text);color:var(--bg);text-align:center}.newsletter form{display:flex;max-width:580px;margin:25px auto 0}.newsletter input{flex:1;padding:15px;border:1px solid var(--bg);background:transparent;color:var(--bg)}.newsletter button{border-color:var(--bg);background:var(--bg);color:var(--text)}.site-footer{padding:60px 0 30px;border-top:1px solid color-mix(in srgb,var(--text) 15%,transparent)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:50px;padding-top:20px;border-top:1px solid color-mix(in srgb,var(--text) 15%,transparent);font-size:.75rem;text-transform:uppercase;letter-spacing:.1em}.product-page{display:grid;grid-template-columns:1.1fr .9fr;gap:55px;padding:55px 0}.product-gallery{display:grid;grid-template-columns:1fr 1fr;gap:12px}.product-gallery img{width:100%;background:#151515}.product-details{position:sticky;top:110px;align-self:start}.product-details h1{font-size:clamp(2.5rem,5vw,5rem)}.product-form{display:grid;gap:14px;margin-top:25px}.product-form select,.product-form input{width:100%;padding:14px;background:transparent;border:1px solid color-mix(in srgb,var(--text) 35%,transparent);color:inherit}.rte{max-width:760px}.cart-row{display:grid;grid-template-columns:100px 1fr auto;gap:20px;padding:20px 0;border-bottom:1px solid color-mix(in srgb,var(--text) 15%,transparent)}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:10px;top:10px;z-index:100;background:#fff;color:#000;padding:10px}@media(max-width:800px){.section{padding:52px 0}.nav{display:none}.mobile-toggle{display:block}.header-inner{height:66px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.editorial,.product-page{grid-template-columns:1fr}.editorial{min-height:0}.editorial-copy{order:-1}.footer-grid,.product-gallery{grid-template-columns:1fr}.product-details{position:static}.hero{min-height:74vh}}.totn-fx-layer{position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;z-index:9998}.totn-eye{--eye-size:44px;position:absolute;width:var(--eye-size);height:calc(var(--eye-size) * .68);border-radius:55% 55% 50% 50%/65% 65% 40% 40%;background:#f5efe3;border:3px solid #0a0a0a;box-shadow:0 0 0 2px #f5efe32e,0 8px 22px #00000047;opacity:.88;transform:rotate(var(--eye-rotate,0deg));animation:totn-eye-drift var(--eye-duration,18s) linear infinite,totn-eye-blink 5.5s ease-in-out infinite;will-change:transform}.totn-eye:before{content:"";position:absolute;width:42%;aspect-ratio:1;left:29%;top:20%;border-radius:50%;background:radial-gradient(circle at 38% 34%,#fff 0 8%,transparent 9%),radial-gradient(circle at center,#050505 0 34%,#d7a928 35% 60%,#101010 61% 100%);box-shadow:0 0 0 2px #050505;animation:totn-pupil-look 4.2s ease-in-out infinite alternate}.totn-eye:after{content:"";position:absolute;top:-8px;right:-10px;bottom:-8px;left:-10px;border-top:3px solid rgba(215,169,40,.85);border-radius:50%;transform:rotate(-4deg)}@keyframes totn-eye-drift{0%{translate:var(--start-x,0) 110vh;rotate:var(--r1,-8deg)}50%{translate:calc(var(--start-x,0) + var(--sway,80px)) 45vh;rotate:var(--r2,8deg)}to{translate:calc(var(--start-x,0) - var(--sway,80px)) -20vh;rotate:var(--r3,-5deg)}}@keyframes totn-eye-blink{0%,45%,49%,to{scale:1 1}47%{scale:1 .08}}@keyframes totn-pupil-look{0%{transform:translate(-18%,-4%)}to{transform:translate(20%,7%)}}.totn-poof{position:fixed;left:0;top:0;width:10px;height:10px;pointer-events:none;z-index:10000}.totn-poof__cloud,.totn-poof__spark{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);animation:totn-poof-burst .58s cubic-bezier(.18,.74,.28,1) forwards}.totn-poof__cloud{width:18px;height:18px;border-radius:50%;background:#f4eee2;box-shadow:-18px -7px 0 -2px #f4eee2,17px -9px 0 -3px #f4eee2,-14px 14px 0 -4px #f4eee2,16px 13px 0 -4px #f4eee2,0 -19px 0 -5px #d7a928,0 19px 0 -5px #cf3c86;opacity:.95}.totn-poof__spark{width:7px;height:7px;border-radius:50%;background:#19c7aa;box-shadow:34px 0 #d7a928,-34px 0 #cf3c86,0 34px #f4eee2,0 -34px #19c7aa,25px 25px #d7a928,-25px -25px #cf3c86,25px -25px #f4eee2,-25px 25px #19c7aa;animation-duration:.7s}@keyframes totn-poof-burst{0%{scale:.2;opacity:0;filter:blur(1px)}25%{opacity:1}to{scale:4.1;opacity:0;filter:blur(3px)}}.totn-clickable-pulse{animation:totn-click-pulse .22s ease-out}@keyframes totn-click-pulse{50%{transform:scale(.96)}}@media(max-width:800px){.totn-eye{opacity:.72}}@media(prefers-reduced-motion:reduce){.totn-fx-layer,.totn-poof{display:none}.totn-clickable-pulse{animation:none}}.product-gallery-shell{min-width:0}.product-gallery{position:relative;overflow:hidden;background:#111;aspect-ratio:4/5;border-radius:2px;touch-action:pan-y}.product-gallery-track{display:flex;width:100%;height:100%;transition:transform .38s cubic-bezier(.22,.61,.36,1);will-change:transform}.product-gallery-slide{flex:0 0 100%;width:100%;height:100%;display:grid;place-items:center;overflow:hidden}.product-gallery-slide img{display:block;width:100%;height:100%;object-fit:contain;object-position:center;background:#111}.product-gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:46px;height:46px;border:1px solid rgba(255,255,255,.24);border-radius:50%;background:#000000ad;color:#fff;font-size:34px;line-height:1;display:grid;place-items:center;cursor:pointer;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.product-gallery-arrow--prev{left:12px}.product-gallery-arrow--next{right:12px}.product-gallery-counter{position:absolute;right:14px;bottom:12px;z-index:4;padding:6px 10px;border-radius:999px;background:#000000ad;font-size:.82rem}.product-gallery-thumbnails{display:flex;gap:9px;margin-top:10px;overflow-x:auto;padding-bottom:3px}.product-gallery-thumb{flex:0 0 72px;width:72px;height:88px;padding:0;border:1px solid transparent;background:#111;cursor:pointer;overflow:hidden;opacity:.62}.product-gallery-thumb.is-active{border-color:currentColor;opacity:1}.product-gallery-thumb img{display:block;width:100%;height:100%;object-fit:contain}.product-price{font-size:1.25rem}.product-options{display:grid;gap:18px}.product-option{border:0;padding:0;margin:0;min-width:0}.product-option legend{margin-bottom:9px;font-weight:700}.product-option-select{width:100%;padding:14px;background:#111;border:1px solid color-mix(in srgb,var(--text) 35%,transparent);color:inherit}.product-swatches{display:flex;flex-wrap:wrap;gap:9px}.product-swatch{position:relative;cursor:pointer}.product-swatch input{position:absolute;opacity:0;pointer-events:none}.product-swatch-dot{display:block;width:38px;height:38px;border-radius:50%;background:var(--swatch-color,#777);border:3px solid #111;box-shadow:0 0 0 1px #ffffff59}.product-swatch input:checked+.product-swatch-dot{box-shadow:0 0 0 2px currentColor}.product-swatch-name{display:block;margin-top:5px;max-width:65px;text-align:center;font-size:.72rem;line-height:1.1}.product-swatch input:disabled+.product-swatch-dot{opacity:.35;text-decoration:line-through}@media(max-width:800px){.product-gallery{aspect-ratio:4/5}.product-gallery-arrow{width:42px;height:42px}.product-gallery-thumb{flex-basis:62px;width:62px;height:76px}}@media(prefers-reduced-motion:reduce){.product-gallery-track{transition:none}}html,body{max-width:100%;overflow-x:hidden}.site-header,.hero,.section,.site-footer,main{max-width:100%}.logo img{width:auto;max-width:220px;max-height:48px;object-fit:contain}.card-media img,.editorial-media img{object-position:center}.product-gallery-shell,.product-details{width:100%;min-width:0}.product-gallery{width:100%;max-width:760px;margin-inline:auto}.product-gallery-slide img{max-width:100%;max-height:100%}@media(min-width:1200px){.page-width{width:min(1320px,calc(100% - 64px))}.product-page{grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:72px}.product-gallery{max-height:780px}}@media(min-width:801px)and (max-width:1199px){.page-width{width:min(1080px,calc(100% - 40px))}.product-page{grid-template-columns:minmax(0,1fr) minmax(330px,.85fr);gap:38px}.product-gallery{max-height:72vh}}@media(max-width:800px){.page-width{width:calc(100% - 24px)}.section{padding:42px 0}.header-inner{height:62px;gap:10px}.logo{font-size:1rem;line-height:1.05;text-align:center;max-width:48vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.logo img{max-width:150px;max-height:38px}.header-actions{gap:10px;font-size:.68rem;letter-spacing:.04em}.mobile-toggle{font-size:1.2rem;padding:4px}h1,.h1{font-size:clamp(2.45rem,14vw,4.5rem)}h2,.h2{font-size:clamp(2rem,11vw,3.6rem)}.hero{min-height:auto;display:block;background:#111}.hero-media{position:relative;inset:auto;width:100%;aspect-ratio:4/5;max-height:72vh}.hero-media img{width:100%;height:100%;object-fit:contain;object-position:center;background:#111}.hero-media:after{background:linear-gradient(180deg,#0000000a,#00000085)}.hero-content{position:absolute;left:0;right:0;bottom:0;padding:28px 0}.hero-sub{font-size:.94rem;max-width:90%;margin-bottom:18px}.btn{min-height:46px;padding:0 18px;font-size:.76rem}.product-page{display:block;padding:18px 0 42px}.product-gallery-shell{width:100%}.product-gallery{aspect-ratio:1/1.18;max-height:68vh;width:100%;border-radius:0}.product-gallery-slide img{object-fit:contain;padding:6px}.product-gallery-arrow{width:40px;height:40px;font-size:29px}.product-gallery-arrow--prev{left:8px}.product-gallery-arrow--next{right:8px}.product-gallery-counter{right:9px;bottom:9px;font-size:.72rem}.product-gallery-thumbnails{gap:7px;margin-top:8px}.product-gallery-thumb{flex-basis:58px;width:58px;height:70px}.product-details{padding-top:26px}.product-details h1{font-size:clamp(2.15rem,11vw,3.7rem)}.product-swatch-dot{width:34px;height:34px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.card-media{aspect-ratio:4/5}.card-media img{object-fit:contain;background:#151515;padding:4px}.card-info{display:block;padding:9px 0;font-size:.68rem;line-height:1.3}.card-info .price{display:block;margin-top:4px}.editorial{display:block}.editorial-media{min-height:0;aspect-ratio:4/5}.editorial-media img{object-fit:contain;background:#161616}.editorial-copy{padding:34px 22px}.section-head{align-items:flex-start;flex-direction:column;margin-bottom:20px}.newsletter form{display:grid;gap:8px}.newsletter input,.newsletter button{width:100%}.footer-bottom{display:block}.footer-bottom>*+*{margin-top:10px}.cart-row{grid-template-columns:74px minmax(0,1fr);gap:12px}}@media(max-width:420px){.page-width{width:calc(100% - 18px)}.header-actions a:first-child{display:none}.logo{max-width:58vw}.product-gallery{aspect-ratio:1/1.22;max-height:64vh}.product-grid{gap:9px}.totn-eye{--eye-size:34px}}.product-page{align-items:start}.product-gallery-shell,.product-details,.product-options,.product-option{contain:layout style}.product-details{overflow:visible}.product-option{min-height:76px}.product-option-pills{display:flex;flex-wrap:wrap;gap:10px;min-height:46px;align-items:flex-start}.product-option-pill{position:relative;display:inline-flex;cursor:pointer;-webkit-user-select:none;user-select:none}.product-option-pill input{position:absolute!important;opacity:0!important;width:1px!important;height:1px!important;padding:0!important;margin:0!important;pointer-events:none}.product-option-pill span{display:grid;place-items:center;min-width:48px;height:44px;padding:0 15px;border:1px solid rgba(255,255,255,.28);background:#111;color:inherit;font-weight:800;letter-spacing:.06em;text-transform:uppercase;transition:border-color .18s,background .18s,color .18s,transform .18s}.product-option-pill input:checked+span{background:var(--text);color:var(--bg);border-color:var(--text)}.product-option-pill.is-disabled{opacity:.3;cursor:not-allowed}.product-option-pill.is-disabled span{text-decoration:line-through}.product-swatches{min-height:58px;align-items:flex-start}.product-swatch{display:block;width:66px;flex:0 0 66px;text-align:center;-webkit-user-select:none;user-select:none}.product-swatch-dot{margin-inline:auto}.product-swatch-name{max-width:66px;min-height:20px}.product-gallery-thumbnails{scrollbar-width:thin;overscroll-behavior-inline:contain;scroll-behavior:smooth}.totn-fx-layer{z-index:18;mix-blend-mode:normal}.totn-cloud{position:absolute;left:-30vw;top:var(--cloud-y);width:var(--cloud-size);height:calc(var(--cloud-size)*.34);border-radius:999px;background:rgba(244,238,226,var(--cloud-opacity));filter:blur(1px);animation:totn-cloud-drift var(--cloud-duration) linear infinite;will-change:transform}.totn-cloud:before,.totn-cloud:after{content:"";position:absolute;border-radius:50%;background:inherit}.totn-cloud:before{width:48%;aspect-ratio:1;left:17%;bottom:10%}.totn-cloud:after{width:36%;aspect-ratio:1;right:15%;bottom:6%}@keyframes totn-cloud-drift{0%{transform:translate(-20vw)}to{transform:translate(150vw)}}.totn-eye{overflow:visible;background:linear-gradient(180deg,#fff8e8 0 47%,#d8c89e 48% 100%);border:3px solid #080808;box-shadow:0 0 0 2px #d7a928b3,0 10px 26px #00000061;clip-path:polygon(0 50%,12% 22%,31% 6%,50% 0,70% 7%,89% 24%,100% 50%,88% 77%,69% 94%,50% 100%,30% 93%,11% 76%);animation:totn-eye-drift var(--eye-duration,18s) linear infinite;opacity:.9}.totn-eye:before{display:none}.totn-eye:after{content:"";position:absolute;top:-10px;right:-13px;bottom:-10px;left:-13px;border-top:3px solid #d7a928;border-bottom:2px solid rgba(207,60,134,.7);border-radius:50%;transform:rotate(-5deg)}.totn-eye__iris{position:absolute;width:45%;aspect-ratio:1;left:27.5%;top:16%;border-radius:50%;background:radial-gradient(circle at 37% 33%,#fff 0 7%,transparent 8%),radial-gradient(circle,#050505 0 31%,#18c7aa 32% 47%,#d7a928 48% 68%,#070707 69% 100%);box-shadow:0 0 0 2px #070707,0 0 12px #19c7aa8c;animation:totn-pupil-look 3.4s ease-in-out infinite alternate}.totn-eye--1 .totn-eye__iris{background:radial-gradient(circle at 37% 33%,#fff 0 7%,transparent 8%),radial-gradient(circle,#050505 0 31%,#cf3c86 32% 52%,#d7a928 53% 68%,#070707 69% 100%)}.totn-eye--2 .totn-eye__iris{background:radial-gradient(circle at 37% 33%,#fff 0 7%,transparent 8%),radial-gradient(circle,#050505 0 31%,#8ff23c 32% 52%,#19c7aa 53% 68%,#070707 69% 100%)}.totn-eye__lash{position:absolute;left:14%;right:14%;top:-8px;height:14px;border-top:3px solid #080808;border-radius:50%}.totn-eye__lash:before,.totn-eye__lash:after{content:"";position:absolute;top:-5px;width:2px;height:9px;background:#080808}.totn-eye__lash:before{left:18%;transform:rotate(-25deg)}.totn-eye__lash:after{right:18%;transform:rotate(25deg)}.totn-strike{position:fixed;z-index:10000;width:1px;height:1px;pointer-events:none}.totn-strike__flash{position:absolute;top:-55px;right:-55px;bottom:-55px;left:-55px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.95),rgba(215,169,40,.35) 24%,transparent 67%);animation:totn-flash .42s ease-out forwards}.totn-strike__bolt{position:absolute;left:-10px;top:-68px;width:27px;height:95px;background:linear-gradient(180deg,#fff,#ffe950 35%,#d7a928);clip-path:polygon(48% 0,100% 0,66% 39%,92% 39%,20% 100%,38% 54%,9% 54%);filter:drop-shadow(0 0 7px #fff) drop-shadow(0 0 13px #d7a928);transform-origin:bottom;animation:totn-bolt .48s cubic-bezier(.16,.8,.3,1) forwards}.totn-strike__cloud{position:absolute;left:-28px;top:-76px;width:58px;height:24px;border-radius:999px;background:#f4eee2;box-shadow:-18px 5px 0 -4px #f4eee2,18px 6px 0 -5px #f4eee2,0 -13px 0 -3px #ddd1b8;animation:totn-cloud-pop .7s ease-out forwards}.totn-strike__ring{position:absolute;top:-12px;right:-12px;bottom:-12px;left:-12px;border:3px solid #19c7aa;border-radius:50%;animation:totn-ring .6s ease-out forwards}.totn-strike__spark{position:absolute;width:7px;height:7px;border-radius:50%;background:#cf3c86;box-shadow:0 0 8px currentColor;animation:totn-spark .62s ease-out forwards}.totn-strike__spark.s1{--sx:42px;--sy:-30px;background:#19c7aa}.totn-strike__spark.s2{--sx:-42px;--sy:-24px;background:#d7a928}.totn-strike__spark.s3{--sx:32px;--sy:34px;background:#fff}.totn-strike__spark.s4{--sx:-34px;--sy:31px;background:#cf3c86}@keyframes totn-flash{0%{opacity:0;scale:.2}18%{opacity:1}to{opacity:0;scale:1.7}}@keyframes totn-bolt{0%{opacity:0;transform:scaleY(.1) rotate(-8deg)}20%{opacity:1}to{opacity:0;transform:scaleY(1) rotate(4deg)}}@keyframes totn-cloud-pop{0%{opacity:0;scale:.3}35%{opacity:1;scale:1}to{opacity:0;scale:1.7;filter:blur(3px)}}@keyframes totn-ring{0%{opacity:1;scale:.2}to{opacity:0;scale:4}}@keyframes totn-spark{0%{opacity:1;transform:translate(0) scale(1)}to{opacity:0;transform:translate(var(--sx),var(--sy)) scale(.2)}}@media(max-width:800px){.product-option{min-height:72px}.product-option-pills{gap:8px}.product-option-pill span{height:42px;min-width:45px;padding:0 12px;font-size:.86rem}.product-swatch{width:60px;flex-basis:60px}.product-swatch-name{max-width:60px}.totn-cloud{opacity:.75}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/theme.css.map */
