.alpha-header{--alpha-header-main-h: 0px;display:block;position:relative;z-index:50}.alpha-header a,.alpha-header button{font-family:var(--font-body-family)}.alpha-header :focus-visible,.alpha-drawer :focus-visible{outline:.2rem solid var(--alpha-red);outline-offset:.2rem}.alpha-header__utility{background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));border-bottom:.1rem solid rgba(var(--color-foreground),.12)}.alpha-header__utility-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;min-height:3.8rem}.alpha-header__trust{display:flex;align-items:center;gap:2.8rem;margin:0;padding:0;list-style:none}.alpha-header__trust-item,.alpha-header__tel{display:inline-flex;align-items:center;gap:.7rem;font-size:1.15rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;line-height:1;white-space:nowrap}.alpha-header__trust-item .alpha-icon,.alpha-header__tel .alpha-icon{flex:none;color:var(--alpha-red)}.alpha-header__tel{color:inherit;text-decoration:none;transition:color .2s ease}.alpha-header__tel:hover{color:var(--alpha-red)}@media screen and (max-width:749px){.alpha-header__trust-item+.alpha-header__trust-item,.alpha-header__tel{display:none}.alpha-header__utility-inner{justify-content:flex-start}}@media screen and (min-width:750px)and (max-width:989px){.alpha-header__trust-item:nth-child(n+3){display:none}}@keyframes alpha-header-rise{0%{opacity:0;transform:translateY(.6rem)}to{opacity:1;transform:none}}.alpha-header__trust-item,.alpha-header__tel{animation:alpha-header-rise .5s var(--alpha-ease) both}.alpha-header__trust-item:nth-child(1){animation-delay:.05s}.alpha-header__trust-item:nth-child(2){animation-delay:.14s}.alpha-header__trust-item:nth-child(3){animation-delay:.23s}.alpha-header__tel{animation-delay:.3s}.alpha-header__main{position:relative;z-index:30;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));border-bottom:.1rem solid var(--alpha-hairline)}.alpha-header__main-inner{display:grid;align-items:center;gap:1.2rem 1.6rem;grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"burger logo actions" "search search search"}@media screen and (min-width:990px){.alpha-header__main-inner{gap:2.4rem;grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"logo search actions"}}.alpha-header__burger{grid-area:burger;display:inline-flex;align-items:center;justify-content:center;width:4.4rem;height:4.4rem;margin-left:-1rem;padding:0;border:0;background:none;color:inherit;cursor:pointer}@media screen and (min-width:990px){.alpha-header__burger{display:none}}.alpha-header__logo{grid-area:logo;display:inline-flex;align-items:center;text-decoration:none;color:inherit}.alpha-header__heading{grid-area:logo;margin:0;font-size:inherit;line-height:1}.alpha-header__logo-image{display:block;height:auto}.alpha-header__logo-text{font-family:var(--font-heading-family);font-size:2rem;font-weight:700;letter-spacing:-.01em;text-transform:uppercase}@media screen and (max-width:989px){.alpha-header__main-inner{grid-template-columns:1fr auto 1fr}.alpha-header__burger{justify-self:start}.alpha-header__actions{justify-self:end}.alpha-header__logo,.alpha-header__heading{justify-self:center}}.alpha-header__search{grid-area:search;width:100%;max-width:62rem;margin-inline:auto}.alpha-header__actions{grid-area:actions;display:flex;align-items:center;justify-content:flex-end;gap:.4rem}.alpha-header__action{position:relative;display:inline-flex;flex-direction:column;align-items:center;gap:.4rem;padding:.6rem .9rem;color:inherit;text-decoration:none;transition:color .2s ease}.alpha-header__action:hover{color:var(--alpha-red)}.alpha-header__action-label{font-size:1.05rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;line-height:1}@media screen and (max-width:989px){.alpha-header__action-label{display:none}.alpha-header__action{justify-content:center;min-width:4.4rem;min-height:4.4rem}}.alpha-header__cart-count{position:absolute;top:0;right:0;display:grid;place-items:center;min-width:1.8rem;height:1.8rem;padding:0 .4rem;background:var(--alpha-red);color:#fff;font-size:1.1rem;font-weight:700;line-height:1}.alpha-header__cart-count[hidden]{display:none}.alpha-header__nav{position:relative;z-index:25;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));border-bottom:.1rem solid var(--alpha-hairline)}@media screen and (max-width:989px){.alpha-header__nav{display:none}}.alpha-nav__list{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;flex-wrap:nowrap;gap:0;margin:0;padding:0;list-style:none}.alpha-nav__item{position:static;display:flex;align-items:center}.alpha-nav__link{position:relative;display:inline-flex;align-items:center;padding:1.4rem 1.5rem;color:inherit;font-size:1.3rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;white-space:nowrap}.alpha-nav__link:after{content:"";position:absolute;left:1.8rem;right:1.8rem;bottom:0;height:.3rem;background:var(--alpha-red);transform:scaleX(0);transform-origin:left;transition:transform .32s var(--alpha-ease)}.alpha-nav__item:hover .alpha-nav__link:after,.alpha-nav__item:focus-within .alpha-nav__link:after,.alpha-nav__item.is-open .alpha-nav__link:after,.alpha-nav__item.is-current .alpha-nav__link:after{transform:scaleX(1)}@media screen and (max-width:1199px){.alpha-nav__list{gap:.2rem}.alpha-nav__link{padding-inline:1.2rem;font-size:1.2rem;letter-spacing:.08em}.alpha-nav__link:after{left:1.2rem;right:1.2rem}}.alpha-nav__toggle{display:inline-flex;align-items:center;margin-left:-1.4rem;padding:1.4rem .8rem;border:0;background:none;color:inherit;cursor:pointer}.alpha-nav__toggle .alpha-icon{transition:transform .28s var(--alpha-ease)}.alpha-nav__item.is-open .alpha-nav__toggle .alpha-icon{transform:rotate(180deg)}.alpha-nav__panel{position:absolute;top:100%;left:0;right:0;z-index:3;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));border-top:.1rem solid var(--alpha-hairline);box-shadow:0 2.4rem 4rem #1c202629;opacity:0;visibility:hidden;transform:translateY(-.8rem);transition:opacity .28s var(--alpha-ease),transform .28s var(--alpha-ease),visibility 0s linear .28s}.alpha-nav__item.is-open>.alpha-nav__panel,.alpha-header__nav:not(.is-js) .alpha-nav__item:hover>.alpha-nav__panel,.alpha-header__nav:not(.is-js) .alpha-nav__item:focus-within>.alpha-nav__panel{opacity:1;visibility:visible;transform:none;transition-delay:0s}.alpha-nav__panel-inner{display:flex;align-items:flex-start;gap:4rem;padding-top:3.2rem;padding-bottom:3.2rem}.alpha-nav__cols{flex:1 1 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(19rem,1fr));gap:2.8rem 3.2rem;margin:0;padding:0;list-style:none}.alpha-nav__col{opacity:0;transform:translateY(.8rem);transition:opacity .34s var(--alpha-ease),transform .34s var(--alpha-ease)}.alpha-nav__item.is-open .alpha-nav__col,.alpha-header__nav:not(.is-js) .alpha-nav__item:hover .alpha-nav__col,.alpha-header__nav:not(.is-js) .alpha-nav__item:focus-within .alpha-nav__col{opacity:1;transform:none}.alpha-nav__item.is-open .alpha-nav__col:nth-child(1),.alpha-header__nav:not(.is-js) .alpha-nav__item:hover .alpha-nav__col:nth-child(1){transition-delay:30ms}.alpha-nav__item.is-open .alpha-nav__col:nth-child(2),.alpha-header__nav:not(.is-js) .alpha-nav__item:hover .alpha-nav__col:nth-child(2){transition-delay:70ms}.alpha-nav__item.is-open .alpha-nav__col:nth-child(3),.alpha-header__nav:not(.is-js) .alpha-nav__item:hover .alpha-nav__col:nth-child(3){transition-delay:.11s}.alpha-nav__item.is-open .alpha-nav__col:nth-child(4),.alpha-header__nav:not(.is-js) .alpha-nav__item:hover .alpha-nav__col:nth-child(4){transition-delay:.15s}.alpha-nav__item.is-open .alpha-nav__col:nth-child(n+5),.alpha-header__nav:not(.is-js) .alpha-nav__item:hover .alpha-nav__col:nth-child(n+5){transition-delay:.19s}.alpha-nav__col-title{display:block;padding-bottom:.9rem;margin-bottom:.9rem;border-bottom:.1rem solid var(--alpha-hairline);color:rgb(var(--color-foreground));font-family:var(--font-heading-family);font-size:1.35rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;transition:color .2s ease,border-color .2s ease}.alpha-nav__col-title:hover{color:var(--alpha-red);border-bottom-color:var(--alpha-red)}.alpha-nav__sublist{margin:0;padding:0;list-style:none}.alpha-nav__sublink{display:inline-block;padding:.45rem 0;color:var(--alpha-muted);font-size:1.4rem;line-height:1.4;text-decoration:none;transition:color .2s ease,transform .2s var(--alpha-ease)}.alpha-nav__sublink:hover{color:rgb(var(--color-foreground));transform:translate(.3rem)}.alpha-nav__promo{flex:0 0 28rem;max-width:28rem}@media screen and (max-width:1199px){.alpha-nav__promo{display:none}}.alpha-nav__promo-link{position:relative;display:block;overflow:hidden;background:var(--alpha-ink);text-decoration:none}.alpha-nav__promo-image{display:block;width:100%;height:auto;aspect-ratio:4 / 3;object-fit:cover;transition:transform .6s var(--alpha-ease)}.alpha-nav__promo-link:hover .alpha-nav__promo-image{transform:scale(1.05)}.alpha-nav__promo-body{position:absolute;inset:auto 0 0 0;display:block;padding:1.6rem;background:linear-gradient(to top,#1c2026e6,#1c202600);color:#fff}.alpha-nav__promo-link--plain .alpha-nav__promo-body{position:static;display:flex;flex-direction:column;justify-content:flex-end;min-height:14rem;padding:2rem;background:none}.alpha-nav__promo-label{display:block;font-family:var(--font-heading-family);font-size:1.7rem;font-weight:700;letter-spacing:-.01em;line-height:1.1;text-transform:uppercase}.alpha-nav__promo-cta{display:inline-flex;align-items:center;gap:.6rem;margin-top:.8rem;color:var(--alpha-red);font-size:1.15rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.shopify-section-group-header-group{position:relative;z-index:50}.alpha-header.is-stuck{box-shadow:none}.alpha-header{position:relative}.alpha-header__spacer{display:none!important}.alpha-header.is-fixed .alpha-header__main,.alpha-header.is-fixed .alpha-header__nav{position:static;transform:none}.alpha-header.is-stuck{box-shadow:0 .6rem 2rem #1c202624}.alpha-nav__panel{max-height:calc(100vh - var(--header-height, 16rem) - 2rem);overflow-y:auto}.alpha-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;visibility:hidden;transition:visibility 0s linear .38s}.alpha-drawer.is-open{visibility:visible;transition-delay:0s}@media screen and (min-width:990px){.alpha-drawer{display:none}}.alpha-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:block;background:#1c20269e;opacity:0;transition:opacity .38s var(--alpha-ease)}.alpha-drawer.is-open .alpha-drawer__overlay{opacity:1}.alpha-drawer__panel{position:absolute;top:0;bottom:0;left:0;display:flex;flex-direction:column;width:min(38rem,88vw);background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));transform:translate(-100%);transition:transform .38s var(--alpha-ease);overflow-y:auto;overscroll-behavior:contain}.alpha-drawer.is-open .alpha-drawer__panel{transform:none}.alpha-drawer__head{display:flex;align-items:center;justify-content:space-between;gap:1.6rem;padding:1.6rem 2rem;border-bottom:.1rem solid var(--alpha-hairline)}.alpha-drawer__title{font-family:var(--font-heading-family);font-size:1.4rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.alpha-drawer__close{display:inline-flex;align-items:center;justify-content:center;width:4.4rem;height:4.4rem;margin-right:-.8rem;padding:0;border:0;background:none;color:inherit;cursor:pointer}.alpha-drawer__search{display:block;padding:1.6rem 2rem;border-bottom:.1rem solid var(--alpha-hairline)}.alpha-drawer__nav{flex:1 1 auto;padding:.8rem 0}.alpha-drawer__list,.alpha-drawer__sub{margin:0;padding:0;list-style:none}.alpha-drawer__item{border-bottom:.1rem solid var(--alpha-hairline)}.alpha-drawer__summary,.alpha-drawer__link{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;padding:1.4rem 2rem;color:inherit;font-size:1.4rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;cursor:pointer}.alpha-drawer__summary{list-style:none}.alpha-drawer__summary::-webkit-details-marker{display:none}.alpha-drawer__chev{flex:none;transition:transform .28s var(--alpha-ease)}.alpha-drawer__details[open]>.alpha-drawer__summary .alpha-drawer__chev{transform:rotate(180deg)}.alpha-drawer__sub{padding-bottom:.8rem;background:var(--alpha-surface);animation:alpha-header-rise .28s var(--alpha-ease) both}.alpha-drawer__sub .alpha-drawer__link,.alpha-drawer__sub .alpha-drawer__summary{padding-left:3.2rem;font-size:1.35rem;font-weight:600;letter-spacing:.04em;text-transform:none}.alpha-drawer__sub .alpha-drawer__sub .alpha-drawer__link{padding-left:4.6rem;font-weight:400;color:var(--alpha-muted)}.alpha-drawer__link--all{color:var(--alpha-red)}.alpha-drawer__foot{display:flex;flex-direction:column;gap:1.2rem;padding:2rem;border-top:.1rem solid var(--alpha-hairline)}.alpha-drawer__foot-link{display:inline-flex;align-items:center;min-height:4.4rem;gap:.8rem;color:inherit;font-size:1.3rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;text-decoration:none}.alpha-drawer__foot-link .alpha-icon{color:var(--alpha-red)}body.alpha-drawer-open{overflow:hidden}@media(prefers-reduced-motion:reduce){.alpha-header__trust-item,.alpha-header__tel,.alpha-drawer__sub{animation:none;opacity:1;transform:none}.alpha-nav__link:after,.alpha-nav__panel,.alpha-nav__col,.alpha-nav__promo-image,.alpha-nav__sublink,.alpha-drawer__overlay,.alpha-drawer__panel,.alpha-drawer__chev,.alpha-header.is-fixed .alpha-header__main{transition:none}.alpha-nav__col{opacity:1;transform:none}}.alpha-mega__columns{grid-template-columns:repeat(4,minmax(0,1fr));gap:.4rem 4rem}@media screen and (min-width:1400px){.alpha-mega__columns{grid-template-columns:repeat(5,minmax(0,1fr))}}.alpha-mega__col-link,.alpha-mega__link{border-bottom:0;padding-block:.7rem;font-size:1.4rem;letter-spacing:.01em;text-transform:none}.alpha-mega__col:has(.alpha-mega__sublist) .alpha-mega__col-link{margin-bottom:.6rem;padding-bottom:.8rem;border-bottom:.1rem solid var(--alpha-hairline);font-weight:700;text-transform:uppercase;letter-spacing:.08em;font-size:1.25rem}.alpha-mega__panel{padding-block:3.2rem 3.6rem}.alpha-nav__brands{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.2rem;margin:0;padding:0;list-style:none}@media screen and (min-width:1200px){.alpha-nav__brands{grid-template-columns:repeat(6,minmax(0,1fr))}}.alpha-nav__brand-link{display:flex;align-items:center;justify-content:center;min-height:7.2rem;padding:1.2rem 1.6rem;background:var(--alpha-ink, #1c2026);text-decoration:none;transition:background-color .2s var(--alpha-ease),transform .2s var(--alpha-ease)}.alpha-nav__brand-link:hover,.alpha-nav__brand-link:focus-visible{background:var(--alpha-carbon, #1a1e24);transform:translateY(-.2rem)}.alpha-nav__brand-img{width:auto;height:auto;max-width:100%;max-height:3.6rem;object-fit:contain}.alpha-nav__brand-name{font-size:1.2rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#fff;text-align:center}@media(prefers-reduced-motion:reduce){.alpha-nav__brand-link{transition:none}.alpha-nav__brand-link:hover{transform:none}}.alpha-nav__tiles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem;margin:0;padding:0;list-style:none}@media screen and (min-width:1100px){.alpha-nav__tiles{grid-template-columns:repeat(6,minmax(0,1fr))}}.alpha-nav__tile-link{position:relative;display:block;aspect-ratio:4 / 3;overflow:hidden;background:var(--alpha-ink, #1c2026);text-decoration:none}.alpha-nav__tile-img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--alpha-ease)}.alpha-nav__tile-link:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(28,32,38,.88) 0%,rgba(28,32,38,.25) 55%,transparent 100%)}.alpha-nav__tile-label{position:absolute;z-index:1;left:1rem;right:1rem;bottom:.9rem;font-size:1.15rem;font-weight:700;letter-spacing:.06em;line-height:1.25;text-transform:uppercase;color:#fff}.alpha-nav__tile-link:hover .alpha-nav__tile-img,.alpha-nav__tile-link:focus-visible .alpha-nav__tile-img{transform:scale(1.07)}.alpha-nav__tile-link:before{content:"";position:absolute;z-index:2;left:0;right:0;bottom:0;height:.3rem;background:var(--alpha-red, #e11b22);transform:scaleX(0);transform-origin:left;transition:transform .3s var(--alpha-ease)}.alpha-nav__tile-link:hover:before,.alpha-nav__tile-link:focus-visible:before{transform:scaleX(1)}@media(prefers-reduced-motion:reduce){.alpha-nav__tile-img,.alpha-nav__tile-link:before{transition:none}.alpha-nav__tile-link:hover .alpha-nav__tile-img{transform:none}}.alpha-nav__tiles,.alpha-nav__brands{flex:1 1 auto;min-width:0;width:100%}@media screen and (min-width:990px)and (max-width:1200px){.alpha-nav__link{padding-inline:1rem;font-size:1.15rem;letter-spacing:.06em}}@media screen and (min-width:1201px)and (max-width:1400px){.alpha-nav__link{padding-inline:1.25rem}}.alpha-header__utility-end{display:flex;align-items:center;gap:1.6rem;margin-inline-start:auto}.alpha-header__social{display:flex;align-items:center;gap:.4rem;margin:0;padding:0;list-style:none}.alpha-header__social-link{display:inline-flex;align-items:center;justify-content:center;width:3.2rem;height:3.2rem;color:currentColor;opacity:.72;transition:opacity .2s ease,color .2s ease}.alpha-header__social-link:hover,.alpha-header__social-link:focus-visible{opacity:1;color:var(--alpha-red, #e11b22)}.alpha-header__social-link .icon,.alpha-header__social-link svg{width:1.6rem;height:1.6rem;fill:currentColor}@media screen and (max-width:749px){.alpha-header__social{display:none}}@media screen and (min-width:990px){.alpha-nav__cols{display:block;column-count:4;column-gap:3.2rem;orphans:3;widows:3}.alpha-nav__col{break-inside:avoid;-webkit-column-break-inside:avoid;display:block;margin-bottom:1.8rem}.alpha-nav__col:last-child{margin-bottom:0}.alpha-nav__sublink{padding-top:.25rem;padding-bottom:.25rem;line-height:1.3}.alpha-nav__sublist{margin:0;padding:0;list-style:none}.alpha-nav__col-title{padding-bottom:.6rem;margin-bottom:.6rem}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/component-alpha-header.css.map */
