/* ==========================================================
   Jesena – úprava stránky produktu
   Farby značky: pink #d0abbd, hnedá #5b3e10,
   krémová #efe6d8, svetlosivá #efecec
   ========================================================== */

/* --- Menšie medzery na stránke produktu --- */
.p-detail-inner-header { margin-bottom: 12px; }
.p-short-description { margin: 8px 0 16px; }
.p-price-wrapper { margin: 10px 0; }
.detail-parameters { margin: 8px 0; }
.p-to-cart-block { margin-top: 12px; }
.benefitBanner.position--benefitProduct { padding: 20px 0; margin-top: 10px; }
.shp-tabs-wrapper.p-detail-tabs-wrapper { margin-top: 20px; }
.description-inner p { margin: 0 0 10px; line-height: 1.5; }
.basic-description h4 { margin: 18px 0 8px; }

/* --- Rozbaľovacie sekcie (accordion) --- */
.jesena-accordion {
  border: 1px solid #d0abbd;
  border-radius: 10px;
  margin: 10px 0;
  padding: 0;
  background: #efecec;
  overflow: hidden;
}
.jesena-accordion summary {
  cursor: pointer;
  list-style: none;
  padding: 14px 18px;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  color: #5b3e10;
  background: #efe6d8;
  position: relative;
  transition: background 0.2s ease, color 0.2s ease;
}
.jesena-accordion summary::-webkit-details-marker { display: none; }
.jesena-accordion summary::after {
  content: '+';
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #d0abbd;
}
.jesena-accordion[open] summary::after { content: '\2013'; }
.jesena-accordion[open] summary { border-bottom: 1px solid #d0abbd; }
.jesena-accordion summary:hover { background: #d0abbd; color: #ffffff; }
.jesena-accordion summary:hover::after { color: #ffffff; }
.jesena-accordion-content {
  padding: 14px 18px;
  font-family: 'Poppins', sans-serif;
}
.jesena-accordion-content p,
.jesena-accordion-content li { margin: 0 0 8px; line-height: 1.5; }
.jesena-accordion-content a { color: #5b3e10; text-decoration: underline; }

/* --- Jasnejší štítok nad variantami ---
   Trvalé riešenie je premenovať parameter v administrácii
   (Katalóg → Parametre) – táto CSS iba doladí vzhľad štítku. */
.variant-label {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  color: #5b3e10;
}

/* --- Zvyšný text popisu (mimo panelov) --- */
.description-inner p { font-family: 'Poppins', sans-serif; }
.basic-description h4 { font-family: 'Nunito', sans-serif; }

/* --- Väčšie písmo v hlavnom menu --- */
#navigation .menu-level-1 > li > a,
#navigation .menu-level-1 > li > a b {
  font-size: 17px !important;
}

/* --- Tlačidlo "Detail" na kartách produktov --- */
.p-tools .btn.btn-primary,
a.btn.btn-primary {
  background-color: #d0abbd !important;
  border-color: #d0abbd !important;
  color: #5b3e10 !important;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.p-tools .btn.btn-primary:hover,
.p-tools .btn.btn-primary:focus,
a.btn.btn-primary:hover,
a.btn.btn-primary:focus {
  background-color: #efe6d8 !important;
  border-color: #efe6d8 !important;
  color: #5b3e10 !important;
}

/* --- Prázdny košík --- */
.jesena-cart-title {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  color: #5b3e10;
}
.jesena-cart-extra {
  margin-top: 12px;
  text-align: center;
}
.jesena-cart-info {
  font-family: 'Poppins', sans-serif;
  color: #5b3e10;
  margin: 0 0 10px;
}
.jesena-cart-contact {
  font-family: 'Poppins', sans-serif;
  margin-bottom: 16px;
}
.jesena-cart-contact a {
  color: #5b3e10;
  text-decoration: none;
  font-weight: 600;
}
.jesena-cart-contact a:hover { color: #d0abbd; }
.jesena-cart-sep { margin: 0 8px; color: #d0abbd; }
.jesena-cart-back-btn {
  display: inline-block;
  background-color: #d0abbd;
  color: #5b3e10;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  padding: 10px 24px;
  border-radius: 30px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.jesena-cart-back-btn:hover {
  background-color: #efe6d8;
  color: #5b3e10;
}

/* --- Zlaté hviezdičky v recenziách na titulke --- */
.jesena-stars {
  color: #d4af37 !important;
}

/* --- Zlaté hviezdičky v hodnotení produktu --- */
.stars .star:not(.star-off) {
  color: #d4af37 !important;
}

/* --- Hláška "Pripravuje sa produkt" (Detské vankúše) --- */
.jesena-force-show {
  display: block !important;
  text-align: center;
  padding: 40px 20px;
}
.jesena-coming-soon {
  font-family: 'Nunito', sans-serif;
  color: #5b3e10;
  font-size: 18px;
}

/* --- Články (napr. "Ako objednať spomienkového medvedíka") --- */
.jesena-article {
  font-family: 'Poppins', sans-serif;
  color: #5b3e10;
  line-height: 1.7;
  max-width: 760px;
  margin: 0 auto;
}
.jesena-article p { margin: 0 0 16px; }
.jesena-article h2 {
  font-family: 'Nunito', sans-serif;
  color: #5b3e10;
  text-align: center;
  margin: 40px 0 20px;
}
.jesena-article h3 {
  font-family: 'Nunito', sans-serif;
  color: #5b3e10;
  margin: 24px 0 10px;
}
.jesena-article ul { margin: 0 0 16px; padding-left: 20px; }
.jesena-article li { margin-bottom: 6px; }
.jesena-article img {
  display: block;
  max-width: 420px;
  width: 100%;
  height: auto;
  margin: 20px auto;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(91, 62, 16, 0.15);
}

/* --- Riadky "obrázok vedľa textu" (striedavo) --- */
.jesena-article-row {
  display: flex !important;
  align-items: center;
  gap: 28px;
  margin: 28px 0;
  flex-wrap: wrap;
}
.jesena-article-row.reverse {
  flex-direction: row-reverse;
}
.jesena-article-row-img {
  flex: 0 0 260px !important;
  max-width: 260px !important;
  width: 260px !important;
}
.jesena-article-row-img img {
  width: 100% !important;
  max-width: 260px !important;
  height: auto !important;
  margin: 0 !important;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(91, 62, 16, 0.15);
}
.jesena-article-row-text {
  flex: 1 1 300px;
}
.jesena-article-row-text p:last-child { margin-bottom: 0; }
@media (max-width: 600px) {
  .jesena-article-row,
  .jesena-article-row.reverse {
    flex-direction: column;
  }
  .jesena-article-row-img {
    max-width: 100% !important;
    width: 100% !important;
    flex-basis: auto !important;
  }
  .jesena-article-row-img img { max-width: 100% !important; }
}

/* --- Úvodná (hero) fotka na stránke "O mne" --- */
.jesena-article-hero {
  display: block !important;
  max-width: 480px !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 auto 28px !important;
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(91, 62, 16, 0.2);
}

/* --- Podpis na konci stránky "O mne" --- */
.jesena-article-signature {
  text-align: center;
  font-family: 'Nunito', sans-serif;
  color: #5b3e10;
  font-weight: 700;
  font-size: 18px;
  margin-top: 24px;
}

/* --- Zoznam výhod (kategórie) --- */
.jesena-benefits {
  list-style: none;
  margin: 20px 0;
  padding: 0;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.jesena-benefits li {
  position: relative;
  padding: 12px 16px 12px 44px;
  margin-bottom: 10px;
  background: #efe6d8;
  border-radius: 10px;
  font-family: 'Poppins', sans-serif;
  color: #5b3e10;
  line-height: 1.6;
}
.jesena-benefits li::before {
  content: '🧸';
  position: absolute;
  left: 14px;
  top: 12px;
  font-size: 16px;
}
.jesena-benefits.thread li::before {
  content: '🧵';
}
.jesena-benefits li strong {
  font-family: 'Nunito', sans-serif;
}

/* --- Mriežka so 4 obrázkami vedľa seba --- */
.jesena-gallery-row {
  display: flex !important;
  gap: 20px;
  margin: 24px auto;
  max-width: 700px;
  flex-wrap: wrap;
}
.jesena-gallery-row img {
  flex: 1 1 0 !important;
  width: 100% !important;
  max-width: none !important;
  height: 150px !important;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(91, 62, 16, 0.15);
  margin: 0 !important;
}
@media (max-width: 700px) {
  .jesena-gallery-row { flex-wrap: wrap; gap: 12px; }
  .jesena-gallery-row img { flex: 1 1 45%; height: 120px !important; }
}
.jesena-article figcaption {
  text-align: center;
  font-size: 13px;
  color: #5b3e10;
  opacity: 0.75;
  margin-top: -12px;
  margin-bottom: 20px;
}
.jesena-article-tip {
  background: #efe6d8;
  border: 1px solid #d0abbd;
  border-radius: 10px;
  padding: 16px 20px;
  margin: 0 0 20px;
}
.jesena-article-tip p { margin: 0; }
.jesena-article-cta {
  text-align: center;
  margin: 32px 0;
}
.jesena-btn {
  display: inline-block;
  background-color: #d0abbd;
  color: #5b3e10;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  margin: 6px;
  transition: background-color 0.2s ease;
}
.jesena-btn:hover {
  background-color: #efe6d8;
  color: #5b3e10;
}

/* --- Vlastná rozbaľovacia ponuka pod "Produkty" --- */
.jesena-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #ffffff;
  border: 1px solid #d0abbd;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(91, 62, 16, 0.25);
  z-index: 999;
  padding: 8px 0;
}
li:hover > .jesena-dropdown {
  display: block;
}
.jesena-dropdown a {
  display: block;
  padding: 10px 18px;
  color: #5b3e10;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  white-space: nowrap;
}
.jesena-dropdown a:hover {
  background: #efe6d8;
  color: #5b3e10;
}

/* --- Samostatná stránka /kosik/ (prázdny košík) --- */
.cart-heading.jesena-cart-title {
  font-family: 'Nunito', sans-serif;
  color: #5b3e10;
  text-align: center !important;
}
.cart-inner.cart-empty .col-md-8 {
  display: none !important;
}
.cart-inner.cart-empty .col-md-4 {
  width: 100% !important;
  flex: 0 0 100% !important;
  max-width: 480px !important;
  margin: 0 auto !important;
  float: none !important;
}
.cart-inner.cart-empty .col-md-4 .cart-content {
  text-align: center;
}
.box.box-bg-default {
  background: #efe6d8 !important;
  border: 1px solid #d0abbd;
  border-radius: 10px;
  max-width: 320px;
  margin: 24px auto 0 !important;
  padding: 20px !important;
}
.contact-box strong[data-testid="contactboxName"] {
  font-family: 'Nunito', sans-serif;
  color: #5b3e10;
}
.contact-box a {
  color: #5b3e10;
}
.contact-box a:hover {
  color: #d0abbd;
}
.contact-box,
.contact-box ul {
  text-align: center !important;
}
.contact-box ul {
  padding-left: 0 !important;
  list-style: none !important;
  margin: 0 !important;
}
.contact-box li {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 6px;
}

/* --- Celé názvy kategórií na stránke "Produkty" (moje-kategorie) --- */
.subcategories.with-image .text {
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
  height: auto !important;
  -webkit-line-clamp: unset !important;
  display: block !important;
  line-height: 1.3;
}
.subcategories.with-image li {
  height: auto !important;
}
.subcategories.with-image .image img {
  transform: scale(1.25);
}

/* --- Skrytie ikony "Tlač" na stránke produktu --- */
.link-icons .link-icon.print {
  display: none !important;
}

/* --- Skrytie boxu "Potrebujete poradiť?" v košíku (prázdny aj s produktmi) --- */
.checkout-box-wrapper {
  display: none !important;
}

/* --- Skrytie nadpisu "Darčeky a zľavy" v košíku (necháva info o doprave zdarma) --- */
.cart-summary > h2.h4 {
  display: none !important;
}

/* --- Súvisiaci tovar v košíku vždy rozbalený (bez potreby klikať) --- */
.cart-table tr.related {
  display: table-row !important;
}
.cart-table .show-related {
  display: none !important;
}
.jesena-related-hint {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  color: #5b3e10;
  background: #efe6d8;
  border-radius: 8px;
  padding: 10px 14px;
  margin: 0;
}
