/* ============================================================
   NADOBRO — Produktové stránky — Hlavní popis
   Nahrát na FTP: /user/documents/jakubtursky/style-5.css
   Přidat do hlavičky Shoptet:
   <link rel="stylesheet" href="/user/documents/jakubtursky/style-5.css?v=1">
   ============================================================ */


/* ── WRAPPER ────────────────────────────────────────────── */
.nd-main {
  font-family: Arial, sans-serif;
  color: #333;
  line-height: 1.5;
}


/* ── INTRO BOX ──────────────────────────────────────────── */
.nd-intro {
  background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 15px;
}
.nd-intro-text {
  margin: 0 0 15px 0;
  color: #666;
  font-size: 16px;
}
.nd-intro-text strong {
  color: #000;
}


/* ── BADGES ─────────────────────────────────────────────── */
.nd-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 12px;
  justify-content: center;
}
.nd-badge {
  background: #3AAA47;
  color: white;
  padding: 4px 8px;
  border-radius: 12px;
  white-space: nowrap;
}


/* ── RECENZE ─────────────────────────────────────────────── */
.nd-reviews {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 6px;
  border: 2px solid #3AAA47;
  margin-bottom: 15px;
  text-align: center;
}
.nd-reviews-header {
  margin-bottom: 12px;
}
.nd-stars {
  color: #ffc107;
  font-size: 16px;
}
.nd-rating {
  font-weight: bold;
  font-size: 14px;
  margin-left: 8px;
}
.nd-reviews-grid {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.nd-review {
  flex: 1;
  min-width: 180px;
  font-size: 11px;
  color: #555;
  font-style: italic;
  text-align: left;
}


/* ── CTA ROW ─────────────────────────────────────────────── */
.nd-cta-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.nd-btn-recepty {
  flex: 1;
  min-width: 200px;
  background: transparent;
  color: #3AAA47 !important;
  padding: 12px;
  border-radius: 6px;
  border: 2px solid #3AAA47;
  text-decoration: none !important;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  display: block;
  transition: all 0.2s;
}
.nd-btn-recepty:hover {
  background: #3AAA47;
  color: white !important;
}
.nd-guarantee {
  flex: 1;
  min-width: 200px;
  background: transparent;
  color: #333;
  padding: 16px;
  border-radius: 6px;
  border: 2px solid #333;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
}


/* ── FAQ SEKCE (bcg varianta) ────────────────────────────── */
/* Použij třídu nd-faq-section místo inline style na dm-flex */
.nd-faq-section {
  background-color: #f5f5dc !important;
  padding: 40px 20px;
  border-radius: 20px;
  margin: 20px;
  text-align: center;
}
.nd-faq-section .fl100 > div {
  max-width: 1000px;
  margin: 0 auto;
}
.nd-faq-section h2 {
  margin-bottom: 30px;
  font-size: 28px;
}


/* ── FOTO VEDLE ZÁLOŽEK — omezení výšky ────────────────── */
.dm-flex.no-align .fl50.obrazek img {
  max-height: 420px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}


/* ── VÍCE RECEPTŮ LINK ──────────────────────────────────── */
.nd-more-recipes {
  text-align: center;
  margin-top: 30px;
}
.nd-more-recipes a {
  display: inline-block;
  padding: 12px 30px;
  background-color: transparent;
  border: 2px solid #333;
  border-radius: 25px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s ease;
}
.nd-more-recipes a:hover {
  background-color: #333;
  color: white;
}
