/* 1. СКРЫВАЕМ ЦЕНЫ В КАТАЛОГЕ, ФИЛЬТРЕ И ВНУТРИ ТОВАРОВ */
.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;
}

/* 2. СКРЫВАЕМ ФИЛЬТР ПО ЦЕНЕ СЛЕВА */
[data-filter-type="price"],
.t-store__tabs__item_price,
.t-store__filter__title[data-filter-type="price"] {
  display: none !important;
}

/* 3. СКРЫВАЕМ СТРОКУ ПОИСКА И СОРТИРОВКУ СПРАВА */
.t-store__search-searchicon-wrapper,
.t-store__sort-wrapper,
.t-store__search-input,
.t-store__grid-controls {
  display: none !important;
}

/* 4. СКРЫВАЕМ ИКОНКУ КОРЗИНЫ */
.t706, .t-cart {
  display: none !important;
}
