.mt-hero-slider__container{max-width:100%;margin:0 auto;position:relative;background:transparent;overflow:hidden;width:100%;--peek: 224px;--gap: 16px}.mt-hero-slider__slider{width:100%;height:auto;min-height:0;display:flex;will-change:transform;position:relative;overflow:visible;gap:var(--gap)}.mt-hero-slider__slide{width:calc(100vw - (2 * var(--peek)) - (2 * var(--gap)));height:auto;min-height:0;position:relative;display:flex;align-items:stretch;justify-content:stretch;background:#fff;overflow:hidden;flex-shrink:0;border-radius:8px;transition:transform .3s ease}.mt-hero-slider__img-wrap{position:relative;width:100%;height:auto;z-index:inherit;pointer-events:auto;overflow:hidden;border-radius:8px}.mt-hero-slider__img-wrap picture{width:100%;height:auto;display:block;overflow:hidden;border-radius:8px}.mt-hero-slider__img{width:100%;height:auto;object-fit:contain;object-position:center;display:block}.mt-hero-slider__overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;pointer-events:none;border-radius:8px;transition:opacity .6s cubic-bezier(.4,0,.2,1);opacity:1;will-change:opacity;transform:translateZ(0);backface-visibility:hidden;background:#0003}@media (max-width: 749px){.mt-hero-slider__overlay{display:none!important}}@media (min-width: 750px){.mt-hero-slider__slide.active .mt-hero-slider__overlay{opacity:0!important}.mt-hero-slider__slide:not(.active) .mt-hero-slider__overlay{opacity:1!important}.mt-hero-slider__overlay--solid{background:#0000004d!important}.mt-hero-slider__overlay--gradient{background:linear-gradient(45deg,rgba(0,0,0,.3),transparent)!important}.mt-hero-slider__overlay--radial{background:radial-gradient(circle,rgba(0,0,0,.3),transparent)!important}.mt-hero-slider__overlay:hover{opacity:.8}.mt-hero-slider__overlay--preset-dark{background:#00000040!important;opacity:1!important}.mt-hero-slider__overlay--preset-light{background:#fff3!important;opacity:1!important}.mt-hero-slider__overlay--preset-blue{background:#007bff33!important;opacity:1!important}.mt-hero-slider__overlay--preset-warm{background:#ffc10733!important;opacity:1!important}}.mt-hero-slider__content{position:absolute;left:0;right:0;bottom:52px;z-index:2;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;color:#222;background:none;box-sizing:border-box}.mt-hero-slider__text-content{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;color:#222;background:none;box-sizing:border-box;margin:0 auto}.mt-hero-slider__top-text{font-family:Roboto;font-weight:400;font-style:Regular;font-size:14px;line-height:22px;letter-spacing:normal;color:#4e4b4b}.mt-hero-slider__top-text .star{display:inline-block;width:12px}.mt-hero-slider__top-text .star-text{display:inline-block;margin-left:8px}.mt-hero-slider__title{font-family:Galano Grotesque;font-weight:600;font-style:SemiBold;font-size:36px;line-height:44px;letter-spacing:normal;text-align:center;color:#303233;margin-bottom:15px}.mt-hero-slider__desc{font-family:Galano Grotesque;font-weight:400;font-style:Regular;font-size:18px;line-height:24px;letter-spacing:normal;text-align:center;margin-bottom:32px;color:#303233}.mt-hero-slider__btn{display:inline-flex;font-family:Montserrat;font-weight:700;font-style:Bold;font-size:16px;line-height:25px;letter-spacing:normal;text-align:center;padding:10px 60px;border-radius:50px;border:none;background:#fff;color:#222;text-decoration:none;transition:all .3s ease;cursor:pointer;justify-content:center;align-items:center}.mt-hero-slider__btn:hover{background:linear-gradient(90deg,#01ff5f,#04cdf7);color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px #00000026;transition:all .3s ease}.mt-hero-slider__btn-text{position:relative;z-index:2}.mt-hero-slider__btn-arrow{display:inline-block;margin-left:17px;font-size:14px;line-height:22px;transition:transform .3s cubic-bezier(.4,0,.2,1);position:relative;z-index:2}.mt-hero-slider__btn-arrow svg{margin-top:6px}.mt-hero-slider__btn:hover:not([disabled]) .mt-hero-slider__btn-arrow path{stroke:#fff;background:#ffffffb3}.mt-hero-slider__btn:before{content:"";position:absolute;left:0;top:0;bottom:0;width:0%;background:#f7e5d5;color:#a76b58;z-index:1}.mt-hero-slider__arrow{position:absolute;top:60%;transform:translateY(-50%);z-index:10;background:transparent;border:none;width:224px;height:70%;align-items:center;justify-content:center;cursor:pointer;color:transparent;padding:0;transition:all .3s ease}.mt-hero-slider__arrow--left{left:0}.mt-hero-slider__arrow--right{right:0}.mt-hero-slider__arrow:hover{background:transparent}.mt-hero-slider__arrow svg{display:none}.mt-hero-slider__dots{position:relative;display:flex;gap:16px;justify-content:center;margin-top:30px;z-index:2}.mt-hero-slider__dot{width:42px;height:3px;border-radius:3px;background:#e7e9e9;transition:all .3s ease;cursor:pointer;border:none;outline:none;position:relative;overflow:hidden;flex-shrink:0}.mt-hero-slider__dot--active{background:#e7e9e9;width:71px}.mt-hero-slider__dot-progress{position:absolute;top:0;left:0;height:100%;width:0%;background:#fe4d00;border-radius:3px;z-index:10;min-width:0;opacity:1;transition:none;display:block!important;pointer-events:none}.mt-hero-slider__btn--mobile{display:none;background:#000;color:#fff;border:2px solid #000000}.mt-hero-slider__btn--mobile:hover{background:#333;border-color:#333;color:#fff}@media (max-width: 749px){.mt-hero-slider__container{width:calc(100% - 30px);max-width:100%;padding-left:0;padding-right:0}.mt-hero-slider__slider{overflow:visible;gap:16px}.mt-hero-slider__slide{height:auto;min-height:0}.mt-hero-slider__img-wrap{width:100%;height:100%;position:relative;z-index:inherit}.mt-hero-slider__img{width:100%;height:100%;object-fit:cover;border-radius:8px}.mt-hero-slider__text-content{margin-bottom:2px}.mt-hero-slider__content{padding:0 20px 30px}.mt-hero-slider__title{font-family:Galano Grotesque;font-weight:600;font-size:28px;line-height:36px;letter-spacing:normal;text-align:center;margin-bottom:12px;color:#222}.mt-hero-slider__desc{font-family:Galano Grotesque;font-weight:400;font-size:14px;line-height:22px;letter-spacing:normal;text-align:center;margin-bottom:35px;color:#666}.mt-hero-slider__arrow{display:none!important}.mt-hero-slider__content .mt-hero-slider__btn{display:none}.mt-hero-slider__btn--mobile{display:inline-flex!important;margin-top:20px;width:auto;min-width:200px}.mt-hero-slider__desc{font-size:18px;line-height:24px;max-width:100%;margin-bottom:30px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/mt-hero-slider.css.map */
