

.tovar-prices_item--personal {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.tovar-prices_item--personal .tovar-prices__new {
    font-weight: 600;
}

.tovar-prices_item--personal .tovar-prices__old {
    color: #8f8f8f;
    font-size: 13px;
    line-height: 1.2;
    text-decoration: line-through;
    white-space: nowrap;
}
