.marquee{--gap: 5rem;display:flex;overflow:hidden;column-gap:var(--gap)}.marquee__inner{flex-shrink:0;display:flex;align-items:center;justify-content:space-around;min-width:100%;column-gap:var(--gap);animation:scroll 25s linear infinite}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(calc(-100% - var(--gap)))}}@media (prefers-reduced-motion){.marquee__inner{animation:none}}@media screen and (max-width: 1399px){.marquee{--gap: 4.4rem}}@media screen and (max-width: 989px){.marquee{--gap: 3.8rem}}@media screen and (max-width: 749px){.marquee{--gap: 2.8rem}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/component-marquee.css.map */
