.hero-carousel-section{margin:0;padding:0}.hero-carousel{display:flex;flex-direction:column;width:100%;height:calc(100vh - 80px);min-height:550px;max-height:900px}.hero-carousel__viewport{position:relative;flex:1 1 auto;overflow:hidden}.hero-carousel__track{display:flex;width:100%;height:100%;transition:transform .65s cubic-bezier(.45,0,.15,1);will-change:transform}.hero-carousel__slide{position:relative;flex:0 0 100%;width:100%;height:100%;overflow:hidden}.hero-carousel__media{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.hero-carousel__video,.hero-carousel__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:50% 50%;display:block}.hero-carousel__picture{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.hero-carousel__picture img{width:100%;height:100%;object-fit:cover;display:block}.hero-carousel__video{z-index:2}.hero-carousel__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;align-items:center;justify-content:center;background:#e8e8e8}.hero-carousel__placeholder svg{width:40%;max-width:300px;opacity:.35}.hero-carousel__overlay{display:block!important;position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;pointer-events:none}.hero-carousel__overlay--mobile{display:none!important}@media(max-width:749px){.hero-carousel__overlay--desktop{display:none!important}.hero-carousel__overlay--mobile{display:block!important}}.hero-carousel__video--mobile,.hero-carousel__image--mobile{display:none}@media(max-width:749px){.hero-carousel__video--mobile,.hero-carousel__image--mobile{display:block;z-index:4}}.hero-carousel__content{position:absolute;z-index:10;top:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;max-width:640px;padding-left:120px;pointer-events:none}.hero-carousel__content>*{pointer-events:auto}.hero-carousel__stars,.hero-carousel__heading,.hero-carousel__subheading,.hero-carousel__ctas{opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}.hero-carousel__slide--visible .hero-carousel__stars{opacity:1;transform:translateY(0);transition-delay:.1s}.hero-carousel__slide--visible .hero-carousel__heading{opacity:1;transform:translateY(0);transition-delay:.2s}.hero-carousel__slide--visible .hero-carousel__subheading{opacity:1;transform:translateY(0);transition-delay:.3s}.hero-carousel__slide--visible .hero-carousel__ctas{opacity:1;transform:translateY(0);transition-delay:.4s}.hero-carousel__heading{margin:0 0 8px;font-size:clamp(40px,5vw,72px);font-weight:400;line-height:.95;font-family:var(--hero-heading-font, Georgia, "Times New Roman", Times, serif)}.hero-carousel__subheading{margin:0 0 24px;font-size:clamp(16px,1.4vw,20px);font-weight:400;line-height:1.5;max-width:480px}.hero-carousel__stars{display:flex;align-items:center;gap:4px;margin-bottom:16px}.hero-carousel__stars svg{width:20px;height:20px;flex-shrink:0}.hero-carousel__stars-text{margin-left:8px;font-size:16px;font-weight:400}.hero-carousel__ctas{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.hero-carousel__cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 24px;font-size:20px;font-weight:400;line-height:1;text-decoration:none;border:none;border-radius:32px;cursor:pointer;white-space:nowrap;height:62px;box-sizing:border-box;transition:opacity .2s ease}.hero-carousel__cta{position:relative;overflow:hidden}.hero-carousel__cta:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0000;transition:background .2s ease;pointer-events:none;border-radius:inherit}@media(hover:hover){.hero-carousel__cta:hover:after{background:#0000001f}}.hero-carousel__cta--secondary{background:transparent;border:1.5px solid}.hero-carousel__arrow{position:absolute;top:50%;z-index:100;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#ffffffeb;border:none;border-radius:50%;cursor:pointer;color:#1a1a1a;box-shadow:0 1px 4px #00000014;transition:background .2s ease;transform:translateY(-50%)}.hero-carousel__arrow:hover{background:#fff;box-shadow:0 2px 12px #00000026;transform:translateY(-50%) scale(1.08)}.hero-carousel__arrow svg{width:24px;height:24px}.hero-carousel__arrow--prev{left:12px}.hero-carousel__arrow--next{right:12px}.hero-carousel__bottom{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;padding:28px 120px;gap:40px;min-height:80px;box-sizing:border-box}.hero-carousel__badges{display:flex;align-items:center;flex:1 1 auto;justify-content:space-between}.hero-carousel__badges:empty{display:none}.hero-carousel__badge{display:flex;align-items:center;gap:12px;font-size:14px;font-weight:400;color:#000;white-space:normal;max-width:240px;line-height:1.3}.hero-carousel__badge-icon{width:24px;height:24px;flex-shrink:0}.hero-carousel__dots{display:flex;align-items:center;gap:8px;flex-shrink:0;margin-left:auto}.hero-carousel__dots--mobile{display:none}.hero-carousel__dot{-webkit-appearance:none;appearance:none;border:none;padding:0;cursor:pointer;width:8px;height:8px;border-radius:50%;background:#b2b3b2;transition:width .3s ease,border-radius .3s ease,background .3s ease}.hero-carousel__dot--active{width:56px;border-radius:32px;background:#000}@media(max-width:1440px){.hero-carousel__content{padding-left:80px}.hero-carousel__bottom{padding:28px 80px}}@media(max-width:1024px){.hero-carousel__content{padding-left:48px;max-width:520px}.hero-carousel__bottom{padding:24px 48px}}@media(max-width:749px){.hero-carousel{height:auto;min-height:0;max-height:none}.hero-carousel__viewport{height:75svh;min-height:480px;max-height:680px}.hero-carousel__content{padding:0 20px 40px;max-width:100%;justify-content:flex-end}.hero-carousel__heading{font-size:36px;line-height:1.05;margin-bottom:6px}.hero-carousel__subheading{font-size:16px;margin-bottom:16px}.hero-carousel__stars{margin-bottom:12px}.hero-carousel__stars-text{font-size:14px}.hero-carousel__ctas{flex-direction:column;width:100%;gap:8px}.hero-carousel__cta{width:100%;justify-content:center;font-size:16px;height:48px;padding:12px 20px}.hero-carousel__arrow{display:none}.hero-carousel__dots--mobile{display:flex;position:absolute;bottom:10px;left:0;right:0;justify-content:center;gap:8px;z-index:20;pointer-events:auto}.hero-carousel__dots--mobile .hero-carousel__dot{background:#ffffff73}.hero-carousel__dots--mobile .hero-carousel__dot--active{width:40px;background:#fff}.hero-carousel__bottom{padding:20px 24px;gap:12px;min-height:auto;flex-direction:column;align-items:center}.hero-carousel__bottom .hero-carousel__dots{display:none}.hero-carousel__badges{flex-direction:column;gap:10px;align-items:center}.hero-carousel__badge{font-size:13px;white-space:normal}.hero-carousel__badge-icon{width:20px;height:20px}}@media(prefers-reduced-motion:reduce){.hero-carousel__track,.hero-carousel__dot{transition-duration:.01s}.hero-carousel__stars,.hero-carousel__heading,.hero-carousel__subheading,.hero-carousel__ctas{opacity:1;transform:none;transition:none}}.shopify-design-mode .hero-carousel__track{transition:none}.shopify-design-mode .hero-carousel__stars,.shopify-design-mode .hero-carousel__heading,.shopify-design-mode .hero-carousel__subheading,.shopify-design-mode .hero-carousel__ctas{opacity:1;transform:none}
/*# sourceMappingURL=/cdn/shop/t/328/assets/hero-carousel.css.map */
