.marquee{--gap: 10px;position:relative;display:flex;overflow:hidden;-webkit-user-select:none;user-select:none;gap:var(--gap);font-size:20px;font-weight:700;line-height:58px}.marquee:before,.marquee:after{position:absolute;top:0;width:200px;height:100%;content:"";z-index:2}.marquee:before{left:0}.marquee:after{right:0}.marquee-title{padding-bottom:20px}.marquee__content{flex-shrink:0;display:flex;justify-content:space-around;align-items:center;gap:var(--gap);min-width:100%}.marquee__item{padding:0 18px}@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 .marquee__content{animation:scroll 25s linear infinite}.marquee--reverse .marquee__content{animation-direction:reverse}.marquee--hover-pause:hover .marquee__content{animation-play-state:paused}
/*# sourceMappingURL=/cdn/shop/t/2/assets/marquee.css.map */
