/* ProViotic ot bulgarsko kokiche page-specific overrides */

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

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

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


