.scrolling-text-section{overflow:hidden;position:relative;width:100%}.scrolling-text-container{display:flex;width:max-content;animation:scroll-horizontal 20s linear infinite;white-space:nowrap;animation-play-state:running}.scrolling-text-container.vertical-scroll{flex-direction:column;height:max-content;animation:scroll-vertical 20s linear infinite}.scrolling-text{flex-shrink:0;padding:0 40px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;line-height:1.2}.vertical-scroll .scrolling-text{padding:20px 0;text-align:center}@keyframes scroll-horizontal{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scroll-vertical{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@media screen and (max-width: 749px){.scrolling-text{padding:0 25px;letter-spacing:.05em}.vertical-scroll .scrolling-text{padding:15px 0}}@media screen and (min-width: 1200px){.scrolling-text{padding:0 50px}}@media (prefers-reduced-motion: reduce){.scrolling-text-container{animation:none;justify-content:center;width:100%}.scrolling-text-container.vertical-scroll{height:auto}}@media (hover: none) and (pointer: coarse){.scrolling-text-container{animation-duration:25s!important}}
/*# sourceMappingURL=/cdn/shop/t/27/assets/component-scrolling-text.css.map */
