.hero{width:100%;padding:var(--hero-gap-top, 12px) var(--hero-side-gap, 16px) 0}.hero__wrap{max-width:var(--hero-max-width, 1320px);margin:0 auto}.hero__slider{position:relative;overflow:hidden;border-radius:var(--hero-radius, 24px);background:var(--hero-bg, #d9d9d9);cursor:grab}.hero.is-grabbing .hero__slider{cursor:grabbing}@media(max-width:749px){.hero__slider{cursor:auto}}.hero__track{display:flex;width:100%;transition:transform .55s cubic-bezier(.2,.8,.2,1);will-change:transform}.hero__slide{flex:0 0 100%;position:relative;height:var(--slide-h-d, 520px);display:flex;align-items:center;justify-content:center;overflow:hidden;padding:var(--slide-pad-y, 48px) var(--slide-pad-x, 48px);user-select:none;-webkit-user-select:none}@media(max-width:749px){.hero__slide{height:var(--slide-h-m, 560px)}}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;pointer-events:none}.hero__img{width:100%;height:100%;object-fit:cover;display:block;-webkit-user-drag:none}.hero__img--placeholder{background:var(--hero-bg, #d9d9d9);display:flex;align-items:center;justify-content:center;font-size:72px;font-weight:700;color:#1f1f1f;letter-spacing:-.01em}@media(max-width:749px){.hero__img--placeholder{font-size:44px}}.hero__video{width:100%;height:100%;object-fit:cover;display:block}.hero__video--mobile{display:none}@media(max-width:749px){.hero__video--desktop{display:none}.hero__video--mobile{display:block}}.hero__media--video:not(:has(.hero__video--mobile)) .hero__video--desktop{display:block}.hero__media--video:not(:has(.hero__video--desktop)) .hero__video--mobile{display:block}.hero__content{position:relative;z-index:2;max-width:720px;color:var(--slide-text, #1f1f1f);display:flex;flex-direction:column;gap:14px;pointer-events:none}.hero__content>*{pointer-events:auto}.hero__content--left{margin-right:auto;align-items:flex-start;text-align:left}.hero__content--center{margin:0 auto;align-items:center;text-align:center}.hero__content--right{margin-left:auto;align-items:flex-end;text-align:right}.hero__subheading{margin:0;font-size:14px;letter-spacing:.14em;text-transform:uppercase;opacity:.8}.hero__heading{margin:0;font-size:clamp(28px,4vw,56px);font-weight:600;line-height:1.05;letter-spacing:-.01em}.hero__cta{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;background:#1f1f1f;color:#fff;text-decoration:none;border-radius:999px;font-size:14px;letter-spacing:.02em;transition:transform .2s ease,opacity .2s ease;margin-top:6px}.hero__cta:hover{opacity:.9;transform:translateY(-1px)}.hero__arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:999px;background:#ffffffb3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(0,0,0,.06);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#1f1f1f;transition:opacity .2s ease,transform .2s ease;z-index:4}.hero__arrow:hover{transform:translateY(-50%) scale(1.04)}.hero__arrow--prev{left:16px}.hero__arrow--next{right:16px}.hero__arrow svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2}@media(max-width:749px){.hero__arrow{display:none}}.hero__dots{position:absolute;left:50%;bottom:18px;transform:translate(-50%);display:flex;gap:6px;z-index:4}.hero__dot{width:22px;height:4px;border-radius:999px;border:0;background:#1f1f1f40;cursor:pointer;transition:width .25s ease,background-color .25s ease;padding:0}.hero__dot.is-active{background:#1f1f1fd9;width:36px}.hero__dot:focus-visible{outline:2px solid #1f1f1f;outline-offset:2px}.hero__pcard{position:absolute;z-index:3;display:flex;align-items:stretch;gap:14px;background:#fff;color:#1f1f1f;text-decoration:none;border-radius:18px;padding:14px;box-shadow:0 14px 40px #0000001a,0 4px 12px #0000000f;transition:transform .25s ease,box-shadow .25s ease;pointer-events:auto;cursor:pointer;user-select:none;-webkit-user-select:none}.hero__pcard:hover{transform:translateY(-2px);box-shadow:0 18px 48px #0000001f,0 6px 16px #00000014}@media(min-width:750px){.hero__pcard--bottom-left{left:24px;bottom:24px}.hero__pcard--bottom-right{right:24px;bottom:24px}.hero__pcard{width:380px;max-width:calc(100% - 48px)}}@media(max-width:749px){.hero__pcard{left:16px;right:16px;bottom:32px;width:auto;border-radius:20px;padding:12px;gap:12px}}.hero__pcard-img{flex:0 0 auto;width:96px;height:120px;border-radius:12px;overflow:hidden;background:#f1f1f1;display:flex;align-items:center;justify-content:center}@media(max-width:749px){.hero__pcard-img{width:84px;height:100px;border-radius:14px}}.hero__pcard-img-tag,.hero__pcard-img img{width:100%;height:100%;object-fit:cover;display:block;-webkit-user-drag:none}.hero__pcard-img-placeholder{font-size:28px;font-weight:700;color:#aaa;text-transform:uppercase}.hero__pcard-body{flex:1 1 auto;display:flex;flex-direction:column;justify-content:center;gap:4px;min-width:0}.hero__pcard-sub{font-size:12px;color:#6b6b6b;letter-spacing:.01em;line-height:1.2;margin-bottom:2px}.hero__pcard-title{font-size:17px;font-weight:700;color:#1f1f1f;line-height:1.2;letter-spacing:-.005em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hero__pcard-price{font-size:14px;color:#6b6b6b;margin-bottom:10px}.hero__pcard-cta{align-self:flex-start;display:inline-flex;align-items:center;gap:8px;background:#111;color:#fff;padding:8px 18px;border-radius:999px;font-size:14px;font-weight:500;transition:background-color .2s ease,transform .2s ease}.hero__pcard:hover .hero__pcard-cta{background:#000}.hero__pcard-cta svg{width:14px;height:14px;flex-shrink:0}@media(max-width:749px){.hero__pcard-title{font-size:16px}.hero__pcard-cta{padding:7px 16px;font-size:13px}}@media(prefers-reduced-motion:reduce){.hero__track,.hero__cta,.hero__pcard{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/section-hero-2.css.map */
