.marquee-component{display:block;width:100%;overflow:hidden;background-color:transparent}.marquee__wrapper{display:flex;gap:var(--marquee-gap);width:fit-content;white-space:nowrap}.marquee__content{min-width:max-content;display:flex;gap:var(--marquee-gap)}.marquee__repeated-items{display:flex;gap:var(--marquee-gap);align-items:center}@media(max-width:750px){.marquee__wrapper,.marquee__repeated-items{gap:20px}.marquee__item{max-width:220px}}.marquee__item img{display:block;width:100%;height:auto}.marquee__item-title,.marquee__item-text{color:#1b1b1b;text-align:center}@media(prefers-reduced-motion:no-preference){.marquee-component .marquee__wrapper{animation:marquee-motion var(--marquee-speed) linear infinite normal}}@keyframes marquee-motion{to{transform:translate3d(-50%,0,0)}}.marquee-component[data-running=true] .marquee__wrapper{animation:marquee-motion var(--marquee-speed) linear infinite;animation-direction:normal}.marquee-component[data-movement-direction=right] .marquee__wrapper{animation-name:marquee-motion-right}@keyframes marquee-motion{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes marquee-motion-right{0%{transform:translate(-50%)}to{transform:translate(0)}}
/*# sourceMappingURL=/cdn/shop/t/4/compiled_assets/styles.css.map */
