
.wc-block-components-product-sale-badge {
background-color: #ff4d4d !important;
color: white !important;
border: none !important;
padding: 5px 10px !important;
border-radius: 12px !important;
margin-top: 9px !important;
transition: background-color 0.3s ease;
}
.wc-block-components-product-sale-badge:hover {
background-color: #ff0000 !important;
}