/* 1. Скрываем блок со списком товаров */
.t706__cartwin-products {
    display: none !important;
}

/* 2. Скрываем блок с итоговой суммой вверху (Сумма: 16 950 р.) */
.t706__cartwin-prodamount-wrap {
    display: none !important;
}

/* 3. Скрываем блок с кнопками плюс/минус */
.t706__product-plusminus {
    display: none !important;
}

/* 4. Скрываем цену товара */
.t706__product-amount {
    display: none !important;
}

/* 5. Скрываем кнопку удаления товара (крестик) */
.t706__product-del-wrapper {
    display: none !important;
}

/* 6. Скрываем общую итоговую сумму внизу формы */
.t706__cartwin-totalamount-wrap {
    display: none !important;
}