:root{--marquee-height: 56px}.custom-marquee{display:flex;align-items:center;overflow:hidden;padding:.5rem 0;white-space:nowrap;min-height:var(--marquee-height)}.custom-marquee__track{display:inline-flex;align-items:center;min-height:100%;width:max-content;animation:marquee-scroll var(--marquee-speed, 25s) linear infinite;will-change:transform}.custom-marquee:hover .custom-marquee__track,.custom-marquee:focus-within .custom-marquee__track{animation-play-state:paused}.custom-marquee__content{display:inline-flex;align-items:center;min-height:100%;gap:0;flex-shrink:0}.custom-marquee__item{display:inline-flex;align-items:center;min-height:100%;gap:.5rem;padding:0 .5rem}.custom-marquee__icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.custom-marquee__icon svg{width:1rem;height:1rem}.custom-marquee__text{margin:0;font-size:1.5rem;font-weight:500;line-height:1.25;letter-spacing:.05em;text-transform:none}.custom-marquee__separator{margin:0 1.25rem;opacity:.8;font-size:1rem;color:rgb(var(--color-foreground))}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-25%)}}@media(prefers-reduced-motion:reduce){.custom-marquee__track{animation:none;justify-content:center;width:100%;flex-wrap:wrap;gap:1rem}.custom-marquee__content:not(:first-child){display:none}.custom-marquee__separator:last-child{display:none}}@media screen and (max-width:749px){:root{--marquee-height: 50px}.custom-marquee{padding:.4rem 0}.custom-marquee__text{font-size:1rem}.custom-marquee__icon svg{width:.875rem;height:.875rem}.custom-marquee__separator{margin:0 .75rem}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/custom-marquee-announcement.css.map */
