@import url('https://fonts.googleapis.com/css2?family=Saira+Semi+Condensed:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,800;1,900&display=swap');.tt-root{--blue:#009ADE;--blue-bright:#36b6f2;--blue-deep:#007bb3;--dark:#141414;--black:#0c0c0c;--panel:#1b1b1c;--panel-2:#202022;--line:rgba(255,255,255,0.10);--line-strong:rgba(255,255,255,0.18);--white:#ffffff;--ink:#f4f6f8;--muted:#a7adb4;--muted-2:#797f86;--accent:var(--blue);--accent-glow:rgba(0,154,222,0.45);--font:"Saira Semi Condensed","Saira SemiCondensed",system-ui,sans-serif;--maxw:1240px;--gutter:18px;--radius:4px;--radius-lg:10px;--header-h:58px;--bg:var(--dark)}.tt-root *{box-sizing:border-box}.tt-root{scroll-behavior:smooth;-webkit-text-size-adjust:100%}.tt-root{margin:0;font-family:var(--font);background:var(--bg);color:var(--ink);font-weight:400;line-height:1.55;letter-spacing:.005em;overflow-x:hidden;-webkit-font-smoothing:antialiased}.tt-root img{max-width:100%;display:block}.tt-root a{color:inherit;text-decoration:none}.tt-root button{font-family:inherit;cursor:pointer}.tt-root .eyebrow{font-weight:700;font-style:italic;text-transform:uppercase;letter-spacing:.22em;font-size:12px;color:var(--accent);display:inline-flex;align-items:center;gap:9px;margin:0 0 16px}.tt-root h1,.tt-root h2,.tt-root h3,.tt-root h4{margin:0}.tt-root .display{font-weight:900;font-style:italic;text-transform:uppercase;line-height:.92;letter-spacing:-.01em;font-size:clamp(34px,10vw,80px)}.tt-root .section-title{font-weight:900;font-style:italic;text-transform:uppercase;line-height:.96;letter-spacing:-.005em;font-size:clamp(28px,7vw,50px)}.tt-root .section-title .hl{color:var(--accent)}.tt-root .lede{font-weight:300;font-size:clamp(16px,4.2vw,19px);color:var(--muted);max-width:62ch}.tt-root .container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 var(--gutter)}.tt-root section{position:relative}.tt-root .section-pad{padding:clamp(54px,11vw,100px) 0}.tt-root .section-head{margin-bottom:clamp(30px,6vw,50px)}.tt-root .alt{background:var(--black)}.tt-root .center{text-align:center}.tt-root .center .eyebrow,.tt-root .center .section-title{justify-content:center}.tt-root .center .lede{margin-left:auto;margin-right:auto}.tt-root .btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:800;font-style:italic;text-transform:uppercase;letter-spacing:.06em;font-size:16px;border:none;border-radius:var(--radius);padding:17px 26px;line-height:1;transition:transform .15s ease,background .2s ease,box-shadow .2s ease}.tt-root .btn:active{transform:translateY(1px) scale(.995)}.tt-root .btn-primary{background:var(--accent);color:#fff;box-shadow:0 8px 30px -10px var(--accent-glow)}.tt-root .btn-primary:hover{background:var(--blue-bright);box-shadow:0 12px 36px -8px var(--accent-glow)}.tt-root .btn-block{width:100%}.tt-root .btn-ghost{background:transparent;color:#fff;border:1.5px solid var(--line-strong)}.tt-root .btn-ghost:hover{border-color:var(--accent);color:var(--accent)}.tt-root .btn-lg{padding:20px 34px;font-size:18px}.tt-root .announce{background:var(--accent);color:#fff;height:36px;overflow:hidden;position:relative;z-index:60;font-size:12.5px;letter-spacing:.05em;text-transform:uppercase;font-weight:600}.tt-root .announce .track{display:flex;flex-direction:column;transition:transform .5s cubic-bezier(.5,0,.2,1)}.tt-root .announce .msg{height:36px;display:flex;align-items:center;justify-content:center;gap:7px}.tt-root .announce strong{font-weight:800}.tt-root header.site{position:sticky;top:0;z-index:50;background:rgba(20,20,20,.9);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.tt-root .nav{height:var(--header-h);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px}.tt-root .nav .nav-left{display:flex;align-items:center;gap:16px;justify-content:flex-start}.tt-root .nav .nav-right{display:flex;align-items:center;gap:16px;justify-content:flex-end}.tt-root .nav .logo{justify-self:center}.tt-root .nav .logo img{height:44px;width:auto}.tt-root .icon-btn{background:none;border:none;color:#fff;padding:4px;display:flex;align-items:center}.tt-root .nav-links{display:none;gap:26px}.tt-root .nav-links a{font-weight:600;text-transform:uppercase;letter-spacing:.1em;font-size:12.5px;color:var(--muted)}.tt-root .nav-links a:hover{color:#fff}.tt-root .cart-btn{position:relative;background:none;border:none;color:#fff;display:flex;padding:4px}.tt-root .cart-count{position:absolute;top:-4px;right:-6px;background:var(--accent);color:#fff;font-size:10px;font-weight:800;min-width:17px;height:17px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px}.tt-root .hero{padding-top:clamp(16px,4vw,28px);padding-bottom:clamp(36px,7vw,56px)}.tt-root .hero-grid{display:grid;gap:26px}.tt-root .gallery{display:flex;flex-direction:column;gap:12px;min-width:0}.tt-root .gallery-main{position:relative;aspect-ratio:4/5;background:linear-gradient(160deg,#1d2024,#101113);border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden}.tt-root .gallery-main .slide{position:absolute;inset:0;opacity:0;transition:opacity .4s ease}.tt-root .gallery-main .slide.active{opacity:1}.tt-root .gallery-main img{width:100%;height:100%;object-fit:cover;object-position:50% 68%}.tt-root .gallery-main image-slot{width:100%;height:100%}.tt-root .gallery-badge{position:absolute;top:14px;left:14px;z-index:3;background:var(--accent);color:#fff;font-weight:800;font-style:italic;text-transform:uppercase;letter-spacing:.08em;font-size:11px;padding:7px 12px;border-radius:var(--radius)}.tt-root .gallery-zoom{position:absolute;bottom:12px;right:12px;z-index:3;background:rgba(0,0,0,.55);border:1px solid var(--line-strong);color:#fff;width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center}.tt-root .gallery-arrows{position:absolute;inset:0;display:flex;align-items:center;justify-content:space-between;padding:0 10px;z-index:3;pointer-events:none}.tt-root .gallery-arrows button{pointer-events:auto;background:rgba(0,0,0,.5);border:1px solid var(--line-strong);color:#fff;width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px}.tt-root .thumbs{display:flex;gap:9px;overflow-x:auto;scrollbar-width:none}.tt-root .thumbs::-webkit-scrollbar{display:none}.tt-root .thumb{flex:0 0 64px;aspect-ratio:1;border-radius:var(--radius);border:1.5px solid var(--line);overflow:hidden;padding:0;background:#16181b;transition:border-color .2s}.tt-root .thumb.active{border-color:var(--accent)}.tt-root .thumb img,.tt-root .thumb image-slot{width:100%;height:100%;object-fit:cover}.tt-root .buybox{display:flex;flex-direction:column;min-width:0}.tt-root .rating-row{display:flex;align-items:center;gap:10px;margin-bottom:12px;flex-wrap:wrap}.tt-root .stars{color:var(--accent);letter-spacing:2px;font-size:16px}.tt-root .rating-row .count{color:var(--muted);font-size:13px;font-weight:500}.tt-root .buybox h1.product-title{font-weight:900;font-style:italic;text-transform:uppercase;line-height:.95;font-size:clamp(30px,8vw,44px);margin-bottom:6px}.tt-root .buybox h1 .hl{color:var(--accent)}.tt-root .product-sub{color:var(--muted);font-weight:300;font-size:16px;margin:0 0 18px}.tt-root .benefit-icons{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:16px 0;margin-bottom:4px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.tt-root .benefit-icons .bi{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px}.tt-root .benefit-icons .bi .ic{width:34px;height:34px;color:var(--accent);display:flex;align-items:center;justify-content:center}.tt-root .benefit-icons .bi .ic svg{width:30px;height:30px}.tt-root .benefit-icons .bi span{font-size:11px;font-weight:600;color:var(--ink);line-height:1.2;letter-spacing:.01em}.tt-root .price-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:20px 0 4px}