.marquee--section global-marquee{display:block;overflow:hidden}.marquee--section .section-title{margin-bottom:10px;padding:0}.marquee--section .marquee-wrapper{display:flex;width:max-content;animation:marquee linear infinite;animation-duration:var(--marquee-speed, 10s)}.marquee--section .marquee-content{display:flex;gap:50px;list-style:none;padding:0;margin:0;align-items:center}.marquee--section .marquee-item{padding:0 2rem;white-space:nowrap;display:flex}.marquee--section .marquee-item .image{width:100%;height:auto;max-width:var(--width-des)}.marquee--section global-marquee[data-movement-direction=left] .marquee-wrapper{animation-name:marquee-left}.marquee--section global-marquee[data-movement-direction=right] .marquee-wrapper{animation-name:marquee-right}.marquee-content .item-link{display:block}@keyframes marquee-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes marquee-right{0%{transform:translate(-50%)}to{transform:translate(0)}}@media screen and (max-width:768px){.marquee--section .marquee-item .image{max-width:var(--width-mb)}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/marquee.css.map */
