.multi-slider{position:relative;overflow:hidden}.multi-slider .multi-slider-wrapper{position:relative;cursor:none;min-height:500px}@media screen and (min-width: 990px){.multi-slider .multi-slider-wrapper{min-height:600px}}@media screen and (min-width: 1200px){.multi-slider .multi-slider-wrapper{min-height:800px}}.multi-slider .multi-slider-wrapper::after{content:"";display:block;padding-bottom:var(--image-height)}.multi-slider .text-hover{cursor:inherit}.multi-slider .cursor_none{cursor:inherit}.multi-slider .cursor{display:none}.multi-slider .cursor.hover-icon-none span{display:none}.multi-slider .container-wrapper{position:relative;width:100%;overflow:hidden}.multi-slider .slider{grid-area:main;position:absolute;overflow:hidden;display:grid;place-items:center;width:100%;height:100%}.multi-slider .slider__item{grid-area:1/1/-1/-1;position:relative;width:100%;height:100%;overflow:hidden;place-items:center;opacity:1;pointer-events:none}.multi-slider .slider__item--current{opacity:1;pointer-events:auto;z-index:50}.multi-slider .slider__item-inner{position:relative;width:100%;height:100%;display:flex;align-items:center;background-size:cover;background-position:50% 50%}.multi-slider .slider__item-inner img,.multi-slider .slider__item-inner video,.multi-slider .slider__item-inner .placeholder{object-fit:cover;width:100%;height:100%;position:absolute;top:0%;bottom:0%;left:0%;right:0%}.multi-slider .slider--bg{z-index:1}.multi-slider .have-overlay::before{z-index:1}.multi-slider .slider--fg{position:absolute;height:600px;width:350px;height:auto;z-index:2;top:50%;left:50%;transform:translate(-50%, -50%)}@media screen and (min-width: 576px){.multi-slider .slider--fg{width:450px}}@media screen and (min-width: 990px){.multi-slider .slider--fg{width:650px}}@media screen and (min-width: 1200px){.multi-slider .slider--fg{width:750px}}@media screen and (min-width: 1360px){.multi-slider .slider--fg{width:850px}}.multi-slider .slider--fg .slider__item-inner{min-height:250px;height:auto}@media screen and (min-width: 990px){.multi-slider .slider--fg .slider__item-inner{min-height:300px}}@media screen and (min-width: 1200px){.multi-slider .slider--fg .slider__item-inner{min-height:400px}}@media screen and (min-width: 1360px){.multi-slider .slider--fg .slider__item-inner{min-height:480px}}.multi-slider .slider--fg .placeholder{width:300px;height:400px}.multi-slider .slider--fg img{border-radius:4px}.multi-slider .slider--fg .multi-slider-slide__text{width:100%;display:flex;flex-direction:column;align-items:center;margin:2.4rem auto 0;max-width:450px;gap:1.8rem;text-align:center;padding-bottom:5rem;cursor:auto}@media screen and (min-width: 990px){.multi-slider .slider--fg .multi-slider-slide__text{padding-bottom:0}}.multi-slider .multi-slider-slide__content{z-index:2;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute}.multi-slider .cursor{height:20px;width:20px;position:absolute;left:0;top:0;z-index:10000;pointer-events:none}.multi-slider .cursor.active{display:grid;place-items:center}.multi-slider .product-slider__buttons{display:none}.multi-slider .cursor:not([data-type=""])>.cursor-icon{opacity:1}.multi-slider .cursor[data-type=prev] span{transform:rotate(-180deg)}.multi-slider .marquee{display:flex;align-items:center;overflow:hidden}.multi-slider .marquee .marquee-content{display:flex;animation:marquee calc(var(--ticker-speed)*10) linear infinite running;z-index:1;gap:3.2rem}.multi-slider .marquee .marquee-content:hover{animation-play-state:paused}.multi-slider .marquee .marquee-tag{min-width:max-content;padding:0 1.6rem;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease}.multi-slider .marquee .marquee-tag:hover{cursor:context-menu}@keyframes marquee{0%{transform:translateX(0)}100%{transform:translate(-50%)}}.multi-slider .bullets{position:absolute;bottom:0;left:50%;transform:translateX(-50%);display:inline-flex;margin:0;padding:0 2rem;gap:1.2rem;z-index:10;align-items:center;width:100%;cursor:pointer}@media screen and (min-width: 576px){.multi-slider .bullets{width:unset}}.multi-slider .bullets li{padding:3.1rem 0;list-style-type:none;overflow:hidden;width:100%}.multi-slider .bullets li:hover span{background-color:rgba(var(--color-background));transition:all var(--duration-default) ease}.multi-slider .bullets li span{display:flex;width:100%;height:2px;background-color:rgba(var(--color-background), 0.4)}@media screen and (min-width: 576px){.multi-slider .bullets li span{width:40px}}.multi-slider .bullets li span::after{content:"";width:0;height:2px;background-color:rgba(var(--color-background), 1);display:block}@keyframes countingBar{0%{width:0}100%{width:100%}}.multi-slider .bullets li.active span::after{background-color:rgba(var(--color-background));width:100%}@media screen and (min-width: 576px){.multi-slider .bullets li.active span::after{width:40px}}.multi-slider .bullets li.animate.active span::after{width:100%;animation:countingBar var(--delay) linear 1 alternate forwards}@media screen and (min-width: 576px){.multi-slider .bullets li.animate.active span::after{width:40px}}.no-js .slider__item{opacity:1}