<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.scrolling-text--item span{transition:all .25s cubic-bezier(.25,.46,.45,.94)}.scrolling-text{background-color:var(--color-bg, var(--bg-body));color:var(--color-text);position:relative;background-size:cover;display:flex;align-items:center}.scrolling-text:after{content:"";position:absolute;bottom:0;left:0;right:0;top:0;z-index:5;pointer-events:none;background:rgba(var(--overlay-color-rgb),var(--overlay-opacity))}.scrolling-text-uppercase--true{text-transform:uppercase}.scrolling-text--inner{display:flex;align-items:center;white-space:nowrap;font-size:1.5rem;font-weight:600;padding:30px 0;overflow:hidden;position:relative;z-index:10}.scrolling-text--inner.direction-left&gt;div{animation:marquee-left var(--marquee-speed) linear infinite}.scrolling-text--inner.direction-right&gt;div{animation:marquee-right var(--marquee-speed) linear infinite}.scrolling-text--inner&gt;div{display:flex;align-items:center;flex-shrink:0}.scrolling-text--item{display:inline-flex;align-items:center;padding:0 30px}.scrolling-text--item.outline-text--true *{-webkit-text-fill-color:transparent;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:var(--color-text)}.scrolling-text--link{display:inline-flex;align-items:center;color:var(--color-text)}.scrolling-text--link span{transform-origin:left bottom}.scrolling-text--link:hover{color:var(--color-text)}.scrolling-text--link:hover span{transform:skew(-10deg)}.scrolling-text--image{margin-right:40px;object-fit:cover;width:auto}.scrolling-text--image--small{height:40px}.scrolling-text--image--medium{height:70px}.scrolling-text--image--large{height:100px}@keyframes marquee-left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes marquee-right{0%{transform:translate(-100%)}to{transform:translate(0)}}
/*# sourceMappingURL=/cdn/shop/t/43/assets/scrolling-text.css.map */
</pre></body></html>