.marquee{--gap: 2rem;--marquee-size: 1.4rem;--marquee-duration: 18s;position:relative;overflow:hidden;display:flex;-webkit-user-select:none;user-select:none}.marquee__content{display:flex;flex-wrap:nowrap;gap:var(--gap);width:max-content;min-width:max-content;font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);color:var(--color-heading-text);font-size:var(--marquee-size);line-height:1;white-space:nowrap;animation:marquee var(--marquee-duration) linear infinite}.marquee__content>*{flex:0 0 auto;display:flex;align-items:center;padding:.2rem .8rem;white-space:nowrap}.marquee__item{text-transform:uppercase}.marquee__item svg,.marquee__item img{max-height:var(--marquee-size);width:auto;margin-inline-end:.6rem}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee--hover-pause:hover .marquee__content{animation-play-state:paused}@media(prefers-reduced-motion:reduce){.marquee__content{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/109/assets/section-marquees.css.map */
