:root{--hero-transition-speed:.6s;--hero-border-radius:12px;--hero-shadow:0 10px 40px rgba(0, 0, 0, .1);--hero-gradient:linear-gradient(135deg, rgba(255, 255, 255, .1) 0%, rgba(255, 255, 255, .05) 100%)}.premium-hero-container{position:relative;width:100%;margin:0 auto;padding:0 20px;overflow:hidden}.premium-hero-container.full-width{padding:0;max-width:none}.premium-hero-container.no-top-spacing{margin-top:0}.premium-hero-container.no-bottom-spacing{margin-bottom:0}.premium-hero-slideshow{position:relative;width:100%;overflow:hidden;border-radius:var(--hero-border-radius);background:#f8f9fa;box-shadow:var(--hero-shadow);transform:translateZ(0);will-change:transform;display:block;contain:layout style paint}.premium-hero-slideshow.full-width{border-radius:0}.premium-hero-slideshow.desktop-height-auto{height:auto;min-height:400px}.premium-hero-slideshow.desktop-height-image{height:auto;min-height:300px}.premium-hero-slideshow.desktop-height-image .hero-slide-bg img{object-fit:contain;width:100%;height:auto}.premium-hero-slideshow.desktop-height-450{height:450px}.premium-hero-slideshow.desktop-height-550{height:550px}.premium-hero-slideshow.desktop-height-650{height:650px}.premium-hero-slideshow.desktop-height-750{height:750px}.premium-hero-slideshow.desktop-height-full{height:100vh;height:100svh}@media (max-width:767px){.premium-hero-slideshow.mobile-height-auto{height:auto;min-height:300px}.premium-hero-slideshow.mobile-height-image{height:auto;min-height:200px}.premium-hero-slideshow.mobile-height-image .hero-slide-bg img{object-fit:contain;width:100%;height:auto}.premium-hero-slideshow.mobile-height-400{height:400px}.premium-hero-slideshow.mobile-height-450{height:450px}.premium-hero-slideshow.mobile-height-500{height:500px}.premium-hero-slideshow.mobile-height-600{height:600px}.premium-hero-slideshow.mobile-height-full{height:100vh;height:100svh}}.hero-slides-wrapper{position:relative;width:100%;height:100%;transform:translateZ(0);backface-visibility:hidden}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;transition:opacity var(--hero-transition-speed) ease-in-out,visibility var(--hero-transition-speed) ease-in-out;transform:translateZ(0);will-change:opacity,visibility,transform}.hero-slide.active{opacity:1;visibility:visible;z-index:2}.hero-slide.transitioning{z-index:1}.hero-slide-bg{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;transform:translateZ(0)}.premium-hero-slideshow[data-ken-burns=true] .hero-slide.active .hero-slide-bg{animation:kenBurns 8s ease-out infinite alternate}@keyframes kenBurns{0%{transform:scale(1) translateZ(0)}to{transform:scale(1.05) translateZ(0)}}.hero-image{display:block;width:100%;height:100%}.hero-bg-image{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transform:translateZ(0)}.hero-image.mobile-image{display:none}@media (max-width:767px){.hero-image.desktop-image{display:none}.hero-image.mobile-image{display:block}}.hero-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2)}.hero-placeholder svg{width:100px;height:100px;opacity:.3}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--overlay-color);opacity:var(--overlay-opacity);z-index:1;transform:translateZ(0)}.hero-content-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;z-index:3;padding:40px;transform:translateZ(0)}@media (max-width:767px){.hero-content-wrapper{padding:20px}}.hero-slide.content-top-left .hero-content-wrapper{align-items:flex-start;justify-content:flex-start}.hero-slide.content-top-center .hero-content-wrapper{align-items:flex-start;justify-content:center}.hero-slide.content-top-right .hero-content-wrapper{align-items:flex-start;justify-content:flex-end}.hero-slide.content-middle-left .hero-content-wrapper{align-items:center;justify-content:flex-start}.hero-slide.content-middle-center .hero-content-wrapper{align-items:center;justify-content:center}.hero-slide.content-middle-right .hero-content-wrapper{align-items:center;justify-content:flex-end}.hero-slide.content-bottom-left .hero-content-wrapper{align-items:flex-end;justify-content:flex-start}.hero-slide.content-bottom-center .hero-content-wrapper{align-items:flex-end;justify-content:center}.hero-slide.content-bottom-right .hero-content-wrapper{align-items:flex-end;justify-content:flex-end}.hero-content{max-width:600px;width:100%;color:var(--text-color);background:var(--bg-color);background-opacity:var(--bg-opacity);padding:30px;border-radius:var(--hero-border-radius);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:var(--hero-gradient);border:1px solid rgb(255 255 255 / .1);transform:translateZ(0)}.hero-slide.content-size-small .hero-content{max-width:400px}.hero-slide.content-size-large .hero-content{max-width:800px}.hero-slide.text-left .hero-content{text-align:left}.hero-slide.text-center .hero-content{text-align:center}.hero-slide.text-right .hero-content{text-align:right}@media (max-width:767px){.hero-content{padding:20px;max-width:none}}.hero-badge{display:inline-block;margin-bottom:15px}.badge-text{display:inline-block;padding:8px 16px;background:#fff3;border:1px solid rgb(255 255 255 / .3);border-radius:50px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.hero-subheading{font-size:16px;font-weight:500;margin:0 0 10px;opacity:.9;text-transform:uppercase;letter-spacing:1px}.hero-heading{font-weight:700;line-height:1.2;margin:0 0 20px;font-display:swap}.hero-heading.h1{font-size:clamp(2.5rem,5vw,4rem)}.hero-heading.h2{font-size:clamp(2rem,4vw,3rem)}.hero-heading.h3{font-size:clamp(1.5rem,3vw,2.5rem)}.hero-description{line-height:1.6;margin:0 0 30px;opacity:.9}.hero-description.description-small{font-size:14px}.hero-description.description-medium{font-size:16px}.hero-description.description-large{font-size:18px}.hero-buttons{display:flex;gap:15px;flex-wrap:wrap}.hero-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;font-size:16px;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease;cursor:pointer;border:2px solid #fff0;min-width:140px;transform:translateZ(0);will-change:transform}.hero-btn:hover{transform:translateY(-2px) translateZ(0);box-shadow:0 8px 25px #00000026}.hero-btn:active{transform:translateY(0) translateZ(0)}.hero-btn.solid{background:#007bff;color:#fff;border-color:#007bff}.hero-btn.solid:hover{background:#0056b3;border-color:#0056b3}.hero-btn.outline{background:#fff0;color:var(--text-color);border-color:currentColor}.hero-btn.ghost{background:#ffffff1a;color:var(--text-color);border-color:#fff3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.hero-btn.ghost:hover{background:#fff3;border-color:#ffffff4d}@media (max-width:767px){.hero-buttons{flex-direction:column;gap:10px}.hero-btn{width:100%;min-width:auto}}.hero-slide-link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;text-decoration:none}.hero-navigation{position:absolute;bottom:30px;left:50%;transform:translate(-50%);z-index:10;display:flex;align-items:center;gap:20px}@media (max-width:767px){.hero-navigation{bottom:20px;gap:15px}}.hero-dots{display:flex;gap:12px;align-items:center}.hero-dot{position:relative;width:12px;height:12px;border:none;border-radius:50%;background:#fff6;cursor:pointer;transition:all .3s ease;transform:translateZ(0)}.hero-dot:hover{background:#fff9;transform:scale(1.2) translateZ(0)}.hero-dot.active{background:#fff;transform:scale(1.3) translateZ(0)}.dot-progress{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;background:#007bff;transform:scale(0);transition:transform .3s ease}.hero-dot.active .dot-progress{transform:scale(1)}.hero-arrow{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:none;border-radius:50%;background:#ffffffe6;color:#333;cursor:pointer;transition:all .3s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transform:translateZ(0)}.hero-arrow:hover{background:#fff;transform:scale(1.1) translateZ(0);box-shadow:0 4px 15px #0000001a}.hero-arrow:active{transform:scale(.95) translateZ(0)}.hero-arrow svg{width:20px;height:20px}@media (max-width:767px){.hero-arrow{width:40px;height:40px}.hero-arrow svg{width:18px;height:18px}}.hero-progress{position:absolute;bottom:0;left:0;width:100%;height:4px;background:#fff3;z-index:5}.progress-bar{height:100%;background:#007bff;width:0%;transition:width .1s linear;transform:translateZ(0)}.premium-hero-slideshow[data-parallax=true] .hero-slide-bg{transform:translateZ(0) scale(1.1);transition:transform .1s linear}@media (prefers-reduced-motion:reduce){.premium-hero-slideshow,.hero-slide,.hero-btn,.hero-dot,.hero-arrow,.progress-bar{transition:none!important;animation:none!important}.premium-hero-slideshow[data-ken-burns=true] .hero-slide.active .hero-slide-bg{animation:none!important}}@media (prefers-contrast:high){.hero-content{background:#000c;border:2px solid #fff}.hero-btn.outline{border-width:3px}.hero-dot{border:2px solid #fff}}.hero-btn:focus,.hero-dot:focus,.hero-arrow:focus{outline:2px solid #007bff;outline-offset:2px}.premium-hero-slideshow:not([data-loaded=true]){background:#f8f9fa}.premium-hero-slideshow:not([data-loaded=true]):after{content:"";position:absolute;top:50%;left:50%;width:40px;height:40px;margin:-20px 0 0 -20px;border:3px solid #f3f3f3;border-top:3px solid #007bff;border-radius:50%;animation:spin 1s linear infinite;z-index:100}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.premium-hero-slideshow[data-first-section=true]{display:block;position:relative;width:100%;min-height:400px}.premium-hero-slideshow[data-first-section=true] .hero-slide:first-child{opacity:1;visibility:visible}.premium-hero-slideshow.style-split-screen .hero-slide{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:stretch}.premium-hero-slideshow.style-split-screen .hero-slide-bg{grid-column:1;grid-row:1;clip-path:polygon(0 0,85% 0,70% 100%,0% 100%);z-index:1}.premium-hero-slideshow.style-split-screen .hero-content-wrapper{grid-column:2;grid-row:1;background:linear-gradient(135deg,#fffffff2,#ffffffd9);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);display:flex;align-items:center;justify-content:center;z-index:2;position:relative}.premium-hero-slideshow.style-diagonal-split .hero-slide-bg{clip-path:polygon(0 0,100% 0,85% 100%,0% 100%);transform:skew(-5deg) scale(1.1);transform-origin:center}.premium-hero-slideshow.style-diagonal-split .hero-content-wrapper{background:linear-gradient(45deg,#000c,#0006);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.premium-hero-slideshow.style-floating-cards .hero-content{background:#ffffff1a;border:1px solid rgb(255 255 255 / .2);border-radius:20px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 8px 32px #0000001a,inset 0 1px #fff3;transform:translateY(-20px);animation:floatingCard 6s ease-in-out infinite}@keyframes floatingCard{0%,to{transform:translateY(-20px) rotate(0)}50%{transform:translateY(-30px) rotate(1deg)}}.premium-hero-slideshow.style-morphing-blob .hero-slide-bg{clip-path:polygon(30% 0%,70% 0%,100% 30%,100% 70%,70% 100%,30% 100%,0% 70%,0% 30%);animation:morphBlob 8s ease-in-out infinite}@keyframes morphBlob{0%,to{clip-path:polygon(30% 0%,70% 0%,100% 30%,100% 70%,70% 100%,30% 100%,0% 70%,0% 30%)}25%{clip-path:polygon(25% 0%,75% 0%,100% 25%,100% 75%,75% 100%,25% 100%,0% 75%,0% 25%)}50%{clip-path:polygon(20% 0%,80% 0%,100% 20%,100% 80%,80% 100%,20% 100%,0% 80%,0% 20%)}75%{clip-path:polygon(35% 0%,65% 0%,100% 35%,100% 65%,65% 100%,35% 100%,0% 65%,0% 35%)}}.premium-hero-slideshow.style-liquid-distortion .hero-slide-bg{animation:liquidWave 10s ease-in-out infinite;filter:blur(.5px) contrast(1.1) saturate(1.2)}@keyframes liquidWave{0%,to{transform:scale(1) rotate(0)}33%{transform:scale(1.02) rotate(.5deg)}66%{transform:scale(.98) rotate(-.5deg)}}.premium-hero-slideshow.transition-zoom .hero-slide{transition:transform .8s ease-in-out,opacity .6s ease-in-out,visibility .6s ease-in-out!important}.premium-hero-slideshow.transition-zoom .hero-slide:not(.active){transform:scale(1.1) translateZ(0)!important;opacity:0!important;visibility:hidden!important}.premium-hero-slideshow.transition-zoom .hero-slide.active{transform:scale(1) translateZ(0)!important;opacity:1!important;visibility:visible!important}.premium-hero-slideshow.transition-slide .hero-slides-wrapper{display:flex;transition:transform .6s ease-in-out}.premium-hero-slideshow.transition-slide .hero-slide{flex:0 0 100%;opacity:1}.premium-hero-slideshow.transition-cube-3d{perspective:1000px!important}.premium-hero-slideshow.transition-cube-3d .hero-slide{transition:transform .8s ease-in-out,opacity .6s ease-in-out,visibility .6s ease-in-out!important;backface-visibility:hidden!important}.premium-hero-slideshow.transition-cube-3d .hero-slide:not(.active){transform:rotateY(-90deg) translateZ(-100px)!important;opacity:0!important;visibility:hidden!important}.premium-hero-slideshow.transition-cube-3d .hero-slide.active{transform:rotateY(0) translateZ(0)!important;opacity:1!important;visibility:visible!important}.premium-hero-slideshow.transition-liquid-morph .hero-slide{transition:clip-path .8s ease-in-out,transform .8s ease-in-out,opacity .6s ease-in-out,visibility .6s ease-in-out!important}.premium-hero-slideshow.transition-liquid-morph .hero-slide:not(.active){clip-path:circle(0% at 50% 50%)!important;transform:scale(.9) translateZ(0)!important;opacity:0!important;visibility:hidden!important}.premium-hero-slideshow.transition-liquid-morph .hero-slide.active{clip-path:circle(150% at 50% 50%)!important;transform:scale(1) translateZ(0)!important;opacity:1!important;visibility:visible!important}.premium-hero-slideshow.transition-particle-burst .hero-slide{transition:transform .6s ease-in-out,filter .6s ease-in-out,opacity .6s ease-in-out,visibility .6s ease-in-out!important}.premium-hero-slideshow.transition-particle-burst .hero-slide:not(.active){transform:scale(.5) translateZ(0)!important;filter:blur(8px)!important;opacity:0!important;visibility:hidden!important}.premium-hero-slideshow.transition-particle-burst .hero-slide.active{transform:scale(1) translateZ(0)!important;filter:blur(0)!important;opacity:1!important;visibility:visible!important}.premium-hero-slideshow.transition-glitch .hero-slide{transition:transform .4s steps(8),filter .4s steps(8),opacity .6s ease-in-out,visibility .6s ease-in-out!important}.premium-hero-slideshow.transition-glitch .hero-slide:not(.active){transform:translate(2px,-2px) translateZ(0)!important;filter:hue-rotate(180deg) contrast(1.2)!important;opacity:0!important;visibility:hidden!important}.premium-hero-slideshow.transition-glitch .hero-slide.active{transform:translate(0) translateZ(0)!important;filter:hue-rotate(0deg) contrast(1)!important;opacity:1!important;visibility:visible!important}.premium-hero-slideshow.style-floating-cards .hero-content{transition:transform .1s ease-out}.premium-hero-slideshow.style-floating-cards .hero-content:hover{transform:translateY(-25px) rotateX(5deg) rotateY(5deg)}.premium-hero-slideshow[data-parallax=true] .hero-content{transform:translateZ(50px)}.premium-hero-slideshow[data-parallax=true] .hero-slide-bg{transform:translateZ(0) scale(1.1)}.premium-hero-slideshow.style-liquid-distortion:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cfilter id='liquid-distortion'%3E%3CfeTurbulence baseFrequency='0.02' numOctaves='3' result='noise'/%3E%3CfeDisplacementMap in='SourceGraphic' in2='noise' scale='5'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");pointer-events:none;z-index:1}@media (max-width:767px){.premium-hero-slideshow.style-split-screen .hero-slide{grid-template-columns:1fr;grid-template-rows:1fr 1fr}.premium-hero-slideshow.style-split-screen .hero-slide-bg{grid-column:1;grid-row:1;clip-path:polygon(0 0,100% 0,100% 85%,0% 70%)}.premium-hero-slideshow.style-split-screen .hero-content-wrapper{grid-column:1;grid-row:2}.premium-hero-slideshow.style-morphing-blob .hero-slide-bg,.premium-hero-slideshow.style-liquid-distortion .hero-slide-bg{animation:none}.premium-hero-slideshow.transition-cube-3d .hero-slide,.premium-hero-slideshow.transition-liquid-morph .hero-slide,.premium-hero-slideshow.transition-particle-burst .hero-slide,.premium-hero-slideshow.transition-glitch .hero-slide{transition:opacity .3s ease!important;animation:none!important}}@media (prefers-reduced-motion:reduce){.premium-hero-slideshow .hero-slide-bg,.premium-hero-slideshow .hero-content{animation:none!important}.premium-hero-slideshow .hero-slide{transition:opacity .3s ease!important}}
/*# sourceMappingURL=/cdn/shop/t/56/assets/premium-hero-slideshow.css.map */
