:root{--canvas: #05070a;--bg: #0a0d12;--bg-2: #0d1117;--bg-3: #11161e;--bg-4: #161c26;--bg-footer: #070a0e;--line-faint: #121926;--line: #1a2230;--line-2: #1e2733;--line-3: #232c3a;--line-4: #2e3a4b;--fg: #eef2f6;--fg-2: #b6c1ce;--fg-3: #8a97a8;--fg-4: #5f6c7c;--accent: #2563eb;--accent-hi: #60a5fa;--accent-deep: #1d4ed8;--accent-grid: rgba(37, 99, 235, .1);--display: "Oswald", "Arial Narrow", Impact, sans-serif;--body: "Public Sans", system-ui, -apple-system, "Segoe UI", sans-serif;--page: 1400px;--gutter: 64px;--gutter-sm: 40px;--gutter-nav: 32px}*,*:before,*:after{box-sizing:border-box}html{background:var(--canvas);-webkit-text-size-adjust:100%}body{margin:0;background:var(--bg);color:var(--fg);font-family:var(--body);font-size:16px;line-height:1.5;max-width:var(--page);margin-inline:auto;overflow-x:hidden}img,svg,iframe{display:block;max-width:100%}a{color:var(--fg);text-decoration:none}a:hover{color:var(--accent-hi)}::selection{background:var(--accent);color:#fff}button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}input,select,textarea{font-family:var(--body);font-size:14px;color:var(--fg)}h1,h2,h3,h4,p{margin:0}:focus-visible{outline:2px solid var(--accent-hi);outline-offset:2px}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.skip-link{position:absolute;left:-9999px;z-index:100;padding:12px 20px;background:var(--accent);color:#fff}.skip-link:focus{left:0;top:0}.blueprint{background-image:linear-gradient(to right,var(--accent-grid) 1px,transparent 1px),linear-gradient(to bottom,var(--accent-grid) 1px,transparent 1px);background-size:56px 56px}.eyebrow{font-size:12px;font-weight:600;letter-spacing:.24em;text-transform:uppercase;color:var(--accent-hi)}.eyebrow--muted{color:var(--fg-3)}.eyebrow-rule{display:flex;align-items:center;gap:10px}.eyebrow-rule:before{content:"";width:26px;height:1px;background:var(--accent);flex:0 0 auto}.section-title{font-family:var(--display);font-size:42px;font-weight:600;letter-spacing:-.005em;line-height:1.05;text-transform:uppercase}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.section-head__text{display:flex;flex-direction:column;gap:12px}.section-lede{max-width:56ch;font-size:16.5px;line-height:1.6;color:var(--fg-3)}.rule-link{align-self:flex-end;font-family:var(--display);font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:var(--accent-hi);border-bottom:1px solid var(--accent);padding-bottom:4px;white-space:nowrap}.rule-link:hover{color:#fff;border-bottom-color:var(--accent-hi)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:16px 30px;background:var(--accent);border:1px solid var(--accent);color:#fff;font-family:var(--display);font-size:14.5px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;text-align:center;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.btn:hover{background:var(--accent-deep);border-color:var(--accent-deep);color:#fff}.btn[disabled],.btn[aria-disabled=true]{background:var(--bg-4);border-color:var(--line-3);color:var(--fg-4);cursor:not-allowed}.btn--ghost{background:transparent;border-color:var(--line-4);color:var(--fg)}.btn--ghost:hover{background:transparent;border-color:var(--accent-hi);color:var(--accent-hi)}.btn--block{width:100%;padding:18px;font-size:15px}.btn--sm{padding:14px 26px;font-size:13.5px}.media{position:relative;overflow:hidden;background:var(--bg-3)}.media>img,.media>svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.media--circle{border-radius:50%}.media .placeholder-svg{fill:var(--line-3);background:var(--bg-3)}.price{font-family:var(--display);color:var(--fg)}.price__was{font-family:var(--body);font-size:14px;color:var(--fg-4);text-decoration:line-through}.badge{position:absolute;top:14px;left:14px;padding:6px 11px;background:var(--accent);color:#fff;font-family:var(--display);font-size:11.5px;letter-spacing:.14em;text-transform:uppercase;pointer-events:none}.breadcrumb{font-size:12.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--fg-4)}.breadcrumb a{color:var(--fg-4)}.announcement{display:flex;justify-content:center;align-items:center;gap:24px;padding:9px var(--gutter-nav);background:var(--bg-3);border-bottom:1px solid var(--line);font-size:12.5px;letter-spacing:.06em;color:var(--fg-3)}.announcement__item+.announcement__item:before{content:"";display:inline-block;width:1px;height:12px;margin-right:24px;vertical-align:-2px;background:var(--line-3)}.header{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:18px var(--gutter-nav);background:#0a0d12eb;border-bottom:1px solid var(--line);position:relative}.header__brand{display:flex;align-items:center;gap:14px}.header__logo{height:44px;width:auto}.header__wordmark{display:flex;flex-direction:column;gap:2px}.header__name{font-family:var(--display);font-size:19px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;line-height:1}.header__tagline{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--fg-3)}.header__nav{display:flex;align-items:center;gap:30px;font-family:var(--display);font-size:13.5px;font-weight:500;letter-spacing:.14em;text-transform:uppercase}.header__nav a{color:var(--fg)}.header__nav a[aria-current=page]{border-bottom:1px solid var(--accent);padding-bottom:3px}.header__actions{display:flex;align-items:center;gap:12px}.header__account{font-size:13px;letter-spacing:.1em;text-transform:uppercase;color:var(--fg-3)}.header__cart{display:flex;align-items:center;gap:8px;padding:9px 16px;background:var(--bg-4);border:1px solid var(--line-3);font-family:var(--display);font-size:13px;letter-spacing:.12em;text-transform:uppercase}.header__cart:hover{border-color:var(--accent-hi)}.header__cart-count{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;background:var(--accent);color:#fff;font-family:var(--body);font-size:11px}.header__toggle{display:none;padding:9px 14px;border:1px solid var(--line-3);font-family:var(--display);font-size:13px;letter-spacing:.12em;text-transform:uppercase}.hero{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch;background:var(--bg)}.hero__text{display:flex;flex-direction:column;gap:26px;padding:64px 56px 64px var(--gutter)}.hero__title{font-family:var(--display);font-size:76px;line-height:.98;font-weight:600;letter-spacing:-.01em;text-transform:uppercase;text-wrap:balance}.hero__title em{font-style:normal;color:var(--accent-hi)}.hero__body{max-width:46ch;font-size:18px;line-height:1.62;color:var(--fg-2);text-wrap:pretty}.hero__actions{display:flex;align-items:center;gap:14px;padding-top:6px;flex-wrap:wrap}.hero__stats{display:flex;gap:36px;padding-top:22px;margin-top:8px;border-top:1px solid var(--line);flex-wrap:wrap}.hero__stat{display:flex;flex-direction:column;gap:4px;padding-top:20px}.hero__stat-value{font-family:var(--display);font-size:30px;font-weight:600}.hero__stat-label{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--fg-3)}.hero__media{position:relative;min-height:440px;border-left:1px solid var(--line)}.sports{display:flex;flex-direction:column;border-top:1px solid var(--line);background:var(--bg)}.sports__head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:56px var(--gutter) 28px}.sports__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1px;background:var(--line);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.sport-card{display:flex;flex-direction:column;background:var(--bg);transition:background-color .15s ease}.sport-card:hover{background:var(--bg-3);color:var(--fg)}.sport-card__media{height:230px;background:var(--bg-3)}.sport-card__body{display:flex;flex-direction:column;gap:8px;padding:22px 22px 26px}.sport-card__name{font-family:var(--display);font-size:22px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.sport-card__sub{font-size:14px;color:var(--fg-3)}.sport-card__price{font-family:var(--display);font-size:19px;color:var(--accent-hi);padding-top:6px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line)}.step{display:flex;flex-direction:column;gap:12px;padding:48px 40px;background:var(--bg)}.step__number{font-family:var(--display);font-size:13px;letter-spacing:.2em;color:var(--accent)}.step__title{font-family:var(--display);font-size:24px;font-weight:500;letter-spacing:.02em;text-transform:uppercase}.step__body{font-size:15.5px;line-height:1.6;color:var(--fg-3)}.bundles{display:flex;flex-direction:column;gap:28px;padding:64px var(--gutter) 72px;background:var(--bg-2);border-top:1px solid var(--line)}.bundles__note{max-width:38ch;font-size:15.5px;line-height:1.6;color:var(--fg-3)}.bundles__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.bundle{display:flex;flex-direction:column;background:var(--bg);border:1px solid var(--line-2)}.bundle--featured{border-color:var(--accent)}.bundle:hover{border-color:var(--accent-hi);color:var(--fg)}.bundle__media-wrap{position:relative}.bundle__media{height:280px}.bundle__body{display:flex;flex-direction:column;gap:10px;padding:24px}.bundle__title{font-family:var(--display);font-size:22px;font-weight:500;text-transform:uppercase}.bundle__desc{font-size:14.5px;line-height:1.55;color:var(--fg-3)}.bundle__price{display:flex;align-items:baseline;gap:10px;padding-top:8px}.bundle__price .price{font-size:26px}.video-feature{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);border-top:1px solid var(--line)}.video-feature__text{display:flex;flex-direction:column;gap:18px;padding:72px 48px 72px var(--gutter);justify-content:flex-start;background:var(--bg)}.video-feature__title{font-family:var(--display);font-size:40px;font-weight:600;line-height:1.05;text-transform:uppercase}.video-feature__body{max-width:42ch;font-size:16.5px;line-height:1.62;color:var(--fg-3)}.video-feature__cta{align-self:flex-start;margin-top:6px}.video-feature__player{position:relative;min-height:420px;background:#000;border-left:1px solid var(--line)}.video-feature__player iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.product-row{display:flex;flex-direction:column;gap:26px;padding:64px var(--gutter) 72px;background:var(--bg-2);border-top:1px solid var(--line)}.product-row__title{font-family:var(--display);font-size:38px;font-weight:600;text-transform:uppercase}.product-row__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.prop-card{display:flex;flex-direction:column;background:var(--bg);border:1px solid var(--line-2)}.prop-card:hover{border-color:var(--accent-hi);color:var(--fg)}.prop-card__media{height:190px}.prop-card__body{display:flex;align-items:baseline;justify-content:space-between;gap:10px;padding:16px 18px 18px}.prop-card__name{font-family:var(--display);font-size:17px;letter-spacing:.03em;text-transform:uppercase}.prop-card__price{font-size:15px;color:var(--fg-3)}.testimonials{display:grid;grid-template-columns:minmax(0,7fr) minmax(0,5fr);border-top:1px solid var(--line);background:var(--bg)}.testimonials__feature{display:flex;flex-direction:column;gap:24px;padding:72px 56px 72px var(--gutter)}.testimonials__quote{font-family:var(--display);font-weight:400;font-size:31px;line-height:1.34;color:var(--fg);text-wrap:pretty}.testimonials__author{display:flex;align-items:center;gap:16px;padding-top:8px;border-top:1px solid var(--line)}.testimonials__avatar{width:56px;height:56px;margin-top:24px;flex:0 0 auto}.testimonials__author-text{display:flex;flex-direction:column;gap:3px;margin-top:24px}.testimonials__name{font-family:var(--display);font-size:17px;letter-spacing:.04em;text-transform:uppercase}.testimonials__role{font-size:13.5px;color:var(--fg-3)}.testimonials__list{display:flex;flex-direction:column;gap:1px;background:var(--line);border-left:1px solid var(--line)}.testimonials__item{display:flex;flex-direction:column;gap:8px;padding:28px 36px;background:var(--bg-2);flex:1;justify-content:center}.testimonials__item-quote{font-size:14.5px;line-height:1.55;color:var(--fg-2)}.testimonials__item-author{font-size:12.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--fg-3)}.press{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:34px var(--gutter);background:var(--bg-3);border-top:1px solid var(--line)}.press__links{display:flex;align-items:center;gap:40px;flex-wrap:wrap;font-family:var(--display);font-size:16px;letter-spacing:.08em;text-transform:uppercase}.press__links a{color:var(--fg-2)}.footer{display:grid;grid-template-columns:2fr 1fr 1fr 1.4fr;gap:40px;padding:64px var(--gutter) 44px;background:var(--bg-footer);border-top:1px solid var(--line)}.footer__col{display:flex;flex-direction:column;gap:12px}.footer__brand{display:flex;flex-direction:column;gap:14px}.footer__logo{height:56px;width:auto;align-self:flex-start;object-fit:contain}.footer__blurb{max-width:34ch;font-size:14.5px;line-height:1.6;color:var(--fg-3)}.footer__heading{font-family:var(--display);font-size:13px;letter-spacing:.18em;text-transform:uppercase;color:var(--fg)}.footer__col a,.footer__col p{font-size:14.5px;color:var(--fg-3)}.footer__col p{line-height:1.6}.footer__col a:hover{color:var(--accent-hi)}.footer__email{color:var(--accent-hi)!important}.footer-bar{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px var(--gutter);background:var(--bg-footer);border-top:1px solid var(--line-faint);font-size:13px;color:var(--fg-4)}.footer-bar__payment{display:flex;align-items:center;gap:8px;opacity:.7}.footer-bar__payment svg{width:38px;height:24px}.collection-head{display:flex;flex-direction:column;gap:8px;padding:44px var(--gutter-sm) 26px;border-bottom:1px solid var(--line)}.collection-head__row{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.collection-head__title{font-family:var(--display);font-size:48px;font-weight:600;line-height:1.02;text-transform:uppercase}.collection-head__count{font-size:14px;color:var(--fg-3);white-space:nowrap}.collection-layout{display:grid;grid-template-columns:260px minmax(0,1fr)}.facets{display:flex;flex-direction:column;gap:30px;padding:34px 30px 60px;border-right:1px solid var(--line);background:var(--bg-2)}.facets__group{display:flex;flex-direction:column;gap:12px}.facets__group+.facets__group{padding-top:26px;border-top:1px solid var(--line)}.facets__heading{font-family:var(--display);font-size:13px;letter-spacing:.18em;text-transform:uppercase;color:var(--fg)}.facets__option{display:flex;align-items:center;gap:10px;font-size:14.5px;color:var(--fg-2);cursor:pointer}.facets__option input{accent-color:var(--accent);width:15px;height:15px;flex:0 0 auto}.facets__count{color:var(--fg-4);font-size:13px}.facets__range{accent-color:var(--accent);width:100%}.facets__range-values{display:flex;justify-content:space-between;font-size:13px;color:var(--fg-3)}.facets__price-inputs{display:flex;align-items:center;gap:10px}.facets__price-inputs input{width:100%;padding:8px 10px;background:var(--bg);border:1px solid var(--line-3)}.facets__submit{display:none}.collection-results{display:flex;flex-direction:column;gap:24px;padding:34px var(--gutter-sm) 64px}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.chips{display:flex;gap:8px;flex-wrap:wrap}.chip{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;background:var(--bg-4);border:1px solid var(--accent);font-size:12.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-hi)}.chip--clear{background:var(--bg-3);border-color:var(--line-3);color:var(--fg-3)}.chip--clear:hover{color:var(--fg);border-color:var(--line-4)}.select{padding:9px 14px;background:var(--bg-3);color:var(--fg);border:1px solid var(--line-3);font-family:var(--body);font-size:14px}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.product-card{display:flex;flex-direction:column;background:var(--bg-2);border:1px solid var(--line-2)}.product-card:hover{border-color:var(--accent-hi);color:var(--fg)}.product-card__media{height:230px}.product-card__body{display:flex;flex-direction:column;gap:7px;padding:18px 20px 22px}.product-card__kicker{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--accent-hi)}.product-card__title{font-family:var(--display);font-size:19px;text-transform:uppercase}.product-card__price{font-size:16px;color:var(--fg-2)}.collection-more{display:flex;justify-content:center;padding-top:14px}.empty-state{padding:60px 0;color:var(--fg-3);font-size:16px}.product{display:grid;grid-template-columns:minmax(0,7fr) minmax(0,5fr)}.product__gallery{display:flex;flex-direction:column;gap:12px;padding:34px 30px 56px var(--gutter-sm)}.product__main-media{height:520px;background:var(--bg-2);border:1px solid var(--line-2)}.product__main-media{overflow:hidden}.product__main-media img{width:100%;height:100%;object-fit:contain}.product__thumbs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.product__thumb{height:120px;border:1px solid var(--line-2);padding:0;width:100%}.product__thumb[aria-current=true]{border-color:var(--accent)}.product__buybox{display:flex;flex-direction:column;gap:22px;padding:64px var(--gutter-sm) 56px 34px;border-left:1px solid var(--line);background:var(--bg-2)}.product__heading{display:flex;flex-direction:column;gap:12px}.product__title{font-family:var(--display);font-size:46px;font-weight:600;line-height:1.02;text-transform:uppercase}.product__price-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.product__price-row .price{font-size:30px}.pill{padding:5px 10px;background:var(--bg-3);border:1px solid var(--line-3);font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--fg-3)}.product__desc{font-size:16px;line-height:1.62;color:var(--fg-2)}.product__desc p+p{margin-top:12px}.spec{display:flex;flex-direction:column;gap:12px;padding:20px;background:var(--bg);border:1px solid var(--line-2)}.spec__heading{font-family:var(--display);font-size:13px;letter-spacing:.18em;text-transform:uppercase;color:var(--fg)}.spec__list{display:flex;flex-direction:column;gap:8px;font-size:14.5px;color:var(--fg-3);margin:0}.spec__row{display:flex;justify-content:space-between;gap:12px}.spec__row dd{margin:0;color:var(--fg-2)}.option{display:flex;flex-direction:column;gap:10px}.option__label{font-size:12.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--fg-3)}.option__values{display:flex;gap:10px;flex-wrap:wrap}.option__value{position:relative}.option__value input{position:absolute;opacity:0;top:0;right:0;bottom:0;left:0;margin:0;cursor:pointer}.option__value span{display:block;padding:11px 18px;border:1px solid var(--line-3);font-size:14px;color:var(--fg-3)}.option__value input:checked+span{border-color:var(--accent);background:var(--bg-3);color:var(--fg)}.option__value input:focus-visible+span{outline:2px solid var(--accent-hi);outline-offset:2px}.buy-row{display:flex;gap:12px;align-items:stretch}.qty{display:flex;align-items:center;gap:16px;padding:0 16px;border:1px solid var(--line-3);background:var(--bg)}.qty button{font-size:18px;color:var(--fg-3);line-height:1;padding:6px 2px}.qty button:hover{color:var(--fg)}.qty input{width:2.5ch;padding:0;text-align:center;background:none;border:0;font-family:var(--display);font-size:17px;color:var(--fg);-moz-appearance:textfield}.qty input::-webkit-outer-spin-button,.qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.buy-row .btn{flex:1}.product__assurances{display:flex;flex-direction:column;gap:9px;padding-top:18px;border-top:1px solid var(--line-2);font-size:14px;color:var(--fg-3)}.product-notes{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--line)}.product-notes__col{display:flex;flex-direction:column;gap:14px;padding:52px var(--gutter-sm)}.product-notes__col+.product-notes__col{border-left:1px solid var(--line);background:var(--bg-2)}.product-notes__title{font-family:var(--display);font-size:24px;letter-spacing:.02em;text-transform:uppercase}.product-notes__body{font-size:15.5px;line-height:1.65;color:var(--fg-3)}.pair-list{display:flex;flex-direction:column;gap:12px}.pair{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;background:var(--bg);border:1px solid var(--line-2);font-size:15px}.pair:hover{border-color:var(--accent-hi);color:var(--fg)}.pair__price{color:var(--accent-hi);white-space:nowrap}.cart{display:grid;grid-template-columns:minmax(0,7fr) minmax(0,4fr)}.cart__main{display:flex;flex-direction:column;gap:24px;padding:48px var(--gutter-sm) 64px}.cart__title{font-family:var(--display);font-size:42px;font-weight:600;text-transform:uppercase}.cart__items{display:flex;flex-direction:column;gap:1px;background:var(--line);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.cart-item{display:grid;grid-template-columns:96px minmax(0,1fr) auto auto;align-items:center;gap:20px;padding:20px 4px;background:var(--bg)}.cart-item__media{width:96px;height:96px}.cart-item__info{display:flex;flex-direction:column;gap:6px}.cart-item__title{font-family:var(--display);font-size:19px;text-transform:uppercase}.cart-item__meta{font-size:13.5px;color:var(--fg-3)}.cart-item__remove{align-self:flex-start;font-size:13px;color:var(--fg-4);text-decoration:underline;text-underline-offset:3px}.cart-item .qty{padding:8px 14px;gap:14px;background:transparent}.cart-item__total{font-family:var(--display);font-size:19px;min-width:80px;text-align:right}.cart-upsell{display:flex;flex-direction:column;gap:12px;padding:22px;background:var(--bg-2);border:1px solid var(--line-2)}.cart-upsell__heading{font-family:var(--display);font-size:13px;letter-spacing:.18em;text-transform:uppercase}.cart-upsell__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.cart-upsell__item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:13px 15px;background:var(--bg);border:1px solid var(--line-2);font-size:14.5px;width:100%;text-align:left}.cart-upsell__item:hover{border-color:var(--accent-hi);color:var(--fg)}.cart-upsell__price{color:var(--accent-hi);white-space:nowrap}.cart__summary{display:flex;flex-direction:column;gap:18px;padding:48px var(--gutter-sm) 64px 34px;border-left:1px solid var(--line);background:var(--bg-2);align-content:start}.cart__summary-title{font-family:var(--display);font-size:22px;letter-spacing:.03em;text-transform:uppercase}.cart__lines{display:flex;flex-direction:column;gap:11px;font-size:15px;color:var(--fg-3)}.cart__line{display:flex;justify-content:space-between;gap:12px}.cart__line strong{font-weight:400;color:var(--fg)}.cart__total{display:flex;justify-content:space-between;align-items:baseline;padding-top:16px;border-top:1px solid var(--line-2)}.cart__total-label{font-family:var(--display);font-size:15px;letter-spacing:.14em;text-transform:uppercase}.cart__total-value{font-family:var(--display);font-size:30px}.cart__continue{text-align:center;font-size:13.5px;color:var(--fg-4)}.cart__continue a{color:var(--fg-4);text-decoration:underline;text-underline-offset:3px}.cart__payment{align-self:center;margin-top:6px}.cart--empty{display:flex;flex-direction:column;align-items:flex-start;gap:20px;padding:96px var(--gutter-sm) 120px}.story{display:grid;grid-template-columns:minmax(0,6fr) minmax(0,6fr)}.story__text{display:flex;flex-direction:column;gap:22px;padding:60px 48px 60px var(--gutter);justify-content:flex-start}.story__title{font-family:var(--display);font-size:58px;font-weight:600;line-height:1.02;text-transform:uppercase}.story__lede{max-width:48ch;font-size:17px;line-height:1.65;color:var(--fg-2)}.story__body{max-width:48ch;font-size:17px;line-height:1.65;color:var(--fg-3)}.story__sign{display:flex;flex-direction:column;gap:3px;padding-top:14px;margin-top:8px;border-top:1px solid var(--line)}.story__sign-name{font-family:var(--display);font-size:19px;letter-spacing:.04em;text-transform:uppercase;padding-top:20px}.story__sign-role{font-size:14px;color:var(--fg-3)}.story__media{position:relative;min-height:430px;border-left:1px solid var(--line)}.values{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border-top:1px solid var(--line)}.value{display:flex;flex-direction:column;gap:10px;padding:44px 32px;background:var(--bg-2)}.value__title{font-family:var(--display);font-size:19px;text-transform:uppercase}.value__body{font-size:14.5px;line-height:1.6;color:var(--fg-3)}.cta-banner{display:flex;flex-direction:column;align-items:center;gap:20px;padding:76px var(--gutter);background:var(--bg);border-top:1px solid var(--line)}.cta-banner__title{font-family:var(--display);font-size:46px;font-weight:600;line-height:1.05;text-transform:uppercase;text-align:center}.cta-banner__body{max-width:48ch;text-align:center;font-size:16.5px;line-height:1.6;color:var(--fg-3)}.cta-banner .btn{padding:17px 34px;font-size:15px}.simple{display:flex;flex-direction:column;gap:24px;padding:64px var(--gutter-sm) 96px}.simple__title{font-family:var(--display);font-size:48px;font-weight:600;line-height:1.02;text-transform:uppercase}.rte{font-size:16.5px;line-height:1.65;color:var(--fg-2);max-width:72ch}.rte p+p,.rte ul,.rte ol,.rte h2,.rte h3{margin-top:16px}.rte h2,.rte h3{font-family:var(--display);text-transform:uppercase;font-weight:600}.rte a{color:var(--accent-hi);text-decoration:underline;text-underline-offset:3px}.search-form{display:flex;gap:12px;max-width:560px}.search-form input{flex:1;padding:14px 16px;background:var(--bg-3);border:1px solid var(--line-3)}.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.article-list{display:flex;flex-direction:column;gap:1px;background:var(--line);border-block:1px solid var(--line)}.article-list__item{display:flex;flex-direction:column;gap:8px;padding:26px 4px;background:var(--bg)}.article-list__title{font-family:var(--display);font-size:22px;text-transform:uppercase}.article-list__meta{font-size:13px;letter-spacing:.1em;text-transform:uppercase;color:var(--fg-3)}@media screen and (max-width:1200px){:root{--gutter: 40px;--gutter-sm: 32px;--gutter-nav: 24px}.hero__title{font-size:60px}.sports__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-row__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.values{grid-template-columns:repeat(2,1fr)}.collection-layout{grid-template-columns:220px minmax(0,1fr)}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.header__nav{gap:20px;font-size:12.5px}}@media screen and (max-width:900px){.header__toggle{display:inline-flex}.header{flex-wrap:wrap}.header__nav{display:none;order:3;width:100%;flex-direction:column;align-items:flex-start;gap:16px;padding-top:18px;border-top:1px solid var(--line)}.header__nav.is-open{display:flex}.header__account{display:none}.hero,.video-feature,.testimonials,.product,.cart,.story{grid-template-columns:minmax(0,1fr)}.hero__media,.story__media,.video-feature__player,.product__buybox,.cart__summary,.testimonials__list,.product-notes__col+.product-notes__col{border-left:0;border-top:1px solid var(--line)}.hero__text,.story__text,.video-feature__text,.testimonials__feature{padding-right:var(--gutter)}.product__buybox,.cart__summary{padding-left:var(--gutter-sm)}.steps,.bundles__grid,.product-notes,.cart-upsell__grid,.card-grid,.collection-layout{grid-template-columns:minmax(0,1fr)}.facets{border-right:0;border-bottom:1px solid var(--line);padding-bottom:34px}.press{flex-direction:column;align-items:flex-start;gap:18px}.footer{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:640px){.announcement{flex-direction:column;gap:6px;text-align:center}.announcement__item+.announcement__item:before{display:none}.hero__title{font-size:44px}.hero__body{font-size:16.5px}.section-title,.collection-head__title,.cart__title,.simple__title{font-size:32px}.story__title{font-size:38px}.product__title{font-size:34px}.video-feature__title,.product-row__title,.cta-banner__title{font-size:30px}.testimonials__quote{font-size:23px}.sports__grid,.product-row__grid,.product-grid,.values,.product__thumbs{grid-template-columns:repeat(2,minmax(0,1fr))}.section-head,.collection-head__row,.bundles .section-head{flex-direction:column;align-items:flex-start}.rule-link{align-self:flex-start}.cart-item{grid-template-columns:72px minmax(0,1fr);row-gap:12px}.cart-item__media{width:72px;height:72px}.cart-item__total{text-align:left;grid-column:2}.product__main-media{height:320px}.footer,.footer-bar{grid-template-columns:minmax(0,1fr);flex-direction:column;align-items:flex-start}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/theme.css.map */
