.template-product .price-item{
  font-weight: 600;
}
@media (min-width: 768px) {
  .template-product .product__info-wrapper .price-item{
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .template-product .product__info-wrapper .price-item{
    font-size: 5.2vw;
  }
}