/* Убираем цену и количество у каждого товара */
.t706__cartwin-prodprice,
.t706__cartwin-prodamount,
.t706__cartwin-prodamount-wrap,
.t706__product-amount {
  display: none !important;
}

/* Убираем слово "Сумма" и финальный блок итогов */
.t706__cartwin-sumprice,
.t706__cartwin-textprice,
.t706__cartwin-totalamount,
.t706__cartwin-total,
.t706__cartwin-bottom {
  display: none !important;
}

/* Убираем границу под товарами */
.t706__cartwin-prod hr {
  display: none !important;
}

/* Убираем любые надписи "Сумма" как fallback */
.t706__cartwin-labeltext,
.t706__product-sumprice,
.t706__cartwin-formtitle {
  display: none !important;
}

/* Финально убираем остатки: блок, где слово "Сумма" */
.t706__cartwin-total {
  display: none !important;
}.t706__cartwin-textprice::before {
  content: "" !important;
}

.t706__cartwin-textprice {
  font-size: 0 !important;
  color: transparent !important;
  visibility: hidden !important;
}
/* Убираем блок "Сумма:" */
.t706__cartwin-sumprice,
.t706__cartwin-textprice,
.t706__cartwin-totalamount,
.t706__cartwin-total,
.t706__cartwin-bottom,
.t706__cartwin-textprice::before,
.t706__cartwin-labeltext,
.t706__product-sumprice,
.t706__cartwin-formtitle {
  display: none !important;
}
.t706__cartwin-totalamount-label {
  display: none !important;
}
/* Убираем блок с ценой рядом с иконкой корзины */
.t706__carticon-text {
  display: none !important;
}