.CartDrawer-module__7HZXAW__backdrop{z-index:1000;opacity:0;visibility:hidden;transition:all var(--transition-base);background:#00000080;position:fixed;inset:0}.CartDrawer-module__7HZXAW__backdrop.CartDrawer-module__7HZXAW__open{opacity:1;visibility:visible}.CartDrawer-module__7HZXAW__drawer{background:var(--color-bg);z-index:1001;width:100%;max-width:400px;transition:transform var(--transition-base);flex-direction:column;display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-4px 0 30px #0000001a}.CartDrawer-module__7HZXAW__drawer.CartDrawer-module__7HZXAW__open{transform:translate(0)}.CartDrawer-module__7HZXAW__header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.CartDrawer-module__7HZXAW__header h2{font-size:var(--text-xl);margin:0}.CartDrawer-module__7HZXAW__closeBtn{color:var(--color-text-muted);transition:color var(--transition-fast)}.CartDrawer-module__7HZXAW__closeBtn:hover{color:var(--color-text)}.CartDrawer-module__7HZXAW__items{flex-direction:column;flex:1;gap:1.5rem;padding:1.5rem;display:flex;overflow-y:auto}.CartDrawer-module__7HZXAW__empty{text-align:center;color:var(--color-text-muted);margin-top:2rem}.CartDrawer-module__7HZXAW__item{gap:1rem;display:flex}.CartDrawer-module__7HZXAW__imageWrap{background:var(--color-surface);border:1px solid var(--color-border);flex-shrink:0;width:80px;height:80px;position:relative}.CartDrawer-module__7HZXAW__details{flex-direction:column;flex:1;display:flex}.CartDrawer-module__7HZXAW__itemHeader{justify-content:space-between;align-items:flex-start;display:flex}.CartDrawer-module__7HZXAW__itemHeader h4{font-size:var(--text-base);margin:0}.CartDrawer-module__7HZXAW__removeBtn{color:var(--color-text-muted);padding:0;display:flex}.CartDrawer-module__7HZXAW__removeBtn:hover{color:var(--color-accent)}.CartDrawer-module__7HZXAW__price{color:var(--color-text-muted);font-size:var(--text-sm);margin:.25rem 0 .5rem}.CartDrawer-module__7HZXAW__controls{border:1px solid var(--color-border);align-items:center;width:max-content;display:flex}.CartDrawer-module__7HZXAW__controls button{color:var(--color-text);padding:.25rem .5rem;font-weight:700}.CartDrawer-module__7HZXAW__controls button:hover{background:var(--color-surface)}.CartDrawer-module__7HZXAW__controls span{font-size:var(--text-sm);text-align:center;min-width:2ch;padding:0 .5rem}.CartDrawer-module__7HZXAW__footer{border-top:1px solid var(--color-border);background:var(--color-surface);padding:1.5rem}.CartDrawer-module__7HZXAW__total{font-size:var(--text-lg);font-weight:700;font-family:var(--font-heading);justify-content:space-between;margin-bottom:1rem;display:flex}.CartDrawer-module__7HZXAW__checkoutBtn{width:100%}
.Navbar-module__nuAbfa__utility{z-index:101;color:#fff;background:#000;padding:.6rem 0;font-size:.9rem;position:sticky;top:0}.Navbar-module__nuAbfa__utilityInner{justify-content:space-between;align-items:center;display:flex}.Navbar-module__nuAbfa__utilityLeft,.Navbar-module__nuAbfa__utilityRight{flex:1;align-items:center;display:flex}.Navbar-module__nuAbfa__utilityRight{justify-content:flex-end}.Navbar-module__nuAbfa__utilityLeft a,.Navbar-module__nuAbfa__utilityRight a{transition:color var(--transition-fast);color:#fff}.Navbar-module__nuAbfa__utilityLeft a:hover,.Navbar-module__nuAbfa__utilityRight a:hover{color:#ccc;text-decoration:underline}.Navbar-module__nuAbfa__utilityCenter{text-align:center;flex:2;justify-content:center;align-items:center;gap:1.5rem;display:flex}.Navbar-module__nuAbfa__arrowBtn{color:#555;cursor:pointer;background:0 0;border:none;padding:0 .5rem;font-size:1rem}.Navbar-module__nuAbfa__arrowBtn:hover{color:#000}.Navbar-module__nuAbfa__fadeText{animation:.5s ease-in-out Navbar-module__nuAbfa__fadeTextIn}@keyframes Navbar-module__nuAbfa__fadeTextIn{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.Navbar-module__nuAbfa__utilityLeft,.Navbar-module__nuAbfa__utilityRight{display:none}.Navbar-module__nuAbfa__utilityCenter{text-align:center;white-space:nowrap;width:100%;font-size:.65rem}}.Navbar-module__nuAbfa__nav{z-index:100;border-bottom:1px solid var(--color-border);transition:box-shadow var(--transition-fast);background:#fff;position:relative}.Navbar-module__nuAbfa__scrolled{box-shadow:0 2px 20px #00000014}.Navbar-module__nuAbfa__navInner{justify-content:space-between;align-items:center;height:60px;display:flex}.Navbar-module__nuAbfa__leftSection{flex:1;justify-content:flex-start;align-items:center;gap:1.5rem;display:flex}.Navbar-module__nuAbfa__centerSection{flex:1;justify-content:center;align-items:center;display:flex}.Navbar-module__nuAbfa__rightSection{flex:1;justify-content:flex-end;align-items:center;gap:1rem;display:flex}.Navbar-module__nuAbfa__logo{align-items:center;display:flex}.Navbar-module__nuAbfa__hamburgerBtn{color:#000;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.Navbar-module__nuAbfa__links{gap:1.5rem;display:flex}.Navbar-module__nuAbfa__link{font-family:var(--font-body);color:#000;transition:opacity var(--transition-fast);padding:.5rem 0;font-size:.85rem;font-weight:500}.Navbar-module__nuAbfa__link:hover{opacity:.6}.Navbar-module__nuAbfa__saleLink{color:#d32f2f!important}.Navbar-module__nuAbfa__saleLink:hover{color:#b71c1c!important}@media (max-width:1024px){.Navbar-module__nuAbfa__links{display:none}}.Navbar-module__nuAbfa__iconBtn{color:#000;cursor:pointer;transition:opacity var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex;position:relative}.Navbar-module__nuAbfa__iconBtn:hover{opacity:.6}.Navbar-module__nuAbfa__cartBadge{background:var(--color-accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.6rem;font-weight:800;display:flex;position:absolute;top:-6px;right:-8px}.Navbar-module__nuAbfa__sidebarOverlay{z-index:1000;background:#00000080;position:fixed;inset:0}.Navbar-module__nuAbfa__sidebarMenu{z-index:1001;width:350px;max-width:85vw;height:100vh;transition:transform var(--transition-fast);background:#fff;flex-direction:column;display:flex;position:fixed;top:0;left:-350px;overflow:hidden;box-shadow:2px 0 10px #0000001a}.Navbar-module__nuAbfa__sidebarOpen{transform:translate(350px)}.Navbar-module__nuAbfa__sidebarHeader{border-bottom:1px solid #eee;justify-content:flex-start;padding:1.5rem;display:flex}.Navbar-module__nuAbfa__closeBtn{cursor:pointer;color:#333;width:36px;height:36px;transition:background var(--transition-fast);background:#f4f4f4;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.Navbar-module__nuAbfa__closeBtn:hover{background:#e0e0e0}.Navbar-module__nuAbfa__sidebarContent{flex:1;padding:1rem 0;overflow-y:auto}.Navbar-module__nuAbfa__sidebarLink{font-family:var(--font-body);color:#000;transition:background var(--transition-fast);justify-content:space-between;align-items:center;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;display:flex}.Navbar-module__nuAbfa__sidebarLink:hover{background:#f9f9f9}.Navbar-module__nuAbfa__sidebarLink svg{color:#888}.Navbar-module__nuAbfa__sidebarItem{flex-direction:column;display:flex}.Navbar-module__nuAbfa__subLinks{background:#fafafa;border-bottom:1px solid #eee;flex-direction:column;display:none}.Navbar-module__nuAbfa__subLinksOpen{display:flex}.Navbar-module__nuAbfa__subLink{font-family:var(--font-body);color:#555;transition:background var(--transition-fast), color var(--transition-fast);padding:.75rem 1.5rem .75rem 3rem;font-size:.85rem;font-weight:500;text-decoration:none}.Navbar-module__nuAbfa__subLink:hover{color:#000;background:#f0f0f0}.Navbar-module__nuAbfa__searchDropdown{border:1px solid var(--color-border);z-index:50;background:#fff;border-radius:6px;width:280px;padding:.75rem 1rem;animation:.2s forwards Navbar-module__nuAbfa__slideDown;position:absolute;top:100%;right:2rem;box-shadow:0 4px 16px #0000001a}@keyframes Navbar-module__nuAbfa__slideDown{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.Navbar-module__nuAbfa__searchForm{border-bottom:1px solid var(--color-border);align-items:center;padding-bottom:.25rem;display:flex}.Navbar-module__nuAbfa__searchInput{font-family:var(--font-body);color:var(--color-text);background:0 0;border:none;outline:none;flex:1;font-size:.95rem;font-weight:400}.Navbar-module__nuAbfa__searchInput::placeholder{color:var(--color-text-muted)}.Navbar-module__nuAbfa__searchSubmit{color:var(--color-text);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;display:flex}.Navbar-module__nuAbfa__searchSubmit:hover{color:var(--color-accent)}
.Footer-module__EZoWya__footer{background:var(--color-surface-dark);color:#fff;padding:4rem 0 2rem}.Footer-module__EZoWya__top{border-bottom:1px solid #ffffff1a;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;display:grid}@media (max-width:1024px){.Footer-module__EZoWya__top{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width:640px){.Footer-module__EZoWya__top{grid-template-columns:1fr;gap:1rem}}.Footer-module__EZoWya__brand{flex-direction:column;gap:1rem;display:flex}.Footer-module__EZoWya__tagline{color:#ffffff80;font-size:var(--text-sm);max-width:280px}.Footer-module__EZoWya__socials{flex-wrap:wrap;gap:1rem;display:flex}.Footer-module__EZoWya__social{font-family:var(--font-heading);font-weight:700;font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.06em;color:#ffffff80;transition:color var(--transition-fast)}.Footer-module__EZoWya__social:hover{color:#fff}.Footer-module__EZoWya__colTitle{font-size:var(--text-sm);letter-spacing:.1em;margin-bottom:1rem}.Footer-module__EZoWya__col ul{flex-direction:column;gap:.5rem;display:flex}.Footer-module__EZoWya__link{color:#ffffff80;font-size:var(--text-sm);transition:color var(--transition-fast)}.Footer-module__EZoWya__link:hover{color:#fff}.Footer-module__EZoWya__bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;display:flex}.Footer-module__EZoWya__copy{color:#ffffff59;font-size:var(--text-xs)}.Footer-module__EZoWya__legal{gap:1.5rem;display:flex}.Footer-module__EZoWya__legal a{color:#ffffff59;font-size:var(--text-xs);transition:color var(--transition-fast)}.Footer-module__EZoWya__legal a:hover{color:#fff}
.Hero-module__Z8hQ_W__hero{background:#111;flex-direction:column;justify-content:flex-end;width:100%;height:calc(100vh - 100px);min-height:600px;display:flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__bgWrap{z-index:1;position:absolute;inset:0}.Hero-module__Z8hQ_W__video{object-fit:cover;object-position:center;width:100%;height:100%}.Hero-module__Z8hQ_W__overlay{z-index:2;background:linear-gradient(#0000 0%,#0003 70%,#000c 100%);position:absolute;inset:0}.Hero-module__Z8hQ_W__floatingHelp{transform-origin:0;color:#fff;font-family:var(--font-body);z-index:10;cursor:pointer;background:#000;border-radius:0 0 4px 4px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:50%;left:0;transform:translateY(-50%)rotate(-90deg)translateY(-50%)}.Hero-module__Z8hQ_W__content{z-index:3;width:100%;padding-bottom:2rem;position:relative}.Hero-module__Z8hQ_W__title{color:#fff;white-space:pre-line;text-shadow:0 2px 10px #00000080;letter-spacing:-.5px;margin-bottom:.5rem;font-family:Arial Black,Impact,sans-serif;font-size:clamp(2.5rem,6vw,5rem);font-weight:900;line-height:1.1}.Hero-module__Z8hQ_W__subtitle{font-family:var(--font-body);color:#fff;text-shadow:0 1px 5px #00000080;max-width:550px;margin:0 auto 1.5rem;font-size:.85rem;font-weight:500;line-height:1.5}.Hero-module__Z8hQ_W__ctas{justify-content:center;gap:.75rem;display:flex}.Hero-module__Z8hQ_W__btnPill{color:#fff;font-family:var(--font-body);text-transform:uppercase;transition:all var(--transition-fast);background:#3c3c3ccc;border:none;border-radius:50px;padding:.8rem 1.5rem;font-size:.75rem;font-weight:700;display:inline-block}.Hero-module__Z8hQ_W__btnPill:hover{background:#505050f2}@media (max-width:768px){.Hero-module__Z8hQ_W__hero{height:80vh}.Hero-module__Z8hQ_W__ctas{flex-direction:column}.Hero-module__Z8hQ_W__ctas a{text-align:center;width:100%}.Hero-module__Z8hQ_W__floatingHelp{display:none}.Hero-module__Z8hQ_W__title{white-space:nowrap;font-size:clamp(1.3rem,5.8vw,3.6rem)}}
.SecondaryHero-module__2Gt6mG__hero{background:#111;flex-direction:column;justify-content:flex-end;width:100%;height:100vh;min-height:600px;display:flex;position:relative;overflow:hidden}.SecondaryHero-module__2Gt6mG__bgWrap{z-index:1;position:absolute;inset:0}.SecondaryHero-module__2Gt6mG__sliderTrack{width:100%;height:100%;transition:transform 1.5s cubic-bezier(.25,1,.5,1);position:absolute}.SecondaryHero-module__2Gt6mG__slide{width:100%;height:100%;position:absolute;top:0}.SecondaryHero-module__2Gt6mG__overlay{z-index:2;background:linear-gradient(#0000 0%,#0003 70%,#000c 100%);position:absolute;inset:0}.SecondaryHero-module__2Gt6mG__content{z-index:3;width:100%;padding-bottom:2rem;position:relative}.SecondaryHero-module__2Gt6mG__title{color:#fff;white-space:pre-line;text-shadow:0 2px 10px #00000080;letter-spacing:-.5px;margin-bottom:.5rem;font-family:Arial Black,Impact,sans-serif;font-size:clamp(3.75rem,9vw,7.5rem);font-weight:900;line-height:1.1}.SecondaryHero-module__2Gt6mG__subtitle{font-family:var(--font-body);color:#fff;text-shadow:0 1px 5px #00000080;max-width:550px;margin:0 auto 1.5rem;font-size:.68rem;font-weight:500;line-height:1.5}.SecondaryHero-module__2Gt6mG__ctas{justify-content:center;gap:.75rem;display:flex}.SecondaryHero-module__2Gt6mG__btnPill{color:#fff;font-family:var(--font-body);text-transform:uppercase;transition:all var(--transition-fast);background:#3c3c3ccc;border:none;border-radius:50px;padding:.8rem 1.5rem;font-size:.75rem;font-weight:700;display:inline-block}.SecondaryHero-module__2Gt6mG__btnPill:hover{background:#505050f2}@media (max-width:768px){.SecondaryHero-module__2Gt6mG__hero{height:80vh}.SecondaryHero-module__2Gt6mG__ctas{flex-direction:column}.SecondaryHero-module__2Gt6mG__ctas a{text-align:center;width:100%}.SecondaryHero-module__2Gt6mG__title{white-space:normal;font-size:clamp(1.95rem,8.7vw,5.4rem)}.SecondaryHero-module__2Gt6mG__subtitle{white-space:nowrap;font-size:.65rem}}
.SportsGrid-module__AgsDhq__container{color:#fff;background:#000;flex-direction:column;width:100%;min-height:100vh;padding:4rem 0 0;display:flex;position:relative;overflow:hidden}.SportsGrid-module__AgsDhq__bgWrap{z-index:0;position:absolute;inset:0}.SportsGrid-module__AgsDhq__videoBg{object-fit:cover;filter:blur(15px);width:100%;height:100%;transform:scale(1.1)}.SportsGrid-module__AgsDhq__overlay{z-index:1;background:#0006;position:absolute;inset:0}.SportsGrid-module__AgsDhq__contentWrap{z-index:2;flex-direction:column;flex:1;display:flex;position:relative}.SportsGrid-module__AgsDhq__header{justify-content:space-between;align-items:center;margin-bottom:3rem;padding:0 4rem;display:flex}.SportsGrid-module__AgsDhq__title{margin:0;font-size:5rem;letter-spacing:-1px!important;text-transform:none!important;font-family:ITC Garamond Std,Garamond,Times New Roman,serif!important;font-style:italic!important;font-weight:300!important}.SportsGrid-module__AgsDhq__pauseBtn{color:#fff;cursor:pointer;width:36px;height:36px;transition:border-color var(--transition-fast);background:0 0;border:1px solid #fff6;border-radius:50%;justify-content:center;align-items:center;display:flex}.SportsGrid-module__AgsDhq__pauseBtn:hover{border-color:#fff}.SportsGrid-module__AgsDhq__grid{border-top:1px solid #fff3;flex:1;grid-template-columns:1fr 1fr;width:100%;display:grid}.SportsGrid-module__AgsDhq__cell{cursor:pointer;border-bottom:1px solid #fff3;border-right:1px solid #fff3;justify-content:space-between;align-items:center;min-height:120px;padding:0 4rem;text-decoration:none;transition:background .3s;display:flex;position:relative}.SportsGrid-module__AgsDhq__cell:nth-child(2n){border-right:none}.SportsGrid-module__AgsDhq__cell:hover{background:#282828b3}.SportsGrid-module__AgsDhq__sportName{text-transform:uppercase;letter-spacing:1px;z-index:2;color:#fff;font-family:Arial Black,Impact,sans-serif;font-size:1.5rem;font-weight:900;position:relative}.SportsGrid-module__AgsDhq__arrow{opacity:0;z-index:2;color:#fff;transition:all .3s;position:relative;transform:translate(-10px)}.SportsGrid-module__AgsDhq__cell:hover .SportsGrid-module__AgsDhq__arrow{opacity:1;transform:translate(0)}.SportsGrid-module__AgsDhq__hoverImageWrap{opacity:0;visibility:hidden;z-index:10;pointer-events:none;width:300px;height:400px;transition:all .4s cubic-bezier(.2,0,0,1);position:absolute;top:50%;right:15%;transform:translateY(-50%)scale(.95)}.SportsGrid-module__AgsDhq__cell:hover .SportsGrid-module__AgsDhq__hoverImageWrap{opacity:1;visibility:visible;transform:translateY(-50%)scale(1)}@media (max-width:1024px){.SportsGrid-module__AgsDhq__header{padding:0 2rem}.SportsGrid-module__AgsDhq__cell{padding:3rem 2rem}.SportsGrid-module__AgsDhq__hoverImageWrap{width:200px;height:300px;right:5%}}@media (max-width:768px){.SportsGrid-module__AgsDhq__grid{grid-template-columns:1fr}.SportsGrid-module__AgsDhq__cell{border-right:none}.SportsGrid-module__AgsDhq__hoverImageWrap{display:none}}
.FloatingCarousel-module__eLa4ra__container{color:#000;text-align:center;background:#fff;padding:4rem 0;position:relative;overflow:hidden}.FloatingCarousel-module__eLa4ra__topSection{margin-bottom:2rem}.FloatingCarousel-module__eLa4ra__title{font-family:var(--font-heading), "Arial Black", sans-serif;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-size:2rem;font-weight:900}.FloatingCarousel-module__eLa4ra__subtitle{font-family:var(--font-body);color:#555;margin-bottom:1.5rem;font-size:.85rem}.FloatingCarousel-module__eLa4ra__btnSolid{color:#fff;font-family:var(--font-heading), sans-serif;text-transform:uppercase;letter-spacing:1px;background:#222;border-radius:50px;padding:.8rem 2rem;font-size:.75rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.FloatingCarousel-module__eLa4ra__btnSolid:hover{background:#000}.FloatingCarousel-module__eLa4ra__carouselWrap{justify-content:center;align-items:center;width:100%;max-width:1600px;height:350px;margin:0 auto;display:flex;position:relative}.FloatingCarousel-module__eLa4ra__navBtn{color:#fff;cursor:pointer;z-index:10;background:#ccc;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:background .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.FloatingCarousel-module__eLa4ra__navBtn:hover{background:#999}.FloatingCarousel-module__eLa4ra__prevBtn{left:60px}.FloatingCarousel-module__eLa4ra__nextBtn{right:60px}.FloatingCarousel-module__eLa4ra__track{width:100%;height:100%;position:relative}.FloatingCarousel-module__eLa4ra__slide{pointer-events:none;transition:all .6s cubic-bezier(.25,1,.5,1);position:absolute;top:50%;left:50%}.FloatingCarousel-module__eLa4ra__imageWrap{mix-blend-mode:multiply;width:900px;height:350px;position:relative}.FloatingCarousel-module__eLa4ra__active{opacity:1;z-index:3;pointer-events:auto;transform:translate(-50%,-50%)scale(1)}.FloatingCarousel-module__eLa4ra__prev{opacity:.6;z-index:2;filter:blur(3px);transform:translate(calc(-50% - 500px),-50%)scale(.5)}.FloatingCarousel-module__eLa4ra__next{opacity:.6;z-index:2;filter:blur(3px);transform:translate(calc(500px - 50%),-50%)scale(.5)}.FloatingCarousel-module__eLa4ra__hidden{opacity:0;z-index:1;transform:translate(-50%,-50%)scale(.4)}.FloatingCarousel-module__eLa4ra__bottomSection{margin-top:1rem}.FloatingCarousel-module__eLa4ra__productName{font-family:var(--font-body);color:#333;margin-bottom:.5rem;font-size:.9rem}.FloatingCarousel-module__eLa4ra__productPrice{font-family:var(--font-heading), "Arial Black", sans-serif;color:#111;margin-bottom:1.5rem;font-size:1rem;font-weight:800}@media (max-width:1024px){.FloatingCarousel-module__eLa4ra__prev{transform:translate(calc(-50% - 300px),-50%)scale(.5)}.FloatingCarousel-module__eLa4ra__next{transform:translate(calc(300px - 50%),-50%)scale(.5)}.FloatingCarousel-module__eLa4ra__imageWrap{width:600px;height:400px}.FloatingCarousel-module__eLa4ra__carouselWrap{height:450px}}@media (max-width:768px){.FloatingCarousel-module__eLa4ra__prev{opacity:.5;filter:blur(4px);transform:translate(calc(-50% - 220px),-50%)scale(.4)}.FloatingCarousel-module__eLa4ra__next{opacity:.5;filter:blur(4px);transform:translate(calc(220px - 50%),-50%)scale(.4)}.FloatingCarousel-module__eLa4ra__imageWrap{width:320px;height:220px}.FloatingCarousel-module__eLa4ra__carouselWrap{height:280px}.FloatingCarousel-module__eLa4ra__navBtn{width:36px;height:36px}.FloatingCarousel-module__eLa4ra__prevBtn{left:10px}.FloatingCarousel-module__eLa4ra__nextBtn{right:10px}.FloatingCarousel-module__eLa4ra__title{font-size:1.5rem}}
.PromoBanner-module__KqYBzG__promo{flex-direction:column;justify-content:flex-end;height:calc(100vh - 100px);min-height:600px;display:flex;position:relative;overflow:hidden}.PromoBanner-module__KqYBzG__bg{z-index:1;position:absolute;inset:0}.PromoBanner-module__KqYBzG__overlay{z-index:2;background:linear-gradient(90deg,#000000d9 0%,#0006 100%);position:absolute;inset:0}.PromoBanner-module__KqYBzG__content{z-index:3;max-width:800px;padding-bottom:0;position:relative}.PromoBanner-module__KqYBzG__eyebrow{font-family:var(--font-heading);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.2em;color:var(--color-accent);margin-bottom:1rem;font-weight:700;display:inline-block}.PromoBanner-module__KqYBzG__title{color:#fff;white-space:pre-line;text-shadow:0 2px 10px #00000080;letter-spacing:-.5px;margin-bottom:.5rem;font-family:Arial Black,Impact,sans-serif;font-size:clamp(2.5rem,6vw,5rem);font-weight:900;line-height:1.1}.PromoBanner-module__KqYBzG__body{color:#ffffffb3;font-size:var(--text-lg);margin-bottom:1rem;line-height:1.7}@media (max-width:768px){.PromoBanner-module__KqYBzG__promo{height:80vh;min-height:500px}.PromoBanner-module__KqYBzG__overlay{background:linear-gradient(#0000004d 0%,#000000e6 100%)}.PromoBanner-module__KqYBzG__title{font-size:clamp(2rem,8vw,3.5rem)}}
.TechFeatures-module__LVL5-q__header{text-align:center;margin-bottom:3.5rem}.TechFeatures-module__LVL5-q__title{font-size:var(--text-4xl);margin-bottom:.75rem}.TechFeatures-module__LVL5-q__subtitle{color:var(--color-text-muted);font-size:var(--text-lg);max-width:550px;margin:0 auto}.TechFeatures-module__LVL5-q__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}@media (max-width:768px){.TechFeatures-module__LVL5-q__grid{grid-template-columns:1fr}}.TechFeatures-module__LVL5-q__card{text-align:center;border:1px solid var(--color-border);transition:all var(--transition-fast);padding:2.5rem 2rem}.TechFeatures-module__LVL5-q__card:hover{border-color:var(--color-text);transform:translateY(-4px);box-shadow:0 8px 25px #0000000f}.TechFeatures-module__LVL5-q__iconWrap{border:2px solid var(--color-border);width:64px;height:64px;color:var(--color-text);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}.TechFeatures-module__LVL5-q__card:hover .TechFeatures-module__LVL5-q__iconWrap{border-color:var(--color-accent);color:var(--color-accent)}.TechFeatures-module__LVL5-q__cardTitle{font-size:var(--text-lg);margin-bottom:.75rem}.TechFeatures-module__LVL5-q__cardDesc{color:var(--color-text-muted);line-height:1.7;font-size:var(--text-sm)}
.FeaturesStrip-module__2aTh6q__strip{color:#fff;background:radial-gradient(at top,#261611 0%,#0d0d0d 60%,#000 100%);border-top:1px solid #333}.FeaturesStrip-module__2aTh6q__scrollContainer{scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;background:#ffffff0d;gap:1px;display:flex;overflow-x:auto}.FeaturesStrip-module__2aTh6q__scrollContainer::-webkit-scrollbar{display:none}.FeaturesStrip-module__2aTh6q__item{scroll-snap-align:start;text-align:center;background:radial-gradient(at top,#261611 0%,#0d0d0d 60%,#000 100%);flex-direction:column;flex:0 0 25%;justify-content:flex-start;align-items:center;padding:4rem 2rem;display:flex}.FeaturesStrip-module__2aTh6q__icon{opacity:.9;margin-bottom:2.5rem}.FeaturesStrip-module__2aTh6q__icon svg{width:48px;height:48px}.FeaturesStrip-module__2aTh6q__text{flex-direction:column;align-items:center;max-width:250px;display:flex}.FeaturesStrip-module__2aTh6q__title{font-family:var(--font-heading), "Arial Black", sans-serif;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-size:.85rem;font-weight:900}.FeaturesStrip-module__2aTh6q__desc{font-family:var(--font-body);color:#ccc;font-size:.75rem;line-height:1.5}@media (max-width:1024px){.FeaturesStrip-module__2aTh6q__item{flex:0 0 33.333%}}@media (max-width:768px){.FeaturesStrip-module__2aTh6q__item{scroll-snap-align:center;flex:0 0 100%;padding:3rem 1.5rem}}
.VirtualTryOn-module__MOOiUa__overlay{z-index:9999;background:#000000f2;flex-direction:column;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.VirtualTryOn-module__MOOiUa__closeButton{color:#fff;cursor:pointer;z-index:10;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.5rem;transition:background .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.VirtualTryOn-module__MOOiUa__closeButton:hover{background:#fff3}.VirtualTryOn-module__MOOiUa__container{aspect-ratio:3/4;background:#1a1a1a;border-radius:12px;width:100%;max-width:600px;position:relative;overflow:hidden;box-shadow:0 20px 40px #00000080}@media (min-width:768px){.VirtualTryOn-module__MOOiUa__container{aspect-ratio:4/3}}.VirtualTryOn-module__MOOiUa__video{object-fit:cover;width:100%;height:100%;transform:scaleX(-1)}.VirtualTryOn-module__MOOiUa__canvas{pointer-events:none;width:100%;height:100%;transition:opacity .2s;position:absolute;top:0;left:0}.VirtualTryOn-module__MOOiUa__loadingOverlay{color:#fff;font-family:var(--font-body,sans-serif);background:#000c;flex-direction:column;justify-content:center;align-items:center;font-size:1rem;display:flex;position:absolute;inset:0}.VirtualTryOn-module__MOOiUa__spinner{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:40px;height:40px;margin-bottom:1rem;animation:1s ease-in-out infinite VirtualTryOn-module__MOOiUa__spin}@keyframes VirtualTryOn-module__MOOiUa__spin{to{transform:rotate(360deg)}}.VirtualTryOn-module__MOOiUa__errorMessage{color:#fff;text-align:center;background:#ef4444;border-radius:8px;max-width:80%;padding:1rem;font-weight:500}
.ProductForm-module__3f_bxG__overlay{z-index:2000;background:#0009;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.ProductForm-module__3f_bxG__modal{background:var(--color-bg);border:1px solid var(--color-border);width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px #0003}.ProductForm-module__3f_bxG__header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.ProductForm-module__3f_bxG__header h2{font-size:var(--text-xl);margin:0}.ProductForm-module__3f_bxG__closeBtn{color:var(--color-text-muted);font-size:1.5rem}.ProductForm-module__3f_bxG__closeBtn:hover{color:var(--color-text)}.ProductForm-module__3f_bxG__form{flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}.ProductForm-module__3f_bxG__group{flex-direction:column;flex:1;gap:.5rem;display:flex}.ProductForm-module__3f_bxG__group label{font-size:var(--text-xs);text-transform:uppercase;color:var(--color-text-muted);font-weight:700}.ProductForm-module__3f_bxG__group input,.ProductForm-module__3f_bxG__group select,.ProductForm-module__3f_bxG__group textarea{border:1px solid var(--color-border);background:var(--color-surface);font-family:inherit;font-size:var(--text-sm);color:var(--color-text);transition:border-color var(--transition-fast);outline:none;padding:.75rem}.ProductForm-module__3f_bxG__group input:focus,.ProductForm-module__3f_bxG__group select:focus,.ProductForm-module__3f_bxG__group textarea:focus{border-color:var(--color-accent)}.ProductForm-module__3f_bxG__row{gap:1rem;display:flex}.ProductForm-module__3f_bxG__actions{border-top:1px solid var(--color-border);justify-content:flex-end;gap:1rem;margin-top:1rem;padding-top:1.5rem;display:flex}@media (max-width:640px){.ProductForm-module__3f_bxG__row{flex-direction:column}}
.ProductDetails-module__J-lWca__container{grid-template-columns:1fr 1fr;gap:4rem;max-width:1400px;margin:0 auto;padding:1rem 2rem 2rem;display:grid}.ProductDetails-module__J-lWca__mainWrapper{background-color:#fff;padding-top:20px}.ProductDetails-module__J-lWca__leftCol{flex-direction:column;gap:1rem;display:flex}.ProductDetails-module__J-lWca__mainImage{background-color:var(--color-surface);aspect-ratio:1;cursor:zoom-in;border-radius:4px;width:100%;position:relative;overflow:hidden}.ProductDetails-module__J-lWca__mainImage img{transition:transform .4s cubic-bezier(.25,1,.5,1)}.ProductDetails-module__J-lWca__mainImage:hover img{transform:scale(1.05)}.ProductDetails-module__J-lWca__tagBadge{background:var(--color-surface-dark);color:#fff;font-family:var(--font-heading);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.08em;z-index:2;padding:.3rem .85rem;font-weight:700;position:absolute;top:1.5rem;left:1.5rem}.ProductDetails-module__J-lWca__thumbnailRow{grid-template-columns:repeat(4,1fr);gap:.75rem;display:grid}.ProductDetails-module__J-lWca__thumb{aspect-ratio:1;background-color:var(--color-surface);cursor:pointer;transition:border-color var(--transition-fast), opacity var(--transition-fast);border:2px solid #0000;border-radius:4px;position:relative;overflow:hidden}.ProductDetails-module__J-lWca__thumb:hover{opacity:.8}.ProductDetails-module__J-lWca__thumbActive{border-color:var(--color-text)}.ProductDetails-module__J-lWca__rightCol{flex-direction:column;align-self:flex-start;padding:1rem 0;display:flex;position:sticky;top:100px}.ProductDetails-module__J-lWca__mobileHeader{display:none}.ProductDetails-module__J-lWca__desktopHeader{display:block}.ProductDetails-module__J-lWca__desktopActionButtons{gap:1rem;display:flex}.ProductDetails-module__J-lWca__mobileActionButtons{display:none}.ProductDetails-module__J-lWca__breadcrumbs{font-family:var(--font-body);font-size:var(--text-xs);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:1.5rem}.ProductDetails-module__J-lWca__breadcrumbs a{transition:color var(--transition-fast);text-decoration:none}.ProductDetails-module__J-lWca__breadcrumbs a:hover{color:var(--color-text)}.ProductDetails-module__J-lWca__name{font-family:var(--font-heading);font-size:var(--text-4xl);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.75rem;font-weight:900;line-height:1.05}.ProductDetails-module__J-lWca__price{font-family:var(--font-body);font-size:var(--text-2xl);color:var(--color-text);margin-bottom:1.5rem;font-weight:600}.ProductDetails-module__J-lWca__divider{background:var(--color-border);width:100%;height:1px;margin:1.5rem 0}.ProductDetails-module__J-lWca__description{font-family:var(--font-body);font-size:var(--text-base);color:var(--color-text-muted);margin-bottom:0;line-height:1.7}.ProductDetails-module__J-lWca__optionsSection{margin-bottom:.5rem}.ProductDetails-module__J-lWca__optionsTitle{font-family:var(--font-heading);font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem;font-weight:700}.ProductDetails-module__J-lWca__colors{gap:.75rem;display:flex}.ProductDetails-module__J-lWca__colorSwatch{cursor:pointer;width:36px;height:36px;transition:transform var(--transition-fast), box-shadow var(--transition-fast);border:2px solid #0000;border-radius:50%}.ProductDetails-module__J-lWca__colorSwatch:hover{transform:scale(1.15)}.ProductDetails-module__J-lWca__selected{border-color:var(--color-text);box-shadow:0 0 0 3px #fff, 0 0 0 5px var(--color-text)}.ProductDetails-module__J-lWca__stockStatus{font-family:var(--font-body);font-size:var(--text-sm);align-items:center;gap:.5rem;margin-top:1.5rem;margin-bottom:1.5rem;display:flex}.ProductDetails-module__J-lWca__inStock{color:#10b981}.ProductDetails-module__J-lWca__outOfStock{color:var(--color-accent)}.ProductDetails-module__J-lWca__addToCartBtn{background-color:var(--color-surface-dark);color:var(--color-text-inverse);font-family:var(--font-heading);font-size:var(--text-lg);text-transform:uppercase;letter-spacing:.12em;border:2px solid var(--color-surface-dark);cursor:pointer;transition:all var(--transition-fast);width:100%;padding:1.25rem;font-weight:700}.ProductDetails-module__J-lWca__addToCartBtn:hover{color:var(--color-text);background-color:#0000}.ProductDetails-module__J-lWca__addToCartBtn:disabled{cursor:not-allowed;background-color:#ccc;border-color:#ccc}.ProductDetails-module__J-lWca__addToCartBtn:disabled:hover{color:var(--color-text-inverse)}.ProductDetails-module__J-lWca__fullWidthSection{max-width:1400px;margin:0 auto;padding:0 2rem}.ProductDetails-module__J-lWca__descriptionSection{border-top:1px solid var(--color-border);padding:5rem 0}.ProductDetails-module__J-lWca__guaranteesContainer{text-align:center;grid-template-columns:repeat(4,1fr);align-items:start;gap:2rem;display:grid}.ProductDetails-module__J-lWca__guaranteeCard{flex-direction:column;align-items:center;gap:1rem;display:flex}.ProductDetails-module__J-lWca__guaranteeCard svg{width:48px;height:48px;color:var(--color-text);margin-bottom:.5rem}.ProductDetails-module__J-lWca__guaranteeCard h4{font-family:var(--font-heading);font-size:var(--text-base);text-transform:uppercase;letter-spacing:.05em;font-weight:700}.ProductDetails-module__J-lWca__reviewsSection{border-top:1px solid var(--color-border);padding:5rem 0}.ProductDetails-module__J-lWca__reviewsHeader{justify-content:space-between;align-items:center;margin-bottom:3rem;display:flex}.ProductDetails-module__J-lWca__reviewsHeader h2{font-family:var(--font-heading);font-size:var(--text-3xl);text-transform:uppercase;letter-spacing:.04em}.ProductDetails-module__J-lWca__ratingOverview{align-items:center;gap:1rem;display:flex}.ProductDetails-module__J-lWca__ratingNumber{font-family:var(--font-heading);font-size:var(--text-4xl);font-weight:900}.ProductDetails-module__J-lWca__stars{color:#f59e0b;gap:.25rem;display:flex}.ProductDetails-module__J-lWca__ratingCount{font-family:var(--font-body);font-size:var(--text-sm);color:var(--color-text-muted)}.ProductDetails-module__J-lWca__reviewsGrid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.ProductDetails-module__J-lWca__reviewCard{background:var(--color-surface);border-radius:4px;flex-direction:column;gap:1rem;padding:2rem;display:flex}.ProductDetails-module__J-lWca__reviewStars{color:#f59e0b;gap:.2rem;display:flex}.ProductDetails-module__J-lWca__reviewTitle{font-family:var(--font-heading);font-size:var(--text-base);text-transform:uppercase;letter-spacing:.04em}.ProductDetails-module__J-lWca__reviewBody{font-family:var(--font-body);font-size:var(--text-sm);color:var(--color-text-muted);flex-grow:1;line-height:1.6}.ProductDetails-module__J-lWca__reviewAuthor{align-items:center;gap:.75rem;margin-top:.5rem;display:flex}.ProductDetails-module__J-lWca__authorAvatar{background:var(--color-surface-dark);color:#fff;width:36px;height:36px;font-family:var(--font-heading);font-size:var(--text-sm);border-radius:50%;justify-content:center;align-items:center;font-weight:700;display:flex}.ProductDetails-module__J-lWca__authorInfo{flex-direction:column;display:flex}.ProductDetails-module__J-lWca__authorName{font-family:var(--font-body);font-size:var(--text-sm);font-weight:600}.ProductDetails-module__J-lWca__authorDate{font-family:var(--font-body);font-size:var(--text-xs);color:var(--color-text-muted)}.ProductDetails-module__J-lWca__accordions{border-top:1px solid var(--color-border);margin-top:1.5rem}.ProductDetails-module__J-lWca__accordionHeader{width:100%;font-family:var(--font-body);font-size:var(--text-sm);color:var(--color-text);cursor:pointer;text-transform:uppercase;letter-spacing:.05em;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.25rem 0;font-weight:600;display:flex}.ProductDetails-module__J-lWca__accordionIcon{color:var(--color-text-muted);transition:transform .3s}.ProductDetails-module__J-lWca__accordionContent{font-family:var(--font-body);font-size:var(--text-sm);color:var(--color-text-muted);padding-bottom:1.5rem;line-height:1.6}@media (max-width:1024px){.ProductDetails-module__J-lWca__reviewsGrid{grid-template-columns:repeat(2,1fr)}@media (max-width:1024px){.ProductDetails-module__J-lWca__reviewsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.ProductDetails-module__J-lWca__mainWrapper{padding-top:10px}.ProductDetails-module__J-lWca__container{grid-template-columns:1fr;gap:.5rem;padding-top:.5rem}.ProductDetails-module__J-lWca__divider{margin:.75rem 0}.ProductDetails-module__J-lWca__rightCol{position:static}.ProductDetails-module__J-lWca__mobileHeader{margin-bottom:-1.25rem;display:block}.ProductDetails-module__J-lWca__desktopHeader,.ProductDetails-module__J-lWca__desktopActionButtons{display:none}.ProductDetails-module__J-lWca__mobileActionButtons{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--color-border);z-index:100;background:#fffffff2;gap:1rem;margin:1rem -2rem -2rem;padding:1rem 2rem;display:flex;position:sticky;bottom:0}.ProductDetails-module__J-lWca__addToCartBtn{font-size:var(--text-sm);padding:.75rem 1rem}}@media (max-width:600px){.ProductDetails-module__J-lWca__thumbnailRow{grid-template-columns:repeat(4,1fr);gap:.5rem}.ProductDetails-module__J-lWca__reviewsGrid{grid-template-columns:1fr}.ProductDetails-module__J-lWca__reviewsHeader{flex-direction:column;align-items:flex-start;gap:1rem}.ProductDetails-module__J-lWca__guaranteesContainer,.ProductDetails-module__J-lWca__guaranteeCard{gap:.5rem}.ProductDetails-module__J-lWca__guaranteeCard h4{letter-spacing:0;font-size:.55rem}.ProductDetails-module__J-lWca__guaranteeCard svg{width:24px;height:24px;margin-bottom:0}.ProductDetails-module__J-lWca__name{font-size:var(--text-3xl)}}}
.ProductGrid-module__blnusG__container{max-width:1400px;margin:0 auto;padding:2rem}.ProductGrid-module__blnusG__toolbar{border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1.5rem 0;display:flex}.ProductGrid-module__blnusG__toolbarLeft,.ProductGrid-module__blnusG__toolbarRight{flex:1}.ProductGrid-module__blnusG__toolbarRight{text-align:right}.ProductGrid-module__blnusG__filterBtn{font-family:var(--font-body);color:var(--color-text);text-transform:uppercase;letter-spacing:.1em;border:1px solid var(--color-border);cursor:pointer;background:0 0;border-radius:4px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:700;transition:all .2s;display:inline-flex}.ProductGrid-module__blnusG__filterBtn:hover{border-color:var(--color-text);background-color:var(--color-surface)}.ProductGrid-module__blnusG__sortSelect{font-family:var(--font-body);color:var(--color-text);border:1px solid var(--color-border);cursor:pointer;text-transform:uppercase;letter-spacing:.05em;background-color:#0000;border-radius:4px;outline:none;padding:.75rem 1rem;font-size:.9rem;font-weight:600;transition:border-color .2s}.ProductGrid-module__blnusG__sortSelect:hover{border-color:var(--color-text)}.ProductGrid-module__blnusG__filterPanel{border:1px solid var(--color-border);background-color:#fff;border-top:none;border-radius:0 0 4px 4px;flex-wrap:wrap;align-items:flex-start;gap:5rem;margin-top:-1.5rem;margin-bottom:3rem;padding:2rem 3rem;animation:.3s ease-out forwards ProductGrid-module__blnusG__slideDown;display:flex;box-shadow:0 10px 15px -3px #0000000d}@keyframes ProductGrid-module__blnusG__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.ProductGrid-module__blnusG__filterGroup{flex-direction:column;gap:.75rem;display:flex}.ProductGrid-module__blnusG__filterGroup strong{font-family:var(--font-body);color:var(--color-text);text-transform:uppercase;letter-spacing:.1em;border-bottom:2px solid var(--color-text);margin-bottom:.5rem;padding-bottom:.25rem;font-size:.9rem;display:inline-block}.ProductGrid-module__blnusG__filterGroup label{font-family:var(--font-body);color:var(--color-text-muted);cursor:pointer;align-items:center;gap:.75rem;padding:.25rem 0;font-size:.95rem;transition:color .2s;display:flex}.ProductGrid-module__blnusG__filterGroup label:hover{color:var(--color-text)}.ProductGrid-module__blnusG__filterGroup input[type=radio],.ProductGrid-module__blnusG__filterGroup input[type=checkbox]{accent-color:var(--color-text);cursor:pointer;width:16px;height:16px}.ProductGrid-module__blnusG__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.ProductGrid-module__blnusG__card{flex-direction:column;display:flex}.ProductGrid-module__blnusG__imageBox{aspect-ratio:1;background-color:#f7f7f7;border-radius:4px;width:100%;margin-bottom:1.5rem;position:relative}.ProductGrid-module__blnusG__outOfStockOverlay{z-index:2;background:#fff9;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ProductGrid-module__blnusG__outOfStockOverlay span{color:#fff;font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.1em;background:#000;border-radius:4px;padding:.5rem 1rem;font-size:.85rem;font-weight:700}.ProductGrid-module__blnusG__favBtn{cursor:pointer;z-index:2;color:#333;background:#fff;border:1px solid #e0e0e0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:absolute;bottom:1rem;right:1rem}.ProductGrid-module__blnusG__favBtn:hover{background:#f0f0f0}.ProductGrid-module__blnusG__details{flex-direction:column;align-items:flex-start;display:flex}.ProductGrid-module__blnusG__name{font-family:var(--font-body);color:#000;margin-bottom:.25rem;font-size:1rem;font-weight:700}.ProductGrid-module__blnusG__tech{font-family:var(--font-body);color:#666;margin-bottom:.25rem;font-size:.85rem}.ProductGrid-module__blnusG__price{font-family:var(--font-body);color:#333;font-size:.9rem;font-weight:600}@media (max-width:1024px){.ProductGrid-module__blnusG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.ProductGrid-module__blnusG__grid{grid-template-columns:repeat(2,1fr);gap:1rem}.ProductGrid-module__blnusG__toolbar{flex-direction:column;align-items:flex-start;gap:1rem}.ProductGrid-module__blnusG__name{font-size:.85rem}.ProductGrid-module__blnusG__tech{font-size:.75rem}.ProductGrid-module__blnusG__price{font-size:.8rem}}
.ThirdHero-module__Hjj56G__hero{background:#111;flex-direction:column;justify-content:flex-end;width:100%;height:100vh;min-height:600px;display:flex;position:relative;overflow:hidden}.ThirdHero-module__Hjj56G__bgWrap{z-index:1;position:absolute;inset:0}.ThirdHero-module__Hjj56G__desktopImage{display:block}.ThirdHero-module__Hjj56G__mobileImage{display:none}.ThirdHero-module__Hjj56G__overlay{z-index:2;background:linear-gradient(#0000 0%,#0003 70%,#000c 100%);position:absolute;inset:0}.ThirdHero-module__Hjj56G__content{z-index:3;width:100%;padding-bottom:2rem;position:relative}.ThirdHero-module__Hjj56G__title{color:#fff;white-space:pre-line;text-shadow:0 2px 10px #00000080;letter-spacing:-.5px;margin-bottom:.5rem;font-family:Arial Black,Impact,sans-serif;font-size:clamp(3.75rem,9vw,7.5rem);font-weight:900;line-height:1.1}.ThirdHero-module__Hjj56G__subtitle{font-family:var(--font-body);color:#fff;text-shadow:0 1px 5px #00000080;max-width:550px;margin:0 auto 1.5rem;font-size:1.1rem;font-weight:500;line-height:1.5}.ThirdHero-module__Hjj56G__ctas{justify-content:center;gap:.75rem;display:flex}.ThirdHero-module__Hjj56G__btnPill{color:#fff;font-family:var(--font-body);text-transform:uppercase;transition:all var(--transition-fast);background:#3c3c3ccc;border:1px solid #ffffff4d;border-radius:50px;padding:.8rem 1.5rem;font-size:.75rem;font-weight:700;display:inline-block}.ThirdHero-module__Hjj56G__btnPill:hover{background:#505050f2;border-color:#fff}@media (max-width:768px){.ThirdHero-module__Hjj56G__hero{height:80vh}.ThirdHero-module__Hjj56G__desktopImage{display:none!important}.ThirdHero-module__Hjj56G__mobileImage{display:block!important}.ThirdHero-module__Hjj56G__ctas{flex-direction:column}.ThirdHero-module__Hjj56G__ctas a{text-align:center;width:100%}.ThirdHero-module__Hjj56G__title{white-space:normal;font-size:clamp(1.95rem,8.7vw,5.4rem)}.ThirdHero-module__Hjj56G__subtitle{white-space:nowrap;font-size:.65rem}}
