.card-info__sale-time.top{
    margin-top: 8px;
    font-size: 9px;
    font-weight: 400;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: #887469;
}

.product-card__item.title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}