.discount-bar{z-index:1000;justify-content:center;align-items:center;width:100%;height:60px;padding:10px;display:flex;position:relative;overflow:hidden}.discount-bar .discount-text-container{justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden}.discount-bar .discount-text{font-size:20px;font-family:var(--font-body,"Manrope", sans-serif);white-space:nowrap;will-change:transform;margin-top:15px;font-weight:400;animation:15s linear infinite marquee;display:inline-block;position:absolute}@keyframes marquee{0%{transform:translate(100%)}to{transform:translate(-100%)}}
