/* Скрываем цену товара */
.product-price, .t-store__price, .js-store-price {
  display: none !important;
}

/* Скрываем кнопку Купить / В корзину */
.product-btn, .t-store__card__btn, .js-store-prod-btn {
  display: none !important;
}