.hero-carousel{position:relative;width:100%;overflow:hidden;background:#0a0a0a;-webkit-user-select:none;user-select:none;--hc-lime: #8cff00}.hc-track{position:relative;width:100%;height:100%}.hc-slide{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;z-index:0}.hero-carousel--fade .hc-slide{opacity:0;transition:opacity .7s ease}.hero-carousel--fade .hc-slide--active{opacity:1;pointer-events:auto;z-index:1}.hero-carousel--slide .hc-slide{transform:translate(100%);transition:transform .62s cubic-bezier(.25,.46,.45,.94)}.hero-carousel--slide .hc-slide--active{transform:translate(0);pointer-events:auto;z-index:1}.hero-carousel--slide .hc-slide--exiting-left{transform:translate(-100%);z-index:1}.hero-carousel--slide .hc-slide--exiting-right{transform:translate(100%);z-index:1}@media(prefers-reduced-motion:reduce){.hero-carousel--fade .hc-slide,.hero-carousel--slide .hc-slide{transition:none!important}}.hc-slide__media{position:absolute;top:0;right:0;bottom:0;left:0}.hc-slide__img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.hc-slide__placeholder{width:100%;height:100%;background:#1a1a1a}.hc-slide__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,rgba(0,0,0,calc(var(--hc-overlay,.4)*.3)),#0000 30%,rgba(0,0,0,calc(var(--hc-overlay,.4)*.65)),rgba(0,0,0,var(--hc-overlay,.4)))}.hc-slide__content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;padding:1.5rem 1.25rem;z-index:2;justify-content:flex-end;align-items:flex-start;text-align:left}.hc-slide__content--top{justify-content:flex-start;padding-top:calc(var(--header-height, 72px) + 1.5rem)}.hc-slide__content--middle{justify-content:center}.hc-slide__content--bottom{justify-content:flex-end;padding-bottom:2.5rem}.hc-slide__content--left{align-items:flex-start;text-align:left}.hc-slide__content--center{align-items:center;text-align:center}.hc-slide__content--right{align-items:flex-end;text-align:right}@media screen and (min-width:750px){.hc-slide__content{padding:2rem 3rem}.hc-slide__content--bottom{padding-bottom:3.5rem}}@media screen and (min-width:1100px){.hc-slide__content{padding:2.5rem 4rem}.hc-slide__content--bottom{padding-bottom:4.5rem}}.hc-slide__headline{margin:0 0 .55rem;font-weight:700;line-height:1.13;letter-spacing:.01em;text-shadow:0 2px 16px rgba(0,0,0,.5);max-width:700px;font-size:clamp(18px,4.5vw,var(--hc-hl-size, 44px))}.hc-slide__sub{margin:0 0 1.4rem;line-height:1.75;opacity:.9;max-width:560px;text-shadow:0 1px 8px rgba(0,0,0,.4);font-size:clamp(14px,2.5vw,var(--hc-sub-size, 26px))}.hc-ctas{display:flex;flex-direction:column;gap:.8rem;align-items:flex-start}.hc-slide__content--center .hc-ctas{align-items:center}.hc-slide__content--right .hc-ctas{align-items:flex-end}.hc-btn{display:inline-flex;align-items:center;justify-content:center;font-family:chivo-mono,Courier New,Courier,monospace;font-weight:700;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;cursor:pointer;border-radius:0;white-space:nowrap;box-sizing:border-box;transition:opacity .18s ease,filter .18s ease;line-height:1;border-style:solid}.hc-btn:hover,.hc-btn:focus-visible{opacity:.85;filter:brightness(1.08)}.hc-btn--pulse{animation:hc-pulse 1.8s ease-in-out infinite}.hc-btn--pulse:hover,.hc-btn--pulse:focus-visible{animation:none;opacity:.88}@keyframes hc-pulse{0%,to{opacity:1;box-shadow:0 0 0 0 currentColor;filter:brightness(1)}50%{opacity:.7;box-shadow:0 0 14px 3px currentColor;filter:brightness(1.12)}}@media(prefers-reduced-motion:reduce){.hc-btn--pulse{animation:none!important}}.hc-raffle-embed .re-box{padding:0;background:transparent;text-align:left}.hc-raffle-embed .re-msg{font-size:.76rem;margin-bottom:.5rem;text-align:left}.hc-raffle-embed .re-phase{margin-bottom:.5rem;font-size:.6rem}.hc-raffle-embed .re-btn--primary{background:var(--hc-re-bg, #8cff00)!important;color:var(--hc-re-tc, #0a0a0a)!important;border:var(--hc-re-bd, none)!important;font-size:var(--hc-re-fsize, 14px)!important;min-height:var(--hc-re-minh, 48px)!important;padding:0 var(--hc-re-px, 26px)!important}.hc-raffle-embed--pulse .re-btn--primary{animation:hc-pulse 1.8s ease-in-out infinite!important}@media(prefers-reduced-motion:reduce){.hc-raffle-embed--pulse .re-btn--primary{animation:none!important}}.hc-slide__content--center .hc-raffle-embed .re-box,.hc-slide__content--center .hc-raffle-embed .re-msg{text-align:center}.hc-slide__content--right .hc-raffle-embed .re-box,.hc-slide__content--right .hc-raffle-embed .re-msg{text-align:right}.hc-raffle-guest{display:flex;flex-direction:column;align-items:flex-start;gap:.45rem}.hc-raffle-guest__note{margin:0;font-family:chivo-mono,Courier New,Courier,monospace;font-size:.68rem;letter-spacing:.06em;color:#ffffff70;line-height:1.4}.hc-slide__content--center .hc-raffle-guest{align-items:center}.hc-slide__content--right .hc-raffle-guest{align-items:flex-end}.hc-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#0000005c;color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:0;cursor:pointer;padding:0;transition:background .18s ease,border-color .18s ease}.hc-arrow:hover,.hc-arrow:focus-visible{background:#0000009e;border-color:#ffffff80}.hc-arrow--prev{left:1rem}.hc-arrow--next{right:1rem}@media screen and (min-width:750px){.hc-arrow{width:48px;height:48px}.hc-arrow--prev{left:1.5rem}.hc-arrow--next{right:1.5rem}}@media screen and (min-width:1100px){.hc-arrow--prev{left:2rem}.hc-arrow--next{right:2rem}}.hc-dots{position:absolute;bottom:1.25rem;left:50%;transform:translate(-50%);z-index:10;display:flex;gap:14px;align-items:center}.hc-dot{display:block;height:5px;width:20px;border-radius:999px;background:#ffffff80;overflow:hidden;position:relative;transition:none;border:none;padding:0;cursor:pointer;flex-shrink:0}.hc-dot--active{width:78px;background:#ffffff80;transition:width .28s cubic-bezier(.25,.46,.45,.94)}.hc-dot--active:before{content:"";position:absolute;inset:1px auto 1px 1px;width:calc(100% - 2px);border-radius:999px;background:var(--hc-lime, #8cff00);transform-origin:left center;transform:scaleX(var(--hc-progress, 0))}@media(prefers-reduced-motion:reduce){.hc-dot--active:before{transform:scaleX(1)}}@media screen and (min-width:750px){.hc-dots{bottom:1.75rem}}
/*# sourceMappingURL=/cdn/shop/t/24/assets/hero-carousel.css.map */
