@import"https://fonts.googleapis.com/css2?family=Anton&family=Inter:wght@400;500;600&display=swap";:root{--sv-black: #0a0a0a;--sv-zinc-950: #09090b;--sv-zinc-900: #18181b;--sv-zinc-800: #27272a;--sv-zinc-700: #3f3f46;--sv-zinc-600: #52525b;--sv-zinc-500: #71717a;--sv-zinc-400: #a1a1aa;--sv-zinc-300: #d4d4d8;--sv-zinc-200: #e4e4e7;--sv-zinc-100: #f4f4f5;--sv-white: #fafafa;--sv-green: #4a5c3a;--sv-green-hover: #5a6d4a;--sv-tan: #c4a97d;--sv-font-display: "Anton", sans-serif;--sv-font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--sv-font-mono: ui-monospace, "SF Mono", monospace;--sv-container: 1400px;--sv-section-gap: clamp(3.5rem, 8vw, 6rem);--sv-ease: cubic-bezier(.16, 1, .3, 1);--sv-ease-out: cubic-bezier(.33, 1, .68, 1);--sv-radius: 2px;--sv-radius-lg: 4px;--sv-header-h: 64px;--sv-announce-h: 36px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{font-family:var(--sv-font-body);background:var(--sv-black);color:var(--sv-zinc-300);line-height:1.6;min-height:100dvh;display:flex;flex-direction:column}a{color:inherit}img{max-width:100%;display:block}button{font:inherit;cursor:pointer;border:none;background:none;color:inherit}ul,ol{list-style:none}main{flex:1}.sv-container{max-width:var(--sv-container);margin:0 auto;padding:0 clamp(1rem,4vw,2rem)}.sv-heading{font-family:var(--sv-font-display);color:var(--sv-white);letter-spacing:.02em;text-transform:uppercase;line-height:1.05;font-weight:400}.sv-heading--xl{font-size:clamp(2.5rem,6vw,4.5rem)}.sv-heading--lg{font-size:clamp(1.75rem,4vw,3rem)}.sv-heading--md{font-size:clamp(1.25rem,2.5vw,1.75rem)}.sv-heading--sm{font-size:clamp(1rem,1.5vw,1.25rem)}.sv-text{color:var(--sv-zinc-400);font-size:clamp(.875rem,1.1vw,1rem);line-height:1.7;max-width:65ch}.sv-label{font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:tan;font-weight:600}.sv-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.75rem;font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;border:1px solid transparent;border-radius:var(--sv-radius);transition:all .3s var(--sv-ease);white-space:nowrap;line-height:1}.sv-btn:active{transform:scale(.97) translateY(1px)}.sv-btn--primary{background:var(--sv-green);color:var(--sv-white);border-color:var(--sv-green)}.sv-btn--primary:hover{background:var(--sv-green-hover);border-color:var(--sv-green-hover)}.sv-btn--ghost{background:transparent;color:var(--sv-zinc-300);border-color:var(--sv-zinc-600)}.sv-btn--ghost:hover{border-color:var(--sv-zinc-400);color:var(--sv-white)}.sv-btn--small{padding:.6rem 1.2rem;font-size:.68rem}.sv-announce{height:var(--sv-announce-h);background:var(--sv-zinc-900);border-bottom:1px solid var(--sv-zinc-800);display:flex;align-items:center;justify-content:center;position:relative;z-index:100;overflow:hidden}.sv-announce__slide{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:500;letter-spacing:.06em;color:var(--sv-zinc-300);opacity:0;transition:opacity .5s var(--sv-ease);text-align:center;padding:0 1rem}.sv-announce__slide.is-active{opacity:1}.sv-announce__slide a{color:var(--sv-tan);text-decoration:underline;text-underline-offset:2px;margin-left:.5rem}.sv-header{position:sticky;top:0;z-index:90;height:var(--sv-header-h);transition:background .35s var(--sv-ease),border-color .35s var(--sv-ease);background:transparent;border-bottom:1px solid transparent}.sv-header.is-solid{background:#0a0a0af2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom-color:var(--sv-zinc-800)}body:not(.sv-page-home) .sv-header{background:#0a0a0af2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom-color:var(--sv-zinc-800)}.sv-header__inner{max-width:var(--sv-container);margin:0 auto;padding:0 clamp(1rem,4vw,2rem);height:100%;display:flex;align-items:center;justify-content:space-between}.sv-header__logo{text-decoration:none;flex-shrink:0;display:flex;align-items:center}.sv-header__logo img{height:16px;width:auto;display:block}.sv-footer .sv-header__logo img{height:18px}@media(max-width:768px){.sv-header__logo img{height:auto;max-width:120px}}.sv-nav{display:flex;align-items:center;gap:clamp(1.5rem,3vw,2.5rem)}.sv-nav__link{font-size:.75rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;color:var(--sv-zinc-300);transition:color .25s;padding:.5rem 0;position:relative}.sv-nav__link:hover,.sv-nav__link.is-active{color:var(--sv-white)}.sv-nav__link:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:var(--sv-green);transform:scaleX(0);transition:transform .3s var(--sv-ease);transform-origin:left}.sv-nav__link:hover:after,.sv-nav__link.is-active:after{transform:scaleX(1)}.sv-nav__mega-trigger{position:relative}.sv-nav__mega-trigger .sv-nav__link{display:flex;align-items:center;gap:.35rem}.sv-nav__mega-trigger .sv-nav__chevron{width:10px;height:10px;transition:transform .25s var(--sv-ease)}.sv-nav__mega-trigger:hover .sv-nav__chevron,.sv-nav__mega-trigger.is-open .sv-nav__chevron{transform:rotate(180deg)}.sv-mega{position:absolute;top:calc(100% + 18px);left:50%;transform:translate(-50%);width:max(700px,60vw);max-width:1000px;background:var(--sv-zinc-900);border:1px solid var(--sv-zinc-800);border-radius:var(--sv-radius-lg);padding:1.5rem;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s var(--sv-ease),transform .3s var(--sv-ease);transform:translate(-50%) translateY(8px)}.sv-nav__mega-trigger:hover .sv-mega,.sv-nav__mega-trigger.is-open .sv-mega{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%) translateY(0)}.sv-mega__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.sv-mega__card{text-decoration:none;padding:1rem;border-radius:var(--sv-radius-lg);transition:background .25s var(--sv-ease)}.sv-mega__card:hover{background:var(--sv-zinc-800)}.sv-mega__image{width:100%;aspect-ratio:4/3;background:var(--sv-zinc-800);border-radius:var(--sv-radius);margin-bottom:.75rem;overflow:hidden}.sv-mega__image img{width:100%;height:100%;object-fit:cover}.sv-mega__title{font-family:var(--sv-font-display);font-size:.85rem;color:var(--sv-white);text-transform:uppercase;letter-spacing:.03em;margin-bottom:.15rem}.sv-mega__desc{font-size:.72rem;color:var(--sv-zinc-500)}.sv-header__utility{display:flex;align-items:center;gap:1rem;flex-shrink:0}.sv-header__icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s;position:relative}.sv-header__icon:hover{background:var(--sv-zinc-800)}.sv-header__icon svg{width:20px;height:20px;stroke:var(--sv-zinc-300)}.sv-header__cart-count{position:absolute;top:2px;right:2px;width:16px;height:16px;background:var(--sv-green);color:var(--sv-white);font-size:.6rem;font-weight:600;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s}.sv-header__cart-count.has-items{opacity:1}.sv-header__hamburger{display:none;width:40px;height:40px;flex-direction:column;align-items:center;justify-content:center;gap:5px}.sv-header__hamburger span{display:block;width:20px;height:1.5px;background:var(--sv-zinc-300);transition:all .3s var(--sv-ease);transform-origin:center}.sv-header__hamburger.is-active span:nth-child(1){transform:rotate(45deg) translate(4.5px,4.5px)}.sv-header__hamburger.is-active span:nth-child(2){opacity:0}.sv-header__hamburger.is-active span:nth-child(3){transform:rotate(-45deg) translate(4.5px,-4.5px)}.sv-mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;top:calc(var(--sv-header-h) + var(--sv-announce-h));background:var(--sv-black);z-index:80;padding:2rem clamp(1.5rem,5vw,3rem);opacity:0;visibility:hidden;transition:opacity .4s var(--sv-ease),visibility .4s;overflow-y:auto}.sv-mobile-menu.is-open{opacity:1;visibility:visible}.sv-mobile-menu__nav{display:flex;flex-direction:column;gap:.25rem}.sv-mobile-menu__link{font-family:var(--sv-font-display);font-size:2rem;color:var(--sv-white);text-transform:uppercase;text-decoration:none;letter-spacing:.02em;padding:.5rem 0;opacity:0;transform:translateY(16px);transition:opacity .4s var(--sv-ease),transform .4s var(--sv-ease),color .2s}.sv-mobile-menu.is-open .sv-mobile-menu__link{opacity:1;transform:translateY(0)}.sv-mobile-menu.is-open .sv-mobile-menu__link:nth-child(1){transition-delay:.05s}.sv-mobile-menu.is-open .sv-mobile-menu__link:nth-child(2){transition-delay:.1s}.sv-mobile-menu.is-open .sv-mobile-menu__link:nth-child(3){transition-delay:.15s}.sv-mobile-menu.is-open .sv-mobile-menu__link:nth-child(4){transition-delay:.2s}.sv-mobile-menu.is-open .sv-mobile-menu__link:nth-child(5){transition-delay:.25s}.sv-mobile-menu.is-open .sv-mobile-menu__link:nth-child(6){transition-delay:.3s}.sv-mobile-menu__link:hover{color:var(--sv-green)}.sv-mobile-menu__sub{padding-left:1rem;display:flex;flex-direction:column;gap:.125rem;margin-bottom:.5rem}.sv-mobile-menu__sub a{font-family:var(--sv-font-body);font-size:.85rem;color:var(--sv-zinc-400);text-decoration:none;padding:.35rem 0;text-transform:uppercase;letter-spacing:.08em;font-weight:500;transition:color .2s}.sv-mobile-menu__sub a:hover{color:var(--sv-white)}.sv-mobile-menu__cta{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--sv-zinc-800)}.sv-mobile-menu__cta a{font-size:.75rem;color:var(--sv-tan);text-decoration:none;letter-spacing:.06em}@media(max-width:900px){.sv-nav{display:none}.sv-header__hamburger{display:flex}}.sv-footer{background:var(--sv-zinc-950);border-top:1px solid var(--sv-zinc-800);padding:clamp(3rem,6vw,5rem) 0 0;margin-top:auto}.sv-footer__grid{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:clamp(2rem,4vw,3rem);padding-bottom:clamp(3rem,6vw,4rem)}.sv-footer__brand-col p{font-size:.8rem;color:var(--sv-zinc-500);line-height:1.6;max-width:280px;margin-top:.75rem}.sv-footer__heading{font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:tan;margin-bottom:1rem}.sv-footer__links{display:flex;flex-direction:column;gap:.5rem}.sv-footer__links a{font-size:.8rem;color:var(--sv-zinc-500);text-decoration:none;transition:color .2s}.sv-footer__links a:hover{color:var(--sv-white)}.sv-footer__newsletter{margin-top:1.25rem}.sv-footer__newsletter-form{display:flex;gap:.375rem;margin-top:.5rem}.sv-footer__newsletter-input{flex:1;padding:.6rem .875rem;background:var(--sv-zinc-900);border:1px solid var(--sv-zinc-700);border-radius:var(--sv-radius);color:var(--sv-white);font-size:.8rem;outline:none;font-family:var(--sv-font-body);transition:border-color .3s}.sv-footer__newsletter-input:focus{border-color:var(--sv-green)}.sv-footer__newsletter-input::placeholder{color:var(--sv-zinc-600)}.sv-footer__social{display:flex;gap:.75rem;margin-top:1.25rem}.sv-footer__social a{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid var(--sv-green);transition:border-color .2s,background .2s}.sv-footer__social a:hover{border-color:var(--sv-zinc-500);background:var(--sv-zinc-800)}.sv-footer__social svg{width:16px;height:16px;stroke:var(--sv-green);fill:none}.sv-footer__bottom{border-top:1px solid var(--sv-zinc-800);padding:1.5rem 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.sv-footer__legal{display:flex;gap:1.5rem;flex-wrap:wrap}.sv-footer__legal a{font-size:.7rem;color:var(--sv-zinc-600);text-decoration:none;transition:color .2s}.sv-footer__legal a:hover{color:var(--sv-zinc-400)}.sv-footer__copy{font-size:.7rem;color:var(--sv-zinc-600)}.sv-footer__payments{display:flex;gap:.5rem;align-items:center}.sv-footer__payments span{display:inline-block;padding:.25rem .5rem;background:var(--sv-zinc-800);border-radius:3px;font-size:.6rem;font-weight:600;color:var(--sv-zinc-400);letter-spacing:.03em}@media(max-width:768px){.sv-footer__grid{grid-template-columns:1fr 1fr}.sv-footer__brand-col{grid-column:1 / -1}.sv-footer__bottom{flex-direction:column;align-items:flex-start}}@media(max-width:480px){.sv-footer__grid{grid-template-columns:1fr}}.sv-reveal{opacity:0;transform:translateY(24px);transition:opacity .7s var(--sv-ease),transform .7s var(--sv-ease)}.sv-reveal.is-visible{opacity:1;transform:translateY(0)}.sv-reveal--d1{transition-delay:.1s}.sv-reveal--d2{transition-delay:.2s}.sv-reveal--d3{transition-delay:.3s}.sv-hero{position:relative;min-height:100dvh;margin-top:calc(-1 * var(--sv-header-h));overflow:hidden;background:var(--sv-black);display:flex;align-items:center}.sv-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.sv-hero__media-inner{position:absolute;top:0;right:0;width:75%;height:100%}.sv-hero__media-inner img,.sv-hero__media-inner video{width:100%;height:100%;object-fit:cover;opacity:.85}.sv-hero__video--mobile{display:none}@media(max-width:768px){.sv-hero__video--desktop{display:none}.sv-hero__video--mobile{display:block;object-position:center center}}.sv-hero__media:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;background:linear-gradient(to right,var(--sv-black) 0%,var(--sv-black) 28%,rgba(10,10,10,.95) 34%,rgba(10,10,10,.7) 40%,rgba(10,10,10,.3) 48%,transparent 56%),linear-gradient(to bottom,var(--sv-black) 0%,transparent 14%),linear-gradient(to top,var(--sv-black) 0%,transparent 20%)}.sv-hero__content{position:relative;z-index:3;max-width:640px;padding:calc(var(--sv-header-h) + 3rem) clamp(2rem,6vw,6rem) 4rem}.sv-hero__tag{margin-bottom:1.5rem}.sv-hero__heading{margin-bottom:1rem}.sv-hero__text{margin-bottom:2.5rem}.sv-hero__actions{display:flex;gap:1rem;flex-wrap:wrap}@media(max-width:1024px){.sv-hero__media-inner{width:100%}.sv-hero__media:before{background:linear-gradient(to right,var(--sv-black) 0%,rgba(10,10,10,.7) 100%),linear-gradient(to top,var(--sv-black) 0%,transparent 20%)}}@media(max-width:768px){.sv-hero{min-height:100dvh;margin-top:0;display:flex;align-items:flex-end}.sv-hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.sv-hero__media-inner{width:100%;height:100%;top:0;left:0}.sv-hero__media-inner video{width:100%;height:100%;object-fit:cover;object-position:35% center}.sv-hero__media:before{background:linear-gradient(to bottom,rgba(10,10,10,.4) 0%,transparent 18%),linear-gradient(to top,var(--sv-black) 0%,rgba(10,10,10,.85) 40%,rgba(10,10,10,.5) 65%,transparent 100%)}.sv-hero__content{padding:0 1.25rem 3rem;max-width:none}}.sv-tiles{padding:var(--sv-section-gap) 0 clamp(2rem,4vw,3rem)}.sv-tiles__header{margin-bottom:clamp(1.5rem,3vw,2.5rem)}.sv-tiles__grid{display:grid;grid-template-columns:2fr 1fr;grid-template-rows:1fr 1fr;gap:clamp(.5rem,1vw,.75rem)}.sv-tiles__grid .sv-tile:nth-child(2),.sv-tiles__grid .sv-tile:nth-child(4){aspect-ratio:1}.sv-tiles__grid .sv-tile:nth-child(1){grid-column:1;grid-row:1}.sv-tiles__grid .sv-tile:nth-child(2){grid-column:2;grid-row:1}.sv-tiles__grid .sv-tile:nth-child(3){grid-column:1;grid-row:2}.sv-tiles__grid .sv-tile:nth-child(4){grid-column:2;grid-row:2}.sv-tile{position:relative;overflow:hidden;border-radius:var(--sv-radius-lg);cursor:pointer;perspective:800px;text-decoration:none;display:block}.sv-tile__inner{position:relative;width:100%;height:100%;transition:transform .45s var(--sv-ease-out);transform-style:preserve-3d}.sv-tile__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .6s var(--sv-ease);background:var(--sv-zinc-800)}.sv-tile:hover .sv-tile__image{transform:scale(1.04)}.sv-tile__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(10,10,10,.85) 0%,rgba(10,10,10,.1) 55%,transparent 100%);z-index:1}.sv-tile__content{position:absolute;bottom:0;left:0;right:0;padding:clamp(1.25rem,2.5vw,2rem);z-index:2}.sv-tile__title{font-family:var(--sv-font-display);font-size:clamp(1.1rem,2vw,1.5rem);color:var(--sv-white);text-transform:uppercase;letter-spacing:.02em;margin-bottom:.15rem}.sv-tile__subtitle{font-size:.78rem;color:var(--sv-zinc-400)}.sv-tile__arrow{position:absolute;top:1.25rem;right:1.25rem;width:2.25rem;height:2.25rem;border:1px solid rgba(255,255,255,.15);border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:2;opacity:0;transform:translate(-6px,6px);transition:all .35s var(--sv-ease)}.sv-tile:hover .sv-tile__arrow{opacity:1;transform:translate(0)}@media(max-width:768px){.sv-tiles__grid{grid-template-columns:1fr;grid-template-rows:auto}.sv-tiles__grid .sv-tile:nth-child(1),.sv-tiles__grid .sv-tile:nth-child(2),.sv-tiles__grid .sv-tile:nth-child(3),.sv-tiles__grid .sv-tile:nth-child(4){grid-column:1;grid-row:auto;aspect-ratio:4/3}}.sv-products{padding:clamp(2rem,4vw,3rem) 0 var(--sv-section-gap)}.sv-products__header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:clamp(1.5rem,3vw,2.5rem);gap:1rem}.sv-products__scroll{display:flex;gap:clamp(.625rem,1.2vw,.875rem);overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;padding-bottom:.5rem;scrollbar-width:thin;scrollbar-color:var(--sv-zinc-700) transparent;touch-action:pan-x pan-y;overscroll-behavior-x:contain}.sv-products__scroll::-webkit-scrollbar{height:3px}.sv-products__scroll::-webkit-scrollbar-track{background:transparent}.sv-products__scroll::-webkit-scrollbar-thumb{background:var(--sv-zinc-700);border-radius:2px}.sv-product-card{flex:0 0 clamp(220px,26vw,280px);scroll-snap-align:start;background:var(--sv-zinc-900);border:1px solid var(--sv-zinc-800);border-radius:var(--sv-radius-lg);overflow:hidden;transition:border-color .3s var(--sv-ease);position:relative;text-decoration:none;display:block}.sv-product-card:hover{border-color:var(--sv-zinc-600)}.sv-product-card:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:var(--sv-radius-lg);background:radial-gradient(260px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),rgba(74,92,58,.2),transparent 60%);z-index:0;opacity:0;transition:opacity .3s;pointer-events:none}.sv-product-card:hover:before{opacity:1}.sv-product-card__image{aspect-ratio:1;background:var(--sv-zinc-800);overflow:hidden;position:relative}.sv-product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--sv-ease)}.sv-product-card:hover .sv-product-card__image img{transform:scale(1.04)}.sv-product-card__quick-overlay{position:absolute;bottom:.625rem;left:.625rem;right:.625rem;opacity:0;transform:translateY(5px);transition:all .3s var(--sv-ease);z-index:2}.sv-product-card:hover .sv-product-card__quick-overlay{opacity:1;transform:translateY(0)}.sv-product-card__body{padding:.75rem .875rem 1rem;position:relative;z-index:1;display:flex;align-items:flex-end;justify-content:space-between;gap:.5rem}.sv-product-card__info{flex:1;min-width:0}.sv-product-card__add{width:36px;height:36px;background:var(--sv-green);border:none;border-radius:2px;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;overflow:hidden;flex-shrink:0;transition:background .25s,transform .2s}.sv-product-card__add:hover{background:var(--sv-green-hover);transform:scale(1.08)}.sv-product-card__add:active{transform:scale(.95)}.sv-product-card__add svg{width:16px;height:16px;position:relative;z-index:1}.sv-product-card__add:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;box-shadow:0 0 #4a5c3a99;transition:box-shadow .4s var(--sv-ease)}.sv-product-card__title{font-size:.78rem;font-weight:500;color:var(--sv-zinc-200);margin-bottom:.2rem;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sv-product-card__price{font-family:var(--sv-font-mono);font-size:.82rem;color:var(--sv-tan);font-weight:500}.sv-proof{padding:clamp(1.25rem,2.5vw,1.75rem) 0;border-top:1px solid var(--sv-zinc-800);border-bottom:1px solid var(--sv-zinc-800);overflow:hidden;background:var(--sv-black)}.sv-proof__track{display:flex;width:max-content;animation:sv-marquee 40s linear infinite}.sv-proof:hover .sv-proof__track{animation-play-state:paused}.sv-proof__item{display:flex;align-items:center;gap:.75rem;padding:0 clamp(1rem,2vw,2rem);white-space:nowrap;font-size:.72rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--sv-zinc-400)}.sv-proof__dot{width:5px;height:5px;background:var(--sv-green);transform:rotate(45deg);flex-shrink:0}@keyframes sv-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.sv-story{padding:var(--sv-section-gap) 0 clamp(2rem,4vw,3rem)}.sv-story__grid{display:grid;grid-template-columns:1.3fr .7fr;gap:clamp(2rem,6vw,5rem);align-items:center}.sv-story__tag{margin-bottom:1rem;display:block}.sv-story__heading{margin-bottom:1.25rem}.sv-story__text{margin-bottom:2rem}.sv-story__image{position:relative;aspect-ratio:3/4;overflow:hidden;border-radius:var(--sv-radius-lg);background:var(--sv-zinc-800)}.sv-story__image img{width:100%;height:100%;object-fit:cover}.sv-story__image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--sv-radius-lg);background:radial-gradient(ellipse at center,transparent 40%,rgba(10,10,10,.55) 100%),linear-gradient(to top,rgba(10,10,10,.4) 0%,transparent 35%),linear-gradient(160deg,rgba(74,92,58,.12) 0%,transparent 50%);pointer-events:none}.sv-story__image-mobile{display:none}@media(max-width:768px){.sv-story__grid{grid-template-columns:1fr}.sv-story__image{display:none}.sv-story__image-mobile{display:block;position:relative;width:100%;aspect-ratio:1;overflow:hidden;border-radius:var(--sv-radius-lg);background:var(--sv-zinc-800);margin-top:2rem}.sv-story__image-mobile img{width:100%;height:100%;object-fit:cover}.sv-story__image-mobile:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--sv-radius-lg);background:radial-gradient(ellipse at center,transparent 40%,rgba(10,10,10,.55) 100%),linear-gradient(to top,rgba(10,10,10,.4) 0%,transparent 35%),linear-gradient(160deg,rgba(74,92,58,.12) 0%,transparent 50%);pointer-events:none}}.sv-intel{padding:clamp(2rem,4vw,3rem) 0 var(--sv-section-gap)}.sv-intel__header{margin-bottom:clamp(1.5rem,3vw,2.5rem)}.sv-intel__grid{display:flex;flex-direction:column;gap:clamp(.625rem,1.5vw,1rem)}.sv-intel-card{display:grid;grid-template-columns:1fr 1fr;background:var(--sv-zinc-900);border:1px solid var(--sv-zinc-800);border-radius:var(--sv-radius-lg);overflow:hidden;transition:border-color .3s var(--sv-ease);text-decoration:none;color:inherit;min-height:240px}.sv-intel-card:hover{border-color:var(--sv-zinc-600)}.sv-intel-card--flip{direction:rtl}.sv-intel-card--flip>*{direction:ltr}.sv-intel-card__image{position:relative;overflow:hidden;background:var(--sv-zinc-800)}.sv-intel-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--sv-ease)}.sv-intel-card:hover .sv-intel-card__image img{transform:scale(1.03)}.sv-intel-card__body{display:flex;flex-direction:column;justify-content:center;padding:clamp(1.25rem,3vw,2.25rem)}.sv-intel-card__tag{margin-bottom:.5rem}.sv-intel-card__title{font-family:var(--sv-font-display);font-size:clamp(1.1rem,1.8vw,1.35rem);color:var(--sv-white);text-transform:uppercase;letter-spacing:.02em;margin-bottom:.5rem;line-height:1.15}.sv-intel-card__excerpt{font-size:.82rem;color:var(--sv-zinc-400);line-height:1.65;margin-bottom:1.25rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:768px){.sv-intel-card,.sv-intel-card--flip{grid-template-columns:1fr;direction:ltr;min-height:auto}.sv-intel-card__image{aspect-ratio:auto}.sv-intel-card__image img{aspect-ratio:3/2;width:100%;height:auto;object-fit:contain;background:var(--sv-zinc-800)}}.sv-newsletter{padding:var(--sv-section-gap) 0;border-top:1px solid var(--sv-zinc-800);background:var(--sv-black)}.sv-newsletter__inner{text-align:center;max-width:460px;margin:0 auto}.sv-newsletter__heading{margin-bottom:.625rem}.sv-newsletter__text{margin:0 auto 1.75rem;text-align:center}.sv-newsletter__form{display:flex;gap:.5rem}.sv-newsletter__input{flex:1;padding:.875rem 1.25rem;background:var(--sv-zinc-900);border:1px solid var(--sv-zinc-700);border-radius:var(--sv-radius);color:var(--sv-white);font-family:var(--sv-font-body);font-size:.85rem;outline:none;transition:border-color .3s var(--sv-ease)}.sv-newsletter__input::placeholder{color:var(--sv-zinc-500)}.sv-newsletter__input:focus{border-color:var(--sv-green)}@media(max-width:480px){.sv-newsletter__form{flex-direction:column}}.sv-breadcrumb{padding:1rem 0;font-size:.72rem;color:var(--sv-zinc-500)}.sv-breadcrumb a{text-decoration:none;transition:color .2s}.sv-breadcrumb a:hover{color:var(--sv-zinc-300)}.sv-breadcrumb__sep{margin:0 .5rem}.sv-pdp-hero{padding:0 0 var(--sv-section-gap)}.sv-pdp-hero__grid{display:grid;grid-template-columns:1.15fr 1fr;gap:clamp(2rem,4vw,3.5rem);align-items:start}.sv-gallery{position:sticky;top:calc(var(--sv-header-h) + 1.5rem)}.sv-gallery__main{aspect-ratio:1;border-radius:var(--sv-radius-lg);overflow:hidden;background:var(--sv-zinc-900);margin-bottom:clamp(.5rem,1vw,.75rem);cursor:zoom-in}.sv-gallery__main img{width:100%;height:100%;object-fit:cover;transition:transform .4s var(--sv-ease)}.sv-gallery__main:hover img{transform:scale(1.04)}.sv-gallery__thumbs{display:grid;grid-template-columns:repeat(6,1fr);gap:clamp(.35rem,.7vw,.5rem)}.sv-gallery__thumb{aspect-ratio:1;border-radius:var(--sv-radius);overflow:hidden;background:var(--sv-zinc-900);border:2px solid transparent;cursor:pointer;transition:border-color .2s}.sv-gallery__thumb.is-active{border-color:var(--sv-green)}.sv-gallery__thumb:hover{border-color:var(--sv-zinc-600)}.sv-gallery__thumb img{width:100%;height:100%;object-fit:cover}.sv-purchase{padding-top:.5rem}.sv-purchase__title{font-family:var(--sv-font-display);font-size:clamp(1.5rem,3vw,2.25rem);color:var(--sv-white);text-transform:uppercase;letter-spacing:.02em;line-height:1.1;margin-bottom:.75rem}.sv-purchase__price{font-family:var(--sv-font-mono);font-size:1.35rem;color:var(--sv-tan);font-weight:500;margin-bottom:1.5rem}.sv-purchase__rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:.8rem;color:var(--sv-zinc-400)}.sv-purchase__stars{color:var(--sv-tan);letter-spacing:.1em}.sv-purchase__desc{font-size:.85rem;color:var(--sv-zinc-400);line-height:1.65;margin-bottom:1.75rem;max-width:50ch}.sv-purchase__atc{width:100%;padding:1rem;font-size:.8rem;justify-content:center;margin-bottom:1rem}.sv-purchase__trust{display:flex;flex-direction:column;gap:.5rem;padding-top:1rem;border-top:1px solid var(--sv-zinc-800)}.sv-purchase__trust-item{display:flex;align-items:center;gap:.6rem;font-size:.75rem;color:var(--sv-zinc-400)}.sv-purchase__trust-icon{width:16px;height:16px;flex-shrink:0}.sv-purchase__trust-icon svg{width:100%;height:100%}@media(max-width:768px){.sv-pdp-hero__grid{grid-template-columns:1fr}.sv-gallery{position:static}.sv-gallery__thumbs{grid-template-columns:repeat(6,1fr)}}.sv-purchase__bullets{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1.75rem;padding-left:0}.sv-purchase__bullet{display:flex;align-items:baseline;gap:.6rem;font-size:.8rem;color:var(--sv-zinc-300);line-height:1.5}.sv-purchase__bullet:before{content:"";width:5px;height:5px;background:var(--sv-green);border-radius:1px;transform:rotate(45deg);flex-shrink:0;margin-top:.3rem}.sv-badges{padding:clamp(1.5rem,3vw,2rem) 0;border-top:1px solid var(--sv-zinc-800);border-bottom:1px solid var(--sv-zinc-800)}.sv-badges__grid{display:flex;justify-content:center;gap:clamp(1.5rem,3vw,3rem);flex-wrap:wrap}.sv-badge{display:flex;flex-direction:column;align-items:center;gap:.4rem;text-align:center}.sv-badge__icon{width:36px;height:36px;border:1px solid var(--sv-zinc-700);border-radius:50%;display:flex;align-items:center;justify-content:center}.sv-badge__icon svg{width:18px;height:18px;stroke:var(--sv-green);fill:none;stroke-width:1.5}.sv-badge__label{font-size:.62rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--sv-zinc-400);max-width:80px;line-height:1.3}.sv-narrative{padding:clamp(2.5rem,5vw,4rem) 0;border-top:1px solid var(--sv-zinc-800)}.sv-narrative__inner{max-width:680px;margin:0 auto;text-align:center}.sv-narrative__heading{margin-bottom:1rem}.sv-narrative__text{font-size:clamp(.9rem,1.1vw,1.05rem);color:var(--sv-zinc-400);line-height:1.8;max-width:60ch;margin:0 auto}.sv-explorer{padding:clamp(2rem,4vw,3rem) 0 var(--sv-section-gap)}.sv-explorer__header{margin-bottom:clamp(1.5rem,3vw,2rem);text-align:center}.sv-explorer__tabs{display:flex;justify-content:center;gap:.375rem;margin-bottom:clamp(1.5rem,3vw,2rem)}.sv-explorer__tab{padding:.6rem 1.5rem;font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--sv-zinc-400);border:1px solid var(--sv-zinc-800);border-radius:var(--sv-radius);transition:all .25s var(--sv-ease);cursor:pointer;background:transparent}.sv-explorer__tab:hover{border-color:var(--sv-zinc-600);color:var(--sv-zinc-200)}.sv-explorer__tab.is-active{background:var(--sv-green);border-color:var(--sv-green);color:var(--sv-white)}.sv-explorer__viewport{position:relative;max-width:900px;margin:0 auto;overflow:visible}.sv-explorer__panel{display:none;position:relative;overflow:visible}.sv-explorer__panel.is-active{display:block}.sv-explorer__image{width:100%;border-radius:var(--sv-radius-lg);aspect-ratio:4/3;object-fit:cover;background:var(--sv-zinc-900)}.sv-hotspot{position:absolute;width:28px;height:28px;cursor:pointer;z-index:3}.sv-hotspot:hover{z-index:20}.sv-hotspot__dot{width:28px;height:28px;border-radius:50%;background:#4a5c3ad9;border:2px solid rgba(255,255,255,.4);display:flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:700;color:var(--sv-white);transition:transform .25s var(--sv-ease),background .25s;animation:sv-hotspot-pulse 2.5s ease-in-out infinite}.sv-hotspot:hover .sv-hotspot__dot{transform:scale(1.15);background:var(--sv-green);animation:none}@keyframes sv-hotspot-pulse{0%,to{box-shadow:0 0 #4a5c3a80}50%{box-shadow:0 0 0 8px #4a5c3a00}}.sv-hotspot__tip{position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%) translateY(4px);background:var(--sv-zinc-900);border:1px solid var(--sv-zinc-700);border-radius:var(--sv-radius-lg);padding:.75rem 1rem;width:max-content;max-width:240px;opacity:0;visibility:hidden;pointer-events:none;transition:all .25s var(--sv-ease);z-index:30}.sv-hotspot:hover .sv-hotspot__tip{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.sv-hotspot__tip-img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--sv-radius);margin-bottom:.5rem;display:block}.sv-hotspot__tip-title{font-size:.72rem;font-weight:600;color:var(--sv-white);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.2rem}.sv-hotspot__tip-desc{font-size:.72rem;color:var(--sv-zinc-400);line-height:1.5}.sv-hotspot--tip-left .sv-hotspot__tip{left:0;transform:translate(0) translateY(4px)}.sv-hotspot--tip-left:hover .sv-hotspot__tip{transform:translate(0) translateY(0)}.sv-hotspot--tip-right .sv-hotspot__tip{left:auto;right:0;transform:translate(0) translateY(4px)}.sv-hotspot--tip-right:hover .sv-hotspot__tip{transform:translate(0) translateY(0)}.sv-hotspot--tip-bottom .sv-hotspot__tip{bottom:auto;top:calc(100% + 10px)}@media(max-width:768px){.sv-hotspot__dot{width:26px;height:26px;font-size:.55rem}.sv-hotspot{width:26px;height:26px}.sv-hotspot .sv-hotspot__tip{display:none}.sv-hotspot-mobile{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.9);z-index:100;background:var(--sv-zinc-900);border:1px solid var(--sv-zinc-700);border-radius:var(--sv-radius-lg);padding:1.25rem;width:calc(100% - 2.5rem);max-width:340px;display:flex;gap:1rem;opacity:0;visibility:hidden;transition:opacity .3s var(--sv-ease),transform .3s var(--sv-ease),visibility .3s}.sv-hotspot-mobile.is-open{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}.sv-hotspot-mobile__img{width:100px;height:100px;border-radius:var(--sv-radius);object-fit:cover;flex-shrink:0}.sv-hotspot-mobile__body{flex:1;min-width:0}.sv-hotspot-mobile__title{font-size:.78rem;font-weight:600;color:var(--sv-white);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.sv-hotspot-mobile__desc{font-size:.78rem;color:var(--sv-zinc-400);line-height:1.5}.sv-hotspot-mobile__close{position:absolute;top:.75rem;right:.75rem;width:28px;height:28px;display:flex;align-items:center;justify-content:center;color:var(--sv-zinc-400);font-size:1.2rem}.sv-hotspot.is-tapped .sv-hotspot__dot{background:var(--sv-green);transform:scale(1.2);animation:none}}.sv-explorer__features{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem 2rem;max-width:900px;margin:clamp(1.5rem,3vw,2rem) auto 0}.sv-explorer__feat{display:flex;align-items:baseline;gap:.6rem;font-size:.78rem;color:var(--sv-zinc-400);line-height:1.5}.sv-explorer__feat strong{color:var(--sv-zinc-200)}.sv-explorer__feat:before{content:"";width:4px;height:4px;background:var(--sv-green);border-radius:1px;transform:rotate(45deg);flex-shrink:0;margin-top:.35rem}@media(max-width:480px){.sv-explorer__features{grid-template-columns:1fr}}.sv-armor-upgrade{padding:var(--sv-section-gap) 0;border-top:1px solid var(--sv-zinc-800);background:var(--sv-zinc-950)}.sv-armor-upgrade__intro{display:grid;grid-template-columns:1fr 1.2fr;gap:clamp(2rem,4vw,3.5rem);align-items:center;margin-bottom:clamp(2rem,4vw,3rem)}.sv-armor-upgrade__image{aspect-ratio:1;border-radius:var(--sv-radius-lg);overflow:hidden;background:var(--sv-zinc-800)}.sv-armor-upgrade__image img{width:100%;height:100%;object-fit:cover}.sv-armor-upgrade__tag{margin-bottom:.75rem;display:block}.sv-armor-upgrade__heading{margin-bottom:.75rem}.sv-armor-upgrade__desc{font-size:.85rem;color:var(--sv-zinc-400);line-height:1.65;max-width:50ch;margin-bottom:.5rem}.sv-armor-upgrade__note{font-size:.75rem;color:var(--sv-zinc-500);font-style:italic}.sv-armor-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(.5rem,1.2vw,.875rem)}.sv-armor-card{background:var(--sv-zinc-900);border:1px solid var(--sv-zinc-800);border-radius:var(--sv-radius-lg);overflow:hidden;transition:border-color .3s var(--sv-ease);text-decoration:none;color:inherit}.sv-armor-card:hover{border-color:var(--sv-zinc-600)}.sv-armor-card__image{aspect-ratio:1;background:var(--sv-zinc-800);overflow:hidden}.sv-armor-card__image img{width:100%;height:100%;object-fit:cover}.sv-armor-card__body{padding:1rem}.sv-armor-card__level{font-family:var(--sv-font-display);font-size:1rem;color:var(--sv-white);text-transform:uppercase;letter-spacing:.02em;margin-bottom:.15rem}.sv-armor-card__desc{font-size:.75rem;color:var(--sv-zinc-500);margin-bottom:.6rem;line-height:1.5}.sv-armor-card__price{font-family:var(--sv-font-mono);font-size:.9rem;color:var(--sv-tan);margin-bottom:.75rem;display:block}.sv-armor-card__atc{width:100%;justify-content:center}@media(max-width:768px){.sv-armor-upgrade__intro,.sv-armor-cards{grid-template-columns:1fr}}.sv-specs{padding:var(--sv-section-gap) 0;border-top:1px solid var(--sv-zinc-800)}.sv-specs__header{margin-bottom:clamp(1.5rem,3vw,2rem)}.sv-spec{border-bottom:1px solid var(--sv-zinc-800)}.sv-spec__toggle{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem 0;font-size:.82rem;font-weight:500;color:var(--sv-zinc-200);text-align:left;letter-spacing:.03em;text-transform:uppercase;cursor:pointer;transition:color .2s}.sv-spec__toggle:hover{color:var(--sv-white)}.sv-spec__icon{width:20px;height:20px;transition:transform .3s var(--sv-ease);flex-shrink:0}.sv-spec.is-open .sv-spec__icon{transform:rotate(45deg)}.sv-spec__content{max-height:0;overflow:hidden;transition:max-height .4s var(--sv-ease)}.sv-spec.is-open .sv-spec__content{max-height:600px}.sv-spec__inner{padding:0 0 1.25rem;font-size:.82rem;color:var(--sv-zinc-400);line-height:1.7}.sv-spec__inner table{width:100%;border-collapse:collapse}.sv-spec__inner td{padding:.4rem 0;border-bottom:1px solid var(--sv-zinc-800);vertical-align:top}.sv-spec__inner td:first-child{color:var(--sv-zinc-500);width:40%;padding-right:1rem}.sv-reviews{padding:var(--sv-section-gap) 0;border-top:1px solid var(--sv-zinc-800)}.sv-reviews__header{margin-bottom:clamp(1.5rem,3vw,2rem)}.sv-reviews__placeholder{padding:3rem;border:1px dashed var(--sv-zinc-800);border-radius:var(--sv-radius-lg);text-align:center;color:var(--sv-zinc-500);font-size:.82rem}.sv-loadout{padding:var(--sv-section-gap) 0;border-top:1px solid var(--sv-zinc-800)}.sv-loadout__header{margin-bottom:clamp(1.5rem,3vw,2rem)}.sv-loadout__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(.5rem,1.2vw,.875rem)}@media(max-width:768px){.sv-loadout__grid{grid-template-columns:1fr}}.sv-sticky-atc{display:none;position:fixed;bottom:0;left:0;right:0;z-index:85;background:#0a0a0af2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid var(--sv-zinc-800);padding:.75rem clamp(1rem,4vw,2rem)}.sv-sticky-atc.is-visible{display:flex;align-items:center;justify-content:space-between;gap:1rem}.sv-sticky-atc__info{display:flex;flex-direction:column}.sv-sticky-atc__title{font-size:.75rem;font-weight:500;color:var(--sv-zinc-200);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}.sv-sticky-atc__price{font-family:var(--sv-font-mono);font-size:.85rem;color:var(--sv-tan)}.sv-page-placeholder{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--sv-section-gap) 2rem;text-align:center}.sv-page-placeholder__title{margin-bottom:.75rem}.sv-page-placeholder__desc{text-align:center;margin-bottom:2rem}.sv-page-placeholder__modules{max-width:600px;width:100%;text-align:left;border:1px solid var(--sv-zinc-800);border-radius:var(--sv-radius-lg);padding:1.5rem;background:var(--sv-zinc-900)}.sv-page-placeholder__modules h4{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--sv-green);margin-bottom:.75rem}.sv-page-placeholder__modules li{font-size:.8rem;color:var(--sv-zinc-400);padding:.4rem 0;border-bottom:1px solid var(--sv-zinc-800);display:flex;align-items:baseline;gap:.5rem}.sv-page-placeholder__modules li:last-child{border-bottom:none}.sv-page-placeholder__modules li:before{content:"";width:4px;height:4px;background:var(--sv-zinc-600);border-radius:1px;flex-shrink:0;transform:rotate(45deg);margin-top:.35rem}.sv-cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#111;border-top:1px solid rgba(255,255,255,.08);padding:.85rem clamp(1rem,4vw,2rem);display:flex;align-items:center;justify-content:space-between;gap:1.25rem;transform:translateY(0);transition:transform .4s var(--sv-ease),opacity .4s var(--sv-ease);animation:sv-cookie-slide-up .5s var(--sv-ease) both}@keyframes sv-cookie-slide-up{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.sv-cookie-banner.is-hidden{transform:translateY(100%);opacity:0;pointer-events:none}.sv-cookie-banner__text{font-size:.78rem;color:var(--sv-zinc-400);line-height:1.5}.sv-cookie-banner__text a{color:var(--sv-green);text-decoration:underline;text-underline-offset:2px;transition:color .2s}.sv-cookie-banner__text a:hover{color:var(--sv-green-hover)}.sv-cookie-banner__actions{display:flex;gap:.6rem;flex-shrink:0}@media(max-width:640px){.sv-cookie-banner{flex-direction:column;align-items:stretch;text-align:center;gap:.75rem}.sv-cookie-banner__actions{justify-content:center}}@media(max-width:768px){div[style*="repeat(3, 1fr)"],div[style*="repeat(4, 1fr)"],.sv-pdp-recs__grid{grid-template-columns:repeat(2,1fr)!important}}@media(max-width:480px){div[style*="repeat(2, 1fr)"]{grid-template-columns:repeat(2,1fr)!important}}@media(max-width:768px){.sv-footer__grid{grid-template-columns:1fr!important;gap:2rem!important}.sv-footer__brand-col{max-width:100%!important;width:100%!important}.sv-footer__brand-col .sv-header__logo{max-width:100%!important;width:auto!important}.sv-footer__brand-col .sv-header__logo img{max-width:160px!important;height:auto!important}.sv-footer__brand-col p{max-width:100%!important}}body,html{overflow-x:hidden!important}main,#MainContent,.main-content,[role=main]{overflow-x:hidden!important}@media(max-width:768px){body{padding-left:0!important;padding-right:0!important;margin:0!important}main,#MainContent,.main-content,[role=main]{padding-left:0!important;padding-right:0!important;margin:0!important;max-width:100vw!important}.sv-hero{width:100vw!important;max-width:100vw!important;margin-left:0!important;margin-right:0!important;padding:0!important;overflow:hidden!important;position:relative!important}.sv-hero__media,.sv-hero__media-inner{width:100%!important;height:100%!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;overflow:hidden!important}.sv-hero__video--mobile{display:block!important;width:100vw!important;min-width:100vw!important;height:100%!important;min-height:100%!important;object-fit:cover!important;object-position:center center!important;position:absolute!important;top:0!important;left:50%!important;transform:translate(-50%)!important}}@media(max-width:768px){nav[style*="position:sticky"]{position:sticky!important;position:-webkit-sticky!important;top:0!important;z-index:50!important}main,#MainContent,.main-content,#root,body>div,[id*=shopify-section]{overflow:visible!important;overflow-x:clip!important}}@media(max-width:768px){nav[style*="position:sticky"]{z-index:50!important}.sv-header{z-index:200!important}.sv-mobile-menu{z-index:150!important}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/sv-rebuild.css.map */
