.custom-product-price {
  color: #181818;
  font-family: 'GT America Standard';
  font-size: 24px;
  font-style: normal;
  font-weight: 275;
  line-height: 0.95;
}

@media screen and (max-width: 1024px) {
  .custom-product-price {
    font-size: 12px !important;
  }
}
