.ticker{background-color:rgb(var(--color-background));overflow:hidden;width:100%}.ticker__wrapper{padding:80px 0;width:100%;overflow:hidden;position:relative}.ticker__track{display:flex;width:fit-content;animation:ticker-scroll 30s linear infinite}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-25%)}}.ticker__track:hover{animation-play-state:paused}.ticker__content{display:flex;align-items:center;gap:48px;white-space:nowrap;padding:0 24px}.ticker .ticker__item{margin:0;color:rgb(var(--color-foreground));font-family:VC Henrietta,serif;font-size:28px;font-weight:400;line-height:28px;word-wrap:break-word;flex-shrink:0}.ticker .ticker__separator{display:inline-flex;align-items:center;justify-content:center;width:8px;height:8px;flex-shrink:0;color:rgb(var(--color-foreground))}.ticker__separator svg{width:100%;height:100%;display:block}@media screen and (max-width:749px){.ticker__wrapper{padding:40px 0}.ticker__content{gap:24px;padding:0 16px}.ticker .ticker__item{font-size:20px;line-height:20px}.ticker .ticker__separator{width:6px;height:6px}.ticker__track{animation-duration:20s}}@media screen and (max-width:480px){.ticker__content{gap:24px;padding:0 12px}.ticker__track{animation-duration:15s}}@media(prefers-reduced-motion:reduce){.ticker__track{animation:none}.ticker__wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.ticker__content:last-child{display:none}}@media print{.ticker__track{animation:none}.ticker__content:last-child{display:none}}
/*# sourceMappingURL=/cdn/shop/t/570/assets/section-ticker.css.map */
