.scrolling-promotion{display:flex;align-items:center;overflow:hidden}.scrolling-promotion .promotion{flex:0 0 auto;display:flex;align-items:center;gap:10rem}.scrolling-promotion .promotion--animated{animation-iteration-count:infinite;animation-timing-function:linear;animation-duration:var(--duration);animation-play-state:running;width:fit-content;will-change:transform}.scrolling-promotion--left .promotion--animated{animation-name:scrolling-left-seamless}.scrolling-promotion--right .promotion--animated{animation-name:scrolling-right-seamless}@keyframes scrolling-left-seamless{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scrolling-right-seamless{0%{transform:translate(0)}to{transform:translate(50%)}}@media screen and (hover: hover){.scrolling-promotion:hover .promotion--animated{animation-play-state:paused}}.scrolling-promotion--paused .promotion--animated{animation-play-state:paused}.scrolling-promotion .promotion__item{display:flex;align-items:center;flex-direction:column;row-gap:1rem;--icon-height: 2.6rem}.scrolling-promotion .promotion__text{margin:0;letter-spacing:.044rem;max-height:3.2rem;font-size:1.1rem;line-height:100%;text-transform:uppercase}.scrolling-promotion .promotion__link{color:rgb(var(--color-link));text-decoration:none}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-scrolling-promotion.css.map */
