.product-list {
    padding: 8px 16px;
    flex: 1;
    overflow-y: auto; /* Прокрутка только по вертикали */
    background: #f9f9f9;
    margin: 8px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.product-item {
    font-size: 16px;
    display: flex;
    justify-content: flex-end;
}

.product-item__logic {
    font-size: 12px;
    color: #8d99a8;
    display: flex;
    align-items: flex-end;
    margin-left: 16px;
    margin-bottom: 1px;
}

.product-item__name {
    color: #1e1c1c;
}

.product-item__price {
    margin-left: 16px;
}
