.product-card-catalog__label {
    color: #FFF;
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    font-smooth: none;
    line-height: normal;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    display: inline-flex;
    padding: 8px 10px 6px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #000;
    margin: 5px;
}

.product-card-catalog {
    position: relative;
}

.product-card-catalog__favorite {
    flex: 1;
}