.scrolling--element{display:flex;align-items:center;overflow:hidden;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));justify-content:center}.scrolling--item{flex:0 0 auto;display:flex;align-items:center}.scroll-text-block,.scroll-image-block{margin:0 15px}.scrolling--item.scrolling--animated{animation-iteration-count:infinite;animation-timing-function:linear;animation-duration:var(--duration);animation-play-state:running;width:max-content;will-change:transform,width}.scrolling--direction--left .scrolling--animated{animation-name:scrolling-left}.scrolling--direction--right .scrolling--animated{animation-name:scrolling-right}.scroll-image-block{max-width:32px}@media screen and (hover: hover){.scrolling--element[data-hoverpause=true]:hover .scrolling--animated{animation-play-state:paused}}.scrolling--paused .scrolling--animated{animation-play-state:paused}.scrolling--item__inner{margin:0 1.5rem;display:flex;align-items:center;flex-direction:column;row-gap:1rem;--icon-height: 2.6rem}.scrolling--text__content{white-space:nowrap}@media screen and (min-width: 750px){.scrolling--element .scrolling--item__inner{margin:0 2.5rem}}@media screen and (max-width: 768px){.scroll-image-block{margin-right:0;margin-left:20px}}@media screen and (max-width: 480px){.scroll-text-block,.scroll-image-block{margin:0 10px}}@keyframes scrolling-left{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0)}}@keyframes scrolling-right{0%{transform:translate3d(-100%,0,0)}to{transform:translateZ(0)}}
/*# sourceMappingURL=/cdn/shop/t/35/assets/marquee-slider.css.map */
