/* Скрываем цены в каталоге, фильтре и внутри страниц товаров */
.js-store-price-wrapper, 
.t-store__card__price,
.t-store__filter__price-wrapper,
.t-store__prod-popup__price,
.t-store__prod-popup__price-wrapper,
.js-product-price,
.t-store__product-snippet__price,
.js-store-prod-price,
.t-store__prod-snippet__price,
.t-store__common-price,
.t-store__filter__price {
  display: none !important;
}

/* Скрываем блок фильтра по цене в боковой панели */
[data-filter-type="price"],
.t-store__tabs__item_price,
.t-store__filter__title[data-filter-type="price"] {
  display: none !important;
}

/* Скрываем иконку корзины */
.t706, .t-cart {
  display: none !important;
}
