/** Catalog Product Badge **/
body.woocommerce #ajax-content-wrap ul.products li.minimal.product span.onsale,
#ajax-content-wrap ul.products li.minimal.product span.onsale {
    border-radius: 4px !important;
    font-size: 14px !important;
    padding: 2px 8px !important;
}
ul.products li.minimal.product span.onsale.soldout {
    background-color: rgb(250 250 250 / 100%) !important;
    border: 1px solid #17395c !important;
    color: #17395c !important;
}
