.js-product-price-currency {
  position: relative;
  display: inline-block;
}
.js-product-price-currency::before {
  content: 'От ';
  margin-right: 2px;
  white-space: nowrap;
  font-weight: inherit;
  font-size: inherit;
}
