.alpha-products{--alpha-on-dark: #ffffff;--alpha-card-surface: var(--alpha-steel, #f4f5f7)}.alpha-products__head{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1.2rem 3.2rem;margin-bottom:2.4rem;align-items:flex-end;align-items:last baseline}.alpha-products__intro{min-width:0}.alpha-products__eyebrow{margin-bottom:.8rem}.alpha-products__heading{margin:0;color:rgb(var(--color-foreground));font-size:clamp(2.4rem,4.4vw,3.8rem)}.alpha-products__viewall{display:inline-flex;align-items:center;gap:.6rem;flex:0 0 auto;margin-inline-start:auto;font-family:var(--font-body-family);font-size:1.3rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.alpha-products__viewall .alpha-icon{transition:transform .3s var(--alpha-ease, cubic-bezier(.22, 1, .36, 1))}.alpha-products__viewall:hover .alpha-icon{transform:translate(.4rem)}.alpha-products__grid{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(23rem,74%);gap:1.2rem;margin:0 -1.5rem;padding:.6rem 1.5rem .4rem;list-style:none;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline:1.5rem;scrollbar-width:thin}.alpha-products__cell{display:flex;min-width:0;scroll-snap-align:start}@media screen and (min-width:750px){.alpha-products__grid{grid-auto-flow:row;grid-template-columns:repeat(var(--alpha-products-columns-md, 3),minmax(0,1fr));gap:1.6rem;margin:0;padding:0;overflow:visible;scroll-snap-type:none}}@media screen and (min-width:990px){.alpha-products__grid{grid-template-columns:repeat(var(--alpha-products-columns, 4),minmax(0,1fr))}}.alpha-products__grid.alpha-stagger.is-in>*:nth-child(9){transition-delay:.48s}.alpha-products__grid.alpha-stagger.is-in>*:nth-child(10){transition-delay:.54s}.alpha-products__grid.alpha-stagger.is-in>*:nth-child(11){transition-delay:.6s}.alpha-products__grid.alpha-stagger.is-in>*:nth-child(12){transition-delay:.66s}.alpha-card{position:relative;display:flex;flex-direction:column;width:100%;border:.1rem solid var(--alpha-hairline, rgba(var(--color-foreground), .1));border-radius:0;transition:transform .3s var(--alpha-ease, cubic-bezier(.22, 1, .36, 1)),box-shadow .3s var(--alpha-ease, cubic-bezier(.22, 1, .36, 1)),border-color .3s var(--alpha-ease, cubic-bezier(.22, 1, .36, 1))}.alpha-card.color-scheme-3,.alpha-card.color-scheme-4{--alpha-card-surface: rgba(255, 255, 255, .06)}.alpha-card:hover{transform:translateY(-.4rem);border-color:var(--alpha-hairline-strong, rgba(var(--color-foreground), .22));box-shadow:0 1.2rem 2.8rem #1c202624}.alpha-card__media{position:relative;display:block;overflow:hidden;background:var(--alpha-card-surface);aspect-ratio:var(--alpha-card-ratio, 1)}.alpha-card__media-link{display:block;width:100%;height:100%}.alpha-card__image{display:block;width:100%;height:100%;object-fit:contain;padding:1.4rem;transition:transform .6s var(--alpha-ease, cubic-bezier(.22, 1, .36, 1))}.alpha-card:hover .alpha-card__image{transform:scale(1.04)}.alpha-card__badge{position:absolute;top:0;left:0;z-index:1;padding:.5rem 1rem;color:var(--alpha-on-dark);font-family:var(--font-body-family);font-size:1.1rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.alpha-card__badge--sale{background:var(--alpha-red, #e11b22)}.alpha-card__badge--soldout{background:var(--alpha-ink, #1c2026)}.alpha-card__body{display:flex;flex:1 1 auto;flex-direction:column;padding:1.4rem}.alpha-card__brand{margin:0 0 .4rem;color:var(--alpha-muted, rgba(var(--color-foreground), .68));font-family:var(--font-body-family);font-size:1.1rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.alpha-card__title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:3.9rem;margin:0;color:rgb(var(--color-foreground));font-family:var(--font-heading-family);font-size:1.5rem;font-weight:700;letter-spacing:0;line-height:1.3;text-transform:none}.alpha-card__title-link{color:inherit;text-decoration:none}.alpha-card__title-link:hover{text-decoration:underline;text-underline-offset:.3rem}.alpha-card__price{margin-top:auto;padding-top:1.2rem}.alpha-card__price-ex{display:flex;align-items:baseline;flex-wrap:wrap;gap:.2rem .6rem}.alpha-card__price-from,.alpha-card__price-suffix{font-family:var(--font-body-family);font-size:1.1rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--alpha-muted, rgba(var(--color-foreground), .68))}.alpha-card__price-value{color:rgb(var(--color-foreground));font-family:var(--font-heading-family);font-size:2.2rem;font-weight:700;letter-spacing:-.01em;line-height:1.1}.alpha-card__price--sale .alpha-card__price-value{color:var(--alpha-red, #e11b22)}.alpha-card__price-compare{color:var(--alpha-muted, rgba(var(--color-foreground), .68));font-size:1.3rem;text-decoration:line-through}.alpha-card__price-inc{margin:.4rem 0 0;color:var(--alpha-muted, rgba(var(--color-foreground), .68));font-family:var(--font-body-family);font-size:1.2rem;line-height:1.4}.alpha-card__actions{display:grid;grid-template-columns:minmax(7rem,auto) 1fr;gap:.8rem;margin-top:1.6rem}.alpha-card__btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;min-height:4.4rem;padding:0 1.2rem;border:.15rem solid transparent;border-radius:0;color:inherit;font-family:var(--font-body-family);font-size:1.3rem;font-weight:700;letter-spacing:.08em;line-height:1.2;text-align:center;text-decoration:none;text-transform:uppercase;cursor:pointer;transition:background-color .28s var(--alpha-ease, cubic-bezier(.22, 1, .36, 1)),border-color .28s var(--alpha-ease, cubic-bezier(.22, 1, .36, 1)),color .28s var(--alpha-ease, cubic-bezier(.22, 1, .36, 1))}.alpha-card__btn--ghost{background:transparent;border-color:var(--alpha-hairline-strong, rgba(var(--color-foreground), .22));color:rgb(var(--color-foreground))}.alpha-card__btn--ghost:hover{background:rgb(var(--color-foreground));border-color:rgb(var(--color-foreground));color:rgb(var(--color-background))}.alpha-card__btn--primary{position:relative;background:var(--alpha-red, #e11b22);border-color:var(--alpha-red, #e11b22);color:var(--alpha-on-dark)}.alpha-card__btn--primary:hover{background:var(--alpha-red-deep, #b3141a);border-color:var(--alpha-red-deep, #b3141a)}.alpha-card__btn[disabled],.alpha-card__btn[aria-disabled=true]:not(.loading){background:var(--alpha-ink, #1c2026);border-color:var(--alpha-ink, #1c2026);color:var(--alpha-on-dark);opacity:.4;cursor:not-allowed}.alpha-card__btn .loading__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1.8rem}.alpha-card__btn .loading__spinner .path{stroke:var(--alpha-on-dark)}.alpha-card__btn.loading>span{visibility:hidden}.alpha-card__form,.alpha-card__form-el{display:block;min-width:0;margin:0}.alpha-card__form .alpha-card__btn{width:100%}.alpha-card__error{margin:.6rem 0 0;color:var(--alpha-red, #e11b22);font-family:var(--font-body-family);font-size:1.2rem;line-height:1.4}@media screen and (max-width:419px){.alpha-card__actions{grid-template-columns:1fr}}.alpha-card__badge--sale{background:var(--alpha-red, #e11b22);color:#fff;font-weight:700;letter-spacing:.04em}.alpha-card__save{margin:.4rem 0 0;font-family:var(--font-body-family);font-size:1.25rem;font-weight:700;letter-spacing:.02em;color:var(--alpha-red, #e11b22)}.alpha-card__price-compare{color:var(--alpha-muted);text-decoration-thickness:.1rem}@media screen and (min-width:750px){.alpha-products--carousel .alpha-products__grid{grid-auto-flow:column;grid-template-columns:none;grid-auto-columns:minmax(0,calc((100% - (var(--alpha-products-columns-md, 3) - 1) * 1.6rem) / var(--alpha-products-columns-md, 3)));overflow-x:auto;scroll-snap-type:x mandatory;padding-block:.6rem .4rem}}@media screen and (min-width:990px){.alpha-products--carousel .alpha-products__grid{grid-auto-columns:minmax(0,calc((100% - (var(--alpha-products-columns, 4) - 1) * 1.6rem) / var(--alpha-products-columns, 4)))}}.alpha-products--carousel .alpha-products__grid>*{scroll-snap-align:start}.alpha-products--carousel .alpha-products__grid{scrollbar-width:thin;scrollbar-color:var(--alpha-hairline-strong, rgba(28, 32, 38, .24)) transparent}.alpha-products--carousel .alpha-products__grid::-webkit-scrollbar{height:.4rem}.alpha-products--carousel .alpha-products__grid::-webkit-scrollbar-thumb{background:var(--alpha-hairline-strong, rgba(28, 32, 38, .24))}.alpha-products--carousel .alpha-products__grid{scroll-behavior:auto}@media screen and (min-width:750px){.alpha-products--carousel .alpha-products__grid{grid-template-columns:none;grid-auto-flow:column;overflow-x:auto;scroll-snap-type:x proximity;margin:0;padding-block:.6rem .4rem}}@media screen and (min-width:990px){.alpha-products--carousel .alpha-products__grid{grid-auto-columns:calc((100% - 2 * 2rem) / 3.4);gap:2rem}}@media screen and (min-width:1400px){.alpha-products--carousel .alpha-products__grid{grid-auto-columns:calc((100% - 3 * 2rem) / 4.4)}}@media screen and (min-width:750px)and (max-width:989px){.alpha-products--carousel .alpha-products__grid{grid-auto-columns:calc((100% - 1 * 1.6rem) / 2.2)}}.alpha-products--carousel .alpha-card__media{aspect-ratio:4 / 5}@media(hover:hover)and (pointer:fine){.alpha-products--carousel .alpha-card__actions{opacity:1;transform:none}}.alpha-products__viewport{position:relative}.alpha-products__nav{display:none}@media screen and (min-width:750px)and (hover:hover)and (pointer:fine){.alpha-products__nav{display:block}}.alpha-products__nav-btn{display:inline-flex;align-items:center;justify-content:center;width:4.2rem;height:4.2rem;padding:0;border:.15rem solid var(--alpha-hairline-strong, rgba(28, 32, 38, .24));border-radius:0;background:transparent;color:rgb(var(--color-foreground));cursor:pointer;transition:background-color .2s var(--alpha-ease),border-color .2s var(--alpha-ease),color .2s var(--alpha-ease)}.alpha-products__nav-btn:hover:not(:disabled){border-color:var(--alpha-red, #e11b22);background:var(--alpha-red, #e11b22);color:#fff}.alpha-products__nav-btn:disabled{opacity:.3;cursor:default}.alpha-products__nav-btn[data-alpha-carousel-prev] .alpha-icon{transform:rotate(180deg)}[data-carousel-static] .alpha-products__nav{display:none}.alpha-products__nav-btn:focus-visible{outline:.2rem solid var(--alpha-red, #e11b22);outline-offset:.2rem}.alpha-card__actions{display:grid;grid-template-columns:1fr;gap:.8rem;align-items:stretch;margin-top:1.6rem}.alpha-card__btn--ghost{display:none}.alpha-card__btn{width:100%;min-width:0;white-space:nowrap}.alpha-card__btn .alpha-icon{display:none}.alpha-products__nav-btn{position:absolute;top:50%;z-index:2;transform:translateY(-50%);background:rgb(var(--color-background));box-shadow:0 .2rem 1.2rem #1c202629}.alpha-products__nav-btn--prev{left:-2.1rem}.alpha-products__nav-btn--next{right:-2.1rem}@media screen and (max-width:1499px){.alpha-products__nav-btn--prev{left:.4rem}.alpha-products__nav-btn--next{right:.4rem}}@supports (top: 33%){.alpha-products__nav-btn{top:33%}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/component-alpha-products.css.map */
