.marquee{--gap: 32px;--duration: 40s;display:flex;overflow:hidden;-webkit-user-select:none;user-select:none;gap:var(--gap)}.marquee__content{flex-shrink:0;display:flex;align-items:center;justify-content:space-around;min-width:100%;gap:var(--gap);list-style:none;padding:0;margin:0;animation:marquee-scroll var(--duration) linear infinite}.marquee__content.xsmall{font-size:1.3rem}.marquee__content.xxsmall{font-size:1.1rem}.marquee[data-direction=right] .marquee__content{animation-direction:reverse}.marquee__item{display:inline-flex;align-items:center;gap:var(--gap);white-space:nowrap}.marquee__separator{opacity:.6}.marquee:hover .marquee__content,.marquee:focus-within .marquee__content{animation-play-state:paused}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(calc(-100% - var(--gap)))}}@media(prefers-reduced-motion:reduce){.marquee__content{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/section-marquee.css.map */
