/* Каталог */
.t-store__card.ask-price .t-store__card__price::before {
  display: none !important;
  content: none !important;
}

/* Pop-up и страница товара */
.t-store__prod-popup.ask-price .t-store__prod__price::before,
.t-store__prod.ask-price .t-store__prod__price::before {
  display: none !important;
  content: none !important;
}

/* если валюта отдельным элементом */
.ask-price .t-store__card__price-currency,
.ask-price .t-store__prod__price-currency {
  display: none !important;
}
