@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes marquee-slow{0%{transform:translate(0)}to{transform:translate(-50%)}}.animate-marquee{width:max-content;animation:35s linear infinite marquee}.animate-marquee-slow{width:max-content;animation:50s linear infinite marquee-slow}.animate-marquee:hover,.animate-marquee-slow:hover{animation-play-state:paused}@media (prefers-reduced-motion:reduce){.animate-marquee,.animate-marquee-slow{animation:none}}@keyframes price-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.025)}}.animate-price-pulse{transform-origin:50%;animation:2.4s ease-in-out infinite price-pulse}@media (prefers-reduced-motion:reduce){.animate-price-pulse{animation:none}}@media (max-width:767px){body{padding-bottom:76px}}
