@import"https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700;800;900&family=Inter:wght@400;500;600;700&display=swap";*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,Arial,sans-serif;font-size:16px;line-height:1.5}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.skip-link{position:absolute;left:-9999px;z-index:999}.skip-link:focus{left:1rem;top:1rem;background:#fff;color:#000;padding:.8rem 1rem}.page-width{width:min(1320px,calc(100% - 40px));margin-inline:auto}.section{padding:88px 0}.eyebrow{margin:0 0 10px;font:700 12px/1 Inter,sans-serif;letter-spacing:.22em;text-transform:uppercase;color:var(--accent)}.display,.section-title,h1,h2,h3{font-family:Barlow Condensed,Impact,sans-serif;text-transform:uppercase;letter-spacing:.01em}.section-title{font-size:clamp(42px,6vw,84px);line-height:.9;margin:0}.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 26px;border:1px solid var(--ink);background:var(--ink);color:var(--paper);font:700 13px/1 Inter,sans-serif;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:.2s}.button:hover{transform:translateY(-2px);background:var(--accent);border-color:var(--accent);color:#090909}.button--outline{background:transparent;color:inherit;border-color:currentColor}.button--light{background:#fff;color:#080808;border-color:#fff}.announcement{background:var(--accent);color:#050505;text-align:center;padding:9px 20px;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.site-header{position:sticky;top:0;z-index:50;background:#060606f5;color:#fff;border-bottom:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header-inner{height:92px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px}.header-nav,.header-actions{display:flex;align-items:center;gap:28px}.header-nav a,.header-actions a{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.header-actions{justify-content:flex-end}.header-logo img{width:auto;height:74px}.header-logo-text{font:800 30px/1 Barlow Condensed}.cart-count{display:inline-grid;place-items:center;min-width:20px;height:20px;padding:0 5px;margin-left:5px;border-radius:99px;background:var(--accent);color:#050505;font-size:10px}.menu-button{display:none;background:none;border:0;color:#fff;padding:10px}.mobile-menu{display:none}.hero{position:relative;min-height:min(810px,82vh);display:grid;align-items:end;overflow:hidden;background:#070707;color:#fff}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 65% 42%,rgba(255,255,255,.12),transparent 32%),linear-gradient(90deg,#030303,#030303e6 35%,#03030340 72%,#030303)}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.58}.hero-crest{position:absolute;right:6vw;top:50%;width:min(46vw,610px);transform:translateY(-48%);filter:drop-shadow(0 22px 45px #000);opacity:.88}.hero-content{position:relative;z-index:2;padding-bottom:72px;max-width:800px}.hero h1{font-size:clamp(68px,10vw,148px);line-height:.78;margin:0 0 26px;max-width:850px}.hero-copy{font-size:18px;max-width:550px;color:#d6d6d6;margin:0 0 32px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.match-section{position:relative;background:#f2f2f0;color:#080808;overflow:hidden}.match-section:before{content:"AKS";position:absolute;left:50%;top:50%;transform:translate(-50%,-51%);font:900 min(38vw,560px)/1 "Barlow Condensed";color:#00000006;pointer-events:none}.match-heading{text-align:center;margin-bottom:36px}.match-card{position:relative;width:min(1100px,100%);margin:auto;background:#090909;color:#fff;border-radius:2px;box-shadow:0 24px 70px #0000002e;overflow:hidden}.match-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(115deg,transparent 0 45%,rgba(255,255,255,.05) 45% 55%,transparent 55%)}.match-top{display:flex;justify-content:center;gap:16px;padding:16px 20px;background:var(--accent);color:#050505;font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.match-main{position:relative;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:42px;padding:55px 70px}.team{text-align:center;display:grid;justify-items:center;gap:14px}.team-logo{width:150px;height:150px;object-fit:contain;filter:drop-shadow(0 10px 22px rgba(0,0,0,.45))}.team-fallback{width:150px;height:150px;border:1px solid #555;display:grid;place-items:center;border-radius:50%;font:800 54px/1 Barlow Condensed}.team-name{font:800 25px/1 Barlow Condensed;text-transform:uppercase}.match-vs{text-align:center}.match-vs strong{display:block;font:900 clamp(50px,7vw,90px)/.8 "Barlow Condensed"}.match-vs span{font-size:12px;color:#aaa;text-transform:uppercase;letter-spacing:.12em}.match-bottom{position:relative;display:flex;justify-content:center;gap:30px;flex-wrap:wrap;padding:19px 24px;border-top:1px solid #292929;font-size:12px;color:#cfcfcf}.collection-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:38px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card{position:relative}.product-image{aspect-ratio:4/5;background:#ececea;overflow:hidden;margin-bottom:16px}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product-card:hover .product-image img{transform:scale(1.035)}.product-placeholder{height:100%;display:grid;place-items:center;background:linear-gradient(135deg,#121212,#303030);color:#fff}.product-placeholder img{width:55%;height:55%;object-fit:contain}.product-meta{display:flex;justify-content:space-between;gap:16px}.product-title{font-weight:700}.product-price{white-space:nowrap;font-weight:700}.badge{position:absolute;top:12px;left:12px;z-index:2;padding:7px 9px;background:var(--accent);color:#050505;font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.brand-story{background:#080808;color:#fff}.story-grid{display:grid;grid-template-columns:1fr 1fr;min-height:650px}.story-visual{position:relative;display:grid;place-items:center;background:radial-gradient(circle,#333 0,#0d0d0d 58%,#050505);overflow:hidden}.story-visual:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(120deg,transparent 0 50px,rgba(255,255,255,.018) 50px 51px)}.story-visual img{position:relative;z-index:1;width:min(66%,520px);filter:drop-shadow(0 25px 35px #000)}.story-copy{display:flex;flex-direction:column;justify-content:center;padding:80px clamp(40px,7vw,110px)}.story-copy h2{font-size:clamp(56px,7vw,104px);line-height:.82;margin:0 0 30px}.story-copy p{max-width:540px;color:#bbb;font-size:17px}.newsletter{text-align:center;background:var(--accent);color:#050505}.newsletter h2{font-size:clamp(48px,7vw,86px);line-height:.9;margin:0 0 15px}.newsletter-form{display:flex;max-width:620px;margin:30px auto 0}.newsletter-form input{flex:1;min-width:0;height:54px;border:1px solid #111;background:transparent;padding:0 18px}.newsletter-form .button{height:54px}.footer{background:#050505;color:#fff;padding:70px 0 30px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:50px}.footer-logo{width:120px;margin-bottom:20px}.footer h3{font-size:20px;margin:0 0 18px}.footer ul{list-style:none;padding:0;margin:0}.footer li{margin:10px 0}.footer a,.footer p{font-size:13px;color:#aaa}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:60px;padding-top:24px;border-top:1px solid #222;font-size:11px;color:#777}.main-page{padding:70px 0}.main-page h1{font-size:clamp(52px,7vw,94px);margin:0 0 35px}.rte{max-width:850px}.rte img{height:auto}.collection-banner{padding:75px 0 45px;background:#0a0a0a;color:#fff}.collection-banner h1{font-size:clamp(56px,8vw,110px);line-height:.85;margin:0}.collection-grid-wrap{padding:55px 0 90px}.product-page{padding:60px 0 100px}.product-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:70px}.product-media{background:#eee}.product-media img{width:100%}.product-info{position:sticky;top:130px;align-self:start}.product-info h1{font-size:clamp(52px,6vw,86px);line-height:.9;margin:0 0 14px}.product-info .price{font-size:22px;font-weight:700;margin-bottom:30px}.field-label{display:block;margin:24px 0 8px;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.field{width:100%;height:52px;border:1px solid #bbb;background:#fff;padding:0 14px}.product-form .button{width:100%;margin-top:18px}.product-description{margin-top:36px;color:#555}.cart-page{padding:70px 0 100px}.cart-page h1{font-size:70px;margin:0 0 40px}.cart-item{display:grid;grid-template-columns:110px 1fr auto;gap:22px;padding:20px 0;border-top:1px solid #ddd}.cart-item img{width:110px;height:130px;object-fit:cover}.cart-total{text-align:right;margin-top:35px}.empty-state{text-align:center;padding:100px 20px}.pagination{display:flex;justify-content:center;gap:10px;margin-top:50px}.pagination a,.pagination span{padding:10px 14px;border:1px solid #ddd}.search-form{display:flex;max-width:700px;margin-bottom:50px}.search-form input{flex:1;height:52px;padding:0 16px;border:1px solid #aaa}@media(max-width:990px){.header-nav{display:none}.menu-button{display:block}.header-inner{grid-template-columns:1fr auto 1fr}.header-actions a:not(.cart-link){display:none}.mobile-menu{position:fixed;right:0;bottom:0;left:0;top:121px;background:#070707;color:#fff;padding:40px 20px;z-index:45}.mobile-menu.is-open{display:block}.mobile-menu a{display:block;padding:15px 0;border-bottom:1px solid #222;font:700 28px/1 Barlow Condensed;text-transform:uppercase}.hero{min-height:690px}.hero-crest{right:-9vw;width:70vw;opacity:.48}.match-main{padding:45px 30px;gap:22px}.team-logo,.team-fallback{width:115px;height:115px}.product-grid{grid-template-columns:repeat(2,1fr)}.story-grid{grid-template-columns:1fr}.story-visual{min-height:500px}.footer-grid{grid-template-columns:1fr 1fr}.product-layout{grid-template-columns:1fr;gap:35px}.product-info{position:static}}@media(max-width:640px){.page-width{width:min(100% - 28px,1320px)}.section{padding:62px 0}.announcement{font-size:9px}.header-inner{height:78px}.header-logo img{height:62px}.mobile-menu{top:107px}.hero{min-height:650px}.hero-content{padding-bottom:46px}.hero h1{font-size:70px;max-width:320px}.hero-copy{font-size:15px;max-width:320px}.match-heading{margin-bottom:25px}.match-card{width:100%}.match-top{gap:8px;font-size:9px}.match-main{grid-template-columns:1fr auto 1fr;padding:35px 10px;gap:8px}.team-logo,.team-fallback{width:82px;height:82px}.team-fallback{font-size:34px}.team-name{font-size:16px}.match-vs strong{font-size:44px}.match-vs span{font-size:9px}.match-bottom{gap:10px;font-size:10px}.collection-head{align-items:start;flex-direction:column}.product-grid{gap:12px}.product-meta{display:block}.product-title,.product-price{font-size:13px}.story-visual{min-height:390px}.story-copy{padding:55px 22px}.newsletter-form{display:block}.newsletter-form input,.newsletter-form .button{width:100%}.footer-grid{grid-template-columns:1fr;gap:32px}.footer-bottom{display:block}.product-layout{gap:25px}.cart-item{grid-template-columns:80px 1fr}.cart-item img{width:80px;height:100px}.cart-item>div:last-child{grid-column:2}}.sponsors-strip{display:grid;grid-template-columns:270px minmax(0,1fr);align-items:stretch;background:#fff;border-top:1px solid #e6e6e3;border-bottom:1px solid #dededb;overflow:hidden}.sponsors-heading{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;padding:24px 34px;background:#090909;color:#fff}.sponsors-heading:after{content:"";position:absolute;right:-22px;top:0;border-top:64px solid transparent;border-bottom:64px solid transparent;border-left:22px solid #090909}.sponsors-heading span{font-size:9px;font-weight:700;letter-spacing:.2em;color:#aaa}.sponsors-heading strong{font:800 24px/1 Barlow Condensed;letter-spacing:.04em;text-transform:uppercase}.sponsors-viewport{overflow:hidden}.sponsors-track{display:flex;width:max-content;animation:sponsor-scroll 24s linear infinite}.sponsors-strip:hover .sponsors-track{animation-play-state:paused}.sponsors-set{display:flex;align-items:center;gap:58px;padding:13px 58px}.sponsor-card{display:flex;align-items:center;justify-content:center;flex:0 0 auto;transition:transform .2s}.sponsor-card:hover{transform:translateY(-3px)}.sponsor-card--logo{width:210px;height:100px}.sponsor-card--logo img{max-width:100%;max-height:88px;width:auto;height:auto;object-fit:contain}.sponsor-card--postit{position:relative;flex-direction:column;width:250px;min-height:98px;padding:14px 24px 10px;background:#ece7d2;color:#111;transform:rotate(-1deg);box-shadow:4px 5px #0000001f;border:1px solid #d8d0af}.sponsor-card--postit:before{content:"";position:absolute;top:-7px;left:50%;width:62px;height:18px;background:#cdc299a6;transform:translate(-50%) rotate(1deg)}.sponsor-card--postit:hover{transform:rotate(0) translateY(-3px)}.sponsor-card--postit img{width:150px;height:38px;object-fit:contain;margin-bottom:3px}.sponsor-card--postit span{font-size:8px;font-weight:700;letter-spacing:.18em}.sponsor-card--postit strong{font:800 19px/1.1 Barlow Condensed}@keyframes sponsor-scroll{to{transform:translate(-50%)}}.standings-section{background:#0a0a0a;color:#fff;scroll-margin-top:120px}.standings-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:38px}.standings-meta{display:flex;flex-direction:column;text-align:right;font-size:12px;letter-spacing:.12em;text-transform:uppercase}.standings-meta span{color:#888}.standings-table-wrap{overflow-x:auto;border:1px solid #2b2b2b}.standings-table{width:100%;min-width:720px;border-collapse:collapse}.standings-table th{padding:15px 18px;background:#141414;color:#888;font-size:10px;letter-spacing:.14em;text-align:center}.standings-table th:nth-child(2){text-align:left}.standings-table td{padding:17px 18px;border-top:1px solid #242424;text-align:center;font-size:13px}.standings-table td:nth-child(2){text-align:left}.standings-table tr{transition:background .2s}.standings-table tbody tr:hover{background:#151515}.standings-table tr.is-aks{background:var(--accent);color:#050505}.standings-table tr.is-aks td{border-color:#00000024}.standing-team{display:flex;align-items:center;gap:12px;font-weight:700}.standing-team img{width:30px;height:36px;object-fit:contain}.standings-note{margin:18px 0 0;color:#777;font-size:11px;text-align:right}@media(max-width:990px){.sponsors-strip{grid-template-columns:220px minmax(0,1fr)}.sponsors-heading{padding-inline:24px}.sponsors-set{gap:40px;padding-inline:45px}.standings-head{align-items:start;flex-direction:column}.standings-meta{text-align:left}}@media(max-width:640px){.sponsors-strip{display:block}.sponsors-heading{padding:14px 20px;text-align:center}.sponsors-heading:after{display:none}.sponsors-heading strong{font-size:20px}.sponsors-set{gap:28px;padding:10px 28px}.sponsor-card--logo{width:160px;height:78px}.sponsor-card--logo img{max-height:65px}.sponsor-card--postit{width:210px;min-height:82px;padding:10px 15px 7px}.sponsor-card--postit img{width:125px;height:30px}.sponsor-card--postit strong{font-size:17px}.standings-section{scroll-margin-top:105px}.standings-table th,.standings-table td{padding:13px 12px}.standings-note{text-align:left}}.header-logo{display:flex;align-items:center;justify-content:center;width:86px;height:86px;padding:4px;overflow:visible}.header-logo img{display:block;width:100%;height:100%;max-width:none;object-fit:contain;object-position:center;filter:drop-shadow(0 3px 5px rgba(0,0,0,.55))}.footer-logo{display:block;width:124px;height:155px;object-fit:contain;object-position:center}.hero-crest,.story-visual>img,.team-logo,.standing-team img,.product-placeholder img{object-fit:contain;object-position:center}.product-placeholder img{width:58%;height:72%;max-width:360px}.standing-team img{flex:0 0 auto}.hero--collection{min-height:min(810px,82vh);align-items:end;background:#090909}.hero--collection:before{z-index:1;background:linear-gradient(180deg,transparent 54%,rgba(0,0,0,.84) 100%)}.hero--collection .hero-bg{opacity:1;object-fit:cover;object-position:center}.hero--collection .hero-content{max-width:none;display:flex;justify-content:center;padding-bottom:28px}.hero--collection .hero-actions{position:relative;z-index:2;justify-content:center}.hero--collection .button{box-shadow:0 8px 24px #0000006b}.sponsor-card--mb{transform:rotate(1deg)}.sponsor-card--mb:hover{transform:rotate(0) translateY(-3px)}.sponsor-card--mb img{width:68px;height:48px;margin-bottom:1px}.sponsor-card--mb strong{font-size:17px}.sponsor-card--mb .sponsor-email{font-size:10px;font-weight:800;line-height:1.2;text-transform:none;text-decoration:underline;text-underline-offset:2px}.sponsor-card--mb a:hover{color:#505050}@media(max-width:640px){.hero--collection{min-height:440px}.hero--collection .hero-bg{object-fit:cover}.hero--collection .hero-content{padding-bottom:18px}.hero--collection .hero-actions{gap:8px}.hero--collection .button{min-height:42px;padding:0 14px;font-size:10px}.sponsor-card--mb img{width:58px;height:40px}.sponsor-card--mb .sponsor-email{font-size:9px}}@media(max-width:640px){.header-logo{width:72px;height:72px;padding:3px}.header-logo img{height:100%}.footer-logo{width:105px;height:132px}}.product-gallery{display:grid;grid-template-columns:1fr 1fr;gap:12px;background:var(--paper)}.product-gallery__item{display:grid;place-items:center;aspect-ratio:1/1;background:#f1f1f1;overflow:hidden}.product-gallery__item:first-child{grid-column:1/-1;aspect-ratio:1/1}.product-gallery__item img{width:100%;height:100%;object-fit:contain;object-position:center}.flocking-notice{display:inline-block;margin:0 0 18px;padding:9px 12px;background:#ece7d2;border-left:3px solid var(--accent);font-size:12px}.flocking-fields{margin:20px 0;padding:20px;background:#f0f0ed;border:1px solid #d6d6d0}.flocking-fields[hidden]{display:none}.flocking-fields__title{margin:0 0 10px;font:800 24px/1 Barlow Condensed;text-transform:uppercase}.flocking-fields .field-label{margin-top:14px}.flocking-fields small{display:block;margin-top:12px;color:#666;font-size:10px}.product-image>img{width:100%;height:100%;object-fit:contain;object-position:center;background:#f1f1f1}.product-image,.product-media,.product-gallery,.product-gallery__item,.product-image>img{background:#fff!important}@media(max-width:640px){.product-gallery{gap:7px}.product-gallery__item:first-child{aspect-ratio:4/5}.flocking-fields{padding:16px}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/base.css.map */
