/* Add custom CSS styles below */ 
span.discount-amount.font-bold {
    display: none;
}

h2.sale-price {
    color: red;
}

.promotion-badge.has-discount {
background-color: rgba(239, 68, 68, 1);
color: rgba(255, 255, 255, 1);
}

[dir="rtl"] .promotion-badge.has-discount {
    --tw-shadow: 2px 2px 0 0 #135834;
}

[dir="ltr"] .promotion-badge.has-discount {
    --tw-shadow: 2px 2px 0 0 #135834;
}