.ov-hero-premium{position:relative;min-height:var(--hero-height);overflow:hidden}.ov-hero-premium__image-inner{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.ov-hero-premium[style*="--container-width:100%"] .ov-hero-premium__content{max-width:100%}.ov-hero-premium__image{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;z-index:0}.ov-hero-premium[data-container="100%"] .ov-hero-premium__content{max-width:100%}.ov-hero-premium__image-fx{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.ov-hero-premium__img{width:100%;height:100%;display:block;object-fit:cover;opacity:var(--image-opacity);filter:blur(var(--image-blur));transform:scale(1);transform-origin:center center}.ov-hero-premium__image-fx{position:absolute;top:-10%;right:0;bottom:-10%;left:0}.ov-hero-premium__image-fx{top:calc(var(--parallax-overflow) * -1);bottom:calc(var(--parallax-overflow) * -1);left:0;right:0}.ov-hero-premium__overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;transition:.35s}.ov-hero-premium__content{position:relative;z-index:2;width:100%;max-width:var(--container-width);margin:0 auto;padding-left:var(--container-padding-x);padding-right:var(--container-padding-x);padding-top:var(--container-padding-top);padding-bottom:var(--container-padding-bottom);box-sizing:border-box;display:flex;align-items:center;justify-content:center;min-height:var(--hero-height)}.ov-hero-premium__content[data-has-buttons=false]{justify-content:center}.ov-hero-premium__content[data-has-buttons=true]{justify-content:space-between}.ov-hero-premium__content[data-auto-center=true][data-has-buttons=false]{justify-content:center}.ov-hero-premium__title{color:var(--title-color);font-size:var(--heading-size-desktop);font-weight:var(--heading-weight);line-height:var(--heading-line-height);letter-spacing:var(--heading-letter-spacing);text-transform:var(--heading-transform);max-width:var(--heading-max-width);margin:0 auto}.ov-hero-premium__text{max-width:650px;font-size:20px;line-height:1.7;margin-bottom:0}.ov-hero-premium__buttons{display:flex;flex-wrap:wrap;gap:16px;margin-top:0;justify-content:center}.ov-hero-premium__button{display:inline-flex;justify-content:center;align-items:center;padding:16px 34px;border-radius:var(--button-radius);font-weight:600;text-decoration:none;transition:.35s;border:2px solid transparent;width:100%}.ov-hero-premium__button:hover{transform:translateY(-4px)}.ov-hero-premium__button--primary{background:var(--button-color);color:var(--button-text-color)}.ov-hero-premium__button--secondary{background:var(--button2-background);color:var(--button2-text);border-color:var(--button2-border)}@media(max-width:990px){.ov-hero-premium__content{padding:60px 40px}.ov-hero-premium__title{font-size:var(--heading-size-tablet);color:var(--title-color)}.ov-hero-premium__buttons{flex-direction:column;align-items:stretch}.ov-hero-premium__button{width:100%;justify-content:center}}@media(max-width:749px){.ov-hero-premium__content{padding-left:max(20px,var(--container-padding-x));padding-right:max(20px,var(--container-padding-x));text-align:center}.ov-hero-premium[data-glass=true] .ov-hero-premium__glass{padding:calc(var(--glass-padding) * .7)}.ov-hero-premium__title{font-size:var(--heading-size-mobile)}.ov-hero-premium__text{font-size:17px}.ov-hero-premium[data-mobile-align=left]{text-align:left}.ov-hero-premium[data-mobile-align=center]{text-align:center}.ov-hero-premium[data-mobile-align=right]{text-align:right}.ov-hero-premium[data-benefits-layout=grid] .ov-hero-premium__benefits{grid-template-columns:1fr}}.ov-hero-premium[data-horizontal=left] .ov-hero-premium__content{align-items:flex-start;text-align:left}.ov-hero-premium[data-horizontal=center] .ov-hero-premium__content{align-items:center;text-align:center}.ov-hero-premium[data-horizontal=right] .ov-hero-premium__content{align-items:flex-end;text-align:right}.ov-hero-premium[data-vertical=top]{align-items:flex-start}.ov-hero-premium[data-vertical=center]{align-items:center}.ov-hero-premium[data-vertical=bottom]{align-items:flex-end}.ov-hero-premium__image,.ov-hero-premium__image-inner,.ov-hero-premium__img{backface-visibility:hidden;-webkit-backface-visibility:hidden;perspective:1000px}.ov-hero-premium__image,.ov-hero-premium__image-inner,.ov-hero-premium__image-fx{will-change:transform;transform:translateZ(0);backface-visibility:hidden}.ov-hero-premium__content{transition:opacity var(--animation-duration) ease,transform var(--animation-duration) ease,filter var(--animation-duration) ease;transition-delay:var(--animation-delay)}.anim-init{opacity:0}.anim-fade{transform:none}.anim-fade-up{transform:translateY(var(--animation-distance))}.anim-fade-down{transform:translateY(calc(var(--animation-distance) * -1))}.anim-fade-left{transform:translate(calc(var(--animation-distance) * -1))}.anim-fade-right{transform:translate(var(--animation-distance))}.anim-zoom-in{transform:scale(.85)}.anim-zoom-out{transform:scale(1.15)}.anim-visible{opacity:1;transform:none;filter:none}@media(prefers-reduced-motion:reduce){.ov-hero-premium__content{transition:none!important}.anim-init{opacity:1!important;transform:none!important}}.ov-hero-premium__image-fx{animation:none}.ov-hero-premium__glass{position:relative;display:flex;flex-direction:column;gap:var(--content-gap);width:100%;transition:all .35s ease}.ov-hero-premium[data-glass=true] .ov-hero-premium__glass{padding:var(--glass-padding);border-radius:var(--glass-radius);backdrop-filter:blur(var(--glass-blur));-webkit-backdrop-filter:blur(var(--glass-blur));background:color-mix(in srgb,var(--glass-bg) calc(var(--glass-opacity) * 100%),transparent)}.ov-hero-premium[data-glass-border=true] .ov-hero-premium__glass{border:1px solid color-mix(in srgb,var(--glass-border-color) calc(var(--glass-border-opacity) * 100%),transparent)}.ov-hero-premium[data-glass-shadow=true] .ov-hero-premium__glass{box-shadow:0 10px 40px #0000002e}.ov-hero-premium[data-overlay=solid] .ov-hero-premium__overlay{background:color-mix(in srgb,var(--overlay-color) calc(var(--overlay-opacity)*100%),transparent)}.ov-hero-premium[data-overlay=vertical] .ov-hero-premium__overlay{background:linear-gradient(180deg,color-mix(in srgb,var(--overlay-color) calc(var(--overlay-opacity)*100%),transparent),color-mix(in srgb,var(--overlay-color-2) calc(var(--overlay-opacity-2)*100%),transparent))}.ov-hero-premium[data-overlay=horizontal] .ov-hero-premium__overlay{background:linear-gradient(90deg,color-mix(in srgb,var(--overlay-color) calc(var(--overlay-opacity)*100%),transparent),color-mix(in srgb,var(--overlay-color-2) calc(var(--overlay-opacity-2)*100%),transparent))}.ov-hero-premium[data-overlay=diagonal] .ov-hero-premium__overlay{background:linear-gradient(135deg,color-mix(in srgb,var(--overlay-color) calc(var(--overlay-opacity)*100%),transparent),color-mix(in srgb,var(--overlay-color-2) calc(var(--overlay-opacity-2)*100%),transparent))}.ov-hero-premium[data-overlay=radial] .ov-hero-premium__overlay{background:radial-gradient(circle,color-mix(in srgb,var(--overlay-color) calc(var(--overlay-opacity)*100%),transparent),color-mix(in srgb,var(--overlay-color-2) calc(var(--overlay-opacity-2)*100%),transparent))}@media(max-width:990px){.ov-hero-premium{min-height:var(--height-tablet)}.ov-hero-premium__content{padding-left:var(--padding-tablet);padding-right:var(--padding-tablet)}}@media(max-width:749px){.ov-hero-premium{min-height:var(--height-mobile)}.ov-hero-premium__content{padding-left:var(--padding-mobile);padding-right:var(--padding-mobile)}}.ov-hero-premium__eyebrow{display:inline-flex;align-items:center;justify-content:center;margin-bottom:18px;padding:var(--eyebrow-padding-y) var(--eyebrow-padding-x);background:var(--eyebrow-bg);color:var(--eyebrow-color);border-radius:var(--eyebrow-radius);font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;line-height:1;width:fit-content;max-width:100%}.ov-hero-premium.anim-visible .ov-hero-premium__eyebrow{animation:ovFadeUp .8s ease}.ov-hero-premium__benefits{display:flex;gap:14px;margin:30px 0;flex-direction:column}.ov-hero-premium__benefit{display:flex;align-items:center;gap:10px;font-size:var(--benefits-size);color:var(--benefits-text-color)}.ov-hero-premium__benefit-icon{color:var(--benefits-icon-color);font-weight:700;font-size:1.1em;line-height:1}.ov-hero-premium[data-benefits-layout=horizontal] .ov-hero-premium__benefits{flex-direction:row;flex-wrap:wrap}.ov-hero-premium[data-benefits-layout=grid] .ov-hero-premium__benefits{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.ov-hero-premium__divider{position:absolute;left:0;width:100%;height:var(--divider-height);line-height:0;overflow:hidden;z-index:3}.ov-hero-premium__divider svg{display:block;width:100%;height:100%;fill:var(--divider-color)}.ov-hero-premium[data-divider-position=bottom] .ov-hero-premium__divider{bottom:0}.ov-hero-premium[data-divider-position=top] .ov-hero-premium__divider{top:0;transform:rotate(180deg)}.ov-hero-premium[data-layout=full] .ov-hero-premium__glass,.ov-hero-premium[data-layout=title-text] .ov-hero-premium__glass{justify-content:center;min-height:100%}.ov-hero-premium[data-layout=title-only] .ov-hero-premium__glass{margin:0 auto;align-items:center;text-align:center;max-width:900px;width:100%}.ov-hero-premium[data-layout=full] .ov-hero-premium__glass,.ov-hero-premium[data-layout=title-text] .ov-hero-premium__glass{justify-content:center;align-items:flex-start}.ov-hero-premium[data-layout=title-only] .ov-hero-premium__glass{justify-content:center;align-items:center;text-align:center}.ov-hero-premium__modules{display:grid;grid-template-columns:1fr;row-gap:var(--content-gap)}
/*# sourceMappingURL=/cdn/shop/t/2/assets/ov-hero-premium.css.map */
