.product-labels.labels-rounded .product-label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 7px;
    min-height: 20px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    text-transform: inherit;
}

.product-labels.labels-rounded .label-with-img {
    padding: 0;
    min-height: auto;
    max-width: 55px
}

.product-labels.labels-rounded .out-of-stock {
    max-width: 50px;
    font-size: 12px
}

@media (max-width: 576px) {
    .product-labels.labels-rounded .product-label {
        min-height: 22px;
        font-size: 12px;
    }

    .product-labels.labels-rounded .label-with-img {
        min-height: auto
    }
}
