.price {
  font-weight: 700;
  font-family: var(--font-heading-family);
}

@media only screen and (min-width: 750px) {
  .price.price--large {
    font-size: 2rem;
  }
}

.product .price .badge,
.product .price__container {
  margin-bottom: 0;
}
