.scrolling-text{display:flex;align-items:center;overflow:hidden;background:rgb(var(--color-background))}.scrolling--left .scrolling--animated{animation-name:scrolling-left}.scrolling--right .scrolling--animated{animation-name:scrolling-right}.scrolling-text:hover .scrolling--animated,.scrolling--paused .scrolling--animated{animation-play-state:paused}.crolling-text-section .container-full{padding-left:0;padding-right:0}.scrolling{flex:0 0 auto;display:flex;align-items:center}.scroll__item{margin-left:calc(var(--item-gap-mobile));gap:calc(var(--item-gap-mobile));display:flex;align-items:center}.scroll__item .scroll__item--link img,.scroll__item .scroll__item--link svg{max-width:100%;width:auto;height:calc(var(--image-height) * .75)}.scroll_text_icon{display:flex;align-items:center}.scroll_text_icon svg,.scroll_text_icon img{color:rgb(var(--color-foreground));height:auto;width:var(--scrollTextIconMobile)}@media (min-width: 750px){.scroll__item .scroll__item--link img,.scroll__item .scroll__item--link svg{max-width:100%;height:var(--image-height)}.scroll_text_icon svg,.scroll_text_icon img{color:rgb(var(--color-foreground));height:auto;width:var(--scrollTextIcon)}}@media (min-width: 750px){.scroll__item{margin-left:calc(var(--item-gap));gap:calc(var(--item-gap))}}.scroll__icon{display:inline-flex;line-height:0;margin-right:10px;--icon-height: 26px}.scroll__icon--small{--icon-height: 20px}.scroll__icon--large{--icon-height: 32px}.scroll__icon svg,.scroll__icon img{width:auto;height:var(--icon-height);max-width:var(--icon-height);fill:currentColor}.scroll__text{color:inherit;line-height:1.2;white-space:nowrap;font-size:var(--text-size);text-transform:var(--textTransform);font-weight:var(--fontWeight);color:rgb(var(--color-foreground))}.scroll__text__stroke{color:#0000;-webkit-text-stroke-color:rgba(var(--color-foreground));-webkit-text-stroke-width:.1rem}@media screen and (max-width: 749px){.scroll__text{font-size:calc(var(--text-size) * .75)}}.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}@keyframes scrolling-left{0%{transform:translateZ(0);visibility:visible}to{transform:translate3d(-100%,0,0)}}@keyframes scrolling-right{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes scrolling-left-rtl{0%{transform:translateZ(0);visibility:visible}to{transform:translate3d(100%,0,0)}}@keyframes scrolling-right-rtl{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/scrolling-text.css.map */
