
/* --- Скрываем товары c нулевым остатком + разделители --- */
.t-store__card[data-product-inv="0"],
.t-store__grid-separator{
  display: none !important;
}

.t706__cartwin_showed
  .t-input-group[data-input-name="Promocode"],
.t706__cartwin_showed .t-input-group_promocode,
.t706__cartwin_showed .t706__promocode-wrapper,
.t706__cartwin_showed .t706__promocode {
  display: none !important;
}