.hero{position:relative;width:100%;min-height:70vh;overflow:hidden}.hero__slider{position:absolute;top:0;right:0;bottom:0;left:0}.hero__slide{display:none;position:absolute;top:0;right:0;bottom:0;left:0}.hero__slide.is-active{display:flex;animation:hero-fade .5s ease}@keyframes hero-fade{0%{opacity:0}to{opacity:1}}.hero__image{position:absolute;top:0;right:0;bottom:0;left:0}.hero__image img{width:100%;height:100%;object-fit:cover}.hero__content{position:relative;z-index:1;display:flex;align-items:center;width:100%;min-height:100%;padding:2rem 2.5rem;box-sizing:border-box;background:linear-gradient(to right,rgba(0,0,0,.5) 0%,transparent 50%)}.hero__content-inner{max-width:40rem;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.5)}.hero__heading{font-size:clamp(1.75rem,5vw,3rem);font-weight:700;line-height:1.2;margin:0 0 .5rem}.hero__subheading{font-size:1rem;line-height:1.5;margin:0 0 1.5rem;opacity:.95}.hero__button{display:inline-block;padding:.75rem 1.5rem;background:#f0f;color:#fff;font-weight:600;text-decoration:none;border-radius:4px;transition:background .2s,color .2s}.hero__button:hover{background:#e600e6;color:#fff}.hero__nav{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);z-index:2;display:flex;align-items:center;gap:1rem}.hero__arrow{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;background:#ffffffe6;border:none;border-radius:50%;color:#121212;cursor:pointer;transition:background .2s}.hero__arrow:hover{background:#fff}.hero__dots{display:flex;gap:.5rem}.hero__dot{width:8px;height:8px;padding:0;background:#ffffff80;border:none;border-radius:50%;cursor:pointer;transition:background .2s}.hero__dot.is-active{background:#fff}
/*# sourceMappingURL=/cdn/shop/t/3/assets/hero.css.map */
