.hero-carousel{position:relative;width:100%;height:100vh;overflow:hidden}.hero-carousel__slides{position:relative;width:100%;height:100%}.hero-carousel__slide{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;opacity:0;transform:scale(1.05);transition:opacity 1s ease,transform 1s ease}.hero-carousel__slide.active{opacity:1;transform:scale(1);z-index:2}.hero-carousel__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:1}.hero-carousel__mobile-image{display:none}.hero-carousel__content-wrapper{position:relative;width:100%;height:100%}.hero-carousel__content{position:absolute;z-index:3;transform:translate(-50%,-50%);transition:all .3s ease;opacity:1}.hero-carousel__content.has-background{position:relative;padding:var(--text-bg-padding, 30px);border-radius:var(--text-bg-radius, 20px);backdrop-filter:blur(var(--text-bg-blur, 10px));-webkit-backdrop-filter:blur(var(--text-bg-blur, 10px))}.hero-carousel__content.has-background:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--text-bg-color, #ffffff);opacity:var(--text-bg-opacity, .1);border-radius:var(--text-bg-radius, 20px);border:1px solid rgba(255,255,255,.18);box-shadow:0 8px 32px #0000005e;z-index:-1;pointer-events:none}.hero-carousel__content.has-background>*{position:relative;z-index:1}.hero-carousel__title{white-space:pre-line;font-size:var(--heading-size, 60px);line-height:var(--heading-line, 1.2);font-weight:700;color:var(--heading-color, #fff);margin:0 0 1rem}.hero-carousel__text{white-space:pre-line;font-size:var(--subtext-size, 18px);line-height:var(--subtext-line, 1.5);color:var(--subtext-color, #eee);margin:0 0 2rem}.hero-carousel__btn{display:inline-block;padding:1rem 2.5rem;border-radius:50px;background-color:var(--button-bg, #111);color:var(--button-text, #fff);text-decoration:none;font-weight:600;transition:all .3s ease;cursor:pointer}.hero-carousel__btn:hover{transform:scale(1.05);filter:brightness(1.2)}.hero-carousel__arrow{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;border-radius:50%;background:#ffffff26;color:#fff;border:none;display:flex;align-items:center;justify-content:center;z-index:6;cursor:pointer;transition:all .3s ease;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.hero-carousel__arrow svg{width:24px;height:24px;stroke:currentColor}.hero-carousel__arrow--prev{left:30px}.hero-carousel__arrow--next{right:30px}.hero-carousel__arrow:hover{background:#ffffff59;color:#111;transform:translateY(-50%) scale(1.1)}.hero-carousel__nav{position:absolute;bottom:30px;left:50%;transform:translate(-50%);display:flex;gap:10px;z-index:5}.hero-carousel__dot{width:14px;height:14px;border-radius:50%;background-color:#ffffff80;border:none;cursor:pointer;transition:all .3s ease;padding:0}.hero-carousel__dot.active{background-color:#fff;transform:scale(1.2)}.hero-carousel__dot:hover{background-color:#fffc}@media (max-width: 1024px) and (min-width: 769px){.hero-carousel__arrow--prev{left:20px}.hero-carousel__arrow--next{right:20px}.hero-carousel__title{font-size:clamp(32px,5vw,var(--heading-size, 60px))}.hero-carousel__text{font-size:clamp(16px,3vw,var(--subtext-size, 18px))}}@media (max-width: 768px){.hero-carousel{height:80vh;min-height:550px;max-height:700px;overflow:hidden}.hero-carousel__slides{height:100%}.hero-carousel__slide{position:absolute;top:0;right:0;bottom:0;left:0;background:none!important;opacity:0;transition:opacity .6s ease;transform:none}.hero-carousel__slide.active{opacity:1;z-index:2;transform:none}.hero-carousel__overlay{display:none}.hero-carousel__content-wrapper{position:relative;width:100%;height:100%}.hero-carousel__mobile-image{display:block;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1}.hero-carousel__mobile-img{width:100%;height:100%;object-fit:cover;display:block}.hero-carousel__content{position:absolute!important;top:var(--mobile-top, 50%)!important;left:var(--mobile-left, 50%)!important;transform:translate(-50%,-50%)!important;text-align:var(--mobile-align, center)!important;width:90%;max-width:500px;z-index:3;padding:0 20px;box-sizing:border-box}.hero-carousel__content.has-background{padding:var(--mobile-text-bg-padding, 20px);border-radius:var(--mobile-text-bg-radius, 15px);width:85%;backdrop-filter:blur(var(--mobile-text-bg-blur, 10px));-webkit-backdrop-filter:blur(var(--mobile-text-bg-blur, 10px))}.hero-carousel__content.has-background:before{background-color:var(--mobile-text-bg-color, var(--text-bg-color, #ffffff));opacity:var(--mobile-text-bg-opacity, var(--text-bg-opacity, .1));border-radius:var(--mobile-text-bg-radius, 15px)}.hero-carousel__title{font-size:var(--mobile-heading-size, 32px)!important;line-height:var(--mobile-heading-line, 1.2)!important;margin-bottom:.75rem;color:var(--mobile-heading-color, var(--heading-color, #fff))}.hero-carousel__text{font-size:var(--mobile-subtext-size, 16px)!important;line-height:var(--mobile-subtext-line, 1.4)!important;margin-bottom:1.5rem;color:var(--mobile-subtext-color, var(--subtext-color, #eee))}.hero-carousel__btn{padding:.875rem 2rem;font-size:14px;background-color:var(--mobile-button-bg, var(--button-bg, #111));color:var(--mobile-button-text, var(--button-text, #fff))}.hero-carousel__arrow{display:none}.hero-carousel__nav{bottom:20px;gap:8px}.hero-carousel__dot{width:10px;height:10px}}@media (max-width: 480px){.hero-carousel{height:75vh;min-height:500px;max-height:650px}.hero-carousel__content{width:95%;padding:0 15px}.hero-carousel__content.has-background{padding:calc(var(--text-bg-padding, 30px) * .5);width:90%}.hero-carousel__title{font-size:var(--mobile-heading-size, 32px)!important;margin-bottom:.5rem}.hero-carousel__text{font-size:var(--mobile-subtext-size, 16px)!important;margin-bottom:1.25rem}.hero-carousel__btn{padding:.75rem 1.75rem;font-size:13px}}@media (prefers-reduced-motion: reduce){.hero-carousel__slide{transition:opacity .3s ease;transform:none}.hero-carousel__slide.active{transform:none}.hero-carousel__arrow,.hero-carousel__dot,.hero-carousel__btn{transition:none}}.hero-carousel__arrow:focus,.hero-carousel__dot:focus,.hero-carousel__btn:focus{outline:2px solid #fff;outline-offset:2px}.hero-carousel__arrow:focus:not(:focus-visible),.hero-carousel__dot:focus:not(:focus-visible),.hero-carousel__btn:focus:not(:focus-visible){outline:none}
/*# sourceMappingURL=/cdn/shop/t/15/assets/hero-carousel.css.map */
