/* Скрытие цены в попапе ТОЛЬКО если попапу добавлен класс hide-price */
.t-store__prod-popup.hide-price .js-store-price-wrapper,
.t-store__prod-popup.hide-price .js-store-prod-price,
.t-store__prod-popup.hide-price .t-store__prod-popup__price,
.t-store__prod-popup.hide-price .t-store__prod-popup__price-wrapper,
.t-store__prod-popup.hide-price .t-store__prod-popup__price-wrap,
.t-store__prod-popup.hide-price .t-store__prod-popup__price-value,
.t-store__prod-popup.hide-price .t-store__prod-popup__price-text {
  display: none !important;
}
