/* ------------------------------------------------------------------
   lilbee — nadstavba nad šablónou Samba (template-14)
   Needs to sit ON TOP of the template, not replace it: every rule is
   scoped to lilbee blocks or to Samba classes we deliberately restyle.
   ------------------------------------------------------------------ */

:root {
  --lb-honey: #f0a81c;
  --lb-honey-deep: #c9820a;
  --lb-teal: #16807a;
  --lb-ink: #241d14;
  --lb-ink-soft: #6d6154;
  --lb-line: #ece2d0;
  --lb-paper: #fffdf7;
  --lb-paper-2: #fbf4e6;
  --lb-red: #d2503c;
  --lb-purple: #6b4fbb;
  --lb-green: #3e8e5a;
  --lb-blue: #2f6fb5;
}

/* ---------- 1. Krátky popis nad cenou: väčší, teplejší ---------- */

.p-short-description {
  font-size: 17px;
  line-height: 1.6;
  color: var(--lb-ink-soft);
}
.p-short-description p { margin-bottom: 10px; }
.p-short-description strong { color: var(--lb-ink); }

/* ---------- 2. Bloky, ktoré vkladáme do popisu produktu ---------- */

.lb { color: var(--lb-ink); }
.lb * { box-sizing: border-box; }

.lb h2 {
  font-size: clamp(23px, 3.2vw, 31px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  font-weight: 800;
  margin: 0 0 14px;
  text-wrap: balance;
}
.lb h3 { font-size: 17px; font-weight: 700; margin: 0 0 6px; letter-spacing: -0.01em; }
.lb p { margin: 0 0 14px; line-height: 1.62; }
.lb .lb-lede { font-size: 17.5px; color: var(--lb-ink-soft); }

/* podčiarknutie „od ruky" */
.lb-scribble { position: relative; white-space: nowrap; }
.lb-scribble svg {
  position: absolute; left: 0; right: 0; bottom: -10px;
  width: 100%; height: 11px; overflow: visible;
}

/* ---------- 3. Prečo u nás — štvorica ---------- */

.lb-benefits {
  display: grid; gap: 22px;
  margin: 30px 0 38px;
  padding: 28px 22px;
  background: var(--lb-paper-2);
  border-radius: 16px;
}
@media (min-width: 700px) { .lb-benefits { grid-template-columns: repeat(4, 1fr); } }
.lb-benefit { text-align: center; }
.lb-benefit svg { display: block; margin: 0 auto 10px; }
.lb-benefit p { font-size: 14px; color: var(--lb-ink-soft); margin: 0; }

/* ---------- 4. Tri kroky ---------- */

.lb-steps { display: grid; gap: 22px; margin: 32px 0 38px; }
@media (min-width: 760px) { .lb-steps { grid-template-columns: repeat(3, 1fr); } }
.lb-step {
  position: relative;
  border: 2px solid var(--lb-line);
  border-radius: 16px;
  padding: 26px 20px 20px;
  background: #fff;
}
.lb-step-n {
  position: absolute; top: -16px; left: 20px;
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--lb-teal); color: #fff;
  display: grid; place-items: center;
  font-weight: 800; font-size: 15px;
}
.lb-step p { font-size: 14.5px; color: var(--lb-ink-soft); margin: 0; }

/* ---------- 5. Pastelky ---------- */

.lb-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 4px 0 24px; }
.lb-tag {
  font-size: 13px; font-weight: 700;
  padding: 5px 12px; border-radius: 999px;
  background: #fff; border: 2px solid var(--lb-line);
}
.lb-tag.r { color: var(--lb-red); border-color: #f0cdc6; }
.lb-tag.p { color: var(--lb-purple); border-color: #d6cbf0; }
.lb-tag.g { color: var(--lb-green); border-color: #c6e2ce; }
.lb-tag.b { color: var(--lb-blue); border-color: #c6d8ee; }

/* ---------- 6. Časté otázky ---------- */

.lb-faq { margin: 34px 0 10px; border-top: 1px solid var(--lb-line); }
.lb-faq details { border-bottom: 1px solid var(--lb-line); }
.lb-faq summary {
  cursor: pointer; list-style: none;
  padding: 16px 34px 16px 0; position: relative;
  font-weight: 700; font-size: 16px;
}
.lb-faq summary::-webkit-details-marker { display: none; }
.lb-faq summary::after {
  content: "+"; position: absolute; right: 4px; top: 13px;
  font-size: 22px; font-weight: 400; color: var(--lb-teal);
}
.lb-faq details[open] summary::after { content: "\2013"; }
.lb-faq p { font-size: 15px; color: var(--lb-ink-soft); padding-bottom: 6px; }

/* ---------- 7. Organické miesta na fotky ---------- */

.lb-photos { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 28px 0 34px; }
@media (min-width: 760px) { .lb-photos { grid-template-columns: repeat(4, 1fr); } }
.lb-photo {
  aspect-ratio: 1 / 1;
  background: var(--lb-paper-2);
  border: 2px dashed #d9cbb0;
  display: grid; place-items: center; text-align: center;
  color: #a2917a; font-size: 12.5px; line-height: 1.35; padding: 14px;
  overflow: hidden;
}
.lb-photo img { width: 100%; height: 100%; object-fit: cover; }
.lb-photo.s1 { border-radius: 62% 38% 46% 54% / 54% 46% 54% 46%; transform: rotate(-3deg); }
.lb-photo.s2 { border-radius: 38% 62% 60% 40% / 46% 58% 42% 54%; transform: rotate(2.5deg); }
.lb-photo.s3 { border-radius: 55% 45% 38% 62% / 62% 40% 60% 38%; transform: rotate(-2deg); }
.lb-photo.s4 { border-radius: 45% 55% 62% 38% / 38% 62% 38% 62%; transform: rotate(3deg); }
.lb-photo.wide { aspect-ratio: 4 / 3; }

/* ---------- 8. Citát / odkaz od dieťaťa ---------- */

.lb-quote {
  font-size: clamp(19px, 2.6vw, 24px);
  line-height: 1.38; font-weight: 700; letter-spacing: -0.02em;
  margin: 0 0 18px;
}
.lb-note {
  display: inline-block; background: #fff;
  border: 2px solid var(--lb-line); border-radius: 12px;
  padding: 13px 17px; font-size: 14.5px; color: var(--lb-ink-soft);
  transform: rotate(-1.4deg);
}

/* ---------- 9. Dvojstĺpec ---------- */

.lb-row { display: grid; gap: 26px; align-items: center; margin: 34px 0; }
@media (min-width: 780px) { .lb-row { grid-template-columns: 1fr 1fr; } }

/* ---------- 10. Výzva ---------- */

.lb-cta {
  text-align: center; padding: 34px 24px; margin: 38px 0 8px;
  background: var(--lb-paper-2); border-radius: 18px;
}
.lb-cta h2 { margin-bottom: 8px; }
.lb-btn {
  display: inline-block; margin-top: 16px;
  background: var(--lb-honey); color: #291f0a;
  font-weight: 700; font-size: 16px; text-decoration: none;
  padding: 13px 26px; border-radius: 999px;
  box-shadow: 0 4px 0 var(--lb-honey-deep);
  transition: transform .12s, box-shadow .12s;
}
.lb-btn:hover { transform: translateY(2px); box-shadow: 0 2px 0 var(--lb-honey-deep); color: #291f0a; }

/* Same button used as a real <button> (e.g. the closing CTA): reset native chrome. */
button.lb-btn { border: none; cursor: pointer; font: inherit; }

/* ---------- 11. Údaje na doplnenie ---------- */

.lb-ph {
  background: #fff3d6; border-bottom: 2px dotted var(--lb-honey-deep);
  padding: 0 4px; font-size: 0.9em; color: #7a5c10;
}

/* ---------- 12. Kontaktné karty ---------- */

.lb-cards { display: grid; gap: 16px; margin: 26px 0 34px; }
@media (min-width: 680px) { .lb-cards { grid-template-columns: repeat(3, 1fr); } }
.lb-card { border: 2px solid var(--lb-line); border-radius: 16px; padding: 20px 18px; background: #fff; }
.lb-card .lb-big { font-size: 17px; font-weight: 700; margin: 0 0 4px; }
.lb-card p { font-size: 14.5px; color: var(--lb-ink-soft); margin: 0; }

.lb-legal { display: grid; gap: 8px 26px; font-size: 15px; margin: 0; }
@media (min-width: 620px) { .lb-legal { grid-template-columns: max-content 1fr; } }
.lb-legal dt { color: var(--lb-ink-soft); }
.lb-legal dd { margin: 0; font-weight: 600; }

@media (prefers-reduced-motion: reduce) {
  .lb-btn, .lb-photo { transition: none; }
}

/* ---------- Krátky popis: tvrdenie + tri mini kroky s fotkami ---------- */

.lb-claim { font-size: 17px; line-height: 1.5; margin: 0 0 16px; }
.lb-claim strong { color: var(--lb-ink); font-weight: 700; }

.lb-mini {
  list-style: none; margin: 0 0 16px; padding: 0;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
}
.lb-mini li { display: flex; flex-direction: column; align-items: center; text-align: center; }
.lb-mini-ph {
  width: 100%; aspect-ratio: 1/1; margin-bottom: 8px;
  background: var(--lb-paper-2); border: 2px dashed #ddc9a0;
  border-radius: 50% 42% 55% 45% / 45% 55% 45% 55%;
  display: grid; place-items: center;
  font-size: 10.5px; line-height: 1.25; color: #a2917a; padding: 8px;
}
.lb-mini-ph img { width: 100%; height: 100%; object-fit: cover; border-radius: inherit; }
.lb-mini-t { font-size: 13.5px; font-weight: 700; line-height: 1.25; color: var(--lb-ink); }
.lb-mini-s { font-size: 12px; color: var(--lb-ink-soft); line-height: 1.3; margin-top: 2px; }

.lb-gift {
  display: flex; gap: 12px; align-items: center;
  background: #fff8e8; border-radius: 14px;
  padding: 12px 14px; margin: 0 0 4px;
  font-size: 14px; line-height: 1.5; color: #6b5426;
}
.lb-gift-ph {
  flex: 0 0 62px; width: 62px; height: 62px;
  background: #fff; border: 2px dashed #e2c98f; border-radius: 12px;
  display: grid; place-items: center; text-align: center;
  font-size: 9.5px; line-height: 1.2; color: #b09454; padding: 4px;
}
.lb-gift-ph img { width: 100%; height: 100%; object-fit: cover; border-radius: inherit; }

/* ---------- Fotky vo výhodách a krokoch ---------- */

.lb-bph, .lb-sph {
  display: grid; place-items: center; text-align: center;
  background: #fff; border: 2px dashed #ddc9a0;
  color: #a2917a; font-size: 10.5px; line-height: 1.25; padding: 8px;
}
.lb-bph {
  width: 78px; height: 78px; margin: 0 auto 10px;
  border-radius: 52% 48% 44% 56% / 46% 54% 46% 54%;
}
.lb-sph {
  width: 100%; aspect-ratio: 3/2; margin: 4px 0 12px; border-radius: 12px;
}
.lb-bph img, .lb-sph img { width: 100%; height: 100%; object-fit: cover; border-radius: inherit; }

/* ---------- Zoznam parametrov ---------- */

.lb-list { margin: 6px 0 0; padding-left: 20px; }
.lb-list li { margin-bottom: 5px; font-size: 15px; }

/* ---------- Skutočné fotky (už majú vlastný organický tvar) ---------- */

.lb-shot { margin: 0; }
.lb-shot img {
  display: block;
  width: 100%; height: auto;
  /* the photo carries its own gold blob edge, so no frame is added here */
}

/* Real photo in a mini step: it carries its own coloured blob, so drop the
   placeholder frame instead of drawing a second shape around it. */
.lb-mini-ph--photo {
  background: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  aspect-ratio: auto;
  display: block;
}
.lb-mini-ph--photo picture,
.lb-mini-ph--photo img { display: block; width: 100%; height: auto; border-radius: 0; }

/* Real photo inside the gift note (box teaser): drop the placeholder frame. */
.lb-gift-ph--photo {
  background: none; border: 0; padding: 0;
}
.lb-gift-ph--photo picture, .lb-gift-ph--photo img {
  display: block; width: 100%; height: 100%; object-fit: cover; border-radius: 12px;
}

/* Real photo in a benefit icon: shown whole, own aspect ratio, no crop. */
.lb-bph--photo {
  width: 84px; height: auto; aspect-ratio: auto;
  background: none; border: 0; padding: 0; border-radius: 0;
}
.lb-bph--photo picture, .lb-bph--photo img {
  display: block; width: 100%; height: auto; object-fit: contain;
}

/* Real photo in a numbered step: same treatment — drop the placeholder frame. */
.lb-sph--photo {
  width: 100%; height: auto; aspect-ratio: auto;
  background: none; border: 0; padding: 0; border-radius: 0;
}
.lb-sph--photo picture, .lb-sph--photo img {
  display: block; width: 100%; height: auto; object-fit: contain; border-radius: 0;
}

/* ------------------------------------------------------------------
   Nasledujúce pravidlá pôvodne žili v samostatnom panel.css, ktorý
   sa ale nikdy nenačítaval na živom webe (demo.js ťahá len tento
   súbor) — zlúčené sem, aby sa reálne aplikovali.
   ------------------------------------------------------------------ */

/* ------------------------------------------------------------------
   Pravý stĺpec produktu — Samba (template-14)
   Cieľ: z rozsypaných blokov šablóny spraviť jeden súvislý,
   značkový panel, kde je jasné poradie: čo kúpim → čo mám urobiť → cena.
   ------------------------------------------------------------------ */

/* ---------- 1. Nadpis a krátky popis ---------- */

.type-detail .p-detail-inner-header h1 {
  font-size: clamp(26px, 3.2vw, 34px);
  line-height: 1.12;
  letter-spacing: -0.025em;
  font-weight: 800;
  color: var(--lb-ink);
  margin-bottom: 10px;
}

.type-detail .p-short-description {
  font-size: 16.5px;
  line-height: 1.58;
  color: var(--lb-ink-soft);
  margin-bottom: 22px;
}
.type-detail .p-short-description strong { color: var(--lb-ink); }

/* ---------- 2. Nahrávanie kresby — hlavná akcia stránky ---------- */

#kdw {
  max-width: none;
  background: var(--lb-paper-2);
  border: 2px solid #f0e3c8;
  border-radius: 18px;
  padding: 18px 18px 20px;
  margin: 0 0 18px;
  position: relative;
}

/* malý štítok, aby bolo jasné, že sa tu začína */
#kdw::before {
  content: "1 · Vaša kresba";
  position: absolute;
  top: -11px; left: 18px;
  background: var(--lb-honey);
  color: #291f0a;
  font-size: 11.5px; font-weight: 800;
  letter-spacing: 0.06em; text-transform: uppercase;
  padding: 3px 10px; border-radius: 999px;
}

#kdw-drop {
  background: #fff;
  border: 2px dashed #ddc9a0;
  border-radius: 13px;
  padding: 22px 16px;
  min-height: 0;
}
#kdw-drop.kdw-over { border-color: var(--lb-honey-deep); background: #fffaf0; }
#kdw-hint { font-size: 15.5px; color: var(--lb-ink); }
#kdw-sub { font-size: 12.5px; }

#kdw-btn {
  background: var(--lb-teal);
  color: #fff;
  border-radius: 999px;
  padding: 12px;
  font-size: 15px;
  box-shadow: 0 3px 0 var(--lb-teal-deep, #0f5f5b);
  margin-top: 12px;
}
#kdw-btn:disabled { box-shadow: none; }
#kdw-btn:not(:disabled):hover { transform: translateY(2px); box-shadow: 0 1px 0 #0f5f5b; }

/* ---------- 3. Meno malého umelca — kompaktné pole hneď pod nahrávaním ----------
   This reuses the addon's note field (moved right after #kdw in demo.js),
   shrunk to one line with the label dropped — placeholder carries the copy. */

#dkLabNoteMainWrapper { max-width: none; margin: 0 0 18px; }
#dkLabNoteMainWrapper .dkLabNoteHeader { display: none !important; }
#dkLabNoteMainWrapper textarea.dkLabNote {
  border: 2px solid var(--lb-line) !important;
  border-radius: 12px !important;
  padding: 9px 12px !important;
  font-size: 14.5px !important;
  background: #fff !important;
  min-height: 0 !important;
  height: 40px !important;
  resize: none;
}
#dkLabNoteMainWrapper textarea.dkLabNote:focus {
  border-color: var(--lb-teal) !important;
  box-shadow: 0 0 0 3px rgba(22,128,122,.12) !important;
}

/* ---------- 4. Cena + dostupnosť ako jeden riadok ---------- */

.type-detail .p-price-wrapper { margin: 0 0 6px; }
.type-detail .price-final,
.type-detail .price-final-holder {
  font-size: clamp(30px, 4vw, 38px) !important;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--lb-ink) !important;
}

.type-detail .detail-parameters {
  display: flex; flex-wrap: wrap; gap: 6px 20px;
  margin: 0 0 18px; padding: 0;
  font-size: 14px;
}
.type-detail .detail-parameter { margin: 0; }
.type-detail .availability-label { font-weight: 700; }

/* zelená bodka pri dostupnosti */
.type-detail .detail-parameter-availability .availability-label::before {
  content: ""; display: inline-block;
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--lb-green); margin-right: 7px;
  vertical-align: 1px;
}

/* ---------- 5. Do košíka — najvýraznejší prvok ---------- */

.type-detail .p-to-cart-block { margin: 0 0 10px; }

.type-detail .add-to-cart-button {
  border-radius: 999px !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  padding: 15px 26px !important;
  letter-spacing: -0.01em;
  box-shadow: 0 4px 0 var(--lb-honey-deep);
  transition: transform .12s, box-shadow .12s;
}
.type-detail .add-to-cart-button:hover {
  transform: translateY(2px);
  box-shadow: 0 2px 0 var(--lb-honey-deep);
}

