/*
Theme Name: Mama Fizjoterapeuta Kursy Child
Template: twentyseventeen
Version: 1.0.0
Text Domain: mamafizjo-kursy-child
*/

:root {
  --mfz-accent: #c96f5d;
  --mfz-text: #1f1f1f;
  --mfz-bg: #fffaf7;
}

body {
  color: var(--mfz-text);
  background: var(--mfz-bg);
}

/* Reserve consistent space for the Publigo header logo to reduce layout shift. */
.publigo-main-menu-wrapper #logo-cell img {
  display: block;
  width: min(263px, 100%);
  height: auto;
  max-width: 100%;
  aspect-ratio: 1201 / 335;
  object-fit: contain;
}

/* Keep a stable card thumbnail area before product images finish loading. */
.glowna_box_zdjecie .glowna_box_zdjecie_link {
  display: block;
}

.glowna_box_zdjecie {
  aspect-ratio: 1400 / 788;
  max-height: none;
}

.glowna_box_zdjecie img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
