/* =========================================================
   NANNY JEWELS – TYPOGRAFIE NADPISŮ PRODUKTU A KATEGORIÍ
   ========================================================= */

/* ===== NÁZEV PRODUKTU ===== */
.product-detail h1,
.p-detail h1,
.p-info-wrapper h1,
.p-data-wrapper h1 {
  font-family: "Playfair Display", serif !important;
  font-weight: 500 !important;
  font-size: 26px !important;
  line-height: 1.25 !important;
  letter-spacing: 0.2px !important;
  color: #111111 !important;
  margin: 0 0 18px 0 !important;
  text-transform: none !important;
}

/* ===== NÁZEV KATEGORIE ===== */
.category-header h1,
h1.category-title,
.type-category h1,
body.type-category h1,
.content-wrapper h1 {
  font-family: "Playfair Display", serif !important;
  font-weight: 500 !important;
  font-size: 28px !important;
  line-height: 1.25 !important;
  letter-spacing: 0.2px !important;
  color: #111111 !important;
  margin: 0 0 16px 0 !important;
  text-transform: none !important;
}

/* ===== POPIS KATEGORIE POD NADPISEM ===== */
.category-perex,
.category-description,
.category-header p,
.type-category .category-header p,
.type-category .category-perex,
.type-category .category-description {
  font-family: "PT Sans", sans-serif !important;
  font-size: 11pt !important;
  line-height: 1.65 !important;
  color: #111111 !important;
  margin-top: 0 !important;
  margin-bottom: 22px !important;
  max-width: 900px !important;
}

/* ===== TUČNÉ VÝRAZY V POPISU KATEGORIE ===== */
.category-perex strong,
.category-description strong,
.category-header p strong {
  font-weight: 700 !important;
}

/* ===== ODKAZY V POPISU KATEGORIE ===== */
.category-perex a,
.category-description a,
.category-header p a {
  color: #844e6d !important;
  text-decoration: underline !important;
}

.category-perex a:hover,
.category-description a:hover,
.category-header p a:hover {
  color: #6f3f5b !important;
}

/* ===== MOBIL ===== */
@media (max-width: 767px) {
  .product-detail h1,
  .p-detail h1,
  .p-info-wrapper h1,
  .p-data-wrapper h1 {
    font-size: 24px !important;
    line-height: 1.3 !important;
    margin-bottom: 14px !important;
  }

  .category-header h1,
  h1.category-title,
  .type-category h1,
  body.type-category h1,
  .content-wrapper h1 {
    font-size: 26px !important;
    line-height: 1.3 !important;
    margin-bottom: 12px !important;
  }

  .category-perex,
  .category-description,
  .category-header p,
  .type-category .category-header p,
  .type-category .category-perex,
  .type-category .category-description {
    font-size: 11pt !important;
    line-height: 1.6 !important;
    margin-bottom: 18px !important;
  }
}