.shop-all-section{position:relative;width:100%;overflow-x:clip}.shop-all-section__inner{max-width:var(--page-width, 100rem);margin:0 auto;padding:0 1.25rem}@media(min-width:750px){.shop-all-section__inner{padding:0 2rem}}.shop-all-section__heading{font-family:var(--font-heading-family);font-size:1.75rem;line-height:1.1;margin:0 0 .5rem;color:inherit}@media(min-width:750px){.shop-all-section__heading{font-size:2.5rem}}.shop-all-section__subheading{font-size:1rem;line-height:1.5;margin:0 0 1.5rem;color:inherit;opacity:.8}.shop-all-section__header{margin-bottom:1.5rem}@media(min-width:750px){.shop-all-section__header{margin-bottom:2rem}}.shop-all-button{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 2rem;background:var(--color-atari-red, #e01e2b);color:#fff;font-family:var(--font-heading-family);font-size:.95rem;letter-spacing:.02em;text-transform:uppercase;text-decoration:none;border:none;border-radius:999px;cursor:pointer;transition:background .15s ease,transform .15s ease}.shop-all-button:hover{background:#c01828;transform:translateY(-1px)}.shop-all-button--ghost{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.6)}.shop-all-button--ghost:hover{background:#ffffff1a;border-color:#fff}.shop-all-hero{position:relative;width:100%;min-height:70vh;display:flex;align-items:center;overflow:hidden;background:#000;color:#fff}@media(max-width:749px){.shop-all-hero{min-height:60vh}}.shop-all-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:0}.shop-all-hero__media img,.shop-all-hero__media video{width:100%;height:100%;object-fit:cover;display:block}.shop-all-hero__media-mobile{display:none}@media(max-width:749px){.shop-all-hero__media-mobile{display:block}.shop-all-hero__media-desktop{display:none}}.shop-all-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000;z-index:1}.shop-all-hero__content{position:relative;z-index:2;width:100%;max-width:var(--page-width, 100rem);margin:0 auto;padding:4rem 1.25rem}@media(min-width:750px){.shop-all-hero__content{padding:5rem 2rem}}.shop-all-hero__content--align-left{text-align:left}.shop-all-hero__content--align-center{text-align:center}.shop-all-hero__content--align-right{text-align:right}.shop-all-hero__title{font-family:var(--font-heading-family);font-size:clamp(2.25rem,6vw,5rem);line-height:.95;margin:0 0 1rem;text-transform:uppercase}.shop-all-hero__subtitle{font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.5;margin:0 0 2rem;max-width:44rem}.shop-all-hero__content--align-center .shop-all-hero__subtitle{margin-left:auto;margin-right:auto}.shop-all-hero__content--align-right .shop-all-hero__subtitle{margin-left:auto}.shop-all-category-grid{padding:3rem 0}@media(min-width:750px){.shop-all-category-grid{padding:4rem 0}}.shop-all-category-grid__grid{display:grid;gap:.75rem;position:relative}@media(min-width:750px){.shop-all-category-grid__grid{gap:1rem}}.shop-all-category-grid__card{position:relative;display:block;text-decoration:none;color:inherit;border-radius:8px;overflow:hidden;background:#f4f4f4;transition:transform .2s ease}.shop-all-category-grid__card:hover{transform:translateY(-2px)}.shop-all-category-grid__media{position:relative;width:100%;overflow:hidden;background:#f4f4f4}.shop-all-category-grid__media--square{aspect-ratio:1 / 1}.shop-all-category-grid__media--4-5{aspect-ratio:4 / 5}.shop-all-category-grid__media--16-9{aspect-ratio:16 / 9}.shop-all-category-grid__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.shop-all-category-grid__card:hover .shop-all-category-grid__media img{transform:scale(1.04)}.shop-all-category-grid__card--overlay .shop-all-category-grid__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;padding:1.25rem;background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.75) 100%);color:#fff}.shop-all-category-grid__card--overlay .shop-all-category-grid__title{font-family:var(--font-heading-family);font-size:1.25rem;line-height:1.1;margin:0;text-transform:uppercase}@media(min-width:750px){.shop-all-category-grid__card--overlay .shop-all-category-grid__title{font-size:1.75rem}}.shop-all-category-grid__card--overlay .shop-all-category-grid__subtitle{display:block;font-size:.8rem;opacity:.9;margin-top:.25rem}.shop-all-category-grid__card--below .shop-all-category-grid__caption{padding:.85rem .25rem .5rem}.shop-all-category-grid__card--below .shop-all-category-grid__title{font-family:var(--font-heading-family);font-size:1rem;line-height:1.2;margin:0;text-transform:uppercase}@media(min-width:750px){.shop-all-category-grid__card--below .shop-all-category-grid__title{font-size:1.15rem}}.shop-all-category-grid__card--below .shop-all-category-grid__subtitle{display:block;font-size:.8rem;opacity:.6;margin-top:.2rem}.shop-all-category-grid__card--image-only .shop-all-category-grid__caption,.shop-all-category-grid__card--image-only .shop-all-category-grid__overlay{display:none}.shop-all-prg{padding:3rem 0;position:relative}@media(min-width:750px){.shop-all-prg{padding:4rem 0}}.shop-all-prg__grid{display:grid;gap:1rem;position:relative}@media(min-width:750px){.shop-all-prg__grid{gap:1.5rem}}.shop-all-prg__cell{position:relative;min-width:0}.shop-all-prg__footer{margin-top:2rem;text-align:center}.shop-all-review-card{position:relative;display:flex;flex-direction:column;justify-content:space-between;height:100%;min-height:14rem;padding:1rem .85rem;background:#1a1a1a;color:#fff;border-radius:8px;border-left:4px solid var(--shop-all-review-accent, var(--color-atari-red, #e01e2b));box-sizing:border-box;overflow:hidden;overflow-wrap:break-word;word-break:normal;-webkit-hyphens:auto;hyphens:auto}@media(min-width:750px){.shop-all-review-card{padding:2rem 1.5rem;min-height:22rem}}.shop-all-review-card__stars{display:flex;gap:.1rem;margin-bottom:.65rem;color:var(--shop-all-review-accent, var(--color-atari-red, #e01e2b));font-size:.9rem;line-height:1}@media(min-width:750px){.shop-all-review-card__stars{gap:.15rem;margin-bottom:1rem;font-size:1.1rem}}.shop-all-review-card__star{display:inline-block}.shop-all-review-card__star--empty{opacity:.25}.shop-all-review-card__quote{flex:1;font-family:var(--font-body-family);font-size:.8rem;line-height:1.4;margin:0 0 .75rem;color:#fff;display:-webkit-box;-webkit-line-clamp:10;-webkit-box-orient:vertical;overflow:hidden}@media(min-width:750px){.shop-all-review-card__quote{font-family:var(--font-heading-family);font-size:1.2rem;line-height:1.45;margin:0 0 1rem;-webkit-line-clamp:10}}.shop-all-review-card__quote:before{content:none}@media(min-width:750px){.shop-all-review-card__quote:before{content:"\201c";display:block;font-size:5rem;line-height:.8;color:#fff;margin-bottom:.5rem;font-family:Georgia,Times New Roman,serif;font-weight:700}}.shop-all-review-card__author{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.02em;color:#ffffffb3;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(min-width:750px){.shop-all-review-card__author{font-size:.85rem;letter-spacing:.05em}}.shop-all-promo-banner{position:relative;width:100%;display:flex;overflow:hidden;color:#fff}.shop-all-promo-banner__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:0}.shop-all-promo-banner__media img{width:100%;height:100%;object-fit:cover}.shop-all-promo-banner__media-mobile{display:none}@media(max-width:749px){.shop-all-promo-banner__media-mobile{display:block}.shop-all-promo-banner__media-desktop{display:none}}.shop-all-promo-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000;z-index:1}.shop-all-promo-banner__content{position:relative;z-index:2;width:100%;max-width:var(--page-width, 100rem);margin:0 auto;padding:3rem 1.25rem;display:flex;flex-direction:column}@media(min-width:750px){.shop-all-promo-banner__content{padding:4rem 2rem}}.shop-all-promo-banner__content--top-left{justify-content:flex-start;align-items:flex-start;text-align:left}.shop-all-promo-banner__content--top-center{justify-content:flex-start;align-items:center;text-align:center}.shop-all-promo-banner__content--top-right{justify-content:flex-start;align-items:flex-end;text-align:right}.shop-all-promo-banner__content--center-left{justify-content:center;align-items:flex-start;text-align:left}.shop-all-promo-banner__content--center{justify-content:center;align-items:center;text-align:center}.shop-all-promo-banner__content--center-right{justify-content:center;align-items:flex-end;text-align:right}.shop-all-promo-banner__content--bottom-left{justify-content:flex-end;align-items:flex-start;text-align:left}.shop-all-promo-banner__content--bottom-center{justify-content:flex-end;align-items:center;text-align:center}.shop-all-promo-banner__content--bottom-right{justify-content:flex-end;align-items:flex-end;text-align:right}.shop-all-promo-banner__inner{max-width:36rem}.shop-all-promo-banner__headline{font-family:var(--font-heading-family);font-size:clamp(1.75rem,4vw,3.5rem);line-height:1;margin:0 0 .75rem;text-transform:uppercase}.shop-all-promo-banner__body{font-size:1rem;line-height:1.5;margin:0 0 1.5rem}@media(min-width:750px){.shop-all-promo-banner__body{font-size:1.1rem}}.shop-all-multi-promo{padding:3rem 0}@media(min-width:750px){.shop-all-multi-promo{padding:4rem 0}}.shop-all-multi-promo__grid{display:grid;position:relative}.shop-all-multi-promo__card{position:relative;display:block;overflow:hidden;border-radius:8px;text-decoration:none;color:#fff;background:#1a1a1a}.shop-all-multi-promo__media{position:relative;width:100%;overflow:hidden}.shop-all-multi-promo__media--square{aspect-ratio:1 / 1}.shop-all-multi-promo__media--4-5{aspect-ratio:4 / 5}.shop-all-multi-promo__media--16-9{aspect-ratio:16 / 9}.shop-all-multi-promo__media--21-9{aspect-ratio:21 / 9}.shop-all-multi-promo__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.shop-all-multi-promo__card:hover img{transform:scale(1.04)}.shop-all-multi-promo__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;padding:1.5rem;background:linear-gradient(180deg,rgba(0,0,0,.1) 0%,transparent 30%,rgba(0,0,0,.7) 100%);pointer-events:none}@media(min-width:750px){.shop-all-multi-promo__overlay{padding:2rem}}.shop-all-multi-promo__overlay--top-left{justify-content:flex-start;align-items:flex-start}.shop-all-multi-promo__overlay--top-center{justify-content:center;align-items:flex-start}.shop-all-multi-promo__overlay--top-right{justify-content:flex-end;align-items:flex-start}.shop-all-multi-promo__overlay--center{justify-content:center;align-items:center}.shop-all-multi-promo__overlay--bottom-left{justify-content:flex-start;align-items:flex-end}.shop-all-multi-promo__overlay--bottom-center{justify-content:center;align-items:flex-end}.shop-all-multi-promo__overlay--bottom-right{justify-content:flex-end;align-items:flex-end}.shop-all-multi-promo__inner{max-width:90%}.shop-all-multi-promo__title{font-family:var(--font-heading-family);font-size:1.25rem;line-height:1.1;margin:0 0 .25rem;text-transform:uppercase}@media(min-width:750px){.shop-all-multi-promo__title{font-size:1.65rem}}.shop-all-multi-promo__subtitle{font-size:.85rem;margin:0 0 .85rem;opacity:.9}.shop-all-multi-promo__cta{display:inline-flex;align-items:center;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid currentColor;padding-bottom:2px}.shop-all-collection-highlights{padding:3rem 0}@media(min-width:750px){.shop-all-collection-highlights{padding:4rem 0}}.shop-all-collection-highlights__grid{display:grid;gap:1rem;position:relative}@media(min-width:750px){.shop-all-collection-highlights__grid{gap:1.5rem}}.shop-all-collection-highlights__card{position:relative;display:block;text-decoration:none;color:inherit;border-radius:10px;overflow:hidden;background:#1a1a1a;transition:transform .2s ease}.shop-all-collection-highlights__card:hover{transform:translateY(-3px)}.shop-all-collection-highlights__media{position:relative;width:100%;aspect-ratio:16 / 10;overflow:hidden;background:#1a1a1a}.shop-all-collection-highlights__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.shop-all-collection-highlights__card:hover .shop-all-collection-highlights__media img{transform:scale(1.05)}.shop-all-collection-highlights__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 30%,rgba(0,0,0,.85) 100%);display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem;color:#fff}@media(min-width:750px){.shop-all-collection-highlights__overlay{padding:2rem}}.shop-all-collection-highlights__title{font-family:var(--font-heading-family);font-size:1.5rem;line-height:1.1;margin:0 0 .25rem;text-transform:uppercase}@media(min-width:750px){.shop-all-collection-highlights__title{font-size:2rem}}.shop-all-collection-highlights__count{font-size:.85rem;opacity:.85;margin:0 0 1rem}.shop-all-collection-highlights__cta{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid currentColor;padding-bottom:2px;align-self:flex-start}
/*# sourceMappingURL=/cdn/shop/t/238/assets/section-shop-all.css.map */
