/* Add custom CSS styles below */
.s-product-card-sale-price > span {
    position: relative !important;
    display: inline-block !important;
}

.s-product-card-sale-price > span::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 50% !important;
    height: 1px !important;
    background: currentColor !important;
    transform: translateY(-50%) !important;
}