.home-shop{--home-shop-bg: #f5f5f5;--home-shop-fg: #0a0a0a;--home-shop-muted: rgba(10, 10, 10, .65);--home-shop-border: rgba(10, 10, 10, .12);--home-shop-accent: var(--color-primary, #ff0000);--home-shop-radius: 12px;--home-shop-ease: cubic-bezier(.2, .8, .2, 1);scroll-margin-top:var(--header-height, 80px);background:var(--home-shop-bg);color:var(--home-shop-fg);padding:clamp(64px,8vw,112px) 0}.home-shop__container{width:100%;max-width:var(--page-width, 1440px);margin:0 auto;padding:0 clamp(16px,4vw,32px)}.home-shop__header{display:flex;flex-direction:column;align-items:flex-start;gap:18px;max-width:720px;margin-bottom:clamp(24px,3vw,36px)}.home-shop__eyebrow{display:inline-flex;align-items:center;padding:6px 12px;font-size:1.1rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--home-shop-accent);background:#ff000014;border-radius:999px}.home-shop__heading{font-size:clamp(3.2rem,5vw,5.2rem);font-weight:800;line-height:1;letter-spacing:-.01em;margin:0;text-transform:uppercase;color:var(--home-shop-fg);display:inline-flex;align-items:center;gap:.32em;flex-wrap:wrap}.home-shop__heading-prefix{display:inline-block}.home-shop__heading-mark{display:inline-block;background:var(--home-shop-fg);color:var(--home-shop-bg);padding:.04em .2em .08em;border-radius:6px;transform:rotate(-3deg) translateY(-.02em);position:relative;box-shadow:0 8px 24px #0a0a0a2e;transition:transform .25s var(--home-shop-ease)}.home-shop__heading-mark:after{content:"";position:absolute;left:10%;right:10%;bottom:-12px;height:3px;background:var(--home-shop-accent);border-radius:2px;transform:rotate(1deg)}.home-shop__heading:hover .home-shop__heading-mark{transform:rotate(-1.5deg) translateY(-.02em) scale(1.03)}.home-shop__subcopy{font-size:1.6rem;line-height:1.5;color:var(--home-shop-muted);margin:0;max-width:60ch}.home-shop__tiles{list-style:none;margin:0 0 clamp(48px,6vw,72px);padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(12px,1.5vw,20px)}@media(max-width:989px){.home-shop__tiles{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.home-shop__tiles{grid-template-columns:1fr}}.home-shop__tile{margin:0;padding:0}.home-shop__tile-link{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit;border-radius:var(--home-shop-radius);overflow:hidden;background:#fff;border:1px solid var(--home-shop-border);transition:transform .2s var(--home-shop-ease),box-shadow .2s var(--home-shop-ease),border-color .2s var(--home-shop-ease)}.home-shop__tile-link:hover,.home-shop__tile-link:focus-visible{transform:translateY(-4px);box-shadow:0 16px 32px #0a0a0a14;border-color:#0a0a0a40;outline:none}.home-shop__tile-media{position:relative;aspect-ratio:4 / 3;overflow:hidden;background:#e8e8e8}.home-shop__tile-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .4s var(--home-shop-ease)}.home-shop__tile-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:#0a0a0a33}.home-shop__tile-placeholder-svg{width:60%;height:auto;fill:currentColor}.home-shop__tile-link:hover .home-shop__tile-image{transform:scale(1.04)}.home-shop__tile-scrim{position:absolute;inset:auto 0 0;height:50%;background:linear-gradient(to top,#00000059,#0000);pointer-events:none}.home-shop__tile-body{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px}.home-shop__tile-title{font-size:1.6rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--home-shop-fg)}.home-shop__tile-cta{display:inline-flex;align-items:center;gap:6px;font-size:1.25rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--home-shop-muted);transition:color .15s var(--home-shop-ease),transform .15s var(--home-shop-ease)}.home-shop__tile-link:hover .home-shop__tile-cta{color:var(--home-shop-accent);transform:translate(2px)}.home-shop__featured-header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:clamp(20px,3vw,32px);flex-wrap:wrap}.home-shop__featured-view-all{padding-bottom:4px}.home-shop__featured-heading{font-size:clamp(2.6rem,3.8vw,3.8rem);font-weight:800;line-height:1;letter-spacing:-.005em;text-transform:uppercase;margin:0;color:var(--home-shop-fg)}.home-shop__featured-view-all{display:inline-flex;align-items:center;gap:6px;font-size:1.3rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--home-shop-fg);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .15s var(--home-shop-ease),color .15s var(--home-shop-ease)}.home-shop__featured-view-all:hover{color:var(--home-shop-accent);border-color:var(--home-shop-accent)}.home-shop__rail{position:relative}.home-shop__rail-track{list-style:none;margin:0;padding:4px 0;display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.home-shop__rail-track::-webkit-scrollbar{display:none}.home-shop__rail-item{flex:0 0 auto;width:260px;scroll-snap-align:start}@media(min-width:750px){.home-shop__rail-item{width:280px}}@media(min-width:990px){.home-shop__rail-item{width:300px}}.home-shop__product{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit;background:#fff;border:1px solid var(--home-shop-border);border-radius:var(--home-shop-radius);overflow:hidden;transition:transform .2s var(--home-shop-ease),box-shadow .2s var(--home-shop-ease),border-color .2s var(--home-shop-ease)}.home-shop__product:hover,.home-shop__product:focus-visible{transform:translateY(-4px);box-shadow:0 16px 32px #0a0a0a14;border-color:#0a0a0a40;outline:none}.home-shop__product-media{position:relative;aspect-ratio:1 / 1;background:#ececec;overflow:hidden}.home-shop__product-capsule{position:absolute;top:12px;left:12px;z-index:3;pointer-events:none}.home-shop__product-badge{position:absolute;top:12px;right:12px;z-index:3;display:inline-flex;align-items:center;padding:4px 10px;font-size:1rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;background:var(--home-shop-fg);color:#fff;border-radius:999px}.home-shop__product-badge--sale{background:var(--home-shop-accent)}.home-shop__product-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .25s var(--home-shop-ease),transform .5s var(--home-shop-ease)}.home-shop__product-image--hover{opacity:0}.home-shop__product:hover .home-shop__product-image{transform:scale(1.04)}.home-shop__product:hover .home-shop__product-image--hover{opacity:1}.home-shop__product-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:#0a0a0a33}.home-shop__product-placeholder-svg{width:60%;height:auto;fill:currentColor}.home-shop__product-info{display:flex;flex-direction:column;gap:6px;padding:14px 16px 18px;color:var(--home-shop-fg)}.home-shop__product-title{font-size:1.4rem;font-weight:600;line-height:1.3;margin:0;color:var(--home-shop-fg);text-transform:none;letter-spacing:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-shop__product-price{display:flex;align-items:baseline;gap:8px;font-size:1.4rem;font-weight:700}.home-shop__product-price-current{color:var(--home-shop-fg)}.home-shop__product-price-compare{color:var(--home-shop-muted);font-weight:400;text-decoration:line-through}.home-shop__featured-heading-wrap{display:flex;flex-direction:column;gap:6px}.home-shop__featured-kicker{display:inline-flex;align-items:center;align-self:flex-start;gap:10px;font-size:1rem;font-weight:700;letter-spacing:.28em;text-transform:uppercase;color:var(--home-shop-muted)}.home-shop__featured-kicker:before{content:"";width:10px;height:10px;border-right:1.5px solid var(--home-shop-accent);border-bottom:1.5px solid var(--home-shop-accent);transform:rotate(45deg);margin-bottom:4px}
/*# sourceMappingURL=/cdn/shop/t/4/assets/section-home-shop.css.map */
