🎉 Use Coupon Code: LAVEN250
Get ₹250 OFF on Breast Care
.laven-coupon-sticky{
position:fixed;
top:15px;
left:50%;
transform:translateX(-50%);
z-index:99999;
background:#0f5132;
color:#fff;
padding:12px 22px;
border-radius:14px;
font-family:Inter,sans-serif;
font-size:15px;
font-weight:600;
box-shadow:0 8px 25px rgba(0,0,0,0.25);
animation:pulse 2s infinite;
line-height:1.5;
text-align:center;
max-width:90%;
}
.laven-coupon-sticky strong{
background:#ffd700;
color:#000;
padding:4px 10px;
border-radius:8px;
display:inline-block;
margin-top:5px;
font-size:18px;
}
@keyframes pulse{
0%{transform:translateX(-50%) scale(1);}
50%{transform:translateX(-50%) scale(1.03);}
100%{transform:translateX(-50%) scale(1);}
}
@media(max-width:768px){
.laven-coupon-sticky{
top:10px;
font-size:13px;
padding:10px 14px;
width:92%;
}
}