<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.scrolling-message-bar{background:var(--section-bg, #000);color:var(--section-text-colour, #FFF);overflow:hidden;position:relative;min-height:var(--section-height)}.scrolling-message-bar .marquee-container{animation:marquee 15s linear infinite}.scrolling-message-bar .marquee-container .marquee-item{position:absolute;top:50%;left:50%;display:inline-flex;justify-content:space-between;transform:translate(50%,-50%)}.scrolling-message-bar .marquee-container .marquee-item:nth-child(1){animation:marquee-animate var(--section-animation-time) linear var(--section-animation-negative-delay) infinite}.scrolling-message-bar .marquee-container .marquee-item:nth-child(2){animation:marquee-animate var(--section-animation-time) linear infinite}.scrolling-message-bar .marquee-container .marquee-item:nth-child(3){animation:marquee-animate var(--section-animation-time) linear var(--section-animation-delay) infinite}.scrolling-message-bar:hover .marquee-container.marquee-hover-pause .marquee-item{animation-play-state:paused}.scrolling-message-bar .marquee-container .text-component{white-space:nowrap}@keyframes marquee-animate{0%{transform:translate(50%,-50%);opacity:1}99.7%{transform:translate(-150%,-50%);opacity:1}99.8%{opacity:0}99.9%{transform:translate(50%,-50%);opacity:0}to{opacity:0;transform:translate(50%,-50%)}}
/*# sourceMappingURL=/cdn/shop/t/374/assets/component-scrolling-message-bar.css.map */
</pre></body></html>