.custom-hero-section{display:none}.custom-hero-slider-section{display:block;position:relative;overflow:hidden;padding-top:var(--padding-top-mobile, 0);padding-bottom:var(--padding-bottom-mobile, 0);height:var(--section-height-mobile, 750px)}.custom-hero-slider{display:flex;position:relative;width:100%;height:100%}.custom-hero-slider__track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;width:100%;height:100%;scrollbar-width:none}.custom-hero-slider__track::-webkit-scrollbar{display:none}.custom-hero-slide{flex:0 0 100%;min-width:100%;scroll-snap-align:start;position:relative;box-sizing:border-box;height:100%}.custom-hero-slide__inner{display:flex;flex-direction:var(--mobile-direction, column);width:100%;height:100%;min-height:100%}.custom-hero-slide__media{flex:1 1 50%;position:relative;overflow:hidden;box-sizing:border-box;display:flex;background-color:transparent}.custom-hero-slide__image,.custom-hero-slide__mobile-image{width:100%;height:100%;object-fit:var(--image-fit, cover);object-position:var(--image-focus-mobile, center);position:absolute;top:0;left:0}.custom-hero-slide__mobile-image{display:block}.custom-hero-slide__image.has-mobile-image{display:none}.custom-hero-slide__image:not(.has-mobile-image){display:block}.custom-hero-slide__content-wrapper{flex:1 1 50%;display:flex;flex-direction:column;position:relative;overflow:hidden;box-sizing:border-box;padding:var(--content-padding-y-mobile, 40px) var(--content-padding-x-mobile, 20px);background-color:var(--content-bg-color, #f4f4f4);background-image:var(--content-bg-image-mobile, none);background-size:var(--content-image-fit, cover);background-position:var(--content-image-focus, center);background-repeat:no-repeat}.custom-hero-slide__content{position:relative;flex-grow:1;width:100%;max-width:var(--content-max-width, 600px);margin:0 auto;display:flex;flex-direction:column;justify-content:var(--justify-mobile, center);align-items:var(--align-mobile, center);text-align:var(--text-align-mobile, center);padding-top:var(--nav-space-top-mobile, 0);padding-bottom:var(--nav-space-bottom-mobile, 0)}.custom-hero-slide__title{margin:0 0 var(--spacing-title-desc, 15px) 0;line-height:1.1;font-weight:var(--title-weight, 900);letter-spacing:-.02em;color:var(--title-color, #fff);font-size:var(--title-size-mobile, 32px)}.custom-hero-slide__text{margin:0 0 var(--spacing-text-btn, 25px) 0;line-height:1.5;color:var(--text-color, #fff);font-size:var(--text-size-mobile, 16px);font-weight:var(--text-weight, 900)}.custom-hero-slide__text p{margin-top:0}.custom-hero-slide__text p:last-child{margin-bottom:0}.custom-hero-slide__buttons{display:flex;gap:var(--btn-gap-mobile, 10px);flex-wrap:wrap;justify-content:center}.custom-hero-btn{display:inline-flex;align-items:center;justify-content:center;height:var(--btn-height-mobile, 44px);padding:0 var(--btn-padding-x-mobile, 24px);text-decoration:none;font-weight:600;font-size:var(--btn-font-size-mobile, 14px);transition:all .3s ease;border:1.5px solid transparent}.custom-hero-btn--1{background-color:var(--btn1-bg, transparent);color:var(--btn1-text, #fff);border-color:var(--btn1-border, transparent)}.custom-hero-btn--1:hover,.custom-hero-btn--1:focus,.custom-hero-btn--1:active{color:var(--btn1-text, #fff)}.custom-hero-btn--2{background-color:var(--btn2-bg, transparent);color:var(--btn2-text, #fff);border-color:var(--btn2-border, transparent)}.custom-hero-btn--2:hover,.custom-hero-btn--2:focus,.custom-hero-btn--2:active{color:var(--btn2-text, #fff)}.custom-hero-slider__nav{position:absolute;display:flex;gap:8px;z-index:10;top:var(--nav-top-mobile, auto);bottom:var(--nav-bottom-mobile, auto);left:var(--nav-left-mobile, auto);right:var(--nav-right-mobile, auto);transform:var(--nav-transform-mobile, none)}.custom-hero-slider__dot{width:10px;height:10px;border-radius:50%;background-color:transparent;border:2px solid var(--dot-color, rgba(0, 0, 0, .3));padding:0;cursor:pointer;transition:all .3s ease}.custom-hero-slider__dot.is-active{background-color:var(--dot-color-active, rgba(0, 0, 0, .8));border-color:var(--dot-color-active, rgba(0, 0, 0, .8))}@media screen and (min-width:850px){.custom-hero-slider-section{padding-top:var(--padding-top-desktop, 0);padding-bottom:var(--padding-bottom-desktop, 0);height:var(--section-height-desktop, 700px)}.custom-hero-slide__inner{flex-direction:row;align-items:stretch}.custom-hero-slide__content-wrapper{background-image:var(--content-bg-image-desktop, none)}.custom-hero-slide__inner.layout--image-right .custom-hero-slide__media{order:2}.custom-hero-slide__inner.layout--image-right .custom-hero-slide__content-wrapper{order:1}.custom-hero-slide__media{flex:1 1 50%;height:100%}.custom-hero-slide__mobile-image{display:none}.custom-hero-slide__image.has-mobile-image{display:block}.custom-hero-slide__image,.custom-hero-slide__mobile-image{object-position:var(--image-focus-desktop, center)}.custom-hero-slide__content-wrapper{flex:1 1 50%;padding:var(--content-padding-y-desktop, 60px) var(--content-padding-x-desktop, 40px)}.custom-hero-slide__content{justify-content:var(--justify-desktop, center);align-items:var(--align-desktop, flex-start);text-align:var(--text-align-desktop, left);padding-top:var(--nav-space-top-desktop, 0);padding-bottom:var(--nav-space-bottom-desktop, 0)}.custom-hero-slide__title{font-size:var(--title-size-desktop, 48px)}.custom-hero-slide__text{font-size:var(--text-size-desktop, 18px)}.custom-hero-slider__nav{top:var(--nav-top-desktop, auto);bottom:var(--nav-bottom-desktop, auto);left:var(--nav-left-desktop, auto);right:var(--nav-right-desktop, auto);transform:var(--nav-transform-desktop, none)}.custom-hero-slide__buttons{gap:var(--btn-gap-desktop, 10px)}.custom-hero-btn{height:var(--btn-height, 47px);font-size:var(--btn-font-size-desktop, 16px);padding:0 var(--btn-padding-x-desktop, 24px)}}
/*# sourceMappingURL=/cdn/shop/t/429/assets/custom-hero-slider.css.map */
