.product-label {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--product-label-bg);
    color: var(--product-label-color);
    padding: 0 .6rem;
    font-size: .9rem;
    font-weight: 500;
    line-height: 1.4;
    text-transform: uppercase;
    min-width: 55px;
    min-height: 25px;
    text-align: center;
    margin-bottom: .7rem;
    border-radius: 0;
    word-break: break-all;
    aspect-ratio: auto;
}