.type-detail .add-to-cart .quantity input.amount {
  border-radius: 12px !important;
  font-weight: 700;
  font-size: 16px;
}

/* ---------- 6. Drobné odkazy dole ---------- */

.type-detail .social-buttons-wrapper { margin-top: 14px; }
.type-detail .link-icons .link-icon span { font-size: 13px; color: var(--lb-ink-soft); }

/* ---------- 7b. Skrytá záložka "Parametre" kradne kliky na desktope ----------
   Samba's .row around #description/#extendedDescription floats both tab
   panes (float:left width:100%) but the inactive one isn't floated, so it
   doesn't clear the active pane's height — it renders invisible (opacity:0)
   but still overlaps and intercepts clicks across the whole active pane.
   Harmless with Shoptet's short default description; became a real problem
   once our content made the active pane much taller. Only disable clicks
   while the pane is inactive — the real "Parametre" tab must stay usable. */
#extendedDescription.tab-pane:not(.active) {
  pointer-events: none;
}

/* ---------- 7. Doprava zdarma / dôvera pod tlačidlom ---------- */

.lb-trust {
  display: flex; flex-wrap: wrap; gap: 8px 18px;
  margin: 12px 0 0; padding: 0; list-style: none;
  font-size: 13.5px; color: var(--lb-ink-soft);
}
.lb-trust li { display: flex; align-items: center; gap: 7px; }
.lb-trust svg { flex: 0 0 auto; }

/* ---------- Malý medový odznak nad nadpisom (rovnaký jazyk ako "1 · Vaša kresba") ---------- */

.lb-eyebrow {
  display: inline-block;
  background: var(--lb-honey);
  color: #291f0a;
  font-size: 11.5px; font-weight: 800;
  letter-spacing: 0.06em; text-transform: uppercase;
  padding: 4px 12px; border-radius: 999px;
  margin: 0 0 12px;
}

/* ---------- Skutočná fotka v organickom tvare s farebným akcentom
   (na rozdiel od .lb-shot fotiek, ktoré si nesú vlastný okraj —
   táto je obyčajný obdĺžnik, tak jej tvar aj farebný prstenec dávame my) ---------- */

.lb-organic {
  position: relative;
  display: inline-block;
  width: 100%;
}
.lb-organic::before {
  content: "";
  position: absolute;
  inset: -14px;
  background: var(--lb-honey);
  border-radius: 58% 42% 50% 50% / 46% 54% 46% 54%;
  z-index: 0;
  transform: rotate(-2deg);
}
.lb-organic img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 58% 42% 50% 50% / 46% 54% 46% 54%;
  transform: rotate(-2deg);
}
.lb-organic.teal::before { background: var(--lb-teal); }

/* ------------------------------------------------------------------
   Hlavička — schválené na nasadenie naostro (2026-08-19)
   ------------------------------------------------------------------ */
/* ------------------------------------------------------------------
   NÁVRH hlavičky — LEN v tomto náhľade, nie je súčasťou zdieľaného
   lilbee.css a nenačítava sa na živom webe.
   ------------------------------------------------------------------ */

#header {
  background: var(--lb-paper-2);
}

/* plná farebná škvrna za logom — rovnaká farba, akú predtým niesla
   spodná čiara pod hlavičkou */
.site-name {
  position: relative;
  display: inline-block;
}
.site-name::before {
  content: "";
  position: absolute;
  inset: -12px -20px;
  background: var(--lb-honey);
  border-radius: 58% 42% 55% 45% / 45% 55% 42% 58%;
  transform: rotate(-3deg);
  z-index: 0;
}
.site-name a {
  position: relative;
  z-index: 1;
  display: block;
}

/* hlavné menu */
.menu-level-1 > li > a {
  color: var(--lb-ink) !important;
  font-weight: 700 !important;
}
.menu-level-1 > li > a:hover {
  color: var(--lb-teal) !important;
}

/* ikony vpravo hore (hľadať/účet/košík) — hľadať a prihlásenie majú od
   Shoptetu biele štvorcové pozadie tlačidla, ktoré na farebnej hlavičke
   trčí; košík ho nemá. Zjednotené — všetky tri priehľadné. */
.header-top .navigation-buttons a,
.header-top .navigation-buttons button {
  color: var(--lb-ink) !important;
  background: transparent !important;
}

/* ------------------------------------------------------------------
   Úvodná stránka — blok „HTML text úvodnej stránky" (Samba template-14).
   Pripája sa na koniec lilbee.css; všetko je pod .lbh okrem troch
   pravidiel, ktoré presúvajú blok nad carousel a produkty.
   ------------------------------------------------------------------ */

.type-index .content.wide { display: flex; flex-direction: column; }
.type-index .welcome-wrapper { order: -1; margin: 0; padding: 0; }
.type-index .welcome > .h1 { display: none; }
.type-index .overall-wrapper { overflow-x: clip; }

