@media (max-width: 767px) { 
  product-info { 
    padding-inline: 0 !important; 
  } 
  .product__info-container { 
    padding-inline: var(--page-padding)!important; 
  }
}

:root {

  --font-heading-family: "the-seasons", sans-serif;
  --font-heading-style: normal;
  --font-heading-weight: 400;

}