/* ===== POPISEK PRODUKTU NANNY JEWELS ===== */

.nanny-popis {
  font-family: "PT Sans", sans-serif;
  font-size: 11pt;
  line-height: 1.65;
  color: #111111;
}

.nanny-popis p {
  margin: 0 0 14px 0;
  font-family: "PT Sans", sans-serif;
  font-size: 11pt;
  line-height: 1.65;
  color: #111111;
}

.nanny-popis strong {
  font-weight: 700;
}

.nanny-popis em {
  font-style: italic;
  color: #222222;
}

.nanny-popis ul {
  margin: 0 0 18px 22px;
  padding: 0;
}

.nanny-popis li {
  margin: 0 0 8px 0;
  font-family: "PT Sans", sans-serif;
  font-size: 11pt;
  line-height: 1.65;
  color: #111111;
}

.nanny-popis li:last-child {
  margin-bottom: 0;
}

/* mezititulky v popisku */
.nanny-popis-title {
  margin: 24px 0 10px 0;
  font-family: "Playfair Display", serif;
  font-size: 12pt;
  line-height: 1.3;
  font-weight: 600;
  color: #111111;
}

/* první odstavec může být o chlup výraznější */
.nanny-popis-intro {
  margin-bottom: 16px;
}

/* jemné oddělení sekcí */
.nanny-popis-section {
  margin-bottom: 18px;
}

/* odkazy v popisku */
.nanny-popis a {
  color: #844e6d;
  text-decoration: underline;
}

.nanny-popis a:hover {
  color: #6f3f5b;
}

/* ===== MOBIL ===== */
@media (max-width: 767px) {
  .nanny-popis {
    font-size: 12pt;
    line-height: 1.6;
  }

  .nanny-popis p {
    margin: 0 0 13px 0;
    font-size: 12pt;
    line-height: 1.6;
  }

  .nanny-popis ul {
    margin: 0 0 16px 18px;
  }

  .nanny-popis li {
    margin: 0 0 7px 0;
    font-size: 12pt;
    line-height: 1.6;
  }

  .nanny-popis-title {
    margin: 20px 0 9px 0;
    font-size: 12pt;
    line-height: 1.25;
  }

  .nanny-popis-intro {
    margin-bottom: 14px;
  }

  .nanny-popis-section {
    margin-bottom: 16px;
  }
}

/* ===== DESKTOP / TABLET ===== */
@media (min-width: 768px) {
  .nanny-popis {
    font-size: 12pt;
    line-height: 1.7;
  }

  .nanny-popis p {
    font-size: 12pt;
    line-height: 1.7;
  }

  .nanny-popis li {
    font-size: 12pt;
    line-height: 1.7;
  }

  .nanny-popis-title {
    font-size: 12pt;
    line-height: 1.3;
  }
}

/* ===== NADPISY V POPISU PRODUKTU ===== */

.nanny-popis p.nanny-popis-title {
  font-family: "Playfair Display", serif !important;
  font-weight: 600;
  color: #111111;
  margin: 26px 0 12px;
}

/* DESKTOP */
@media (min-width: 768px) {
  .nanny-popis p.nanny-popis-title {
    font-size: 18px;   /* cca o 2 velikosti víc než text */
    line-height: 1.3;
  }
}

/* MOBIL */
@media (max-width: 767px) {
  .nanny-popis p.nanny-popis-title {
    font-size: 17px;
    line-height: 1.25;
  }
}