.lbh {
  --pad: 18px;
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-bottom: 96px;
  background: var(--lb-paper-2);
  color: var(--lb-ink);
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow: hidden;
  isolation: isolate;
}
.lbh * { box-sizing: border-box; }
.lbh img { display: block; max-width: 100%; height: auto; }
.lbh-stage img, .lbh-krok-ph img, .lbh-pair img, .lbh-krabica-ph img { filter: drop-shadow(0 14px 16px rgba(36, 29, 20, .2)); }
.lbh h1, .lbh h2, .lbh h3 {
  font-family: 'Nunito', sans-serif; font-weight: 800; color: var(--lb-ink);
  margin: 0; text-wrap: balance; letter-spacing: -0.02em;
}
.lbh p { margin: 0; }  /* rovnaká sila ako Samba .welcome-wrapper p, ale neskôr → vyhrá */
.lbh a { color: inherit; }
.lbh ::selection { background: #ffd98a; color: var(--lb-ink); }
.lbh :focus-visible { outline: 3px solid var(--lb-teal); outline-offset: 3px; border-radius: 8px; }
.lbh .lb-btn { margin-top: 0; text-align: center; }

.lbh-in { position: relative; max-width: 1170px; margin: 0 auto; padding: 0 var(--pad); }
.lbh > section { position: relative; z-index: 1; }

/* čmáranice: jedna vrstva cez celý stôl, pretína hranice sekcií */
.lbh-scrib { position: absolute; z-index: 0; pointer-events: none; fill: none; stroke-linecap: round; stroke-linejoin: round; filter: url(#lbh-crayon); }
.lbh-scrib path { stroke-width: 7px; }

.lbh-h2 { font-size: clamp(28px, 7vw, 46px); line-height: 1.06; max-width: 17ch; }
.lbh .lbh-body { margin-top: 18px; color: var(--lb-ink-soft); max-width: 46ch; }
.lbh .lbh-body + .lbh-body { margin-top: 10px; }

/* ---------- 1 · hlavný banner ---------- */
.lbh-hero { padding: 18px 0 0; }
.lbh-stage { position: relative; height: clamp(300px, 88vw, 420px); margin: 0 calc(var(--pad) * -1) 6px; }
.lbh-kresba { position: absolute; z-index: 2; left: 4px; top: 10px; width: 46%; transform: rotate(-6deg); }
.lbh-hrncek { position: absolute; z-index: 1; right: -14%; bottom: 0; width: 80%; transform: rotate(3deg); }
.lbh-arrow {
  position: absolute; z-index: 3; left: 30%; top: 40%; width: 28%;
  stroke: var(--lb-ink); stroke-width: 3.4; stroke-linecap: round; stroke-linejoin: round;
}
.lbh-hero h1 { font-size: clamp(34px, 9.4vw, 62px); line-height: 1.03; letter-spacing: -0.035em; }
.lbh .lbh-lede { margin-top: 30px; font-size: 17.5px; color: var(--lb-ink-soft); max-width: 36ch; }
.lbh-cta { display: flex; flex-direction: column; align-items: stretch; gap: 10px; margin-top: 22px; }
.lbh-link {
  align-self: center; padding: 6px; font-weight: 700;
  text-decoration: underline; text-decoration-color: var(--lb-honey);
  text-decoration-thickness: 3px; text-underline-offset: 6px;
}
.lbh .lbh-facts { margin-top: 12px; font-size: 14px; font-weight: 700; color: var(--lb-ink-soft); }

/* ---------- 2 · benefity na lístku ---------- */
.lbh-listok {
  position: relative; margin: 38px 4px 0;
  background: #fff; border-radius: 6px; padding: 28px 20px 20px;
  transform: rotate(-1.4deg);
  box-shadow: 0 14px 28px -18px rgba(36, 29, 20, .45), 0 1px 2px rgba(36, 29, 20, .08);
}
.lbh-listok::before {
  content: ""; position: absolute; top: -13px; left: 50%;
  width: 104px; height: 26px; margin-left: -52px;
  background: rgba(240, 168, 28, .6); transform: rotate(3deg);
}
.lbh-listok ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.lbh-listok li { display: grid; grid-template-columns: 28px 1fr; gap: 10px; align-items: start; font-weight: 700; line-height: 1.35; }
.lbh-listok li span { display: block; margin-top: 2px; font-weight: 400; font-size: 14.5px; color: var(--lb-ink-soft); }
.lbh-check { width: 28px; height: 28px; stroke: var(--lb-teal); stroke-width: 3.4; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- 3 · ako to funguje ---------- */
.lbh-kroky { padding: 72px 0 0; }
.lbh-path { position: relative; display: grid; gap: 30px; margin-top: 28px; }
.lbh-path-line {
  position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0;
  stroke: var(--lb-ink); stroke-width: 2.4; stroke-dasharray: 2 9; stroke-linecap: round; opacity: .45;
}
.lbh-path-d { display: none; }
.lbh-krok { position: relative; z-index: 1; display: grid; grid-template-columns: 48% 1fr; gap: 14px; align-items: center; }
.lbh-krok.is-flip { grid-template-columns: 1fr 48%; }
.lbh-krok.is-flip .lbh-krok-ph { order: 2; }
.lbh-krok-ph img { transform: rotate(-3deg); }
.lbh-krok.is-flip .lbh-krok-ph img { transform: rotate(3deg); }
.lbh-num {
  display: inline-grid; place-items: center; width: 34px; height: 34px; margin-bottom: 8px;
  border-radius: 50%; background: var(--lb-teal); color: #fff;
  font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 16px;
}
.lbh-krok h3 { font-size: 19px; line-height: 1.15; }
.lbh-krok p { margin-top: 4px; font-size: 14.5px; line-height: 1.5; color: var(--lb-ink-soft); }

/* ---------- 4 · pred → po (medová podložka na stole) ---------- */
.lbh-predpo { margin-top: 72px; padding: 48px 0 52px; }
.lbh-predpo::before {
  content: ""; position: absolute; z-index: -1; inset: 0 -10%;
  background: var(--lb-honey);
  border-radius: 46% 54% 42% 58% / 9% 12% 8% 11%;
  transform: rotate(-1.5deg);
}
.lbh-predpo .lbh-h2 { color: #241d14; }
.lbh .lbh-predpo-lede { margin-top: 12px; max-width: 44ch; color: #3a2b07; }
.lbh-pair { display: grid; grid-template-columns: 1fr; margin-top: 22px; }
.lbh-pair figure { margin: 0; }
.lbh-pair figcaption {
  margin-top: 6px; font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 15px; color: #241d14;
}
.lbh-pred { width: 74%; transform: rotate(-3deg); }
.lbh-po { width: 82%; margin: -34px 0 0 auto; transform: rotate(2deg); text-align: right; }
.lbh-pair-arrow {
  width: 54px; margin: -18px 0 0 38%; transform: rotate(55deg);
  stroke: #241d14; stroke-width: 4; stroke-linecap: round; stroke-linejoin: round;
}
.lbh-predpo-tags { margin: 22px 0 0; }

/* ---------- 5 · produkt ---------- */
.lbh-produkt { padding: 72px 0 0; }
.lbh-produkt-ph { position: relative; margin: 0 -6px 18px; }
.lbh-produkt-ph::before {
  content: ""; position: absolute; z-index: -1; inset: 6% 4% 2%;
  background: #fff; border-radius: 52% 48% 46% 54% / 50% 46% 54% 50%;
}
.lbh-produkt-ph img { width: 100%; mix-blend-mode: multiply; }
.lbh-cenovka {
  position: absolute; right: 4%; top: 6%;
  padding: 10px 16px 10px 26px; border-radius: 8px;
  background: #fff; transform: rotate(7deg);
  box-shadow: 0 10px 20px -12px rgba(36, 29, 20, .5);
  font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 25px; letter-spacing: -0.02em; color: var(--lb-ink);
}
.lbh-cenovka::before {
  content: ""; position: absolute; left: 9px; top: 50%;
  width: 9px; height: 9px; margin-top: -4.5px; border-radius: 50%;
  background: var(--lb-paper-2); box-shadow: inset 0 0 0 1.5px rgba(36, 29, 20, .3);
}
.lbh-params { list-style: none; margin: 14px 0 22px; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.lbh-params li {
  padding: 5px 12px; border-radius: 999px; background: #fff; border: 2px solid var(--lb-line);
  font-size: 13.5px; font-weight: 700;
}
.lbh-produkt .lb-btn { display: block; }


/* ---------- 6 · pre koho: darčekové kartičky ---------- */
.lbh-komu { padding: 72px 0 0; }
.lbh-tags { display: flex; flex-wrap: wrap; gap: 14px 10px; margin-top: 24px; }
.lbh-tag {
  position: relative; display: inline-flex; align-items: center;
  padding: 12px 18px 12px 32px; border-radius: 8px 24px 24px 8px;
  background: #fff; border: 2px solid var(--lb-line);
  font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 16px;
  text-decoration: none; color: var(--lb-ink);
  transition: transform .35s cubic-bezier(.16, 1, .3, 1), border-color .2s;
}
.lbh-tag::before {
  content: ""; position: absolute; left: 12px; top: 50%;
  width: 9px; height: 9px; margin-top: -4.5px; border-radius: 50%;
  background: var(--lb-paper-2); box-shadow: inset 0 0 0 1.5px rgba(36, 29, 20, .3);
}
.lbh-tag:nth-child(odd) { transform: rotate(-2deg); }
.lbh-tag:nth-child(even) { transform: rotate(1.6deg); }
.lbh-tag:hover { transform: rotate(0) translateY(-3px); }
.lbh-tag.r { border-color: #f0cdc6; } .lbh-tag.r:hover { border-color: var(--lb-red); }
.lbh-tag.p { border-color: #d6cbf0; } .lbh-tag.p:hover { border-color: var(--lb-purple); }
.lbh-tag.g { border-color: #c6e2ce; } .lbh-tag.g:hover { border-color: var(--lb-green); }
.lbh-tag.b { border-color: #c6d8ee; } .lbh-tag.b:hover { border-color: var(--lb-blue); }

/* ---------- 7 · recenzie (skryté) ---------- */
.lbh-recenzie-ph { border: 2px dashed #ddc9a0; border-radius: 14px; padding: 18px; color: #7a5c10; font-size: 14px; }

/* ---------- 8 · krabica ---------- */
.lbh-krabica { padding: 64px 0 0; }
.lbh-krabica-ph { margin: 0 -8% 10px -14%; }
.lbh-krabica-ph img { transform: rotate(-3deg); }

/* ---------- 9 · časté otázky na bloku ---------- */
.lbh-faq { padding: 68px 0 0; }
.lbh-blok {
  position: relative; margin-top: 26px;
  background: #fff; border-radius: 6px; padding: 18px 18px 6px;
  transform: rotate(.7deg);
  box-shadow: 0 14px 28px -18px rgba(36, 29, 20, .45), 0 1px 2px rgba(36, 29, 20, .08);
}
.lbh-blok::before {
  content: ""; position: absolute; top: -12px; right: 18%;
  width: 90px; height: 24px; background: rgba(22, 128, 122, .35); transform: rotate(-4deg);
}
.lbh-blok .lb-faq { margin: 0; border-top: 0; }
.lbh-blok .lb-faq details:last-child { border-bottom: 0; }

/* ---------- 10 · záverečná výzva ---------- */
.lbh-final-wrap { padding: 76px 0 0; }
.lbh-final { position: relative; padding: 48px 24px 52px; text-align: center; }
.lbh-final::before {
  content: ""; position: absolute; z-index: -1; inset: 0 -2%;
  background: var(--lb-honey);
  border-radius: 58% 42% 55% 45% / 45% 55% 42% 58%;
  transform: rotate(-2deg);
}
.lbh-final .lbh-h2 { margin: 0 auto; }
.lbh-final p { margin: 12px auto 22px; max-width: 32ch; color: #3a2b07; }
.lbh-final .lb-btn { background: var(--lb-ink); color: #fff; box-shadow: 0 4px 0 #000; }
.lbh-final .lb-btn:hover { color: #fff; box-shadow: 0 2px 0 #000; }

/* ---------- prilepená lišta na mobile ---------- */
.lbh-sticky {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(251, 244, 230, .96); border-top: 1px solid var(--lb-line);
}
.lbh-sticky .lb-btn { display: block; }

/* ---------- jeden autorský pohyb: šípka sa nakreslí ---------- */
@media (prefers-reduced-motion: no-preference) {
  .lbh-arrow-draw path { stroke-dasharray: 120; stroke-dashoffset: 120; animation: lbh-draw 1.2s .4s cubic-bezier(.16, 1, .3, 1) forwards; }
  @keyframes lbh-draw { to { stroke-dashoffset: 0; } }
}


/* mobil: čmáranice len pri okrajoch, nikdy cez text */
.lbh-hero .lb-scribble svg { bottom: -6px; }
@media (max-width: 779px) {
  .lbh > .lbh-scrib:nth-of-type(2), .lbh > .lbh-scrib:nth-of-type(3), .lbh > .lbh-scrib:nth-of-type(6) { display: none; }
  .lbh > .lbh-scrib { width: 120px !important; opacity: .4 !important; }
  .lbh-path-m { display: none; }
}


/* ================= DESKTOP ================= */
@media (min-width: 780px) {
  .lbh { --pad: 32px; padding-bottom: 72px; }
  .lbh-hero { padding: 40px 0 0; }
  .lbh-hero .lbh-in { display: grid; grid-template-columns: 42% 58%; align-items: center; }
  .lbh-hero-text { grid-column: 1; grid-row: 1; padding-right: 12px; }
  .lbh-stage { grid-column: 2; grid-row: 1 / span 2; height: clamp(460px, 48vw, 620px); margin: 0 calc(var(--pad) * -1) 0 0; }
  .lbh-kresba { width: 46%; left: 0; top: 24px; }
  .lbh-hrncek { width: 76%; right: -4%; bottom: 20px; }
  .lbh-arrow { left: 32%; top: 44%; width: 22%; }
  .lbh-cta { flex-direction: row; align-items: center; gap: 18px; }
  .lbh-cta .lb-btn { min-width: 220px; }
  .lbh-listok { grid-column: 1; grid-row: 2; margin: 30px 0 0 -6px; width: 108%; }
  .lbh-listok ul { grid-template-columns: 1fr 1fr; gap: 18px 22px; }

  .lbh-kroky { padding-top: 110px; }
  .lbh-path { grid-template-columns: repeat(3, 1fr); gap: 40px; align-items: start; margin-top: 40px; }
  .lbh-path-m { display: none; }
  .lbh-path-d { display: block; }
  .lbh-krok, .lbh-krok.is-flip { grid-template-columns: 1fr; }
  .lbh-krok.is-flip .lbh-krok-ph { order: 0; }

  .lbh-predpo { margin-top: 110px; padding: 72px 0 76px; }
  .lbh-predpo .lbh-in { display: grid; grid-template-columns: 34% 1fr; gap: 20px 40px; align-items: center; }
  .lbh-predpo .lbh-h2, .lbh-predpo-lede, .lbh-predpo-tags { grid-column: 1; }
  .lbh-pair { grid-column: 2; grid-row: 1 / span 3; grid-template-columns: 1fr 64px 1fr; align-items: center; margin: 0; }
  .lbh-pred, .lbh-po { width: auto; margin: 0; }
  .lbh-pair-arrow { width: 64px; margin: 0; transform: none; }

  .lbh-produkt { padding-top: 110px; }
  .lbh-produkt .lbh-in { display: grid; grid-template-columns: 56% 1fr; gap: 48px; align-items: center; }
  .lbh-produkt-ph { margin: 0; }
  .lbh-produkt .lb-btn { display: inline-block; min-width: 220px; }

  .lbh-komu { padding-top: 100px; }
  .lbh-komu .lbh-in { display: grid; grid-template-columns: 34% 1fr; gap: 40px; align-items: center; }
  .lbh-tags { margin: 0; gap: 18px 14px; }
  .lbh-tag { font-size: 18px; padding: 15px 24px 15px 36px; }

  .lbh-krabica { padding-top: 100px; }
  .lbh-krabica .lbh-in { display: grid; grid-template-columns: 50% 1fr; gap: 48px; align-items: center; }
  .lbh-krabica-ph { margin: 0 0 0 -12%; }

  .lbh-faq { padding-top: 100px; }
  .lbh-faq .lbh-in { display: grid; grid-template-columns: 34% 1fr; gap: 40px; align-items: start; }
  .lbh-blok { margin-top: 0; padding: 22px 30px 8px; }

  .lbh-final-wrap { padding-top: 110px; }
  .lbh-final { max-width: 820px; margin: 0 auto; padding: 72px 48px 76px; }

  .lbh-sticky { display: none; }
}

/* ---------- kolo 3: jeden stôl, nie pásy ---------- */
.lbh-krok-ph { aspect-ratio: 1000 / 909; display: grid; place-items: center; }
.lbh-krok-ph img { width: 100%; height: 100%; object-fit: contain; }
/* produkt leží cez okraj medovej podložky */
.lbh-produkt { padding-top: 0; }
.lbh-produkt-ph { margin-top: -64px; z-index: 2; }
/* krabica zasahuje hore do kartičiek */
.lbh-krabica { padding-top: 40px; }
@media (max-width: 779px) {
  .lbh > .lbh-scrib { width: 150px !important; opacity: .5 !important; }
}
@media (min-width: 780px) {
  .lbh-path { align-items: start; }
  .lbh-krok { align-content: start; }
  .lbh-produkt { padding-top: 0; }
  .lbh-produkt-ph { margin-top: -90px; }
  .lbh-predpo { padding-bottom: 150px; }
  .lbh-krabica { padding-top: 70px; }
}

/* ---------- odznak „Odporúča 11/10 malých umelcov" (vtip, nie hodnotenie) ---------- */
.lbh .lbh-badge {
  display: inline-flex; align-items: center; gap: 8px;
  margin: 0 0 16px; padding: 7px 16px 7px 10px;
  background: #fff; border: 2px solid var(--lb-line); border-radius: 999px;
  transform: rotate(-2deg);
  box-shadow: 0 8px 16px -12px rgba(36, 29, 20, .45);
  font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 14.5px; line-height: 1.2; color: var(--lb-ink);
}
.lbh .lbh-badge svg { width: 22px; height: 22px; flex: none; }
.lbh .lbh-badge strong { font-size: 16px; letter-spacing: -0.01em; }

/* odznak zasahuje do fotky: mobil – vysunutý do spodku fotiek, desktop – na rohu fotky so stojanom */
.lbh .lbh-badge { position: relative; z-index: 4; margin-top: -44px; }
@media (min-width: 780px) {
  .lbh-hero .lbh-in { position: relative; }
  .lbh .lbh-badge { position: absolute; z-index: 4; margin: 0; left: calc(42% - 70px); top: 10px; }
}

/* mobil: nadpis s vlnovkou nad fotkami, odznak zasahuje do spodku fotiek */
@media (max-width: 779px) {
  .lbh-hero .lbh-in { display: flex; flex-direction: column; }
  .lbh-hero-text { display: contents; }
  .lbh-hero h1 { order: 1; margin: 6px 0 8px; }
  .lbh-kresba { top: 0; }
  .lbh-stage { order: 2; }
  .lbh .lbh-badge { order: 3; align-self: flex-start; margin-top: -40px; }
  .lbh .lbh-lede { order: 4; margin-top: 18px; }
  .lbh-cta { order: 5; }
  .lbh .lbh-facts { order: 6; }
  .lbh-listok { order: 7; }
}

/* popisky pred → po na béžovej nepravidelnej škvrne */
.lbh-pair figcaption {
  display: inline-block; margin-top: 12px; padding: 7px 18px 8px;
  background: var(--lb-paper-2); color: var(--lb-ink);
  border-radius: 46% 54% 42% 58% / 62% 48% 52% 38%;
  transform: rotate(-2.5deg);
  box-shadow: 0 8px 14px -10px rgba(36, 29, 20, .35);
}
.lbh-po figcaption { transform: rotate(2deg); border-radius: 58% 42% 55% 45% / 45% 60% 40% 55%; }

/* cenovka v tyrkysovej lilbee */
.lbh-cenovka { background: var(--lb-teal); color: #fff; box-shadow: 0 10px 20px -12px rgba(15, 95, 91, .6); }
.lbh-cenovka::before { background: var(--lb-paper-2); box-shadow: inset 0 0 0 1.5px rgba(0, 0, 0, .25); }

/* ---------- 5 · rad všetkých produktov ---------- */
.lbh-produkty { padding: 64px 0 0; }
.lbh-rad {
  display: grid; grid-auto-flow: column; grid-auto-columns: 66%; gap: 14px;
  margin: 22px calc(var(--pad) * -1) 0; padding: 8px var(--pad) 18px;
  overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-left: var(--pad);
  scrollbar-width: none;
}
.lbh-rad::-webkit-scrollbar { display: none; }
.lbh-karta {
  position: relative; display: block; scroll-snap-align: start;
  background: #fff; border: 2px solid var(--lb-line); border-radius: 16px;
  padding: 10px 10px 14px; text-decoration: none; color: var(--lb-ink);
  transition: transform .35s cubic-bezier(.16, 1, .3, 1), border-color .2s;
}
a.lbh-karta:hover { transform: translateY(-3px); border-color: var(--lb-honey); }
.lbh-karta-ph {
  position: relative; aspect-ratio: 4 / 3; margin-bottom: 10px;
  background: var(--lb-paper-2); border-radius: 12px; overflow: hidden;
}
.lbh-karta-ph img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.lbh-karta h3 { font-size: 17px; line-height: 1.2; }
.lbh-karta p { margin-top: 3px; font-size: 13.5px; line-height: 1.4; color: var(--lb-ink-soft); }
.lbh-karta .lbh-cenovka { top: 8px; right: 8px; padding: 5px 10px 5px 20px; font-size: 17px; transform: rotate(5deg); }
.lbh-karta .lbh-cenovka::before { left: 7px; width: 7px; height: 7px; margin-top: -3.5px; }
.lbh-cenovka.is-coming { background: #fff; color: var(--lb-ink-soft); font-size: 14px; box-shadow: 0 8px 14px -10px rgba(36, 29, 20, .4); }
.lbh-karta.is-coming .lbh-karta-ph img { opacity: .55; }
.lbh-karta.is-coming h3, .lbh-karta.is-coming p { color: var(--lb-ink-soft); }
.lbh .lbh-produkty-cta { display: block; margin-top: 14px; }
@media (min-width: 780px) {
  .lbh-predpo { padding-bottom: 76px; }
  .lbh-produkty { padding-top: 96px; }
  .lbh-rad { grid-auto-flow: row; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 30px 0 0; padding: 0; overflow: visible; }
  .lbh .lbh-produkty-cta { display: inline-block; min-width: 220px; margin-top: 30px; }
}

/* produkty voľne v priestore: bez rámčeka a bez podkladu */
.lbh-karta { background: none; border: 0; border-radius: 0; padding: 0; }
a.lbh-karta:hover { border-color: transparent; }
.lbh-karta-ph { background: none; border-radius: 0; overflow: visible; margin-bottom: 8px; }
.lbh-karta-ph img { mix-blend-mode: normal; filter: drop-shadow(0 16px 16px rgba(36, 29, 20, .18)); transition: transform .35s cubic-bezier(.16, 1, .3, 1); }
a.lbh-karta:hover .lbh-karta-ph img { transform: translateY(-4px) rotate(-1.5deg); }
a.lbh-karta:hover { transform: none; }
.lbh-karta h3, .lbh-karta p { padding: 0 4px; }

/* nadpis radu produktov s vlnovkou a podnadpisom */
.lbh-produkty .lbh-h2 .lb-scribble svg { bottom: -8px; }
.lbh .lbh-produkty-sub { margin-top: 20px; font-size: 17px; }

/* ---------- 7 · kto za tým stojí ---------- */
.lbh-kto { padding: 72px 0 0; }
.lbh-kto-ph { position: relative; margin: 0 6px 24px; }
.lbh-kto-ph::before {
  content: ""; position: absolute; z-index: 0; inset: -12px 10px 14px -14px;
  background: var(--lb-honey); border-radius: 58% 42% 50% 50% / 46% 54% 46% 54%; transform: rotate(-3deg);
}
.lbh-kto-ph img {
  position: relative; z-index: 1; display: block; width: 100%; height: auto;
  border-radius: 58% 42% 50% 50% / 46% 54% 46% 54%; transform: rotate(-2deg);
  filter: drop-shadow(0 14px 16px rgba(36, 29, 20, .2));
}
.lbh .lbh-kto-link { display: inline-block; margin-top: 16px; }

/* čo nám napísali: výstrižky bublín ako prilepené lístky */
.lbh-spravy-wrap { margin-top: 48px; }
.lbh-spravy-h { font-size: 21px; }
.lbh-spravy {
  display: grid; grid-auto-flow: column; grid-auto-columns: 78%; gap: 16px;
  margin: 18px calc(var(--pad) * -1) 0; padding: 18px var(--pad) 20px;
  overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-left: var(--pad); scrollbar-width: none;
}
.lbh-spravy::-webkit-scrollbar { display: none; }
.lbh-sprava {
  position: relative; margin: 0; scroll-snap-align: start;
  background: #fff; border-radius: 14px; padding: 12px;
  transform: rotate(var(--rot, 0deg));
  box-shadow: 0 14px 28px -18px rgba(36, 29, 20, .45), 0 1px 2px rgba(36, 29, 20, .08);
}
.lbh-sprava::before {
  content: ""; position: absolute; top: -11px; left: 50%; width: 78px; height: 22px; margin-left: -39px;
  background: rgba(22, 128, 122, .32); transform: rotate(-3deg);
}
.lbh-sprava img { display: block; width: 100%; height: auto; border-radius: 8px; }
.lbh-sprava-ph {
  min-height: 150px; display: grid; place-items: center; text-align: center; padding: 14px;
  border: 2px dashed #ddc9a0; border-radius: 10px; color: #7a5c10; font-size: 13.5px;
}
@media (min-width: 780px) {
  .lbh-kto { padding-top: 100px; }
  .lbh-kto > .lbh-in:first-child { display: grid; grid-template-columns: 46% 1fr; gap: 56px; align-items: center; }
  .lbh-kto-ph { margin: 0; }
  .lbh-spravy-wrap { margin-top: 64px; }
  .lbh-spravy { grid-auto-flow: row; grid-template-columns: repeat(3, 1fr); gap: 28px; margin: 22px 0 0; padding: 12px 0 0; overflow: visible; }
}

/* kartička bez obalového odkazu (editor Shoptetu rozbalí <a> okolo blokov): odkaz je na fotke a nadpise */
.lbh .lbh-karta-img { display: block; }
.lbh .lbh-karta-title { color: var(--lb-ink); text-decoration: none; }
.lbh .lbh-karta-title::after { content: ""; position: absolute; inset: 0; }
.lbh .lbh-karta.is-live:hover .lbh-karta-ph img { transform: translateY(-4px) rotate(-1.5deg); }
.lbh .lbh-karta-title:focus-visible { outline: none; }
.lbh .lbh-karta.is-live:focus-within { outline: 3px solid var(--lb-teal); outline-offset: 6px; border-radius: 12px; }

/* ------------------------------------------------------------------
   Produktová stránka — Popis v jazyku homepage (.lbh.lbh-p).
   Pripája sa na koniec lilbee.css za blok homepage; používa jeho
   .lbh triedy a pridáva len to, čo je iné na produkte.
   ------------------------------------------------------------------ */

/* Samba okolo Popisu: bez bielej karty, bez nadpisu „Podrobný popis", plná šírka */
.type-detail .overall-wrapper { overflow-x: clip; }
.type-detail #tab-content,
.type-detail #description,
.type-detail .description-inner,
.type-detail .basic-description { background: transparent; box-shadow: none; border: 0; padding: 0; }
.type-detail .description-inner { display: block; }
.type-detail .basic-description { width: 100%; }
.type-detail .basic-description > h4:first-child { display: none; }

.lbh.lbh-p { padding-top: 8px; }
.lbh-p .lbh-h2 { max-width: 16ch; }

/* dvojstĺpcový riadok: text + organická fotka */
.lbh-p-row { display: grid; gap: 22px; align-items: center; }
.lbh-p-ph { position: relative; margin: 0 4px; }
.lbh-p-ph::before {
  content: ""; position: absolute; z-index: 0; inset: 6% 8% 4% 6%;
  background: var(--lb-paper-2); border-radius: 52% 48% 46% 54% / 50% 46% 54% 50%;
}
.lbh-p-ph img { position: relative; z-index: 1; transform: rotate(-3deg); filter: drop-shadow(0 14px 16px rgba(36, 29, 20, .2)); }
.lbh-p-kvalita .lbh-p-ph::before { display: none; }
.lbh-p-kvalita .lbh-p-ph img { transform: rotate(3deg); }

.lbh-p-intro { padding: 36px 0 0; }
.lbh-p-intro .lbh-params { margin-bottom: 0; }
.lbh-p-kvalita { margin-top: 64px; }

@media (min-width: 780px) {
  .lbh.lbh-p { padding-top: 16px; }
  .lbh-p-row { grid-template-columns: 1fr 1fr; gap: 56px; }
  .lbh-p-intro { padding-top: 56px; }
  .lbh-p-intro .lbh-p-ph { margin: 0; }
  .lbh-p-kvalita { margin-top: 96px; }
  .lbh-p-kvalita .lbh-in { grid-template-columns: 1fr 1fr; }
  .lbh-p-kvalita .lbh-p-ph { grid-column: 2; grid-row: 1; margin: -40px 0 -40px; }
}

/* Popis na produkte: stĺpec Samby je užší a nie je vycentrovaný → žiadne roztiahnutie na 100vw, ale plná šírka obsahu */
.type-detail #description .description-inner .basic-description { width: 100%; max-width: none; flex: 0 0 100%; float: none; }
.lbh.lbh-p { width: auto; margin-left: 0; margin-right: 0; }
.lbh-p .lbh-in { padding-left: 0; padding-right: 0; }

/* rad ďalších produktov na produktovej stránke (3 kartičky) */
.lbh-p-ine { padding-top: 64px; }
@media (min-width: 780px) {
  .lbh-p-ine { padding-top: 96px; }
  .lbh-p-ine .lbh-rad { grid-template-columns: repeat(3, 1fr); gap: 32px; }
}

/* ------------------------------------------------------------------
   Rozcestník „Na čo vytlačíme kresbu?" – otvorí sa po kliknutí na
   ktorékoľvek tlačidlo „Nahrať kresbu". Mobil: panel zospodu, desktop: okno.
   ------------------------------------------------------------------ */
.lbv-on, .lbv-on body { overflow: hidden; }
.lbv { position: fixed; inset: 0; z-index: 9999; display: flex; align-items: flex-end; justify-content: center; font-family: 'Ubuntu', sans-serif; }
.lbv-bg { position: absolute; inset: 0; background: rgba(36, 29, 20, .55); opacity: 0; transition: opacity .22s ease; }
.lbv-sheet {
  position: relative; width: 100%; max-height: 92vh; overflow-y: auto; box-sizing: border-box;
  background: #fffdf7; border-radius: 28px 28px 0 0; padding: 12px 18px calc(22px + env(safe-area-inset-bottom));
  transform: translateY(100%); transition: transform .26s cubic-bezier(.2, .8, .2, 1);
  box-shadow: 0 -10px 40px rgba(36, 29, 20, .2);
}
.lbv.is-open .lbv-bg { opacity: 1; }
.lbv.is-open .lbv-sheet { transform: none; }

.lbv-grip { display: block; width: 44px; height: 5px; margin: 0 auto 10px; border-radius: 3px; background: #e6dccb; }
.lbv-x { position: absolute; top: 12px; right: 12px; width: 40px; height: 40px; border: 0; border-radius: 50%; background: #fbf4e6; cursor: pointer; display: grid; place-items: center; }
.lbv-x svg { width: 20px; height: 20px; stroke: #241d14; stroke-width: 2.4; stroke-linecap: round; }

.lbv-h { margin: 10px 44px 6px 0; font: 800 26px/1.15 Nunito, sans-serif; color: #241d14; }
.lbv-h .lb-scribble { position: relative; display: inline-block; white-space: nowrap; }
.lbv-h .lb-scribble svg { position: absolute; left: -2%; bottom: -8px; width: 104%; height: 12px; }
.lbv-sub { margin: 0 0 18px; font-size: 15px; line-height: 1.45; color: #6b5f4f; }

.lbv-rad { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.lbv-p {
  position: relative; display: flex; flex-direction: column; height: 100%; box-sizing: border-box;
  padding: 10px 12px 14px; border-radius: 22px; background: #fbf4e6; color: #241d14; text-decoration: none;
  border: 2px solid transparent; transition: transform .15s ease, border-color .15s ease, background .15s ease;
}
.lbv-p:hover, .lbv-p:focus-visible { border-color: #f0a81c; background: #fff4dc; outline: none; }
.lbv-p:active { transform: scale(.97); }
.lbv-ph { position: relative; display: block; aspect-ratio: 1 / 1; margin: 0 0 8px; }
.lbv-ph img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 8px 8px rgba(36, 29, 20, .18)); }
.lbv-meno { font: 800 16px/1.2 Nunito, sans-serif; }
.lbv-info { font-size: 12.5px; color: #6b5f4f; margin-top: 2px; }
.lbv-cena { margin-top: 8px; align-self: flex-start; padding: 3px 10px; border-radius: 999px; background: #16807a; color: #fff; font: 800 14px/1.4 Nunito, sans-serif; }
.lbv-go { position: absolute; right: 10px; bottom: 12px; width: 32px; height: 32px; border-radius: 50%; background: #f0a81c; display: grid; place-items: center; }
.lbv-go svg { width: 18px; height: 18px; stroke: #241d14; stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }

.lbv-facts { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 14px; margin: 16px 0 0; font-size: 13px; color: #6b5f4f; }
.lbv-facts span::before { content: "✓ "; color: #16807a; font-weight: 700; }

@media (min-width: 780px) {
  .lbv { align-items: center; padding: 24px; }
  .lbv-sheet { max-width: 860px; border-radius: 32px; padding: 30px 34px 28px; transform: translateY(24px) scale(.98); opacity: 0; transition: transform .22s ease, opacity .22s ease; }
  .lbv.is-open .lbv-sheet { opacity: 1; }
  .lbv-grip { display: none; }
  .lbv-x { top: 18px; right: 18px; }
  .lbv-h { font-size: 34px; margin-top: 0; }
  .lbv-sub { font-size: 16px; margin-bottom: 24px; }
  .lbv-rad { grid-template-columns: repeat(4, 1fr); gap: 16px; }
  .lbv-p:hover { transform: translateY(-4px); }
}
@media (prefers-reduced-motion: reduce) { .lbv-sheet, .lbv-bg { transition: none; } }
.lbv-p.is-soon { cursor: default; }
.lbv-p.is-soon:hover { transform: none; border-color: transparent; background: #fbf4e6; }

/* oprava: po zavretí nesmie neviditeľná vrstva blokovať stránku */
.lbv[hidden] { display: none !important; }
.lbv:not(.is-open) { pointer-events: none; }
.lbv-grip { cursor: grab; padding: 8px 0; margin-top: -8px; background-clip: content-box; touch-action: none; }
.lbv-sheet.is-drag { transition: none; }

/* ------------------------------------------------------------------
   Hlavička v2 (návrh 2026-09-15): logo vľavo v malom medovom tvare,
   ikony vpravo ako doteraz, menu písmom nadpisov (Nunito 800),
   po prechode myšou sa položka podfarbí žltým tvarom.
   Na počítači je všetko v jednom riadku: logo · menu · ikony.
   ------------------------------------------------------------------ */
#header { background: var(--lb-paper-2); }
.header-top .navigation-tools { display: none !important; }
.header-top-wrapper { justify-content: space-between !important; align-items: center; }

/* medový tvar len za logom, nie za celým stĺpcom */
.site-name { flex: 0 0 auto !important; width: auto !important; display: flex !important; align-items: center; padding-left: 14px; }
.site-name::before { content: none !important; }
.site-name a { position: relative; z-index: 1; display: inline-block !important; }
.site-name a::before {
  content: ""; position: absolute; z-index: -1; inset: -10px -18px;
  background: var(--lb-honey); border-radius: 58% 42% 55% 45% / 45% 55% 42% 58%; transform: rotate(-3deg);
}
.site-name img { display: block; height: 40px !important; width: auto !important; max-width: none !important; }
.header-top .navigation-buttons { flex: 0 0 auto !important; width: auto !important; }

/* ikony: bez vyhľadávania; na mobile menu (hamburger), košík a prihlásenie */
.header-top .navigation-buttons [data-target="search"] { display: none !important; }
.header-top .navigation-buttons .top-nav-button-login { display: inline-flex !important; align-items: center; justify-content: center; }

/* menu – písmo ako nadpisy, žltý tvar po prechode */
.menu-level-1 > li > a {
  position: relative; z-index: 0; isolation: isolate;
  font-family: 'Nunito', sans-serif !important; font-weight: 800 !important; font-size: 16px !important;
  text-transform: none !important; letter-spacing: 0 !important; color: var(--lb-ink) !important;
}
.menu-level-1 > li > a b { font-weight: 800 !important; }
.menu-level-1 > li > a::before {
  content: ""; position: absolute; z-index: -1; inset: 6px -2px;
  background: var(--lb-honey); border-radius: 58% 42% 55% 45% / 45% 55% 42% 58%;
  transform: rotate(-2deg) scale(.6); opacity: 0; transition: transform .18s ease, opacity .18s ease;
}
.menu-level-1 > li > a:hover, .menu-level-1 > li > a:focus-visible { color: var(--lb-ink) !important; }
.menu-level-1 > li > a:hover::before, .menu-level-1 > li > a:focus-visible::before { transform: rotate(-2deg) scale(1); opacity: 1; }

@media (min-width: 768px) {
  .site-name img { height: 50px !important; }
}

/* počítač: jeden riadok logo · menu · ikony */
@media (min-width: 992px) {
  #header { position: relative; }
  #header .header-bottom { position: absolute; top: 0; left: 0; right: 0; height: 83px; background: transparent !important; pointer-events: none; border: 0 !important; }
  #header .header-bottom #navigation, #header .header-bottom .navigation-in { position: static !important; height: 83px; background: transparent !important; }
  #header .header-bottom .menu-level-1 { height: 83px; align-items: center; justify-content: center; }
  #header .header-bottom .menu-level-1 > li > a { pointer-events: auto; padding: 10px 18px !important; }
  #header .header-bottom .navigationActions { display: none !important; }
}

/* logo úplne vľavo: kontajner okien (prihlásenie, košík) nesmie zaberať miesto v riadku */
.site-name { margin-right: auto !important; }
.header-top-wrapper > .user-action { flex: 0 0 0 !important; width: 0 !important; }
@media (min-width: 992px) {
  #header .header-bottom #navigation, #header .header-bottom .navigation-in, #header .header-bottom .menu-level-1 { width: 100% !important; max-width: none !important; }
  #header .header-bottom .menu-level-1 { flex-wrap: nowrap; }
}
@media (min-width: 992px) {
  /* Samba pri načítaní skryje položky, ktoré sa podľa jej merania nezmestia (.splitted) – v jednom riadku ich chceme vidieť vždy */
  #header .header-bottom { z-index: 2; }
  #header .header-bottom .menu-level-1 > li.splitted { visibility: visible !important; }
  #header .header-bottom .menu-level-1 > li.menu-helper,
  #header .header-bottom .menu-level-1 > li.appended-category { display: none !important; }
}

/* iPad (768–991 px): menu ostáva v druhom riadku, ale bez bieleho pruhu; menšie logo, aby sa žltý tvar zmestil a nebol orezaný */
@media (min-width: 768px) and (max-width: 991px) {
  .site-name img { height: 40px !important; }
  .site-name a::before { inset: -6px -16px; }
  #header .header-bottom, #header #navigation, #header .navigation-in { background: var(--lb-paper-2) !important; border: 0 !important; box-shadow: none !important; }
  #header .menu-level-1 > li > a { padding: 10px 16px !important; }
}

/* v2 (15. 9.): logo so žltým tvarom zarovnané na ľavý okraj nadpisu stránky (.lbh-in: max 1170 px, okraj 18 / 32 px),
   menu tenším a menším písmom */
.header-top-wrapper { max-width: 1170px !important; width: 100% !important; margin-left: auto !important; margin-right: auto !important; padding-left: 18px !important; padding-right: 18px !important; box-sizing: border-box; }
.site-name { padding-left: 18px !important; }
@media (min-width: 780px) { .header-top-wrapper { padding-left: 32px !important; padding-right: 32px !important; } }
@media (min-width: 768px) and (max-width: 991px) { .site-name { padding-left: 16px !important; } }
.menu-level-1 > li > a, .menu-level-1 > li > a b { font-weight: 500 !important; font-size: 15px !important; }

/* v3 (15. 9.): iPad na výšku (768–991 px) má tlačidlo menu ako mobil – menu sa otvorí ako panel sprava */
@media (min-width: 768px) and (max-width: 991px) {
  .header-top .navigation-buttons [data-target="navigation"] { display: flex !important; width: 50px; height: 60px; align-items: center; justify-content: center; }
  .header-top .navigation-buttons [data-target="navigation"]::before { content: "" !important; display: block !important; width: 18px !important; height: 2px !important; border: 0 !important; background: var(--lb-ink) !important; box-shadow: 0 -6px 0 var(--lb-ink), 0 6px 0 var(--lb-ink) !important; }
  #header .header-bottom { display: none !important; }
  body.navigation-window-visible #header .header-bottom { display: block !important; position: fixed; top: 60px; right: 0; bottom: 0; width: min(360px, 100%); z-index: 1000; overflow-y: auto; background: #fffdf7 !important; border-left: 1px solid rgba(36, 29, 20, .08) !important; box-shadow: -12px 0 30px rgba(36, 29, 20, .18); }
  body.navigation-window-visible #header #navigation, body.navigation-window-visible #header .navigation-in { position: static !important; width: 100% !important; height: auto !important; background: transparent !important; }
  body.navigation-window-visible #header .menu-level-1 { display: flex !important; flex-direction: column; align-items: stretch; padding: 16px; }
  body.navigation-window-visible #header .menu-level-1 > li { visibility: visible !important; }
  body.navigation-window-visible #header .menu-level-1 > li > a { display: block; padding: 14px 16px !important; }
}


/* === podstranky (pre koho, prilezitosti, sprievodca, ako to funguje, kontakty, taska, popupy) === */

/* ------------------------------------------------------------------
   Podstránka „Darček pre dedka" (a vzor pre ďalšie „pre koho" stránky).
   Používa .lbh triedy z homepage a .lbh-p-row / .lbh-p-ph z produktu;
   tu je len to, čo je iné: hlavný banner s fotkou a produktom.
   ------------------------------------------------------------------ */

/* hlavný banner: ilustračná fotka v organickom tvare + hrnček s cenovkou cez ňu */
.lbh-d-stage { position: relative; margin: 0 0 8px; padding: 6px 8% 0 0; }
.lbh-d-foto { position: relative; }
.lbh-d-foto::before {
  content: ""; position: absolute; z-index: 0; inset: -12px 6px 18px -14px;
  background: var(--lb-honey); border-radius: 58% 42% 50% 50% / 46% 54% 46% 54%; transform: rotate(-3deg);
}
.lbh-d-foto img {
  position: relative; z-index: 1; display: block; width: 100%; height: auto;
  aspect-ratio: 4 / 5; object-fit: cover;
  border-radius: 58% 42% 50% 50% / 46% 54% 46% 54%; transform: rotate(-2deg);
}
.lbh-d-produkt { position: absolute; z-index: 2; right: -6%; bottom: -16%; width: 66%; }
.lbh-d-produkt img { width: 100%; filter: drop-shadow(0 18px 18px rgba(36, 29, 20, .25)); transform: rotate(6deg); }
.lbh-d-produkt .lbh-cenovka { top: auto; right: auto; bottom: 12%; left: -6%; }

.lbh-d-hero h1 { font-size: clamp(32px, 8.4vw, 56px); }
.lbh .lbh-d-hero .lbh-lede { margin-top: 26px; }

.lbh-d-preco { padding: 72px 0 0; }
.lbh-d-listok { margin: 22px 0 0; }
.lbh-d-napady { margin-top: 72px; }
.lbh-d-napady .lbh-p-ph::before { display: none; }
.lbh-d-napady .lbh-p-ph img { transform: rotate(3deg); }

@media (max-width: 779px) {
  .lbh-d-hero .lbh-in { display: flex; flex-direction: column; }
  .lbh-d-hero .lbh-hero-text { display: contents; }
  .lbh-d-hero h1 { order: 1; margin: 6px 0 18px; }
  .lbh-d-stage { order: 2; margin-bottom: 70px; }
  .lbh .lbh-d-hero .lbh-lede { order: 3; margin-top: 0; }
  .lbh-d-hero .lbh-cta { order: 4; }
  .lbh-d-hero .lbh-facts { order: 5; }
}

@media (min-width: 780px) {
  .lbh-d-hero .lbh-in { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
  .lbh-d-stage { grid-column: 2; grid-row: 1; padding-right: 12%; }
  .lbh-d-hero .lbh-hero-text { grid-column: 1; grid-row: 1; }
  .lbh-d-preco { padding-top: 110px; }
  .lbh-d-napady { margin-top: 110px; }
  .lbh-d-napady .lbh-in { grid-template-columns: 1fr 1fr; }
}

/* tri kroky – minimalistická verzia (bez fotiek) */
.lbm-kroky { padding: 64px 0 0; }
.lbm-kroky .lbh-h2 { text-align: center; }
.lbm-rad { list-style: none; margin: 30px 0 0; padding: 0; display: grid; gap: 26px; position: relative; }
.lbm-rad::before { content: ""; position: absolute; left: 45px; top: 40px; bottom: 40px; border-left: 3px dashed var(--lb-honey); opacity: .6; }
.lbm-rad li { position: relative; display: grid; grid-template-columns: 92px 1fr; column-gap: 16px; align-items: start; }
.lbm-kruh { grid-row: span 2; position: relative; width: 92px; height: 92px; }
.lbm-kruh::before { content: ""; position: absolute; inset: -5px 3px 5px -5px; background: var(--lb-honey);
  border-radius: 58% 42% 55% 45% / 45% 55% 42% 58%; transform: rotate(-6deg); }
.lbm-kruh img { position: relative; display: block; width: 100%; height: 100%; object-fit: cover;
  border-radius: 58% 42% 55% 45% / 45% 55% 42% 58%; }
.lbm-ico { width: 36px; height: 36px; stroke: var(--lb-ink); stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; filter: url(#lbh-crayon); }
.lbm-kruh b { position: absolute; z-index: 1; top: -4px; right: -6px; width: 24px; height: 24px; border-radius: 50%; background: #16807a; color: #fff;
  font: 800 13px/24px Nunito, sans-serif; text-align: center; }
.lbm-rad h3 { margin: 14px 0 2px; font: 800 18px/1.25 Nunito, sans-serif; color: var(--lb-ink); }
.lbh .lbm-rad p { margin: 0; font-size: 15px; line-height: 1.5; color: var(--lb-ink-soft); }
@media (min-width: 780px) {
  .lbm-kroky { padding-top: 100px; }
  .lbm-rad { grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 40px; }
  .lbm-rad::before { left: 16%; right: 16%; top: 46px; bottom: auto; border-left: 0; border-top: 3px dashed var(--lb-honey); }
  .lbm-rad li { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .lbm-kruh { grid-row: auto; margin-bottom: 10px; }
}
.lbm-rad li { grid-template-rows: 1fr 1fr; }
.lbm-rad h3 { align-self: end; margin: 0 0 3px; }
.lbh .lbm-rad p { align-self: start; }
@media (min-width: 780px) { .lbm-rad li { grid-template-rows: auto; } .lbm-rad h3 { margin-top: 14px; } }

/* úpravy po SEO/UX kontrole */
.lbh-d-dokaz { margin-top: 64px; }
.lbh .lbh-d-odpoved { margin: 16px 0 0; }
span.lbh-tag { cursor: default; }
.lbh-d-napady .lb-tag { cursor: default; pointer-events: none; }
@media (max-width: 779px) {
  .lbh-d-stage { width: 84%; align-self: center; }
}
@media (min-width: 780px) { .lbh-d-dokaz { margin-top: 100px; } }
.lbh .lbh-d-vsetky { margin: 20px 0 0; text-align: center; }
@media (min-width: 780px) { .lbh-faq .lbh-d-vsetky { grid-column: 2; } }

.lbh .lbh-komu-lede { margin: 14px 0 0; max-width: 46em; }

/* mobil: obrázok hrnčeka má veľký priehľadný okraj, preto ho zväčšíme a cenovku zmenšíme mimo hrnčeka */
@media (max-width: 779px) {
  .lbh-d-produkt { width: 56%; right: -10%; bottom: -16%; }
  .lbh-d-produkt img { transform: rotate(6deg) scale(1.3); transform-origin: 60% 70%; }
  .lbh-d-produkt .lbh-cenovka { bottom: -6%; left: -4%; transform: rotate(-5deg) scale(.72); transform-origin: left bottom; }
}

/* Stránka „Darček pre babku": úvodná fotka je na šírku, tak dávame širší
   ovál, aby bolo vidno aj babku, nie len vnučku. */
.lbh-babka .lbh-d-foto img { aspect-ratio: 1 / 1; object-position: 68% center; }
@media (max-width: 779px) {
  .lbh-babka .lbh-d-stage { width: 94%; padding-right: 4%; }
  .lbh-babka .lbh-d-produkt { width: 54%; right: -2%; bottom: -12%; }
}
@media (min-width: 780px) {
  .lbh-babka .lbh-d-stage { padding-right: 4%; }
}

/* Deň otcov: otec je na úvodnej fotke vľavo */
.lbh-denotcov .lbh-d-foto img { object-position: 30% center; }

/* Meniny: úvodná fotka je na výšku, tváre sú v hornej tretine */
.lbh-meniny .lbh-d-foto img { object-position: 50% 28%; }

/* Sprievodca „Darčeky s detskou kresbou": kartičky podstránok */
.lbd-hero h1 { font-size: clamp(32px, 8.4vw, 56px); }
.lbh .lbd-hero .lbh-lede { margin-top: 20px; }
.lbd-sekcia { padding: 56px 0 0; }
.lbh .lbd-sub { margin: 10px 0 0; max-width: 46em; }
.lbd-rad { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 24px; }
.lbd-karta { display: flex; flex-direction: column; text-decoration: none; color: var(--lb-ink); background: #fffdf7; border-radius: 22px; overflow: hidden; box-shadow: 0 6px 18px rgba(36,29,20,.08); transition: transform .15s ease, box-shadow .15s ease; }
.lbd-karta:hover { transform: translateY(-3px); box-shadow: 0 12px 26px rgba(36,29,20,.14); }
.lbd-ph { display: block; aspect-ratio: 4 / 3; overflow: hidden; }
.lbd-ph img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lbd-t { font: 800 17px/1.2 Nunito, sans-serif; padding: 12px 14px 0; }
.lbd-s { font-size: 13.5px; line-height: 1.4; color: var(--lb-ink-soft); padding: 4px 14px 14px; }
@media (min-width: 780px) {
  .lbd-sekcia { padding-top: 90px; }
  .lbd-rad { grid-template-columns: repeat(4, 1fr); gap: 20px; }
}

/* úvod: z papiera na hrnček */
.lbd-premena { position: relative; margin: 26px 0 56px; height: 300px; }
.lbd-premena::before { content: ""; position: absolute; right: -4%; top: 6%; width: 74%; height: 88%; background: var(--lb-honey);
  border-radius: 58% 42% 50% 50% / 46% 54% 46% 54%; transform: rotate(-4deg); }
.lbd-papier { position: absolute; left: 0; top: 4%; width: 56%; background: #fff; padding: 6px; border-radius: 4px;
  box-shadow: 0 10px 24px rgba(36,29,20,.16); transform: rotate(-6deg); z-index: 1; }
.lbd-papier img { display: block; width: 100%; height: auto; }
.lbd-hrncek { position: absolute; right: 0; bottom: 0; width: 60%; z-index: 2; }
.lbd-hrncek img { display: block; width: 100%; height: auto; filter: drop-shadow(0 18px 18px rgba(36,29,20,.25)); }
.lbd-hrncek .lbh-cenovka { top: auto; bottom: -12%; left: auto; right: 6%; transform: rotate(-4deg) scale(.82); transform-origin: right bottom; }
.lbd-sipka { position: absolute; left: 16%; top: 58%; width: 26%; z-index: 3; stroke: var(--lb-ink); stroke-width: 5; stroke-linecap: round; stroke-linejoin: round; filter: url(#lbh-crayon); }
.lbd-premena figcaption { position: absolute; left: 4%; bottom: 2%; z-index: 3; display: flex; flex-direction: column; gap: 2px;
  font: 800 15px/1.2 Nunito, sans-serif; color: var(--lb-ink-soft); }
.lbd-premena figcaption span:last-child { color: var(--lb-teal); }
@media (min-width: 480px) { .lbd-premena { height: 380px; } }
@media (min-width: 780px) {
  .lbd-hero .lbh-in { display: grid; grid-template-columns: 1fr 1.05fr; grid-template-rows: auto 1fr; column-gap: 48px; align-items: start; }
  .lbd-hero-text { grid-column: 1; grid-row: 1; }
  .lbd-hero-text2 { grid-column: 1; grid-row: 2; }
  .lbd-premena { grid-column: 2; grid-row: 1 / span 2; height: 460px; margin: 0; }
  .lbd-hrncek .lbh-cenovka { bottom: 4%; right: 0; }
}

/* Pás „Z fotky z mobilu na hrnček" */
.lbp-premena { padding: 64px 0 0; }
.lbh .lbp-sub { margin: 10px 0 0; max-width: 40em; }
.lbp-rad { list-style: none; margin: 28px 0 0; padding: 0; display: grid; gap: 40px; }
.lbp-rad li { position: relative; }
.lbp-ph { display: block; position: relative; }
.lbp-ph img { display: block; width: 100%; height: auto; }
.lbp-fotka img { border-radius: 16px; transform: rotate(-3deg); box-shadow: 0 10px 24px rgba(36,29,20,.16); }
.lbp-papier { background: #fff; padding: 8px; border-radius: 4px; transform: rotate(3deg); box-shadow: 0 10px 24px rgba(36,29,20,.16); }
.lbp-hrncek::before { content: ""; position: absolute; inset: 14% 6% 0 10%; background: var(--lb-honey); border-radius: 58% 42% 50% 50% / 46% 54% 46% 54%; transform: rotate(-4deg); }
.lbp-hrncek img { position: relative; filter: drop-shadow(0 16px 16px rgba(36,29,20,.22)); }
.lbp-rad b { position: absolute; top: -10px; left: -6px; z-index: 2; width: 34px; height: 34px; border-radius: 50%; background: #16807a; color: #fff; font: 800 17px/34px Nunito, sans-serif; text-align: center; }
.lbp-rad h3 { margin: 18px 0 2px; font: 800 20px/1.2 Nunito, sans-serif; color: var(--lb-ink); }
.lbh .lbp-rad p { margin: 0; font-size: 15px; color: var(--lb-ink-soft); }
@media (max-width: 779px) {
  .lbp-rad { gap: 28px; }
  .lbp-rad li { width: 74%; }
  .lbp-rad li:nth-child(2) { margin-left: auto; text-align: right; }
  .lbp-rad li:nth-child(2) b { left: auto; right: -6px; }
}
@media (min-width: 780px) {
  .lbp-premena { padding-top: 100px; }
  .lbp-rad { grid-template-columns: repeat(3, 1fr); gap: 44px; align-items: end; }
}

/* Ako to funguje */
.lba-hero .lbh-in { display: flex !important; flex-direction: column; }
.lba-foto { order: 2; width: 86%; margin: 18px auto 8px; }
.lba-foto img { display: block; width: 100%; height: auto; }
.lba-text { display: contents; }
.lba-hero h1 { order: 1; }
.lba-hero .lbh-lede, .lba-hero .lbh-cta, .lba-hero .lbh-facts { order: 3; }
@media (min-width: 780px) {
  .lba-hero .lbh-in { display: grid !important; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
  .lba-text { display: block; grid-column: 1; grid-row: 1; }
  .lba-foto { grid-column: 2; grid-row: 1; width: 100%; margin: 0; }
}
.lba-hero h1 { font-size: clamp(32px, 8.4vw, 56px); }
.lbh .lba-hero .lbh-lede { margin-top: 18px; max-width: 40em; }
.lbh-ako .lbh .lbp-rad p, .lbh-ako .lbp-rad p { max-width: 34em; }
.lbh-ako .lbp-rad h3 { font-size: 22px; }
@media (max-width: 779px) {
  /* dlhší text pod krokmi: bez striedania strán, obrázok 80 %, text na celú šírku */
  .lbh-ako .lbp-rad li, .lbh-ako .lbp-rad li:nth-child(2) { width: 100%; margin-left: 0; text-align: left; }
  .lbh-ako .lbp-rad li .lbp-ph { width: 82%; }
  .lbh-ako .lbp-rad li:nth-child(2) b { left: -6px; right: auto; }
}

/* Kontakty */
.lbk { padding-bottom: 24px; }
.lbk-hero { padding: 24px 0 0; }
.lbk-hero .lbh-in { display: flex; flex-direction: column; }
.lbk-hero h1 { font-size: clamp(32px, 8.4vw, 54px); margin: 6px 0 0; }
.lbh .lbk-hero .lbh-lede { margin-top: 16px; }
.lbk-foto { position: relative; margin: 30px auto 0; width: 92%; }
.lbk-foto::before { content: ""; position: absolute; inset: -12px 8px 14px -14px; background: var(--lb-honey); border-radius: 58% 42% 50% 50% / 46% 54% 46% 54%; transform: rotate(-3deg); }
.lbk-foto img { position: relative; display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 58% 42% 50% 50% / 46% 54% 46% 54%; transform: rotate(-2deg); }
.lbk-karty { padding: 44px 0 0; }
.lbk-karty .lbh-in { display: grid; gap: 16px; }
.lbk-karta { position: relative; display: grid; grid-template-columns: 56px 1fr; column-gap: 14px; row-gap: 2px; align-items: start; padding: 20px 20px 22px; background: #fffdf7; border-radius: 24px; text-decoration: none; color: var(--lb-ink); box-shadow: 0 8px 22px rgba(36,29,20,.08); transition: transform .15s ease, box-shadow .15s ease; }
.lbk-karta:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(36,29,20,.13); }
.lbk-ikona { grid-row: span 3; width: 56px; height: 56px; border-radius: 58% 42% 55% 45% / 45% 55% 42% 58%; background: var(--lb-honey); display: grid; place-items: center; }
.lbk-tel .lbk-ikona { background: #cfe7e4; }
.lbk-ikona svg { width: 28px; height: 28px; stroke: var(--lb-ink); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.lbk-nazov { font: 800 15px/1.2 Nunito, sans-serif; color: var(--lb-ink-soft); }
.lbk-hodnota { font: 800 26px/1.15 Nunito, sans-serif; }
.lbk-mail .lbk-hodnota { color: #16807a; }
.lbk-pozn { grid-column: 2; font-size: 14.5px; line-height: 1.45; color: var(--lb-ink-soft); margin-top: 4px; }
.lbk-pomoc { padding: 48px 0 0; }
.lbk-tags { margin-top: 16px; }
.lbh .lbk-form-uvod { margin: 22px 0 0; }
@media (min-width: 780px) {
  .lbk-hero .lbh-in { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
  .lbk-foto { margin: 0; width: 100%; }
  .lbk-karty .lbh-in { grid-template-columns: 1.1fr 1fr; gap: 24px; }
  .lbk-pomoc { padding-top: 70px; }
}
/* Shoptet: formulár ako súčasť stránky (rovnaký kontajner, kartička, poradie) */
.pageArticleDetail:has(.lbk) > header { display: none; }
[itemprop="about"]:has(.lbk) { display: flex; flex-direction: column; background: var(--lb-paper-2); }
[itemprop="about"]:has(.lbk) > .lbk { order: 1; padding-bottom: 0; }
[itemprop="about"]:has(.lbk) > .contact-form { order: 2; }
.lbk-form-hlava { padding: 48px 0 0; }
.lbh .lbk-form-hlava .lbh-body { margin: 8px 0 0; }
.lbk ~ .contact-form, .lbk + .contact-form { box-sizing: border-box; width: calc(100% - 36px); max-width: 1134px; margin: 18px auto 0; box-shadow: 0 8px 22px rgba(36,29,20,.08); padding: 24px 20px 26px; background: #fffdf7; border-radius: 24px; font-family: Ubuntu, sans-serif; }
.lbk ~ .contact-form fieldset { border: 0; padding: 0; margin: 0; }
.lbk ~ .contact-form .form-group { margin: 0 0 14px; }
.lbk ~ .contact-form label { font: 800 15px/1.2 Nunito, sans-serif; color: var(--lb-ink-soft); margin-bottom: 6px; display: block; }
.lbk ~ .contact-form .form-control { width: 100%; box-sizing: border-box; border-radius: 14px !important; border: 2px solid #e8dcc6 !important; background: var(--lb-paper-2) !important; padding: 12px 14px !important; font: 16px Ubuntu, sans-serif !important; color: var(--lb-ink); }
.lbk ~ .contact-form .form-control:focus { border-color: var(--lb-honey) !important; outline: none; box-shadow: 0 0 0 3px rgba(240,168,28,.25) !important; }
.lbk ~ .contact-form .consents .label { font-size: 13.5px; color: var(--lb-ink-soft); }
.lbk ~ .contact-form .btn, .lbk ~ .contact-form button[type=submit] { background: var(--lb-honey) !important; color: var(--lb-ink) !important; border: 0 !important; border-radius: 999px !important; font: 800 17px Nunito, sans-serif !important; padding: 15px 36px !important; box-shadow: 0 5px 0 #c98a10; }
.lbk ~ .contact-form .btn, .lbk ~ .contact-form button[type=submit] { background: #241d14 !important; color: #fff !important; box-shadow: none; }
@media (min-width: 780px) {
  .lbk ~ .contact-form { padding: 34px 40px; }
  .lbk ~ .contact-form fieldset { display: grid; grid-template-columns: 1fr 1fr; column-gap: 20px; }
  .lbk ~ .contact-form .form-group:nth-of-type(n+3) { grid-column: 1 / -1; }
}
.lbk ~ .contact-form .consents a { color: #16807a; }

/* hravý lístok s odkazom na časté otázky (pod e-mailom a telefónom) */
[itemprop="about"]:has(.lbk) { padding-bottom: 60px; }
.lbk-tip-sekcia { padding: 34px 0 0; }
.lbk-tip { position: relative; z-index: 1; max-width: 620px; margin: 0 auto; padding: 22px 22px 22px 78px; background: #fffdf7; border-radius: 6px; box-shadow: 0 10px 24px rgba(36,29,20,.10); transform: rotate(-1.2deg); }
.lbk-tip-sekcia .lbh-in { position: relative; }
.lbk-tip-sekcia .lbh-in::before { content: ""; position: absolute; z-index: 0; right: 4%; bottom: -14px; width: 46%; max-width: 300px; height: 70%; background: var(--lb-honey); border-radius: 58% 42% 50% 50% / 46% 54% 46% 54%; transform: rotate(6deg); }
.lbk-tip::after { content: ""; position: absolute; left: 50%; top: -12px; width: 96px; height: 24px; margin-left: -48px; background: rgba(240,168,28,.55); transform: rotate(3deg); }
.lbk-tip-ikona { position: absolute; left: 20px; top: 20px; width: 42px; height: 42px; border-radius: 58% 42% 55% 45% / 45% 55% 42% 58%; background: #16807a; color: #fff; font: 800 24px/42px Nunito, sans-serif; text-align: center; transform: rotate(-8deg); }
.lbk-tip p { margin: 0; font-size: 15.5px; line-height: 1.5; color: var(--lb-ink-soft); }
.lbk-tip b { display: block; margin-bottom: 4px; font: 800 18px/1.25 Nunito, sans-serif; color: var(--lb-ink); }
.lbk-tip { z-index: 1; }
.lbk-tip .lbh-link { display: inline; padding: 0; margin: 0; font-weight: 800; color: #16807a; }
@media (min-width: 780px) { .lbk-tip-sekcia { padding-top: 48px; } }

/* Taška: kresba, ktorá chodí s vami */
.lbt-taska { padding: 64px 0 0; }
.lbt-taska .lbh-in { display: flex; flex-direction: column; gap: 26px; }
.lbt-foto { position: relative; width: 62%; margin: 0 auto; }
.lbt-foto::before { content: ""; position: absolute; left: -18%; right: -18%; top: 16%; bottom: 4%; background: var(--lb-honey); border-radius: 58% 42% 50% 50% / 46% 54% 46% 54%; transform: rotate(-6deg); }
.lbt-foto img { position: relative; display: block; width: 100%; height: auto; filter: drop-shadow(0 18px 18px rgba(36,29,20,.22)); transform: rotate(4deg); }
.lbt-foto .lbh-cenovka { top: auto; bottom: 10%; left: -14%; right: auto; }
.lbh .lbt-uvod { margin: 12px 0 0; max-width: 36em; }
.lbt-pouzitie { list-style: none; margin: 18px 0 22px; padding: 0; display: grid; gap: 12px; }
.lbt-pouzitie li { display: grid; grid-template-columns: 48px 1fr; gap: 12px; align-items: center; }
.lbt-ik { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 58% 42% 55% 45% / 45% 55% 42% 58%; }
.lbt-r { background: #f7d9d3; } .lbt-g { background: #d3ecdc; } .lbt-b { background: #d6e4f5; }
.lbt-pouzitie b { display: block; font: 800 17px/1.2 Nunito, sans-serif; color: var(--lb-ink); }
.lbt-pouzitie span:not(.lbt-ik) { display: block; font-size: 14.5px; line-height: 1.4; color: var(--lb-ink-soft); }
@media (min-width: 780px) {
  .lbt-taska { padding-top: 100px; }
  .lbt-taska .lbh-in { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: center; }
  .lbt-foto { width: 72%; }
}
.lbt-ik svg { width: 26px; height: 26px; stroke: var(--lb-ink); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; filter: url(#lbh-crayon); }

/* vyskakovacie okná z odkazov v texte (krabica…) – mobil panel zospodu, počítač okno */
.lbo-on, .lbo-on body { overflow: hidden; }
.lbo { position: fixed; inset: 0; z-index: 9999; display: flex; align-items: flex-end; justify-content: center; font-family: 'Ubuntu', sans-serif; }
.lbo[hidden] { display: none !important; }
.lbo:not(.is-open) { pointer-events: none; }
.lbo-bg { position: absolute; inset: 0; background: rgba(36, 29, 20, .55); opacity: 0; transition: opacity .22s ease; }
.lbo-sheet { position: relative; width: 100%; max-height: 92vh; overflow-y: auto; box-sizing: border-box; background: #fffdf7; border-radius: 28px 28px 0 0; padding: 12px 22px calc(26px + env(safe-area-inset-bottom)); transform: translateY(100%); transition: transform .26s cubic-bezier(.2,.8,.2,1); box-shadow: 0 -10px 40px rgba(36,29,20,.2); text-align: center; }
.lbo-sheet.is-drag { transition: none; }
.lbo.is-open .lbo-bg { opacity: 1; }
.lbo.is-open .lbo-sheet { transform: none; }
.lbo-grip { display: block; width: 44px; height: 5px; margin: 0 auto 6px; border-radius: 3px; background: #e6dccb; padding: 8px 0; background-clip: content-box; cursor: grab; }
.lbo-x { position: absolute; top: 12px; right: 12px; width: 40px; height: 40px; border: 0; border-radius: 50%; background: #fbf4e6; cursor: pointer; display: grid; place-items: center; z-index: 2; }
.lbo-x svg { width: 20px; height: 20px; stroke: #241d14; stroke-width: 2.4; stroke-linecap: round; }
.lbo-foto { position: relative; width: 78%; max-width: 360px; margin: 8px auto 6px; }
.lbo-foto::before { content: ""; position: absolute; inset: 8% -6% -2% -6%; background: #f0a81c; border-radius: 58% 42% 50% 50% / 46% 54% 46% 54%; transform: rotate(-5deg); }
.lbo-foto.bez::before { display: none; }
.lbo-foto img { position: relative; display: block; width: 100%; height: auto; }
.lbo-h { margin: 14px 0 8px; font: 800 26px/1.15 Nunito, sans-serif; color: #241d14; }
.lbo-p { margin: 0 auto; max-width: 30em; font-size: 16px; line-height: 1.5; color: #6b5f4f; }
@media (min-width: 780px) {
  .lbo { align-items: center; padding: 24px; }
  .lbo-sheet { max-width: 560px; border-radius: 32px; padding: 34px 40px 36px; transform: translateY(24px) scale(.98); opacity: 0; transition: transform .22s ease, opacity .22s ease; }
  .lbo.is-open .lbo-sheet { opacity: 1; }
  .lbo-grip { display: none; }
  .lbo-h { font-size: 30px; }
}
@media (prefers-reduced-motion: reduce) { .lbo-sheet, .lbo-bg { transition: none; } }

.lbo-zoznam { list-style: none; margin: 16px auto 0; padding: 0; max-width: 30em; text-align: left; display: grid; gap: 10px; }
.lbo-zoznam li { position: relative; padding: 10px 12px 10px 44px; background: #fbf4e6; border-radius: 14px; }
.lbo-zoznam li::before { content: ""; position: absolute; left: 14px; top: 13px; width: 18px; height: 10px; border-left: 3px solid #16807a; border-bottom: 3px solid #16807a; transform: rotate(-45deg); }
.lbo-zoznam b { display: block; font: 800 16px/1.25 Nunito, sans-serif; color: #241d14; }
.lbo-zoznam span { display: block; font-size: 14.5px; line-height: 1.4; color: #6b5f4f; }
.lbo-pozn { margin: 14px auto 0; max-width: 30em; font-size: 14.5px; color: #6b5f4f; }
.lbo-zoznam[hidden], .lbo-pozn[hidden] { display: none; }

/* odkaz v texte: jemný, hravý */
.lbh a[href="#krabica"], .lbh a[href="#fotenie"] { color: inherit; text-decoration: none; background: linear-gradient(transparent 62%, rgba(240,168,28,.45) 62%); border-radius: 2px; cursor: pointer; font-weight: 700; }

/* podstránky s blokom lilbee: skryť nadpis článku zo Shoptetu (máme vlastný H1) a zladiť pozadie */
.pageArticleDetail:has(.lbh) > header { display: none !important; }
.content-inner:has(.pageArticleDetail .lbh), .content-wrapper:has(.pageArticleDetail .lbh), .content-wrapper-in:has(.pageArticleDetail .lbh) { background: var(--lb-paper-2); }
.breadcrumbs-wrapper:has(+ .content-wrapper .lbh), body:has(.pageArticleDetail .lbh) .breadcrumbs-wrapper { background: var(--lb-paper-2); }


/* podstránky s blokom lilbee: navigácia (breadcrumbs) v papierovej farbe a užšia */
body:has(.pageArticleDetail .lbh), body:has(.pageArticleDetail .lbh) #content-wrapper, body:has(.pageArticleDetail .lbh) .content-wrapper-in { background: var(--lb-paper-2) !important; }
body:has(.pageArticleDetail .lbh) .breadcrumbs { background: transparent !important; padding-top: 10px !important; padding-bottom: 0 !important; margin-top: 0 !important; margin-bottom: 0 !important; min-height: 0 !important; line-height: 1.2; font-size: 12px; }
body:has(.pageArticleDetail .lbh) .breadcrumbs a, body:has(.pageArticleDetail .lbh) .breadcrumbs span { color: var(--lb-ink-soft); }
/* kroky: fotky majú žltý tvar v sebe, ukázať celé bez orezu a bez druhého tvaru */
.lbm-kruh::before { display: none !important; }
.lbm-kruh img { border-radius: 0 !important; object-fit: contain !important; }
/* Časté otázky – vyhľadávanie, témy, skupiny */
.lbq-hero { padding: 34px 0 10px; }
.lbq-hero h1 { font-size: clamp(38px, 10vw, 64px); line-height: 1.02; }
.lbq .lbq-hero .lbh-lede { margin-top: 16px; max-width: 34ch; }
.lbq-hladaj { position: relative; display: block; max-width: 560px; margin: 24px 0 0; }
.lbq-hladaj input { width: 100%; box-sizing: border-box; height: 58px; padding: 0 18px 0 54px; border: 2px solid #e8dcc6; border-radius: 999px; background: #fffdf7; font: 17px Ubuntu, sans-serif; color: var(--lb-ink); box-shadow: 0 8px 22px rgba(36,29,20,.07); -webkit-appearance: none; appearance: none; }
.lbq-hladaj input:focus { outline: none; border-color: var(--lb-honey); box-shadow: 0 0 0 4px rgba(240,168,28,.25); }
.lbq-lupa { position: absolute; left: 18px; top: 50%; transform: translateY(-50%); width: 24px; height: 24px; }
.lbq-lupa svg { width: 24px; height: 24px; stroke: var(--lb-ink-soft); stroke-width: 2.4; stroke-linecap: round; }
.lbq-temy { display: flex; flex-wrap: wrap; gap: 10px; margin: 20px 0 0; }
.lbq-tema { display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px 9px 10px; background: #fffdf7; border: 2px solid var(--lb-line); border-radius: 999px; text-decoration: none; font: 800 14.5px/1 Nunito, sans-serif; color: var(--lb-ink); transition: transform .15s ease; }
.lbq-tema:hover { transform: translateY(-2px) rotate(-1deg); }
.lbq-tema svg { width: 22px; height: 22px; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.lbq-tema.r svg, .lbq-skupina.r .lbq-ikona svg { stroke: var(--lb-red); }
.lbq-tema.g svg, .lbq-skupina.g .lbq-ikona svg { stroke: var(--lb-green); }
.lbq-tema.b svg, .lbq-skupina.b .lbq-ikona svg { stroke: var(--lb-blue); }
.lbq-tema.p svg, .lbq-skupina.p .lbq-ikona svg { stroke: var(--lb-purple); }
.lbq-zoznam { padding: 26px 0 10px; }
.lbq-skupina { scroll-margin-top: 90px; margin: 0 0 18px; padding: 22px 20px 8px; background: #fffdf7; border-radius: 26px; box-shadow: 0 8px 22px rgba(36,29,20,.06); }
.lbq-skupina:nth-child(even) { transform: rotate(.4deg); }
.lbq-skupina:nth-child(odd) { transform: rotate(-.4deg); }
.lbq-hlava { display: flex; gap: 14px; align-items: center; }
.lbq-ikona { flex: none; width: 52px; height: 52px; display: grid; place-items: center; border-radius: 58% 42% 55% 45% / 45% 55% 42% 58%; background: var(--lb-paper-2); }
.lbq-skupina.r .lbq-ikona { background: #fbe3dd; }
.lbq-skupina.g .lbq-ikona { background: #dff0e3; }
.lbq-skupina.b .lbq-ikona { background: #dfe9f6; }
.lbq-skupina.p .lbq-ikona { background: #e8e1f7; }
.lbq-ikona svg { width: 28px; height: 28px; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.lbq-hlava h2 { margin: 0; font: 800 23px/1.15 Nunito, sans-serif; color: var(--lb-ink); }
.lbq-hlava p { margin: 3px 0 0; font-size: 14.5px; color: var(--lb-ink-soft); }
.lbq .lb-faq { margin: 14px 0 0; }
.lbq .lb-faq details:last-child { border-bottom: 0; }
.lbq .lb-faq p a { color: var(--lb-ink); font-weight: 700; text-decoration: none; background: linear-gradient(transparent 62%, rgba(240,168,28,.45) 62%); }
.lbq-skupina[hidden], .lbq .lb-faq details[hidden], .lbq-nic[hidden] { display: none !important; }
.lbq-nic { margin: 0 0 18px; padding: 20px; background: #fffdf7; border-radius: 22px; font-size: 16px; color: var(--lb-ink-soft); }
.lbq mark { background: rgba(240,168,28,.4); color: inherit; border-radius: 3px; padding: 0 1px; }
.lbq-final { padding: 20px 0 60px; }
.lbq-karta { position: relative; z-index: 0; padding: 52px 30px 56px; text-align: center; }
.lbq-karta::before { content: ""; position: absolute; z-index: -1; inset: 0 -2%; background: var(--lb-honey); border-radius: 58% 42% 55% 45% / 45% 55% 42% 58%; transform: rotate(-2deg); }
.lbq-karta .lbh-h2 { margin: 0 auto; max-width: none; font-size: clamp(26px, 6.5vw, 38px); }
.lbq-karta .lbh-body { margin: 10px auto 0; max-width: 40ch; color: #3a2b07; }
.lbq-kontakt { display: flex; flex-wrap: wrap; gap: 14px 22px; justify-content: center; align-items: center; margin-top: 18px; }
.lbq-kontakt .lb-btn { background: var(--lb-ink); color: #fff; box-shadow: 0 4px 0 #000; }
.lbq-kontakt .lbh-link { color: var(--lb-ink); font-weight: 800; }
@media (min-width: 780px) {
  .lbq-hero { padding: 56px 0 10px; }
  .lbq-zoznam .lbh-in { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: start; }
  .lbq-nic { grid-column: 1 / -1; }
  .lbq-skupina { margin: 0; padding: 28px 28px 12px; }
  .lbq-karta { max-width: 680px; margin: 0 auto; padding: 72px 48px 76px; }
}
@media (max-width: 779px) {
  .lbq-temy { gap: 8px; }
  .lbq-tema { padding: 7px 10px 7px 7px; gap: 5px; font-size: 13px; letter-spacing: 0; }
  .lbq-tema svg { width: 18px; height: 18px; }
  .lbq > .lbh-scrib { display: none; }
}
/* Kontakty: Shoptet pri #FORM pridá vlastnú vetu a prázdne odseky, skryť */
[itemprop="about"]:has(.lbk) > p { display: none !important; }
/* ------------------------------------------------------------------
   Hlavička v4 (2026-09-17, cesta 2): vlastné menu z lilbee-menu.js.
   Menu Shoptetu ostáva v kóde (pre roboty), len je skryté.
   ------------------------------------------------------------------ */
.lbn-ready #header .header-bottom { display: none !important; }
.lbn-ready #header .navigation-buttons [data-target="navigation"],
.lbn-ready #header .navigation-buttons [data-target="search"] { display: none !important; }
.lbn-ready #header .header-top-wrapper { display: flex !important; align-items: center !important; gap: 14px; height: 84px; }
.lbn-ready #header .site-name { margin-right: 0 !important; }
.lbn-ready #header .navigation-buttons { display: flex !important; align-items: center; gap: 4px; margin-left: auto !important; width: auto !important; flex: 0 0 auto !important; }
@media (min-width: 1200px) { .lbn-ready #header .navigation-buttons { margin-left: 0 !important; } }
.lbn-ready #header .header-top-wrapper { flex-wrap: nowrap !important; }
#header .lbn-akcie { display: flex !important; align-items: center; flex: 0 0 auto !important; width: auto !important; margin: 0 !important; padding: 0 !important; }
#header .lbn-akcie > * { flex: 0 0 auto !important; }

/* menu na počítači */
#header .lbn { display: none; flex: 0 1 auto !important; margin: 0 auto !important; }
.lbn-menu { display: flex; justify-content: center; align-items: center; gap: 30px; list-style: none; margin: 0; padding: 0; }
.lbn-menu > li { position: relative; }
.lbn-menu > li > a { position: relative; z-index: 0; display: block; padding: 8px 2px; font: 800 16px/1.2 Nunito, sans-serif; letter-spacing: 0; color: var(--lb-ink); text-decoration: none; white-space: nowrap; }
.lbn-menu > li > a::before { content: ""; position: absolute; z-index: -1; inset: 2px -9px; background: var(--lb-honey); border-radius: 12px; transform: scale(.9); opacity: 0; transition: transform .16s ease, opacity .16s ease; }
.lbn-menu > li > a:hover::before, .lbn-menu > li > a:focus-visible::before, .lbn-ma-drop.is-open > a::before { transform: none; opacity: 1; }
.lbn-menu > li > a:focus-visible { outline: none; }
.lbn-menu > li > a.is-tu::after { content: ""; position: absolute; left: 2px; right: 2px; bottom: 0; height: 4px; border-radius: 4px; background: var(--lb-honey); }
.lbn-menu > li > a.is-tu:hover::after, .lbn-ma-drop.is-open > a.is-tu::after { opacity: 0; }

/* rozbaľovacie Darčeky */
.lbn-drop { position: absolute; top: calc(100% + 12px); left: 50%; width: 560px; margin-left: -280px; box-sizing: border-box; padding: 22px 22px 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 18px; background: #fffdf7; border-radius: 26px; box-shadow: 0 18px 40px rgba(36,29,20,.16); z-index: 1001; opacity: 0; visibility: hidden; transform: translateY(6px); transition: opacity .16s ease, transform .16s ease, visibility 0s linear .16s; }
.lbn-drop::before { content: ""; position: absolute; left: 0; right: 0; top: -14px; height: 14px; }
.lbn-ma-drop.is-open .lbn-drop { opacity: 1; visibility: visible; transform: none; transition: opacity .16s ease, transform .16s ease; }
.lbn-drop-h { margin: 0 0 6px 10px; font: 800 13px Nunito, sans-serif; letter-spacing: .06em; text-transform: uppercase; color: var(--lb-ink-soft); }
.lbn-drop ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; }
.lbn-drop li a { display: block; padding: 6px 10px; border-radius: 12px; font: 700 15px Nunito, sans-serif; letter-spacing: 0; color: var(--lb-ink); text-decoration: none; }
.lbn-drop li a:hover, .lbn-drop li a:focus-visible { background: var(--lb-paper-2); outline: none; }
.lbn-vsetky { grid-column: 1 / -1; justify-self: start; margin-top: 4px; padding: 11px 18px; border-radius: 999px; background: #16807a; color: #fffdf7 !important; font: 800 15px Nunito, sans-serif; letter-spacing: 0; text-decoration: none !important; }
.lbn-vsetky:hover, .lbn-vsetky:focus-visible { background: #0f6a65; color: #fff !important; outline: none; }

/* tlačidlo Nahrať kresbu */
.lbn-cta { display: none; margin-left: 6px; padding: 12px 20px; border-radius: 999px; background: var(--lb-ink); color: #fff !important; font: 800 15px Nunito, sans-serif; letter-spacing: 0; text-decoration: none !important; white-space: nowrap; box-shadow: 0 4px 0 #000; transition: transform .12s, box-shadow .12s; }
.lbn-cta:hover { transform: translateY(2px); box-shadow: 0 2px 0 #000; }

/* hamburger */
#header .lbn-burger { display: grid; place-items: center; width: 46px !important; min-width: 0 !important; height: 46px; margin: 0; padding: 0; border: 0; background: transparent; cursor: pointer; }
.lbn-burger svg { width: 26px; height: 26px; fill: none; stroke: var(--lb-ink); stroke-width: 2.6; stroke-linecap: round; }
.lbn-burger path { transition: transform .2s ease, opacity .2s ease; transform-origin: 12px 12px; }
.lbn-burger.is-open .lbn-b1 { transform: translateY(5px) rotate(45deg); }
.lbn-burger.is-open .lbn-b2 { opacity: 0; }
.lbn-burger.is-open .lbn-b3 { transform: translateY(-5px) rotate(-45deg); }

/* panel na mobile */
.lbn-on, .lbn-on body { overflow: hidden; }
.lbn-panel { position: fixed; left: 0; right: 0; bottom: 0; top: var(--lbn-top, 68px); z-index: 998; overflow-y: auto; box-sizing: border-box; padding: 8px 18px calc(24px + env(safe-area-inset-bottom)); display: flex; flex-direction: column; background: var(--lb-paper-2); opacity: 0; transform: translateY(-8px); transition: opacity .18s ease, transform .18s ease; font-family: Ubuntu, sans-serif; }
.lbn-panel[hidden] { display: none !important; }
.lbn-panel.is-open { opacity: 1; transform: none; }
.lbn-velke { list-style: none; margin: 0; padding: 0; }
.lbn-velke > li { border-bottom: 2px dashed #eadcc2; }
.lbn-velke > li > a { display: flex; align-items: center; gap: 14px; padding: 14px 4px; font: 800 23px/1.15 Nunito, sans-serif; letter-spacing: 0; color: var(--lb-ink); text-decoration: none; }
.lbn-bl { flex: none; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 58% 42% 55% 45% / 45% 55% 42% 58%; }
.lbn-bl svg { width: 24px; height: 24px; fill: none; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.lbn-sip { flex: none; margin-left: auto; width: 20px; height: 20px; fill: none; stroke: var(--lb-ink-soft); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; transition: transform .18s ease; }
.lbn-p-drop > a .lbn-sip { transform: rotate(90deg); }
.lbn-p-drop.is-open > a .lbn-sip { transform: rotate(-90deg); }
.lbn-stitky { display: none; padding: 0 0 16px 58px; }
.lbn-p-drop.is-open .lbn-stitky { display: block; }
.lbn-stitky p { margin: 6px 0 8px; font: 800 12px Nunito, sans-serif; letter-spacing: .06em; text-transform: uppercase; color: var(--lb-ink-soft); }
.lbn-stitky div { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 8px; }
.lbn-stitky div a { padding: 7px 12px; border: 2px solid var(--lb-line); border-radius: 999px; background: #fffdf7; font: 800 13.5px Nunito, sans-serif; letter-spacing: 0; color: var(--lb-ink); text-decoration: none; }
.lbn-stitky .lbn-vsetky { display: inline-block; margin-top: 6px; font-size: 14px; padding: 9px 16px; }
.lbn-panel-cta { display: block; margin: auto 0 0; padding: 16px; border-radius: 999px; text-align: center; background: var(--lb-honey); color: var(--lb-ink) !important; font: 800 18px Nunito, sans-serif; letter-spacing: 0; text-decoration: none !important; box-shadow: 0 5px 0 var(--lb-honey-deep); }
.lbn-velke + .lbn-panel-cta { margin-top: 28px; }
.lbn-mini { display: flex; justify-content: center; gap: 10px; margin: 16px 0 0; font-size: 14px; color: var(--lb-ink-soft); }
.lbn-mini a { color: var(--lb-ink); font-weight: 700; text-decoration: none; }

@media (max-width: 1199px) {
  .lbn-ready #header .header-top-wrapper { height: 68px; gap: 0; }
}
@media (min-width: 1200px) {
  #header .lbn { display: block; }
  #header .lbn-cta { display: inline-block !important; width: auto !important; }
  #header .lbn-burger, .lbn-panel { display: none !important; }
}
@media (min-width: 640px) and (max-width: 1199px) {
  .lbn-panel { padding-left: max(18px, calc(50% - 280px)); padding-right: max(18px, calc(50% - 280px)); }
}

/* bez bliknutia: staré menu Shoptetu skryť hneď, nečakať na skript (2026-09-17) */
#header .header-bottom { display: none !important; }
#header .navigation-buttons [data-target="navigation"], #header .navigation-buttons [data-target="search"] { display: none !important; }
@media (max-width: 1199px) { #header .header-top-wrapper { flex-wrap: nowrap !important; height: 68px; } }
@media (min-width: 1200px) { #header .header-top-wrapper { flex-wrap: nowrap !important; height: 84px; } }
/* ------------------------------------------------------------------
   Kategória produktov (2026-09-17). Štýluje výpis Shoptetu, takže
   každý nový produkt pridaný do kategórie sa ukáže sám v tomto dizajne.
   ------------------------------------------------------------------ */
body.type-category, body.type-category #content-wrapper, body.type-category .content-wrapper-in { background: var(--lb-paper-2) !important; }
body.type-category .breadcrumbs { background: transparent !important; }

/* úvod */
body.type-category .category-top { max-width: 760px; margin: 0 auto; padding: 18px 0 8px; text-align: center; }
body.type-category .category-title { position: relative; display: inline-block; margin: 0 0 18px !important; font: 900 clamp(38px, 10vw, 60px)/1.02 Nunito, sans-serif !important; letter-spacing: -.01em !important; color: var(--lb-ink) !important; }
body.type-category .category-title::after { content: ""; position: absolute; left: 4%; right: 4%; bottom: -12px; height: 12px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 12' preserveAspectRatio='none'%3E%3Cpath d='M3 8C60 2 120 1 150 5s90 5 147-2' fill='none' stroke='%23f0a81c' stroke-width='7' stroke-linecap='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat; }
body.type-category .category-perex { margin: 0 auto; font-family: Ubuntu, sans-serif; }
body.type-category .category-perex p { margin: 10px auto 0; max-width: 36ch; font-size: 17.5px; line-height: 1.55; color: var(--lb-ink-soft); }
body.type-category .plus-gallery-wrap { display: none !important; }
body.type-category .category-top, body.type-category .category-perex { border: 0 !important; }
body.type-category .category-top::after, body.type-category .category-content-wrapper::before { display: none !important; }
.lbc-fakty { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; list-style: none; margin: 20px 0 0 !important; padding: 0 !important; }
.lbc-fakty li { margin: 0 !important; padding: 7px 13px !important; border: 2px solid var(--lb-line); border-radius: 999px; background: #fffdf7; font: 800 13.5px Nunito, sans-serif; color: var(--lb-ink); }
.lbc-fakty li::before { content: none !important; }

/* zbytočné pri pár produktoch */
body.type-category #category-header, body.type-category .listingControls, body.type-category .products .flags { display: none !important; }

/* mriežka produktov */
body.type-category .category-content-wrapper { padding-top: 26px; }
body.type-category #products.products { display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 0 !important; }
body.type-category #products .product { width: auto !important; max-width: none !important; flex: none !important; margin: 0 !important; padding: 0 !important; border: 0 !important; }
body.type-category #products .p { position: relative; height: 100%; display: flex; flex-direction: column; margin: 0 !important; padding: 12px 12px 16px !important; border: 0 !important; border-radius: 26px; background: #fffdf7 !important; box-shadow: 0 8px 22px rgba(36,29,20,.07); text-align: left; transition: transform .16s ease, box-shadow .16s ease; }
body.type-category #products .p:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(36,29,20,.12); }
body.type-category #products .p .image { position: relative; z-index: 0; display: block; aspect-ratio: 1 / 1; margin: 0 0 10px !important; padding: 0 !important; overflow: visible; }
body.type-category #products .p .image::before { content: ""; position: absolute; z-index: -1; inset: 10% 6% 6%; background: var(--lb-paper-2); border-radius: 58% 42% 55% 45% / 45% 55% 42% 58%; transform: rotate(-4deg); transition: background .16s ease; }
body.type-category #products .product:nth-child(4n+2) .p .image::before { transform: rotate(5deg); border-radius: 45% 55% 42% 58% / 58% 42% 55% 45%; }
body.type-category #products .product:nth-child(4n+3) .p .image::before { transform: rotate(-8deg); }
body.type-category #products .p:hover .image::before { background: #fde9bf; }
body.type-category #products .p .image { height: auto !important; width: auto !important; }
body.type-category #products .p .image img { position: absolute; inset: 4%; width: 92% !important; height: 92% !important; max-width: none !important; max-height: none !important; object-fit: contain; }
body.type-category #products .p-in { display: flex !important; flex-direction: column; flex: 1; padding: 0 !important; margin: 0 !important; min-height: 0 !important; height: auto !important; }
body.type-category #products .p-in-in { padding: 0 !important; margin: 0 !important; min-height: 0 !important; height: auto !important; }
body.type-category #products .p .name { display: block; margin: 0 4px !important; padding: 0 !important; min-height: 0 !important; font: 800 19px/1.2 Nunito, sans-serif !important; color: var(--lb-ink) !important; text-align: left !important; text-decoration: none !important; }
body.type-category #products .p .name::after { content: ""; position: absolute; inset: 0; z-index: 1; }
body.type-category #products .p-bottom { display: flex; flex-direction: column; flex: 1; margin: 2px 4px 0 !important; padding: 0 !important; }
body.type-category #products .p-bottom > div { display: flex; flex-direction: column; flex: 1; }
body.type-category #products .prices { margin: 0 0 12px !important; padding: 0 !important; text-align: left !important; }
body.type-category #products .price-final, body.type-category #products .price-final strong { font: 800 16px Nunito, sans-serif !important; color: var(--lb-ink-soft) !important; text-align: left !important; }
body.type-category #products .p-tools { margin-top: auto !important; padding: 0 !important; display: block !important; text-align: left !important; }
body.type-category #products .p-tools form { display: none !important; }
.lbc-btn { position: relative; z-index: 2; display: block; padding: 11px 10px; border-radius: 999px; background: var(--lb-honey); color: var(--lb-ink) !important; font: 800 14.5px/1.15 Nunito, sans-serif; text-align: center; text-decoration: none !important; box-shadow: 0 4px 0 var(--lb-honey-deep); transition: transform .12s, box-shadow .12s; }
.lbc-btn:hover { transform: translateY(2px); box-shadow: 0 2px 0 var(--lb-honey-deep); }

@media (min-width: 780px) {
  body.type-category .category-top { padding-top: 34px; }
  body.type-category #products.products { grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 22px; }
  body.type-category #products .p { padding: 16px 16px 20px !important; }
  body.type-category #products .p .name { font-size: 21px !important; }
  .lbc-btn { font-size: 15.5px; padding: 13px 14px; }
}
/* spodný popis kategórie: Jedna kresba, tri kroky + odkaz na časté otázky */
body.type-category .lbc-spodok { margin-top: 40px; background: transparent; }
body.type-category .lbc-spodok .lbp-premena { padding-bottom: 0 !important; margin-bottom: 0 !important; }
.lbc-faq { clear: both; margin: 44px 0 70px !important; padding-top: 10px; text-align: center; font-size: 17px; color: var(--lb-ink-soft); }
/* úvod: menej textu naraz, širšie, dôležité tučne */
body.type-category .category-top { max-width: 900px; }
body.type-category .category-perex p.lbc-lede { max-width: 60ch; margin-top: 14px; font: 800 20px/1.35 Nunito, sans-serif; color: var(--lb-ink); }
body.type-category .category-perex p.lbc-lede2 { max-width: 58ch; margin-top: 6px; font-size: 17px; line-height: 1.55; color: var(--lb-ink-soft); }
body.type-category .category-perex strong { color: var(--lb-ink); font-weight: 700; }
body.type-category .category-perex p.lbc-lede strong { font-weight: 800; }
/* tri kroky: nadpis v jednom riadku a výrazná veta o sekundách */
.lbc-spodok .lbc-h2 { max-width: none !important; }
.lbc-sekundy { display: flex; align-items: center; gap: 14px; max-width: 640px; margin: 22px 0 6px !important; padding: 14px 20px 14px 16px; background: var(--lb-honey); border-radius: 20px 24px 18px 26px; transform: rotate(-.6deg); font-size: 16.5px; line-height: 1.4; color: #3a2b07; }
.lbc-sekundy svg { flex: none; width: 34px; height: 34px; stroke: var(--lb-ink); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.lbc-sekundy strong { display: block; font: 800 19px/1.25 Nunito, sans-serif; color: var(--lb-ink); }
@media (min-width: 780px) { .lbc-sekundy strong { display: inline; } }
/* oprava 17. 9.: spodný popis Shoptet centruje, u nás zarovnanie vľavo ako na podstránkach */
body.type-category .category__secondDescription { text-align: left !important; padding: 0 !important; margin: 0 !important; max-width: none !important; }
body.type-category .category__secondDescription .lbc-spodok, body.type-category .category__secondDescription .lbc-spodok * { text-align: left; }
body.type-category .category__secondDescription .lbc-faq, body.type-category .category__secondDescription .lbp-rad b { text-align: center !important; }
/* štítky nad produktmi výraznejšie: väčšie, s fajkou */
.lbc-fakty { gap: 10px; margin-top: 24px !important; }
@media (min-width: 780px) { body.type-category .category-perex .lbc-fakty { max-width: 980px; margin-left: -40px !important; margin-right: -40px !important; } }
.lbc-fakty li { display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px 10px 12px !important; border: 0; background: #fffdf7; box-shadow: 0 4px 14px rgba(36,29,20,.08); font-size: 15px; white-space: nowrap; }
.lbc-fakty li::before { content: "" !important; display: block !important; flex: none; width: 22px; height: 22px; border-radius: 50%; background: #16807a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 12.5l4 4 8-9' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 16px no-repeat; }
.lbc-fakty li:first-child { background: var(--lb-honey); }
@media (max-width: 779px) { .lbc-fakty { gap: 8px; } .lbc-fakty li { font-size: 13px; padding: 7px 10px 7px 8px !important; white-space: normal; } .lbc-fakty li::before { width: 19px; height: 19px; background-size: 14px; } }

/* pás výhod Shoptetu (3000 výdajných miest, darček zdarma…) nesedí s tým, čo ponúkame, skryť na celom webe (17. 9. 2026) */
.benefit-banners-full-width, .benefitBanner { display: none !important; }
/* ------------------------------------------------------------------
   Produkt, nový vzhľad (návrh v5), 2026-09-17. Scénu stavia lilbee-produkt-scena.js.
   ------------------------------------------------------------------ */
.lbs-on body.type-detail, .lbs-on body.type-detail #content-wrapper, .lbs-on body.type-detail .content-wrapper-in { background: var(--lb-paper-2) !important; }
/* pôvodné časti Shoptetu nad popisom skryť (H1 ostáva pre Google, len neviditeľný) */
.lbs-on .p-detail-inner .p-image-wrapper,
.lbs-on .p-detail-inner .p-short-description,
.lbs-on .p-detail-inner .social-buttons-wrapper,
.lbs-on .p-detail-inner .p-detail-inner-header-mobile { display: none !important; }
.lbs-on .p-detail-inner .p-detail-inner-header { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.lbs-on .p-detail-inner { padding: 0 !important; margin: 0 !important; min-height: 0 !important; }
.lbs-on #kdw { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.lbs { max-width: 1170px; margin: 0 auto; padding: 6px 0 22px; display: grid; font-family: Ubuntu, sans-serif; color: var(--lb-ink); }
.lbs-nad { text-align: center; }
.lbs-h { margin: 0 !important; font: 900 clamp(30px, 8.4vw, 52px)/1.04 Nunito, sans-serif !important; letter-spacing: -.015em; color: var(--lb-ink); }
.lbs-vl { position: relative; white-space: nowrap; }
.lbs-vl::after { content: ""; position: absolute; left: 0; right: 0; bottom: -7px; height: 10px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 12' preserveAspectRatio='none'%3E%3Cpath d='M3 8C60 2 120 1 150 5s90 5 147-2' fill='none' stroke='%23f0a81c' stroke-width='7' stroke-linecap='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat; }
.lbs-p { margin: 14px auto 0 !important; max-width: 30ch; font: 700 16.5px/1.4 Ubuntu, sans-serif; color: var(--lb-ink-soft); }

.lbs-podium { position: relative; height: clamp(300px, 82vw, 440px); margin-top: 6px; }
.lbs-podium::before { content: ""; position: absolute; left: 8%; right: 8%; top: 8%; bottom: 6%; background: #f3dfb4; border-radius: 58% 42% 55% 45% / 45% 55% 42% 58%; transform: rotate(-6deg); transition: background .4s; }
.lbs-hotovo .lbs-podium::before { background: var(--lb-honey); }
.lbs-podium img { -webkit-user-drag: none; user-select: none; position: absolute; inset: 0; margin: auto; max-width: 92%; max-height: 96%; object-fit: contain; transition: opacity .45s, transform .45s; }
.lbs-sedy { filter: grayscale(1) contrast(.85) brightness(1.05); opacity: .5; }
.lbs-spracovanie .lbs-sedy { opacity: .28; }
.lbs-hotovo .lbs-sedy { opacity: 0; }
.lbs-vas { z-index: 2; opacity: 0; transform: scale(.94) rotate(-4deg); }
.lbs-hotovo .lbs-vas { opacity: 1; transform: none; }
.lbs-kresba { position: absolute; z-index: 2; left: 50%; top: 50%; width: 46%; transform: translate(-50%, -50%) rotate(-4deg); border-radius: 10px; overflow: hidden; box-shadow: 0 10px 28px rgba(36,29,20,.22); opacity: 0; transition: opacity .4s; }
.lbs-kresba img { position: static !important; display: block; width: 100% !important; max-width: none !important; max-height: none !important; margin: 0 !important; }
.lbs-spracovanie .lbs-kresba { opacity: 1; }
.lbs-lesk { position: absolute; inset: 0; overflow: hidden; }
.lbs-lesk::after { content: ""; position: absolute; top: -20%; bottom: -20%; width: 45%; left: -60%; background: linear-gradient(100deg, transparent, rgba(255,255,255,.85), transparent); animation: lbsLesk 1.6s ease-in-out infinite; }
@keyframes lbsLesk { to { left: 120%; } }
.lbs-bub { position: absolute; z-index: 3; right: 4%; top: 6%; max-width: 150px; padding: 10px 13px; border-radius: 18px 18px 18px 4px; background: #fffdf7; box-shadow: 0 8px 20px rgba(36,29,20,.14); font: 800 14px/1.25 Nunito, sans-serif; transform: rotate(3deg); }
.lbs-spracovanie .lbs-bub { max-width: none; width: max-content; padding: 9px 14px; background: var(--lb-honey); color: #fff; text-shadow: 0 1px 2px rgba(120,70,0,.35); white-space: nowrap; animation: lbsPulz 1.8s ease-in-out infinite; }
.lbs-hotovo .lbs-bub { max-width: none; width: max-content; padding: 13px 18px; background: #16807a; color: #fff; font-size: 17px; line-height: 1.2; }
.lbs-stitok { font-size: 24px; padding: 11px 17px; }
.lbs-stitok small { font-size: 12.5px; }
@keyframes lbsPulz { 0%, 100% { transform: rotate(3deg) scale(1); } 50% { transform: rotate(3deg) scale(1.05); } }
.lbs-stitok { position: absolute; z-index: 3; left: 5%; bottom: 8%; padding: 9px 14px; border-radius: 12px; background: #16807a; color: #fff; font: 900 20px Nunito, sans-serif; transform: rotate(-5deg); box-shadow: 0 6px 14px rgba(0,0,0,.15); }
.lbs-stitok small { display: block; font: 700 11.5px Ubuntu, sans-serif; opacity: .9; }

.lbs-vcela { position: absolute; z-index: 4; left: 50%; top: 50%; width: 52px; height: 46px; margin: -23px 0 0 -26px; opacity: 0; pointer-events: none; }
.lbs-vcela svg { width: 100%; height: 100%; }
.lbs-vcela path { fill: #fff !important; }
.lbs-spracovanie .lbs-vcela { animation: lbsLet 4.2s linear infinite; }
.lbs-spracovanie .lbs-vcela svg { animation: lbsVlna 1.05s ease-in-out infinite alternate; }
@keyframes lbsLet { 0% { transform: translateX(170px); opacity: 0; } 12% { opacity: 1; } 72% { opacity: 1; } 88% { opacity: 0; } 100% { transform: translateX(-170px); opacity: 0; } }
@keyframes lbsVlna { from { transform: translateY(-9px) rotate(4deg); } to { transform: translateY(9px) rotate(-4deg); } }
.lbs-vcela .kridlo-prave, .lbs-vcela .kridlo-lave { transform-box: view-box; animation: lbsMav .11s ease-in-out infinite alternate; }
.lbs-vcela .kridlo-prave { transform-origin: 32px 19px; }
.lbs-vcela .kridlo-lave { transform-origin: 26.5px 17.5px; animation-delay: .03s; }
@keyframes lbsMav { to { transform: rotate(-14deg) scaleY(.72); } }

.lbs-ovl { width: 100%; max-width: 520px; margin: 0 auto; }
.lbs-proc, .lbs-chyba, .lbs-kup { display: none; }
.lbs-spracovanie .lbs-zac, .lbs-hotovo .lbs-zac, .lbs-chyba .lbs-zac { display: none; }
.lbs-spracovanie .lbs-proc { display: block; }
.lbs-chyba .lbs-chyba { display: block; }
.lbs-hotovo .lbs-kup { display: block; }
.lbs-proc { text-align: center; padding-top: 14px; }
.lbs-proc-t { margin: 0 !important; font: 900 20px Nunito, sans-serif; }
.lbs-bar { height: 12px; margin: 12px auto 8px; max-width: 420px; border-radius: 99px; background: #eadfca; overflow: hidden; }
.lbs-bar i { display: block; height: 100%; width: 0; border-radius: 99px; background: var(--lb-honey); }
.lbs-spracovanie .lbs-bar i { animation: lbsBar 55s cubic-bezier(.1,.6,.3,1) forwards; }
@keyframes lbsBar { from { width: 4%; } to { width: 92%; } }
.lbs-proc-c { margin: 0 !important; font-size: 14px; color: var(--lb-ink-soft); }

.lbs-zac { padding-top: 16px; }
.lbs-velke { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; height: 62px; border: 0; border-radius: 999px; background: var(--lb-honey); color: var(--lb-ink); font: 900 19px Nunito, sans-serif; box-shadow: 0 5px 0 var(--lb-honey-deep); cursor: pointer; }
.lbs-velke svg { width: 26px; height: 26px; stroke: var(--lb-ink); fill: none; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.lbs-tmave { height: 52px; margin-top: 12px; background: var(--lb-ink); color: #fff; box-shadow: 0 5px 0 #000; font-size: 17px; }
.lbs-t-pc, .lbs-drag { display: none; }
.lbs-pod-tl { display: flex; justify-content: center; flex-wrap: wrap; gap: 4px 14px; margin: 12px 0 0 !important; font-size: 14px; color: var(--lb-ink-soft); }
.lbs-pod-tl a { color: #16807a; font-weight: 700; text-decoration: none; border-bottom: 2px solid rgba(22,128,122,.3); }
.lbs-pod-tl span::before { content: "✓ "; color: #3e8e5a; font-weight: 700; }
.lbs-chyba { margin-top: 14px; padding: 16px; border-radius: 22px; background: #fdecea; text-align: center; }
.lbs-chyba-h { margin: 0 !important; font: 900 18px Nunito, sans-serif; color: #8f2f22; }
.lbs-chyba p { margin: 6px 0 0; font-size: 14.5px; color: #6b3a33; }

/* košík z Shoptetu v scéne */
.lbs-kup { padding-top: 14px; }
.lbs-kup #product-detail-form { margin: 0 !important; }
.lbs-kup .p-price-wrapper, .lbs-kup .detail-parameters, .lbs-kup .p-variants-block, .lbs-kup .cofidis-buttons-wrapper, .lbs-kup #dkLabNoteMainWrapper { display: none !important; }
.lbs-kup .add-to-cart { display: flex !important; gap: 10px; align-items: stretch; }
.lbs-kup .quantity { display: flex !important; align-items: center; height: 62px; border: 2px solid #e4d6bc !important; border-radius: 999px !important; background: #fffdf7; overflow: hidden; }
.lbs-kup .quantity input { width: 34px !important; border: 0 !important; background: none !important; text-align: center; font: 800 17px Nunito, sans-serif !important; }
.lbs-kup .quantity button { width: 38px; height: 58px; border: 0 !important; background: none !important; font: 800 20px Nunito, sans-serif; }
.lbs-kup .add-to-cart-button { flex: 1; height: 62px !important; border: 0 !important; border-radius: 999px !important; background: var(--lb-honey) !important; color: var(--lb-ink) !important; font: 900 19px Nunito, sans-serif !important; box-shadow: 0 5px 0 var(--lb-honey-deep); }
.lbs-kup .add-to-cart-button i { display: none; }
.lbs-doprava { margin: 12px 0 0 !important; text-align: center; font-size: 13.5px; color: var(--lb-ink-soft); }

.lbs-fakty { max-width: 1170px; margin: 0 auto 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.lbs-fakty div { padding: 12px; border-radius: 18px; background: #fffdf7; font: 800 15px/1.2 Nunito, sans-serif; color: var(--lb-ink); }
.lbs-fakty small { display: block; margin-top: 2px; font: 400 13px/1.3 Ubuntu, sans-serif; color: var(--lb-ink-soft); }

.lbs-lista { position: fixed; left: 0; right: 0; bottom: 0; z-index: 80; display: flex; align-items: center; gap: 10px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: rgba(255,253,247,.97); box-shadow: 0 -6px 20px rgba(36,29,20,.1); transform: translateY(110%); transition: transform .25s; }
.lbs-lista.ukaz { transform: none; }
.lbs-lista-c { font: 900 18px/1 Nunito, sans-serif; color: var(--lb-ink); }
.lbs-lista-c small { display: block; margin-top: 3px; font: 400 12px Ubuntu, sans-serif; color: var(--lb-ink-soft); }
.lbs-lista a { margin-left: auto; padding: 13px 18px; border-radius: 999px; background: var(--lb-honey); color: var(--lb-ink) !important; font: 900 15.5px Nunito, sans-serif; text-decoration: none !important; box-shadow: 0 4px 0 var(--lb-honey-deep); }

@media (min-width: 700px) { .lbs-fakty { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 980px) {
  .lbs { grid-template-columns: 1.1fr .9fr; grid-template-areas: "pod nad" "pod ovl"; column-gap: 48px; align-items: center; padding-top: 10px; }
  .lbs-nad { grid-area: nad; text-align: left; align-self: end; }
  .lbs-p { margin-left: 0 !important; }
  .lbs-pod { grid-area: pod; }
  .lbs-podium { height: 560px; }
  .lbs-ovl { grid-area: ovl; align-self: start; margin: 0; }
  .lbs-proc { text-align: left; } .lbs-bar { margin-left: 0; }
  .lbs-pod-tl { justify-content: flex-start; }
  .lbs-t-mob { display: none; } .lbs-t-pc { display: inline; }
  .lbs-drag { display: block; margin: 8px 0 0; font-size: 14px; color: var(--lb-ink-soft); }
  .lbs-lista { display: none; }
}
@media (prefers-reduced-motion: reduce) { .lbs *, .lbs-lista { animation: none !important; transition: none !important; } }
.lbs-on #dkLabNoteMainWrapper { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.lbs-on body.type-detail .breadcrumbs, .lbs-on body.type-detail .breadcrumbs-wrapper { background: transparent !important; }

/* výber produktu */
.lbs-produkty { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 14px auto 0; width: 100%; max-width: 520px; }
.lbs-prod { display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; column-gap: 8px; align-items: center; padding: 7px 10px 7px 7px; border: 2px solid var(--lb-line); border-radius: 16px; background: #fffdf7; color: var(--lb-ink) !important; text-decoration: none !important; }
.lbs-prod img { grid-row: span 2; width: 30px; height: 38px; object-fit: contain; }
.lbs-prod b { align-self: end; font: 800 14.5px/1.1 Nunito, sans-serif; }
.lbs-prod small { align-self: start; font: 700 12.5px/1.2 Ubuntu, sans-serif; color: var(--lb-ink-soft); }
.lbs-prod.je-tu { border-color: var(--lb-ink); box-shadow: 0 3px 0 var(--lb-ink); }
.lbs-prod.coskoro { opacity: .55; cursor: default; }
.lbs-prod.coskoro small::after { content: " · čoskoro"; }
.lbs-spracovanie .lbs-produkty { display: none; }

/* tlačidlo a okno s pohľadmi */
.lbs-strany { display: none; justify-content: center; margin-top: 8px; }
.lbs-hotovo .lbs-strany { display: flex; }
.lbs-str-m { display: flex; }
.lbs-str-m img { width: 30px; height: 30px; object-fit: contain; border-radius: 50%; background: var(--lb-paper-2); border: 2px solid #fffdf7; margin-right: -8px; -webkit-user-drag: none; }
.lbs-str-m img:last-child { margin-right: 0; }
.lbs-bodky { display: flex; justify-content: center; gap: 8px; margin-top: 10px; }
.lbs-bodky button { padding: 7px 12px; border: 2px solid var(--lb-line); border-radius: 999px; background: #fffdf7; font: 800 13px Nunito, sans-serif; color: var(--lb-ink); cursor: pointer; }
.lbs-bodky button.je { border-color: var(--lb-ink); }
.lbs-vyzva { display: none; align-items: center; gap: 8px; margin: 12px 0 0 !important; color: #16807a; font: 800 16px Nunito, sans-serif; animation: lbsVyzva 1.6s ease-in-out infinite; }
.lbs-vyzva svg { width: 38px; height: 26px; }
@keyframes lbsVyzva { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(3px); } }
.lbs-hotovo .lbs-vyzva { display: inline-flex; }
.lbs-strany button { display: inline-flex; align-items: center; gap: 10px; padding: 7px 16px; border: 2px solid var(--lb-line); border-radius: 999px; background: #fffdf7; font: 800 14px Nunito, sans-serif; color: var(--lb-ink); cursor: pointer; }
.lbs-okno { position: fixed; inset: 0; z-index: 95; display: none; align-items: flex-end; justify-content: center; background: rgba(36,29,20,.55); }
.lbs-okno.ukaz { display: flex; }
.lbs-okno-in { width: 100%; max-width: 760px; box-sizing: border-box; padding: 14px 16px calc(20px + env(safe-area-inset-bottom)); border-radius: 28px 28px 0 0; background: #fffdf7; }
.lbs-okno-h { display: flex; align-items: center; justify-content: space-between; margin: 0 0 8px !important; font: 900 19px Nunito, sans-serif; }
.lbs-okno-h button { width: 40px; height: 40px; border: 0; border-radius: 50%; background: var(--lb-paper-2); font: 800 20px Nunito, sans-serif; cursor: pointer; }
.lbs-pohlady { display: flex; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; }
.lbs-pohlady figure { flex: none; width: 100%; margin: 0; scroll-snap-align: center; text-align: center; }
.lbs-pohlady img { width: 100%; aspect-ratio: 1/1; object-fit: contain; border-radius: 22px; background: var(--lb-paper-2); }
.lbs-pohlady figcaption { margin-top: 6px; font: 800 15px Nunito, sans-serif; }
.lbs-okno-p { margin: 12px 0 0 !important; text-align: center; font-size: 14.5px; color: var(--lb-ink-soft); }
@media (min-width: 700px) { .lbs-produkty { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 980px) {
  .lbs-produkty { grid-area: ovl; align-self: end; margin: 0 0 6px; max-width: none; }
  .lbs-strany { grid-area: pod; align-self: end; justify-content: flex-start; margin-top: -30px; }
  .lbs-okno { align-items: center; } .lbs-okno-in { border-radius: 28px; padding: 20px 24px 24px; }
  .lbs-pohlady { overflow: visible; display: grid; grid-template-columns: repeat(3, 1fr); }
  .lbs-bodky { display: none; }
  .lbs-pohlady figure { width: auto; }
}

/* Shoptet záložky Popis / Parametre na produkte nepotrebujeme */
.lbs-on .p-detail .shp-tabs-holder, .lbs-on .p-detail .shp-tab-link, .lbs-on .p-detail ul.shp-tabs { display: none !important; }
.lbs-on .p-detail .shp-tab-content, .lbs-on .p-detail .shp-tab { display: block !important; padding-top: 0 !important; border: 0 !important; }
.lbs-on .p-detail .shp-tab:not(#tab-content):not([id*="description"]) { display: none !important; }

/* Popis produktu (spodná časť podľa návrhu v5), 2026-09-17 */
.lbs-on .p-detail .shp-tab-content, .lbs-on #tab-content { background: transparent; }
.lbpd { padding-top: 10px; }
.lbpd section { padding: 44px 0 0; }
.lbpd .lbh-h2 { margin: 0; }
.lbpd .lbh-body { margin: 14px 0 0; max-width: 48ch; color: var(--lb-ink-soft); }
.lbpd .lbh-body b { color: var(--lb-ink); }

.lbpd-porov-sek .lbh-in { display: grid; gap: 18px; }
.lbpd-porov { position: relative; width: 100%; margin: 0; aspect-ratio: 4/3; border-radius: 26px; overflow: hidden; background: #fff; box-shadow: 0 10px 26px rgba(36,29,20,.1); }
.lbpd-porov img { -webkit-user-drag: none; position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.lbpd-porov img.po { clip-path: inset(0 0 0 50%); }
.lbpd-ciara { position: absolute; top: 0; bottom: 0; left: 50%; width: 3px; margin-left: -1.5px; background: #fff; pointer-events: none; }
.lbpd-ciara::after { content: ""; position: absolute; left: 50%; top: 50%; width: 42px; height: 42px; margin: -21px 0 0 -21px; border-radius: 50%; background: var(--lb-honey) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 7l-5 5 5 5M15 7l5 5-5 5' fill='none' stroke='%23241d14' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 22px no-repeat; box-shadow: 0 3px 10px rgba(0,0,0,.2); }
.lbpd-porov input { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; }
.lbpd-l { position: absolute; bottom: 12px; padding: 5px 10px; border-radius: 999px; background: rgba(36,29,20,.75); color: #fff; font: 800 12.5px Nunito, sans-serif; }
.lbpd-l.l1 { left: 12px; } .lbpd-l.l2 { right: 12px; }

.lbpd-hotove { display: flex; gap: 12px; margin: 20px 0 0; padding-bottom: 8px; overflow-x: auto; scroll-snap-type: x mandatory; }
.lbpd-hotove figure { flex: none; width: 62%; max-width: 260px; margin: 0; scroll-snap-align: start; }
.lbpd-hotove img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 22px; background: #fffdf7; }
.lbpd-hotove img.c { object-fit: contain; padding: 10px; }
.lbpd-hotove figcaption { margin-top: 6px; font: 800 14px Nunito, sans-serif; color: var(--lb-ink); }
.lbpd-hotove figcaption span { display: block; font: 400 12.5px Ubuntu, sans-serif; color: var(--lb-ink-soft); }

.lbpd-dva { display: grid; gap: 22px; }
.lbpd-param { list-style: none; margin: 18px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.lbpd-param li { padding: 12px 14px; border-radius: 16px; background: #fffdf7; }
.lbpd-param small { display: block; font: 700 11.5px Ubuntu, sans-serif; letter-spacing: .05em; text-transform: uppercase; color: var(--lb-ink-soft); }
.lbpd-param b { font: 800 17px Nunito, sans-serif; color: var(--lb-ink); }
.lbpd-krabica { display: grid; grid-template-columns: 120px 1fr; gap: 14px; align-items: center; padding: 14px; border-radius: 24px; background: #fffdf7; }
.lbpd-krabica img { width: 100%; border-radius: 18px; }
.lbpd-krabica b { display: block; font: 900 18px/1.2 Nunito, sans-serif; color: var(--lb-ink); }
.lbpd-krabica span { font-size: 14.5px; color: var(--lb-ink-soft); }

.lbpd-faq-w { display: grid; gap: 14px; }
.lbpd-faq { margin: 0; padding: 2px 18px; border-radius: 24px; background: #fffdf7; border: 0; }
.lbpd-faq details { border-bottom: 1px solid var(--lb-line); }
.lbpd-faq details:last-child { border: 0; }
.lbpd-faq-dalej { margin: 14px 0 0; text-align: center; }
@media (min-width: 700px) { .lbpd-hotove figure { width: 30%; } .lbpd-param { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 980px) {
  .lbpd section { padding-top: 70px; }
  .lbpd-porov-sek .lbh-in { grid-template-columns: 1fr .85fr; gap: 48px; align-items: center; }
  .lbpd-porov { max-width: 460px; justify-self: end; }
  .lbpd-dva { grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: center; }
  .lbpd-hotove { display: grid; grid-template-columns: repeat(4, 1fr); overflow: visible; }
  .lbpd-hotove figure { width: auto; max-width: none; }
  .lbpd-faq-w { grid-template-columns: .8fr 1.2fr; gap: 48px; align-items: start; }
}
