/* В списке товаров (карточки ST300) */
.t-store__card__price::before {
  content: "от ";
  font-size: inherit;
  color: inherit;
}

/* В попапе товара (ST310 внутри ST300) */
.t-store__prod-popup__price::before {
  content: "от ";
  font-size: inherit;
  color: inherit;
}