.fms-hero-carousel-background{position:absolute;top:0;left:0;width:100%;height:100vh;height:100dvh;z-index:0;overflow:hidden;pointer-events:none}.fms-hero-carousel-background:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:10;pointer-events:none}.fms-hero-carousel-background .fms-carousel-track{position:relative;width:100%;height:100%}.fms-hero-carousel-background .fms-carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1s ease-in-out}.fms-hero-carousel-background .fms-carousel-slide--active{opacity:1}.fms-hero-carousel-background .fms-carousel-slide img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}body:has(.fms-hero-carousel) .fms-header{position:sticky;top:0;z-index:10;background:transparent}.fms-hero-carousel-section{position:relative;z-index:1;background:transparent}.fms-hero-carousel{position:relative;width:100%;height:calc(100vh - var(--fms-header-actual-height, 0px));height:calc(100dvh - var(--fms-header-actual-height, 0px));min-height:400px;overflow:hidden;display:flex;align-items:center;justify-content:center;margin-top:0;padding-top:0;background:transparent}.fms-carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;transition:opacity 1s ease-in-out}.fms-carousel-slide--active{opacity:1}.fms-carousel-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000b3}.fms-hero-content{position:relative;z-index:3;width:100%;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;pointer-events:none}.fms-hero-content>*{pointer-events:auto}.fms-hero-container{max-width:800px;padding:0 20px;width:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center}.fms-hero-title h1{font-size:clamp(32px,8vw,72px);font-weight:700;color:#fff;margin:0 0 32px;line-height:1.1;text-shadow:0 4px 20px rgba(0,0,0,.3);letter-spacing:-.02em}.fms-switching-text{position:relative;display:inline-block;vertical-align:baseline;text-align:center}.fms-switching-word{display:inline-block;font-weight:800;position:relative;padding:0 4px}.fms-rolling-word{font-weight:800}.fms-rolling-text{background:linear-gradient(135deg,#60a5fa,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.fms-rolling-emoji{-webkit-text-fill-color:initial;margin-left:.1em}@keyframes fms-text-glow{0%{filter:brightness(1)}to{filter:brightness(1.2) drop-shadow(0 0 10px rgba(96,165,250,.5))}}.fms-hero-cta{margin:48px 0}.fms-btn-hero{display:inline-flex;align-items:center;gap:12px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;padding:18px 36px;border-radius:50px;font-size:18px;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 25px #3b82f666;border:2px solid rgba(255,255,255,.1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.fms-btn-hero:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 15px 35px #3b82f699;background:linear-gradient(135deg,#2563eb,#1d4ed8)}.fms-btn-icon{transition:transform .3s ease}.fms-btn-hero:hover .fms-btn-icon{transform:translate(4px)}.fms-trust-badges-mini{display:flex;justify-content:center;gap:48px;margin-top:48px;flex-wrap:wrap}.fms-trust-badge-mini{display:flex;flex-direction:column;align-items:center;gap:8px;opacity:.9;transition:all .3s ease}.fms-trust-badge-mini:hover{opacity:1;transform:translateY(-2px)}.fms-trust-icon{color:#60a5fa;filter:drop-shadow(0 2px 4px rgba(96,165,250,.3));width:20px;height:20px}.fms-trust-text{color:#fff;font-size:14px;font-weight:500;text-shadow:0 2px 4px rgba(0,0,0,.3);letter-spacing:.5px}.fms-carousel-dots{position:absolute;bottom:40px;left:0;right:0;display:flex;justify-content:center;align-items:center;gap:16px;z-index:20}.fms-carousel-dot{width:16px;height:16px;border-radius:50%;border:none;background:#fff6;cursor:pointer;transition:all .3s ease;position:relative}.fms-carousel-dot--active{background:var(--dot-color, #3b82f6);box-shadow:0 0 15px #3b82f699;transform:scale(1.2)}.fms-carousel-dot:hover{background:#fff9;transform:scale(1.1)}.fms-carousel-dot--active:hover{background:var(--dot-color, #3b82f6);transform:scale(1.2)}@media (max-width: 1024px){.fms-hero-container{max-width:700px;padding:0 32px}}@media (max-width: 768px){.fms-hero-carousel{min-height:400px}.fms-hero-container{max-width:600px;padding:0 24px;margin:0 auto}.fms-hero-title h1{font-size:clamp(28px,10vw,48px);margin-bottom:24px}.fms-hero-cta{margin:32px 0}.fms-btn-hero{padding:16px 28px;font-size:16px}.fms-trust-badges-mini{gap:24px;margin-top:32px}.fms-trust-text{font-size:12px}.fms-carousel-dots{bottom:20px}}@media (max-width: 480px){.fms-hero-carousel{min-height:350px}.fms-hero-container{max-width:100%;padding:0 20px;margin:0 auto}.fms-hero-title h1{font-size:clamp(24px,9vw,36px)}.fms-hero-cta{margin:24px 0}.fms-btn-hero{padding:14px 24px;font-size:15px;width:100%;max-width:300px;justify-content:center}.fms-trust-badges-mini{flex-direction:column;gap:16px;align-items:center}.fms-trust-badge-mini{flex-direction:row;gap:12px}.fms-trust-text{font-size:15px}.fms-carousel-dots{gap:12px}.fms-carousel-dot{width:14px;height:14px}}@keyframes fms-fade-in-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fms-hero-title{animation:fms-fade-in-up 1s ease .2s both}.fms-hero-cta{animation:fms-fade-in-up 1s ease .4s both}.fms-trust-badges-mini{animation:fms-fade-in-up 1s ease .6s both}.fms-carousel-dots{animation:fms-fade-in-up 1s ease .8s both}.fms-carousel-slide{will-change:opacity;transform:translateZ(0);backface-visibility:hidden}.fms-switching-word,.fms-rolling-word{will-change:transform}@media (prefers-color-scheme: dark){.fms-carousel-overlay{background:linear-gradient(135deg,#0f172a99,#1e293b80,#33415599)}}@media (prefers-reduced-motion: reduce){.fms-carousel-slide,.fms-switching-word,.fms-btn-hero,.fms-trust-badge-mini,.fms-carousel-dot{transition:none;animation:none}.fms-hero-title,.fms-hero-cta,.fms-trust-badges-mini,.fms-carousel-dots{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/fms-hero-carousel.css.map */
