.hero-carousel{position:relative;width:100%;overflow:hidden}.hero-carousel__container{position:relative;width:100%;height:100vh;max-height:800px}.hero-carousel__slides{display:flex;width:100%;height:100%;transition:transform .5s ease-in-out}.hero-carousel__slide{min-width:100%;height:100%;position:relative}.hero-carousel__slide-link{display:block;width:100%;height:100%}.hero-carousel__image{width:100%;height:100%;object-fit:cover}.hero-carousel__content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff;z-index:10}.hero-carousel__title{font-family:var(--font-heading);font-size:48px;font-weight:700;margin-bottom:20px;text-shadow:0 2px 10px rgba(0,0,0,.3)}.hero-carousel__subtitle{font-size:18px;font-weight:300;letter-spacing:3px;text-transform:uppercase;margin-bottom:30px}.hero-carousel__cta{display:inline-block;padding:15px 40px;background:#fff;color:var(--color-text);font-size:14px;font-weight:500;text-transform:uppercase;letter-spacing:1px;transition:all .3s ease}.hero-carousel__cta:hover{background:var(--color-text);color:#fff}.hero-carousel__nav{position:absolute;top:50%;transform:translateY(-50%);width:60px;height:60px;background:#fff9;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:20}.hero-carousel__nav:hover{background:#ffffffe6}.hero-carousel__nav--prev{left:30px}.hero-carousel__nav--next{right:30px}.hero-carousel__nav svg{width:24px;height:24px;fill:var(--color-text)}.hero-carousel__dots{position:absolute;bottom:30px;left:50%;transform:translate(-50%);display:flex;gap:12px;z-index:20}.hero-carousel__dot{width:12px;height:12px;background:#ffffff80;border-radius:50%;cursor:pointer;transition:all .3s ease}.hero-carousel__dot.is-active,.hero-carousel__dot:hover{background:#fff;transform:scale(1.2)}.hero-carousel__progress{position:absolute;bottom:0;left:0;width:100%;height:4px;background:#ffffff4d}.hero-carousel__progress-bar{height:100%;background:#fff;width:0;animation:progress 5s linear infinite}@keyframes progress{0%{width:0}to{width:100%}}@media(max-width:1024px){.hero-carousel__container{height:70vh}.hero-carousel__title{font-size:48px}.hero-carousel__nav{width:50px;height:50px}}@media(max-width:768px){.hero-carousel__container{height:60vh}.hero-carousel__title{font-size:36px}.hero-carousel__subtitle{font-size:14px}.hero-carousel__nav{width:40px;height:40px}.hero-carousel__nav--prev{left:15px}.hero-carousel__nav--next{right:15px}}@media(max-width:480px){.hero-carousel__container{height:50vh}.hero-carousel__title{font-size:28px}.hero-carousel__cta{padding:12px 30px;font-size:12px}.hero-carousel__nav{display:none}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/hero-carousel.css.map */
