/* Gastroflux page-specific overrides */

/* Keep product images proportional; reserve space to avoid CLS */
body.gastroflux-page .mobile-img,
body.gastroflux-page .visual img {
  height: auto !important;
  aspect-ratio: 1024 / 1536;
}


@media (max-width: 800px) {
  body.gastroflux-page h1,
  body.gastroflux-page .copy h1 {
    font-size: 1.4rem !important;
  }

  body.gastroflux-page h2,
  body.gastroflux-page .copy h2 {
    font-size: 1.2rem !important;
  }
}



