Price For Today Only: ₦18,500
(Regular Price: ₦25,000)
.price-banner{
font-family: Arial, sans-serif;
font-size: 18px;
font-weight: 900;
line-height: 1.1;
color: #006400;
display: flex;
align-items: center;
gap: 18px;
flex-wrap: wrap;
}
.new-price{
text-decoration: underline;
text-decoration-thickness: 6px;
text-underline-offset: 8px;
}
.old-price{
text-decoration: line-through;
text-decoration-thickness: 1px;
}
@media (max-width: 768px){
.price-banner{
font-size: 18px;
gap: 10px;
}
.new-price{
text-decoration-thickness: 4px;
}
.old-price{
text-decoration-thickness: 5px;
}
}