✨ Glow Naturally. Shine Beautifully. | 🎉 20% OFF on Selected Products | 🚚 Fast Delivery
.scrolling-text {
white-space: nowrap;
overflow: hidden;
}
.scrolling-text {
animation: scroll 15s linear infinite;
}
@keyframes scroll {
from { transform: translateX(100%); }
to { transform: translateX(-100%); }
}