.marquee{--gap: 1rem;display:flex;gap:var(--gap);overflow:hidden;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.marquee__content{display:flex;flex-shrink:0;gap:var(--gap);justify-content:space-around;min-width:100%}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(calc(-100% - var(--gap)))}}@media(prefers-reduced-motion:reduce){.marquee__content{animation-play-state:paused!important}}.enable-animation{position:relative}.enable-animation .marquee__content{animation:scroll 100s linear infinite}.marquee--reverse .marquee__content{animation-direction:reverse}.marquee--hover-pause:hover .marquee__content{animation-play-state:paused}.marquee--fit-content{min-width:-moz-fit-content;min-width:fit-content}.marquee--pos-absolute .marquee__content:last-child{left:0;position:absolute;top:0}.enable-animation .marquee--pos-absolute .marquee__content:last-child{animation-name:scroll-abs}@keyframes scroll-abs{0%{transform:translate(calc(100% + var(--gap)))}to{transform:translate(0)}}
/*# sourceMappingURL=/cdn/shop/t/36/assets/component-marquee.css.map */
