.woocommerce span.onsale.hsbsb-sale-badge,
span.onsale.hsbsb-sale-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 54px;
    min-height: 54px;
    padding: 8px 9px;
    border: 0;
    border-radius: 999px;
    background: var(--hsbsb-bg, #b7dc2f) !important;
    color: var(--hsbsb-text, #fff) !important;
    font-size: var(--hsbsb-font-size, 13px) !important;
    font-weight: 700;
    line-height: 1.15;
    text-align: center;
    white-space: normal;
    box-sizing: border-box;
}

@media (max-width: 640px) {
    .woocommerce span.onsale.hsbsb-sale-badge,
    span.onsale.hsbsb-sale-badge {
        min-width: 50px;
        min-height: 50px;
        padding: 7px;
    }
}
