/* Marketplace — veřejný katalog */
.hvg-mp-catalog-wrap{max-width:1200px;margin:0 auto;padding:24px 16px 8vh}
.hvg-mp-catalog-title{font-size:26px;margin:0 0 6px;color:#1f2937}
/* Vývěsní štítek — kompaktní nadpis se symboly (šetří místo) */
/* ── Vývěsní štít — dřevěná houpající se cedule (farmářské / ruční výrobky) ── */
.hvg-mp-sign{display:flex;flex-direction:column;align-items:center;margin:-28px 0 14px;padding-top:0}
/* horní trám (statický), na něm dva háčky */
.hvg-mp-sign__beam{position:relative;z-index:3;width:min(520px,92%);height:9px;border-radius:5px;
  background:linear-gradient(#6e4f2e,#43301a);box-shadow:0 2px 5px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.15)}
.hvg-mp-sign__beam::before,.hvg-mp-sign__beam::after{content:"";position:absolute;bottom:-3px;width:8px;height:8px;
  border-radius:50%;background:#2a1d0f;box-shadow:0 1px 2px rgba(0,0,0,.4)}
.hvg-mp-sign__beam::before{left:18%}.hvg-mp-sign__beam::after{right:18%}
/* zavěšená (houpající se) část: lanka + cedule */
.hvg-mp-sign__hang{position:relative;width:min(520px,92%);transform-origin:top center;
  animation:hvgSwing 5s ease-in-out infinite}
.hvg-mp-sign__hang::before,.hvg-mp-sign__hang::after{content:"";position:absolute;top:-2px;width:4px;height:17px;
  background:linear-gradient(#5a4226,#2e2110);border-radius:2px;z-index:1}
.hvg-mp-sign__hang::before{left:calc(18% - 1px)}.hvg-mp-sign__hang::after{right:calc(18% - 1px)}
/* dřevěná deska s rytým nápisem — tmavé dřevo s výraznější texturou */
.hvg-mp-sign__board{position:relative;z-index:2;margin-top:15px;border-radius:13px;padding:9px 30px 10px;text-align:center;
  background:
    linear-gradient(180deg,rgba(255,255,255,.06),rgba(0,0,0,.14)),
    repeating-linear-gradient(90deg,rgba(0,0,0,.10) 0 2px,transparent 2px 5px,rgba(255,255,255,.04) 5px 6px,transparent 6px 11px),
    linear-gradient(165deg,#704d29,#4a3318);
  border:3px solid #36240f;
  box-shadow:0 9px 18px rgba(35,24,10,.36),inset 0 2px 0 rgba(255,255,255,.08),inset 0 -4px 9px rgba(0,0,0,.34)}
.hvg-mp-sign__board::before,.hvg-mp-sign__board::after{content:"";position:absolute;top:8px;width:7px;height:7px;border-radius:50%;
  background:radial-gradient(circle at 35% 35%,#efdcb0,#7a5a32);box-shadow:inset 0 1px 1px rgba(0,0,0,.5),0 1px 1px rgba(0,0,0,.25)}
.hvg-mp-sign__board::before{left:11px}.hvg-mp-sign__board::after{right:11px}
.hvg-mp-sign__title{margin:0;font-family:Georgia,'Playfair Display','Times New Roman',serif;font-weight:800;font-size:30px;
  line-height:1.05;color:#f4e6c6!important;letter-spacing:1px;text-transform:uppercase;display:flex;align-items:center;justify-content:center;gap:11px;
  text-shadow:0 1px 1px rgba(0,0,0,.6),0 -1px 0 rgba(0,0,0,.25)}
.hvg-mp-sign__deco{font-size:.6em;filter:drop-shadow(0 1px 1px rgba(0,0,0,.4))}
.hvg-mp-sign__sub{margin-top:3px;font-family:Georgia,serif;font-style:italic;color:#ecd9b1;font-size:15.5px;letter-spacing:1.4px;
  text-shadow:0 1px 1px rgba(0,0,0,.45)}
.hvg-mp-sign__cap{margin:8px 0 0;text-align:center;color:#7c8a63;font-size:13px}
.hvg-mp-sign__row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:8px;flex-wrap:wrap}
.hvg-mp-sign__row .hvg-mp-sign__sub{margin:0;flex:1 1 auto;text-align:right;white-space:nowrap}
.hvg-mp-sign__poke{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto}
.hvg-mp-sign__arrow{font-size:20px;line-height:1;animation:hvgPoke 1s ease-in-out infinite;filter:drop-shadow(0 1px 1px rgba(0,0,0,.5))}
.hvg-mp-sign__cta{display:inline-flex;align-items:center;gap:7px;flex:0 0 auto;padding:8px 16px;border-radius:20px;background:#fff;color:#6b4423;border:1.5px solid #b5834a;font-weight:800;font-size:13.5px;line-height:1;text-decoration:none;box-shadow:0 2px 6px rgba(0,0,0,.16);transition:background .2s,color .2s,transform .12s,box-shadow .2s;animation:hvgPulse 1.7s ease-in-out infinite}
.hvg-mp-sign__cta:hover{background:#a86b34;color:#fff;border-color:#8a5423;transform:translateY(-1px);box-shadow:0 4px 10px rgba(74,51,24,.4);animation:none}
.hvg-mp-sign__cta:active{transform:translateY(0)}
@keyframes hvgPoke{0%,100%{transform:translateX(0)}50%{transform:translateX(5px)}}
@keyframes hvgPulse{0%,100%{box-shadow:0 2px 6px rgba(0,0,0,.16),0 0 0 0 rgba(168,107,52,.55)}70%{box-shadow:0 2px 6px rgba(0,0,0,.16),0 0 0 9px rgba(168,107,52,0)}}
@keyframes hvgSwing{0%,100%{transform:rotate(-1.7deg)}50%{transform:rotate(1.7deg)}}
@media(max-width:560px){.hvg-mp-sign__board{padding:8px 16px 13px}.hvg-mp-sign__title{font-size:22px;gap:8px;letter-spacing:.6px}
  .hvg-mp-sign__sub{font-size:13px;letter-spacing:1px}.hvg-mp-sign__cap{font-size:12px}
  /* Mobil: podtitul pod nadpisem, CTA jako full-width tlačítko dole (sub je v DOM až za poke → column-reverse) */
  .hvg-mp-sign__row{flex-direction:column-reverse;align-items:stretch;gap:9px;margin-top:4px}
  .hvg-mp-sign__row .hvg-mp-sign__sub{white-space:normal;flex:0 0 auto;width:100%;text-align:center}
  .hvg-mp-sign__poke{display:flex;width:auto}.hvg-mp-sign__arrow{display:none}
  .hvg-mp-sign__cta{flex:1 1 auto;width:auto;box-sizing:border-box;justify-content:center;font-size:15.5px;padding:12px 13px}}
@media(prefers-reduced-motion:reduce){.hvg-mp-sign__hang,.hvg-mp-sign__arrow,.hvg-mp-sign__cta{animation:none}}

/* Univerzální pruh přes vršek karty (demo / akce / sleva / novinka) — v toku, přilepený nad obrázkem */
.hf-card{position:relative;z-index:0}  /* stacking context → srdíčko (.hvg-favh z-index:6) zůstane v kartě */
/* Patička (Elementor, statická) musí být NAD pozičními kartami/srdíčky, jinak přes ni srdíčko prosvítá při rolování. */
footer.elementor-location-footer{position:relative;z-index:10}
.hvg-mp-catalog .hf-badges{display:none}            /* prázdný blok = zbytečná mezera nad obrázkem */
.hvg-mp-catalog .hvg-favh{top:12px;bottom:auto}      /* srdíčko do levého HORNÍHO rohu obrázku */
.hvg-mp-catalog .hf-image{padding:8px}               /* celý obrázek viditelný (contain), ne ořez */
.hvg-mp-catalog .hf-image img{width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain}
.hvg-mp-pribbon{display:block;padding:6px 10px;text-align:center;pointer-events:none;
  font:800 11px/1.2 -apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;letter-spacing:.5px;text-transform:uppercase;
  color:#fff;background:#475569}
.hvg-mp-pribbon--demo{background:linear-gradient(90deg,#64748b,#475569)}
.hvg-mp-pribbon--sale{background:linear-gradient(90deg,#e11d48,#be123c)}
.hvg-mp-pribbon--akce{background:linear-gradient(90deg,#ea580c,#c2410c)}
.hvg-mp-pribbon--new{background:linear-gradient(90deg,#16a34a,#15803d)}
@media(max-width:560px){.hvg-mp-pribbon{font-size:10px;padding:5px 8px}}
.hvg-mp-catalog .hvg-mp-empty{color:#6b7280;font-style:italic}

/* Grid — reuse hf-grid pokud je k dispozici, jinak vlastní */
.hvg-mp-catalog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(215px,1fr));gap:20px}
@media(max-width:640px){.hvg-mp-catalog-grid{grid-template-columns:1fr 1fr;gap:12px}}

/* Spodní stuha „Od {obchod}" — poslední prvek uvnitř .hf-card, přilepená na spodní hranu
   (jako stuha 1+1, jen dole pod tlačítkem do košíku). .hf-card má overflow:hidden. */
.hf-card .hvg-mp-seller-ribbon{
  margin-top:auto;            /* přitlačí stuhu na spodek flex-column karty */
  display:block;background:#f4f1ea;color:#5a4a33;            /* světlá krémová + tmavý text */
  font-size:12px;font-weight:600;letter-spacing:.2px;text-decoration:none;
  padding:8px 10px;text-align:center;line-height:1.2;border-top:1px solid #ece7dc;cursor:pointer;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:.12s}
.hf-card .hvg-mp-seller-ribbon:hover{background:#eae4d6;color:#443523;text-decoration:underline}
.hf-card .hvg-mp-seller-ribbon:before{content:"🏷️ ";}
/* House varianta (vlastní produkty Hnojíku) — brandová zelená, ať jde poznat na první pohled. */
.hf-card .hvg-mp-seller-ribbon--house{background:#eef6e4;color:#3e6b1f;border-top-color:#dcead0}
.hf-card .hvg-mp-seller-ribbon--house:hover{background:#e2efd3;color:#2e5214}
.hf-card .hvg-mp-seller-ribbon--house:before{content:"🪱 ";}

/* ── Filtr bar (kategorie + obchod) ── světlé chipy, nenásilné ── */
.hvg-mp-filters{display:flex;flex-direction:column;gap:10px;margin:0 0 20px}
.hvg-mp-filtrow{display:flex;align-items:flex-start;gap:10px;flex-wrap:wrap}
.hvg-mp-filtrow-lbl{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.3px;color:#9ca3af;padding-top:7px;min-width:74px}
.hvg-mp-chips{display:flex;flex-wrap:wrap;gap:8px;flex:1}
.hvg-mp-chip{border:1px solid #e2e0da !important;background:#f6f4ef !important;color:#5a4a33 !important;border-radius:999px;padding:6px 14px;font-size:13px;font-weight:600;cursor:pointer;transition:.12s;line-height:1.2;box-shadow:none !important}
.hvg-mp-chip:hover{background:#eae4d6 !important;border-color:#b8a98c !important;color:#443523 !important}
.hvg-mp-chip.is-active{background:#443523 !important;border-color:#443523 !important;color:#fff !important}
.hvg-mp-noresults{color:#6b7280;font-style:italic;padding:24px 0;text-align:center}

/* ── Plovoucí „Marketplace košík" zrušen — máme společný košík (počet je v horní ikoně). ── */
.hvg-mp-cartbar,.hvg-mp-cartbar.is-show{display:none !important}
.hvg-mp-cartbar a{display:inline-flex;align-items:center;gap:9px;background:#f6f4ef;color:#443523;text-decoration:none;
  border:1px solid #e2e0da;border-radius:999px;padding:11px 20px;font-weight:700;font-size:15px;white-space:nowrap;box-shadow:0 8px 28px rgba(0,0,0,.16)}
.hvg-mp-cartbar a:hover{background:#eae4d6;color:#443523;border-color:#cdc7ba}
.hvg-mp-cartbar .hvg-mp-cart-count{background:#16704a;color:#fff;border-radius:999px;padding:1px 9px;font-size:13px;line-height:1.5;font-weight:700}
/* Na PC plovoucí lištu neukazujeme — marketplace košík je v horním menu vedle Hnojík košíku */
@media(min-width:1025px){.hvg-mp-cartbar{display:none !important}}
@media(max-width:560px){
  .hvg-mp-filtrow{flex-direction:column;gap:6px}
  .hvg-mp-filtrow-lbl{padding-top:0}
}

/* Hlavička vybraného obchodu (logo + odkazy s ikonkami) */
.hvg-mp-shop-header{display:block;background:#f6f4ef;border:1px solid #ece7dc;border-radius:12px;padding:12px 16px;margin:0 0 18px}
.hvg-mp-sh-main{display:flex;align-items:center;gap:14px}
.hvg-mp-sh-logo{width:48px;height:48px;border-radius:10px;background:#fff center/contain no-repeat;border:1px solid #e5e7eb;flex:0 0 auto}
.hvg-mp-sh-body{min-width:0}
.hvg-mp-sh-name{font-weight:700;color:#443523;font-size:16px;margin-bottom:4px}
.hvg-mp-sh-links{display:flex;flex-wrap:wrap;gap:8px}
.hvg-mp-sh-link{display:inline-flex;align-items:center;gap:6px;text-decoration:none;font-size:13px;font-weight:600;color:#374151;background:#fff;border:1px solid #e2e0da;border-radius:999px;padding:5px 12px;transition:.12s}
.hvg-mp-sh-link:hover{border-color:#b8a98c;color:#443523}
.hvg-mp-sh-link svg{flex:0 0 auto}
.hvg-mp-sh-web:hover{color:#2563eb}
.hvg-mp-sh-google:hover{color:#ea4335}
.hvg-mp-sh-ig:hover{color:#c13584}
.hvg-mp-sh-fb:hover{color:#1877f2}
@media(max-width:560px){.hvg-mp-sh-link span{display:none}.hvg-mp-sh-link{padding:8px}}
.hvg-mp-sh-filter{display:flex;align-items:center;flex-wrap:wrap;gap:10px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;color:#9a3412;margin:0 0 8px}
/* „× Vypnout filtr" — pilulka s textem hned za popiskem filtru (Rudolf 16.7.: ne v rohu, ať je jasné, co dělá);
   !important přebíjí zelený button styl Elementoru, ladí s krémovým kontejnerem */
.hvg-mp-shop-header .hvg-mp-sh-x{display:inline-flex;align-items:center;gap:5px;flex:0 0 auto;width:auto;height:auto;min-width:0;
  border:1px solid #e3dccb !important;background:#fff !important;background-image:none !important;color:#8a7a5f !important;
  font-size:10px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;line-height:1.3;cursor:pointer;
  padding:3px 10px 3px 8px !important;margin:0;border-radius:999px !important;box-shadow:none !important;transition:.12s}
.hvg-mp-sh-xmark{font-size:15px;line-height:1;margin-top:-1px}
.hvg-mp-shop-header .hvg-mp-sh-x:hover{color:#5a4a33 !important;border-color:#b8a98c !important;background:#f1ece0 !important}
/* Náhled prezentace (Hnojík profil) — klikací kostička přes celou výšku lišty, hned za křížkem */
.hvg-mp-sh-wrap{display:flex;align-items:center;gap:14px}
.hvg-mp-sh-col{min-width:0;flex:1 1 auto}
.hvg-mp-sh-prev{position:relative;flex:0 0 auto;display:block;width:120px;height:78px;border-radius:10px;overflow:hidden;
  border:1px solid #d8d2c4;background:#fff center top/cover no-repeat;box-shadow:0 2px 6px rgba(74,51,24,.14);
  text-decoration:none;transition:.15s}
.hvg-mp-sh-prev:hover{transform:scale(1.04);border-color:#a86b34;box-shadow:0 6px 16px rgba(74,51,24,.25)}
.hvg-mp-sh-prevcap{position:absolute;left:0;right:0;bottom:0;background:rgba(255,255,255,.93);color:#6b4423;
  font-size:10px;font-weight:700;letter-spacing:.2px;text-align:center;padding:3px 2px;line-height:1.2}
.hvg-mp-sh-prev:hover .hvg-mp-sh-prevcap{color:#a86b34}
@media(max-width:560px){.hvg-mp-sh-prev{width:100px;height:70px}.hvg-mp-sh-wrap{gap:10px}}

/* ── Živá hierarchická navigace ── */
.hvg-mp-nav{margin:0 0 18px}
.hvg-mp-mains{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 10px}
.hvg-mp-mchip{border:1px solid #e2e0da !important;background:#f6f4ef !important;color:#5a4a33 !important;border-radius:999px;padding:8px 16px;font-size:14px;font-weight:700;cursor:pointer;transition:.12s;line-height:1.2;box-shadow:none !important}
.hvg-mp-mchip:hover{background:#eae4d6 !important;border-color:#b8a98c !important;color:#443523 !important}
.hvg-mp-mchip.is-active{background:#443523 !important;border-color:#443523 !important;color:#fff !important}
.hvg-mp-mchip.is-active:hover{background:#5a4632 !important;border-color:#5a4632 !important;color:#fff !important}
.hvg-mp-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin:0 0 10px;font-size:13px}
.hvg-mp-crumb{color:#6b6457;text-decoration:none;cursor:pointer;font-weight:600}
.hvg-mp-crumb:hover{color:#443523;text-decoration:underline}
.hvg-mp-crumb-sep{color:#b8a98c}
.hvg-mp-children{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 12px}
.hvg-mp-attrs{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 4px}
.hvg-mp-attr{border:1px dashed #d8d3c8 !important;background:#f6f4ef !important;color:#8a8478 !important;border-radius:999px;padding:5px 12px;font-size:12px;font-weight:600;cursor:pointer;transition:.12s;line-height:1.2;box-shadow:none !important}
.hvg-mp-attr:before{content:"🏷️ "}
.hvg-mp-attr:hover{background:#eae4d6 !important;border-color:#b8a98c !important;color:#443523 !important}
.hvg-mp-attr.is-active{background:#443523 !important;border-color:#443523 !important;color:#fff !important;border-style:solid !important}

/* Klikací štítky na kartě produktu */
.hf-card .hvg-mp-card-tags{display:flex;flex-wrap:wrap;gap:5px;padding:0 10px;margin:-14px 0 8px}
.hf-card .hvg-mp-card-tag{border:1px solid #e2e0da;background:#f6f4ef;color:#5a4a33;border-radius:999px;padding:2px 9px;font-size:11px;font-weight:600;cursor:pointer;line-height:1.5;transition:.12s}
.hf-card .hvg-mp-card-tag:hover{background:#eae4d6;border-color:#b8a98c;color:#443523}

/* Po přidání mp produktu do košíku — odkazy jako na Hnojíku */
.hvg-mp-after-add{display:flex;flex-direction:column;gap:6px;margin-top:10px}
.hvg-mp-after-link{display:block;text-align:center;text-decoration:none;font-size:14px;font-weight:600;padding:9px 14px;border-radius:8px;border:1px solid #cbd5e1;color:#443523;background:#fff;transition:.12s}
.hvg-mp-after-link:hover{background:#f6f4ef;border-color:#b8a98c;color:#443523}
.hvg-mp-after-link.is-primary{background:#fff;border:2px solid #a4c52e;color:#222;padding:8px 14px}
.hvg-mp-after-link.is-primary:hover{background:#a4c52e;border-color:#a4c52e;color:#1c2606}

/* Odkaz na profil prodejce z hlavičky obchodu */
.hvg-mp-sh-namelink{color:inherit;text-decoration:none;border-bottom:2px solid #cfe0a8}
.hvg-mp-sh-namelink:hover{color:#7ea015;border-bottom-color:#7ea015}

/* Veřejný profil prodejce */
.hvg-mp-profile{max-width:680px}
.hvg-mp-prof-back{display:inline-block;margin:0 0 16px;color:#3a4a1f;text-decoration:none;font-weight:600;font-size:14px}
.hvg-mp-prof-back:hover{color:#7ea015}
.hvg-mp-prof-card{background:#fff;border:1px solid #e6e8ee;border-radius:16px;box-shadow:0 2px 12px rgba(17,24,39,.06);padding:24px}
.hvg-mp-prof-head{display:flex;align-items:center;gap:18px;margin-bottom:18px}
.hvg-mp-prof-logo{width:78px;height:78px;border-radius:14px;background-size:cover;background-position:center;background-color:#f3f4f6;flex:0 0 auto;border:1px solid #eef1e8;display:flex;align-items:center;justify-content:center;font-size:34px;font-weight:800;color:#cbd5e1}
.hvg-mp-prof-name{font-size:24px;font-weight:800;color:#1f2937;line-height:1.2}
.hvg-mp-prof-sub{font-size:13px;color:#7ea015;font-weight:700;margin-top:3px}
.hvg-mp-prof-contact{border-top:1px solid #f1f3ec;padding-top:14px;display:flex;flex-direction:column;gap:10px}
.hvg-mp-prof-row{display:flex;align-items:center;gap:10px;font-size:15px;color:#374151}
.hvg-mp-prof-ico{width:26px;text-align:center}
.hvg-mp-prof-lbl{color:#6b7280;min-width:74px}
.hvg-mp-prof-val a{color:#16704a;text-decoration:none;font-weight:600}
.hvg-mp-prof-val a:hover{text-decoration:underline}
.hvg-mp-prof-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.hvg-mp-prof-link{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border:1px solid #e2e0da;border-radius:999px;background:#f8faf0;color:#3a4a1f;text-decoration:none;font-size:14px;font-weight:600}
.hvg-mp-prof-link:hover{border-color:#7ea015;color:#7ea015}
.hvg-mp-prof-btn{display:inline-block;margin-top:20px;background:#7ea015;color:#fff;text-decoration:none;padding:12px 22px;border-radius:10px;font-weight:700}
.hvg-mp-prof-btn:hover{background:#6c8a12}
.hvg-mp-prof-btn--prez{background:#fff !important;color:#3a4a1f !important;border:1px solid #cfe0a8 !important;margin-top:10px}
.hvg-mp-prof-btn--prez:hover{background:#7ea015 !important;color:#fff !important;border-color:#7ea015 !important}
/* Obchodní údaje prodejce (firma, IČ, odkazy na podmínky) — pro platební brány */
.hvg-mp-prof-legal{margin-top:22px;border-top:1px solid #f1f3ec;padding-top:16px}
.hvg-mp-prof-legal-title{font-size:14px;font-weight:800;color:#3a4a1f;margin-bottom:8px}
.hvg-mp-prof-legal-row{font-size:14px;color:#374151;line-height:1.55}
.hvg-mp-prof-legal-row b{color:#1f2937}
.hvg-mp-prof-legal-docs{display:flex;flex-wrap:wrap;gap:8px 14px;margin-top:10px}
.hvg-mp-prof-legal-docs a{font-size:13.5px;font-weight:600;color:#16704a;text-decoration:none;border-bottom:1px dashed rgba(22,112,74,.4)}
.hvg-mp-prof-legal-docs a:hover{color:#7ea015;border-color:#7ea015}
.hvg-mp-prof-legal-note{margin-top:10px;font-size:12.5px;color:#8a9199}
/* Dýchací prostor pod produkty */
.hvg-mp-catalog{padding-bottom:10vh}
/* Množství/balení pod názvem produktu v katalogu */
/* Množství/balení — vlastní pruh pod obrázkem (katalog) */
.hvg-mp-pack{display:block;text-align:center;background:#f4f1ea;color:#5a4a33;font-size:13px;font-weight:700;letter-spacing:.3px;padding:5px 8px;border-top:1px solid #ece7dc}
/* Pruh pod obrázkem na detailu produktu */
.hvg-mpp-pack{margin:10px 0 0;text-align:center;background:#f4f1ea;color:#5a4a33;font-weight:700;letter-spacing:.3px;padding:8px 12px;border-radius:8px;border:1px solid #ece7dc}
/* ── Vyhledávání + mapa prodejců ── */
.hvg-mp-search{display:flex;gap:10px;align-items:stretch;max-width:680px;margin:0 auto 18px;flex-wrap:nowrap}
.hvg-mp-search-box{position:relative;flex:1 1 auto;min-width:0}
.hvg-mp-search-ico{position:absolute;left:14px;top:50%;transform:translateY(-50%);font-size:15px;opacity:.55;pointer-events:none}
#hvg-mp-search-input{width:100%;height:46px;padding:0 14px 0 40px;border:1.5px solid #d9d3c5;border-radius:999px;font-size:16px;background:#fff;color:#234;box-shadow:0 1px 4px rgba(0,0,0,.05)}
#hvg-mp-search-input:focus{outline:none;border-color:#7ea015;box-shadow:0 0 0 3px rgba(126,160,21,.15)}
.hvg-mp-search-res{position:absolute;left:0;right:0;top:52px;z-index:40;background:#fff;border:1px solid #e6e2d4;border-radius:14px;box-shadow:0 14px 34px rgba(0,0,0,.16);overflow:hidden;max-height:62vh;overflow-y:auto;text-align:left}
.hvg-mp-sr-h{padding:9px 14px 4px;font-size:11px;font-weight:800;letter-spacing:.5px;text-transform:uppercase;color:#9ca3af}
.hvg-mp-sr-item{display:flex;align-items:center;gap:10px;padding:8px 14px;text-decoration:none;color:#234}
.hvg-mp-sr-item:hover{background:#f4f6ee}
.hvg-mp-sr-thumb{width:40px;height:40px;border-radius:8px;background:#f3f4f6 center/cover no-repeat;border:1px solid #eef1e8;flex:0 0 auto}
.hvg-mp-sr-ico{width:40px;height:40px;border-radius:8px;background:#f4f1ea;display:flex;align-items:center;justify-content:center;font-size:18px;flex:0 0 auto}
.hvg-mp-sr-tx{min-width:0}
.hvg-mp-sr-tx b{display:block;font-weight:600;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hvg-mp-sr-tx small{color:#6b7280;font-size:12.5px}
.hvg-mp-sr-empty{padding:16px;text-align:center;color:#6b7280;font-style:italic}
/* Tlačítko mapy — stejný design jako .hgm-cta ve fotogalerii (bílé, zelený rámeček, hover vyplní) */
.hvg-mp-map-btn{flex:0 0 auto;display:inline-flex!important;align-items:center;gap:8px;height:46px;padding:0 20px!important;border:1.5px solid #16a34a!important;border-radius:10px!important;background:#fff!important;background-image:none!important;color:#166534!important;font-weight:700!important;font-size:15px!important;cursor:pointer;white-space:nowrap;transition:background .2s,color .2s!important;box-shadow:0 1px 3px rgba(0,0,0,.06)!important;text-shadow:none!important}
.hvg-mp-map-btn:hover{background:#16a34a!important;color:#fff!important}
/* Video tlačítko „Jak to funguje" — vedle mapy, YouTube styl (bílé, červený rámeček, hover vyplní) */
.hvg-mp-video-btn{flex:0 0 auto;display:inline-flex!important;align-items:center;gap:8px;height:46px;padding:0 18px!important;border:1.5px solid #e11d2a!important;border-radius:10px!important;background:#fff!important;background-image:none!important;color:#c01824!important;font-weight:700!important;font-size:15px!important;text-decoration:none!important;white-space:nowrap;cursor:pointer;transition:background .2s,color .2s!important;box-shadow:0 1px 3px rgba(0,0,0,.06)!important;text-shadow:none!important}
.hvg-mp-video-ico{flex:0 0 auto}
.hvg-mp-video-ico rect{fill:#e11d2a}
.hvg-mp-video-ico path{fill:#fff}
.hvg-mp-video-btn:hover{background:#e11d2a!important;color:#fff!important}
.hvg-mp-video-btn:hover .hvg-mp-video-ico rect{fill:#fff}
.hvg-mp-video-btn:hover .hvg-mp-video-ico path{fill:#e11d2a}
@media(max-width:560px){.hvg-mp-video-btn span{display:none}.hvg-mp-video-btn{padding:0 14px!important}}
/* Vyskakovací mapa (modal) */
.hvg-mp-map-modal{position:fixed;inset:0;z-index:100000;display:flex;align-items:center;justify-content:center;padding:20px}
.hvg-mp-map-modal[hidden]{display:none}
.hvg-mp-map-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.55)}
.hvg-mp-map-dialog{position:relative;z-index:1;width:min(960px,96vw);max-height:90vh;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 24px 60px rgba(0,0,0,.35);display:flex;flex-direction:column}
.hvg-mp-map-dhead{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 16px;border-bottom:1px solid #eef1ec;font-size:16px;color:#234;background:#f8faf4}
.hvg-mp-map-x{border:0!important;background:none!important;background-image:none!important;box-shadow:none!important;width:34px;height:34px;padding:0!important;font-size:26px;line-height:1;color:#9ca3af!important;cursor:pointer;text-shadow:none!important}
.hvg-mp-map-x:hover{color:#374151!important;background:none!important}
#hvg-mp-map{flex:1 1 auto;height:72vh;width:100%;background:#e8f5e9}
/* Emoji pin druhu obchodu (med, vejce…) místo zelené tečky. */
.hvg-mp-map-pin{background:none;border:0}
.hvg-mp-map-pin span{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;padding:0 5px;background:#fff;border:2px solid #16704a;border-radius:999px;font-size:17px;line-height:1;box-shadow:0 2px 8px rgba(0,0,0,.28)}
.hvg-mp-map-dialog .leaflet-container{font:inherit}
body.hvg-mp-modal-open{overflow:hidden}
@media(max-width:560px){.hvg-mp-map-btn span{display:none}.hvg-mp-map-btn{padding:0 15px!important;font-size:18px!important}#hvg-mp-map{height:78vh}}

/* ── Taby: Domácí produkce / Profi e-shopy (segmentový přepínač) ── */
.hvg-mp-tabs{display:flex;gap:6px;max-width:540px;margin:0 auto 18px;padding:5px;background:#e7e3da;border:1px solid #d6cfc1;border-radius:14px}
.hvg-mp-tab{flex:1;border:1px solid transparent !important;background:transparent !important;color:#857c6d !important;font-weight:700;font-size:15px;padding:11px 14px;border-radius:10px;cursor:pointer;transition:.15s;line-height:1.2;white-space:nowrap;box-shadow:none !important;text-shadow:none !important;outline:none}
.hvg-mp-tab:hover{background:#dbd4c5 !important;color:#5a5246 !important}
.hvg-mp-tab.is-active{background:#3c2f1c !important;color:#fff !important;border-color:#2c2114 !important;box-shadow:inset 0 2px 5px rgba(0,0,0,.4) !important}
.hvg-mp-tab.is-active:hover{background:#33281a !important;color:#fff !important}
@media(max-width:480px){.hvg-mp-tab{font-size:13.5px;padding:10px 8px}}
/* Vyprodáno (kapacita / sklad na 0) — zneškodněné tlačítko v kartě. */
.hvg-mp-catalog .hf-cart-btn.hvg-mp-soldout,.hf-cart-btn.hvg-mp-soldout{background:#e7e2d7 !important;color:#8a8172 !important;border-color:#d8d1c2 !important;cursor:not-allowed !important;opacity:1;box-shadow:none !important}
.hvg-mp-catalog .hf-cart-btn.hvg-mp-soldout:hover{background:#e7e2d7 !important;color:#8a8172 !important}

/* ── „Proč je Marketplace zdarma?" — příběh yes-vejce.cz (kotva #hvg-mp-why) ── */
.hvg-mp-whylink{text-align:center;margin:-4px 0 14px}
.hvg-mp-whylink a{color:#6b4423;font-size:13.5px;font-weight:600;text-decoration:underline dotted;text-underline-offset:3px}
.hvg-mp-whylink a:hover{color:#a86b34}
.hvg-mp-why{margin:46px auto 10px;max-width:1000px;background:linear-gradient(180deg,#fdfaf3,#f6efdf);border:1.5px solid #e2d3b4;border-radius:16px;padding:26px 28px 24px;box-shadow:0 3px 12px rgba(74,51,24,.08);scroll-margin-top:110px}
.hvg-mp-why__title{margin:0 0 20px;text-align:center;font-family:Georgia,'Playfair Display',serif;color:#4a3318;font-size:23px;line-height:1.25}
.hvg-mp-why__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.hvg-mp-why__emoji{display:block;font-size:27px;line-height:1}
.hvg-mp-why__item h3{margin:9px 0 6px;font-size:15.5px;color:#6b4423}
.hvg-mp-why__item p{margin:0;font-size:14px;line-height:1.55;color:#57534e}
@media(max-width:760px){.hvg-mp-why__grid{grid-template-columns:1fr;gap:18px}.hvg-mp-why{padding:20px 18px;margin-top:34px}.hvg-mp-why__title{font-size:20px}}
.hvg-mp-why__a{color:#6b4423;font-weight:600;text-decoration:underline;text-underline-offset:2px}
.hvg-mp-why__a:hover{color:#a86b34}

/* Dostupnost po dnech na produktovce (inkrementální zásoby, plní se AJAXem). */
.hvg-mpp-avail{margin:10px 0 4px;padding:10px 12px;background:#fefce8;border:1px solid #fde68a;border-radius:10px}
.hvg-mpp-avail-lbl{font-size:14px;font-weight:700;color:#92400e;margin-bottom:7px}
.hvg-mpp-avail-lbl small{font-weight:400;color:#a16207}
.hvg-mpp-avail-chips{display:flex;flex-wrap:wrap;gap:6px}
.hvg-mpp-avail-chip{display:inline-block;padding:4px 10px;background:#fff;border:1px solid #e5e7eb;border-radius:999px;font-size:13px;color:#374151;white-space:nowrap}
.hvg-mpp-avail-chip.is-today{border-color:#16704a;color:#16704a;font-weight:700}

/* Karta katalogu: dnes vyprodáno, ale v horizontu dostupné. */
.hvg-mp-soon{display:inline-block;margin-top:4px;font-size:12px;color:#92400e;background:#fefce8;border:1px solid #fde68a;border-radius:999px;padding:2px 8px}

/* ── Živé hledání: řádek s počtem výsledků (mřížka se filtruje přímo, žádný popup) ── */
.hvg-mp-search-count{max-width:680px;margin:-6px auto 16px;padding:9px 16px;background:#fff;border:1px solid #e7ddc4;border-radius:14px;color:#4a2d14;font-size:.95rem;display:flex;align-items:center;gap:8px;flex-wrap:wrap;box-shadow:0 1px 4px rgba(0,0,0,.05)}
.hvg-mp-search-count[hidden]{display:none}
.hvg-mp-search-count b{font-size:1.05rem}
.hvg-mp-sc-note{color:#6f6252;font-size:.83rem}
.hvg-mp-sc-x{margin-left:auto;background:#fff;border:1px solid #d9cdb2;border-radius:999px;padding:4px 13px;font-size:.85rem;color:#6b4423;cursor:pointer;white-space:nowrap;transition:background .15s,color .15s,border-color .15s}
.hvg-mp-sc-x:hover{background:#6b4423;border-color:#6b4423;color:#fff}
@media (max-width:600px){.hvg-mp-search-count{font-size:.88rem;padding:8px 12px}.hvg-mp-sc-note{display:none}}

/* ── Kulaté „+" a stepper na kartě (košík.cz styl) ── */
/* Plusko/stepper v PRAVÉM DOLNÍM ROHU OBRÁZKU (košík.cz) — nenatahuje kartu pod cenou.
   overflow:visible kvůli řádkům množstevních slev POD obrázkem (favorites má hidden;
   obrázky jedou v contain, nic nepřetéká). */
.hvg-mp-catalog .hf-image{position:relative;overflow:visible}
.hvg-mp-catalog .hvg-mp-buyrow{position:absolute;right:8px;bottom:8px;z-index:6;display:flex;align-items:center;justify-content:flex-end;gap:6px;margin:0;flex-wrap:nowrap}
/* Vyplněný zelený kruh (brand zelená z akčního rohu #7FBE3B) + bílé plus — jako košík.cz */
.hvg-mp-catalog .hf-cart-btn.hvg-mp-plus{flex:0 0 auto;width:42px;height:42px;min-height:0;padding:0;margin:0;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#6b4423;border:none;color:#fff !important;box-shadow:0 2px 8px rgba(0,0,0,.22);transition:background .15s,transform .12s}
.hvg-mp-catalog .hf-cart-btn.hvg-mp-plus:hover{background:#54351a;color:#fff !important;transform:scale(1.06)}
.hvg-mp-catalog .hf-cart-btn.hvg-mp-plus[hidden]{display:none}
.hvg-mp-catalog .hf-cart-btn.hvg-mp-plus.is-loading{opacity:.55;pointer-events:none}
.hvg-mp-catalog .hf-cart-btn.hvg-mp-plus.hvg-mp-soldout{background:#b9b1a4 !important;color:#fff !important;box-shadow:none;transform:none}
/* Geometricky přesné „+" — fontový glyph neseděl opticky na střed kruhu */
.hvg-mp-plus-ico{font-size:0 !important;position:relative;width:18px;height:18px;display:block}
.hvg-mp-plus-ico::before,.hvg-mp-plus-ico::after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:currentColor;border-radius:2px}
.hvg-mp-plus-ico::before{width:16px;height:2.5px}
.hvg-mp-plus-ico::after{width:2.5px;height:16px}
/* soldout: obě čárky otočit o 45° → × */
.hvg-mp-plus.hvg-mp-soldout .hvg-mp-plus-ico::before{transform:translate(-50%,-50%) rotate(45deg)}
.hvg-mp-plus.hvg-mp-soldout .hvg-mp-plus-ico::after{transform:translate(-50%,-50%) rotate(45deg)}
/* Stepper po přidání: BÍLÝ vnitřek + hnědý rámeček (Rudolfova volba — kontrast k plnému plusku) */
.hvg-mp-step{display:inline-flex;align-items:center;gap:2px;background:#fff;border:2px solid #6b4423;border-radius:999px;padding:2px;box-shadow:0 2px 8px rgba(0,0,0,.18)}
.hvg-mp-step[hidden]{display:none}
.hvg-mp-step-btn{width:34px;height:34px;border:none;background:transparent;color:#6b4423;font-size:20px;font-weight:700;line-height:1;border-radius:50%;cursor:pointer;transition:background .12s}
.hvg-mp-step-btn:hover{background:#f3ead9}
.hvg-mp-step-btn:disabled{opacity:.35;cursor:default;background:transparent}
.hvg-mp-step-n{min-width:26px;text-align:center;font-size:16px;font-weight:700;color:#2d1d0e}
/* House karty (Hnojík zboží, nativní WC add-to-cart) — vizuálně stejné kulaté +, zelený akcent */
.hvg-mp-catalog .hf-card[data-shop="hnojik"] .hf-cart-btn{position:absolute;right:8px;bottom:8px;z-index:6;width:42px;height:42px;min-height:0;padding:0;margin:0;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#6b4423;border:none;color:#fff !important;font-size:0;box-shadow:0 2px 8px rgba(0,0,0,.22);transition:background .15s,transform .12s}
.hvg-mp-catalog .hf-card[data-shop="hnojik"] .hf-cart-btn:hover{background:#54351a;color:#fff !important;transform:scale(1.06)}
.hvg-mp-catalog .hf-card[data-shop="hnojik"] .hf-cart-btn svg{display:none}
/* Geometrické „+" i na house kartách (fontový glyph neseděl na střed) */
.hvg-mp-catalog .hf-card[data-shop="hnojik"] .hf-cart-btn::before,
.hvg-mp-catalog .hf-card[data-shop="hnojik"] .hf-cart-btn::after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:currentColor;border-radius:2px}
.hvg-mp-catalog .hf-card[data-shop="hnojik"] .hf-cart-btn::before{width:16px;height:2.5px}
.hvg-mp-catalog .hf-card[data-shop="hnojik"] .hf-cart-btn::after{width:2.5px;height:16px}
.hvg-mp-catalog .hf-card[data-shop="hnojik"] .hf-cart-btn.added::before{content:'✓';width:auto;height:auto;background:none;position:static;transform:none;font-size:22px;line-height:1}
.hvg-mp-catalog .hf-card[data-shop="hnojik"] .hf-cart-btn.added::after{display:none}

/* ── Horizontální pásy kategorií (default pohled, košík.cz styl) ── */
.hvg-mp-bands{max-width:1200px;margin:0 auto}
.hvg-mp-bands[hidden]{display:none}
.hvg-mp-band{margin:4px 0 26px}
/* Hlavička pásu = zřetelný blok kategorie: krémový pruh, ikona v kroužku, CTA vpravo */
.hvg-mp-band-head{display:flex;align-items:center;gap:10px;margin:0 0 10px;padding:9px 12px;background:#faf6ec;border:1px solid #e7ddc4;border-radius:12px}
.hvg-mp-band-ico{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;flex:0 0 auto;background:#fff;border:1px solid #e7ddc4;border-radius:50%;font-size:18px}
.hvg-mp-band-title{font-family:Fraunces,Georgia,serif;font-size:1.3rem;color:#4a2d14;margin:0;flex:1 1 auto;min-width:0}
.hvg-mp-band-more{background:#fff;border:1.5px solid #d9cdb2;border-radius:999px;padding:6px 15px;font-size:.88rem;font-weight:700;color:#6b4423;cursor:pointer;white-space:nowrap;transition:background .15s,color .15s}
.hvg-mp-band-more:hover{background:#6b4423;color:#fff;border-color:#6b4423}
@media(max-width:640px){.hvg-mp-band-head{padding:7px 10px}.hvg-mp-band-title{font-size:1.12rem}.hvg-mp-band-ico{width:30px;height:30px;font-size:15px}}
.hvg-mp-band-scroll{position:relative}
.hvg-mp-band-track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 2px 10px;scrollbar-width:none;-ms-overflow-style:none}
.hvg-mp-band-track::-webkit-scrollbar{display:none}
.hvg-mp-band-track .hf-card{flex:0 0 215px;width:215px;scroll-snap-align:start}
@media (max-width:640px){.hvg-mp-band-track .hf-card{flex:0 0 44%;width:44%}}
.hvg-mp-band-arr{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:40px;height:40px;border-radius:50%;border:1px solid #d9cdb2;background:#fff;color:#4a2d14;font-size:22px;line-height:1;cursor:pointer;box-shadow:0 2px 10px rgba(0,0,0,.16);display:none;align-items:center;justify-content:center;transition:background .15s,color .15s}
@media (hover:hover) and (pointer:fine){.hvg-mp-band-arr{display:inline-flex}}
.hvg-mp-band-arr[hidden]{display:none!important}
.hvg-mp-band-arr--prev{left:-14px}
.hvg-mp-band-arr--next{right:-14px}
.hvg-mp-band-arr:hover{background:#6b4423;color:#fff}

/* ── Mega-menu kategorií ── */
.hvg-mp-megabtn{margin-left:auto;background:#fff;border:1px solid #d9cdb2;border-radius:999px;padding:8px 18px;font-size:.95rem;color:#6b4423;font-weight:600;cursor:pointer;transition:background .15s,color .15s}
.hvg-mp-megabtn:hover,.hvg-mp-megabtn.is-open{background:#6b4423;color:#fff}
.hvg-mp-mega{max-width:1200px;margin:0 auto 18px;background:#fff;border:1px solid #e7ddc4;border-radius:16px;box-shadow:0 16px 40px rgba(0,0,0,.14);overflow:hidden}
.hvg-mp-mega[hidden]{display:none}
.hvg-mp-mega-cols{display:flex;min-height:280px}
.hvg-mp-mega-mains{list-style:none;margin:0;padding:8px;min-width:230px;border-right:1px solid #eee3cf;display:flex;flex-direction:column;gap:2px}
.hvg-mp-mega-mains li{margin:0}
.hvg-mp-mega-main{display:flex;justify-content:space-between;align-items:center;width:100%;text-align:left;background:transparent;border:none;border-radius:10px;padding:10px 14px;font-size:.98rem;color:#3d2a15;cursor:pointer}
.hvg-mp-mega-main:hover,.hvg-mp-mega-main.is-active{background:#f6efdf;color:#6b4423;font-weight:600}
.hvg-mp-mega-arr{opacity:.5;margin-left:auto}
.hvg-mp-mega-pane{flex:1;padding:16px}
.hvg-mp-mega-allrow{margin-bottom:12px}
.hvg-mp-mega-all{background:#fff;border:1px solid #d9cdb2;border-radius:999px;padding:6px 16px;color:#6b4423;font-weight:600;cursor:pointer;transition:background .15s,color .15s}
.hvg-mp-mega-all:hover{background:#6b4423;color:#fff}
.hvg-mp-mega-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:10px}
.hvg-mp-mega-item{display:flex;align-items:center;gap:10px;width:100%;background:transparent;border:1px solid transparent;border-radius:12px;padding:8px;cursor:pointer;text-align:left;color:#3d2a15;font-size:.93rem;transition:background .12s,border-color .12s}
.hvg-mp-mega-item:hover{border-color:#e7ddc4;background:#faf6ec}
/* contain = celý obrázek (cover ořezával — např. svlečky); bílý podklad pro produktové fotky */
.hvg-mp-mega-thumb{width:46px;height:46px;border-radius:10px;background-size:contain;background-repeat:no-repeat;background-position:center;background-color:#fff;border:1px solid #f0e8d8;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;font-size:20px}
.hvg-mp-mega-thumb--empty{background-color:#f3ead9;border:none}
.hvg-mp-mega-subs{display:flex;flex-wrap:wrap;gap:4px;padding:2px 8px 6px 64px}
.hvg-mp-mega-sub{background:transparent;border:none;padding:2px 6px;font-size:.82rem;color:#6f6252;cursor:pointer;border-radius:6px}
.hvg-mp-mega-sub:hover{background:#f6efdf;color:#6b4423}
@media (max-width:760px){.hvg-mp-mega-cols{flex-direction:column}.hvg-mp-mega-mains{flex-direction:row;overflow-x:auto;border-right:none;border-bottom:1px solid #eee3cf;min-width:0;gap:6px;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;scrollbar-width:none}.hvg-mp-mega-mains::-webkit-scrollbar{display:none}.hvg-mp-mega-subs{padding-left:8px}}

/* ── Overlay detail produktu (klik na kartu, košík.cz styl) ── */
.hvg-mpp-modal{position:fixed;inset:0;z-index:100000}
.hvg-mpp-modal[hidden]{display:none}
.hvg-mpp-backdrop{position:absolute;inset:0;background:rgba(30,20,10,.55);backdrop-filter:blur(2px)}
.hvg-mpp-dialog{position:relative;margin:4vh auto;max-width:1020px;width:calc(100% - 32px);max-height:92vh;overflow-y:auto;background:#fdfbf6;border-radius:18px;box-shadow:0 24px 70px rgba(0,0,0,.35);padding:6px 0 22px}
.hvg-mpp-x{position:sticky;top:10px;float:right;margin:4px 14px 0 0;z-index:6;width:40px;height:40px;border-radius:50%;border:1px solid #d9cdb2;background:#fff;color:#4a2d14;font-size:24px;line-height:1;cursor:pointer;box-shadow:0 2px 10px rgba(0,0,0,.15);transition:background .15s,color .15s}
.hvg-mpp-x:hover{background:#6b4423;color:#fff}
.hvg-mpp-loading{padding:70px 20px;text-align:center;color:#6f6252;font-size:1.05rem}
.hvg-mpp-modal .hvg-mpp-wrap{padding:0 10px}
@media (max-width:640px){
  .hvg-mpp-dialog{margin:0 auto;width:100%;max-height:100vh;border-radius:0;padding-top:52px}
  /* × v samostatném pruhu nad obsahem — nepřekrývá drobečky/hlavičku produktu */
  .hvg-mpp-x{top:8px;margin:-46px 12px 0 0}
}

/* ── [hnojik_kosik_katalog] — testovací košík.cz katalog Hnojík produktů ── */
.hvg-shop-catalog{max-width:1200px;margin:0 auto;padding-bottom:10vh}
.hvg-sk-topbar{display:flex;gap:12px;align-items:center;margin:6px 0 14px}
.hvg-sk-topbar .hvg-mp-megabtn{margin-left:0;font-size:1.02rem;padding:11px 22px}
.hvg-sk-caret{opacity:.7;font-size:.8em}
.hvg-sk-search{flex:1 1 auto}
.hvg-shop-catalog .hvg-mp-breadcrumb{display:flex;flex-wrap:wrap;gap:6px;align-items:center;margin:0 0 12px;font-size:.95rem}
.hvg-shop-catalog .hvg-mp-crumb{cursor:pointer;color:#6b4423;font-weight:600}
.hvg-shop-catalog .hvg-mp-crumb:hover{text-decoration:underline}

/* ── Tvrdé přebití globálních Elementor button stylů (zelené výplně) pro ovládací prvky
     mega-menu / pásů / stepperu — platí pro marketplace i [hnojik_kosik_katalog]. ── */
.hvg-mp-catalog button.hvg-mp-mega-main{background:transparent !important;color:#3d2a15 !important;border:none !important;border-radius:10px !important;padding:10px 14px !important;font-size:.98rem !important;font-weight:500 !important;text-transform:none !important;letter-spacing:0 !important;box-shadow:none !important;display:flex;justify-content:flex-start;align-items:center;gap:8px;width:100%;text-align:left}
.hvg-mp-catalog button.hvg-mp-mega-main:hover,.hvg-mp-catalog button.hvg-mp-mega-main.is-active{background:#f6efdf !important;color:#6b4423 !important;font-weight:600 !important}
/* Mobil: hlavní kategorie v mega = vodorovný pás — tlačítka se nesmrští (celé názvy,
   poslední viditelně říznuté = jasný swipe), aktivní kategorie PODTRŽENÍM místo béžové */
@media (max-width:760px){
  .hvg-mp-catalog button.hvg-mp-mega-main{flex:0 0 auto !important;width:auto !important;white-space:nowrap;scroll-snap-align:start}
  /* Hover při swipu prstem NIC nedělá — podtržení má JEN vybraná kategorie */
  .hvg-mp-catalog button.hvg-mp-mega-main:hover{background:transparent !important;box-shadow:none !important;color:#3d2a15 !important;font-weight:500 !important;border-radius:0 !important}
  .hvg-mp-catalog button.hvg-mp-mega-main.is-active,.hvg-mp-catalog button.hvg-mp-mega-main.is-active:hover{background:transparent !important;border-radius:0 !important;box-shadow:inset 0 -3px 0 #27ae60 !important;color:#1e8449 !important;font-weight:700 !important}
}
.hvg-mp-catalog button.hvg-mp-mega-item{background:#fff !important;color:#3d2a15 !important;border:1px solid #eee3cf !important;border-radius:12px !important;padding:8px !important;font-size:.93rem !important;font-weight:500 !important;text-transform:none !important;letter-spacing:0 !important;box-shadow:none !important;text-align:left;display:flex;align-items:center;gap:10px;width:100%}
.hvg-mp-catalog button.hvg-mp-mega-item:hover{background:#faf6ec !important;border-color:#d9cdb2 !important}
.hvg-mp-catalog button.hvg-mp-mega-sub{background:transparent !important;color:#6f6252 !important;border:none !important;padding:2px 6px !important;font-size:.82rem !important;font-weight:400 !important;text-transform:none !important;box-shadow:none !important;border-radius:6px !important}
.hvg-mp-catalog button.hvg-mp-mega-sub:hover{background:#f6efdf !important;color:#6b4423 !important}
.hvg-mp-catalog button.hvg-mp-mega-all{background:#fff !important;color:#6b4423 !important;border:1px solid #d9cdb2 !important;border-radius:999px !important;padding:6px 16px !important;font-size:.9rem !important;font-weight:600 !important;text-transform:none !important;letter-spacing:0 !important;box-shadow:none !important}
.hvg-mp-catalog button.hvg-mp-mega-all:hover{background:#6b4423 !important;color:#fff !important}
.hvg-mp-catalog button.hvg-mp-band-more{background:#fff !important;color:#6b4423 !important;border:1px solid #d9cdb2 !important;border-radius:999px !important;padding:5px 14px !important;font-size:.88rem !important;font-weight:600 !important;text-transform:none !important;letter-spacing:0 !important;box-shadow:none !important}
.hvg-mp-catalog button.hvg-mp-band-more:hover{background:#6b4423 !important;color:#fff !important}
.hvg-mp-catalog button.hvg-mp-band-arr{background:#fff !important;color:#4a2d14 !important;border:1px solid #d9cdb2 !important;border-radius:50% !important;padding:0 !important;width:40px;height:40px;font-size:22px !important;font-weight:400 !important;box-shadow:0 2px 10px rgba(0,0,0,.16) !important}
.hvg-mp-catalog button.hvg-mp-band-arr:hover{background:#6b4423 !important;color:#fff !important}
.hvg-mp-catalog button.hvg-mp-step-btn{background:transparent !important;color:#6b4423 !important;border:none !important;border-radius:50% !important;padding:0 !important;width:34px;height:34px;font-size:20px !important;font-weight:700 !important;box-shadow:none !important;line-height:1 !important}
.hvg-mp-catalog button.hvg-mp-step-btn:hover{background:#f3ead9 !important;color:#6b4423 !important}
.hvg-mp-catalog button.hvg-mp-step-btn:disabled{opacity:.35 !important;background:transparent !important}
.hvg-mp-catalog button.hvg-mp-sc-x{background:#fff !important;color:#6b4423 !important;border:1px solid #d9cdb2 !important;border-radius:999px !important;padding:4px 13px !important;font-size:.85rem !important;font-weight:500 !important;text-transform:none !important;box-shadow:none !important}
.hvg-mp-catalog button.hvg-mp-sc-x:hover{background:#6b4423 !important;color:#fff !important}
/* Tlačítko Produkty/Kategorie — bílá pilulka s tmavým textem (konvence), hnědá při hoveru/otevření */
.hvg-mp-catalog button.hvg-mp-megabtn{background:#fff !important;color:#6b4423 !important;border:1px solid #d9cdb2 !important;border-radius:999px !important;font-weight:700 !important;text-transform:none !important;letter-spacing:0 !important;box-shadow:0 1px 4px rgba(0,0,0,.06) !important}
.hvg-mp-catalog button.hvg-mp-megabtn:hover,.hvg-mp-catalog button.hvg-mp-megabtn.is-open{background:#6b4423 !important;color:#fff !important}

/* Produkty přímo v mega panelu (kategorie s málo položkami / bez podkategorií) */
.hvg-mp-catalog .hvg-mp-mega-ph{margin:14px 2px 8px;font-size:.82rem;font-weight:700;color:#6f6252;text-transform:uppercase;letter-spacing:.5px}
.hvg-mp-catalog a.hvg-mp-mega-item{background:#fff !important;color:#3d2a15 !important;border:1px solid #eee3cf !important;border-radius:12px !important;padding:8px !important;font-size:.93rem !important;font-weight:500 !important;text-decoration:none !important;text-transform:none !important;box-shadow:none !important;display:flex;align-items:center;gap:10px;width:100%;box-sizing:border-box}
.hvg-mp-catalog a.hvg-mp-mega-item:hover{background:#faf6ec !important;border-color:#d9cdb2 !important;color:#3d2a15 !important}
.hvg-mp-catalog button.hvg-mp-mega-item.is-active{background:#faf6ec !important;border-color:#d9cdb2 !important}
.hvg-mp-catalog button.hvg-mp-mega-sub.is-active{background:#f6efdf !important;color:#6b4423 !important}

/* Produktové dlaždice v mega panelu: 3 na řádek, větší obrázek, cena + info („na X rostlin") */
/* minmax(0,…): 1fr má implicitní min-width:auto → dlouhé názvy (semínka!) roztáhnou
   sloupec přes okraj panelu (overflow:hidden) a druhý sloupec je oříznutý bez scrollu */
.hvg-mp-catalog .hvg-mp-mega-prods{grid-template-columns:repeat(3,minmax(0,1fr)) !important}
@media(max-width:900px){.hvg-mp-catalog .hvg-mp-mega-prods{grid-template-columns:repeat(2,minmax(0,1fr)) !important}}
/* Mobil: JEDEN produkt na řádek přes celou šířku — čitelné celé názvy, jasné vertikální rolování */
@media(max-width:760px){.hvg-mp-catalog .hvg-mp-mega-prods{grid-template-columns:1fr !important}}
.hvg-mp-mega-prod .hvg-mp-mega-thumb--lg{width:76px;height:76px;border-radius:12px}
.hvg-mp-mega-prod{align-items:flex-start !important;min-width:0}
.hvg-mp-mega-prod span{overflow-wrap:anywhere}
.hvg-mp-mega-prodtx{display:flex;flex-direction:column;gap:3px;min-width:0}
.hvg-mp-mega-prodname{font-weight:600;line-height:1.25;color:#2d1d0e}
.hvg-mp-mega-prodinfo{font-size:.8rem;color:#6f6252;line-height:1.35}
.hvg-mp-mega-prodprice{font-size:.98rem;line-height:1.2;margin-top:2px}
.hvg-mp-mega-prodprice .regular{font-size:.84rem;color:#9b9284;text-decoration:line-through;margin-right:6px;font-weight:500}
.hvg-mp-mega-prodprice .current{color:#1b8644;font-weight:800;text-decoration:none}
.hvg-mp-mega-prodprice .normal{font-weight:800;color:#2d1d0e}
/* Testovací katalog Hnojík produktů: info badges (na kolik rostlin) zobrazovat jako v běžném
   katalogu — marketplace je skrývá (tam jsou prázdné), tady nesou užitečná čísla. */
.hvg-shop-catalog .hf-badges{display:flex}

/* ── Množstevní slevy: řádky „cena — vložit N ks" POD obrázkem (hover, desktop; jako košík.cz,
     + v rohu obrázku zůstává viditelné) ── */
/* Panel kotvený ke spodku KARTY — roste nahoru, max výška karty, jinak vnitřní scroll */
.hvg-qd{position:absolute;left:4px;right:4px;bottom:6px;z-index:8;display:none;flex-direction:column;gap:4px;background:#fff;border-radius:12px;padding:5px;box-shadow:0 -6px 24px rgba(0,0,0,.16);max-height:calc(100% - 12px);overflow-y:auto}
@media (hover:hover) and (pointer:fine){
  .hf-card:hover .hvg-qd{display:flex}
}
.hvg-mp-catalog button.hvg-qd-row{display:flex;justify-content:flex-start;align-items:baseline;flex-wrap:wrap;column-gap:5px;row-gap:1px;width:100%;background:#fdf6e9 !important;border:1px solid #e7d3aa !important;border-radius:10px !important;padding:7px 8px !important;cursor:pointer;font-size:.82rem !important;font-weight:500 !important;color:#4a2d14 !important;text-transform:none !important;letter-spacing:0 !important;box-shadow:0 2px 6px rgba(0,0,0,.14) !important;transition:background .12s}
.hvg-mp-catalog button.hvg-qd-row:hover{background:#f4e2be !important}
.hvg-qd-row b{font-weight:800;white-space:nowrap}
.hvg-qd-row span{color:#6b4423;font-weight:600;white-space:nowrap}
.hvg-qd-row span em{font-style:normal;color:#1b8644;font-weight:800}

/* Overlay produktovky na testovacím katalogu — celá produktovka v iframe kontejneru */
.hvg-pp-dialog{max-width:1150px;padding:0;overflow:hidden}
.hvg-pp-frame{display:block;width:100%;height:88vh;border:0;background:#fff}
.hvg-pp-dialog .hvg-mpp-x{position:absolute;top:10px;right:10px;float:none;margin:0}

/* Multikup chip (filtr produktů s množstevní slevou) + přepočtená cena za litr v řádcích */
/* Multikup chip = stejná grafika jako stepper: hnědý rámeček, bílý vnitřek, hnědý text */
.hvg-mp-catalog button.hvg-sk-chip{flex:0 0 auto;background:#fff !important;color:#6b4423 !important;border:2px solid #6b4423 !important;border-radius:999px !important;padding:9px 18px !important;font-size:.95rem !important;font-weight:700 !important;text-transform:none !important;letter-spacing:0 !important;box-shadow:0 1px 4px rgba(0,0,0,.08) !important;cursor:pointer;transition:background .15s}
.hvg-mp-catalog button.hvg-sk-chip:hover{background:#f3ead9 !important;color:#6b4423 !important}
.hvg-mp-catalog button.hvg-sk-chip.is-active{background:#f3ead9 !important;color:#6b4423 !important;box-shadow:inset 0 1px 3px rgba(107,68,35,.25) !important}
.hvg-mp-catalog button.hvg-sk-chip.is-active::after{content:" ✓"}
.hvg-qd-per{font-style:normal;font-size:.68rem;color:#8a7d6b;white-space:nowrap;margin-left:auto}
.hvg-qd-per em{font-style:normal;color:#1b8644;font-weight:800}
/* × zavření overlay = jen šedý křížek (Elementor z něj dělal zelené tlačítko) */
button.hvg-mpp-x{background:transparent !important;border:none !important;color:#8a8a8a !important;font-size:30px !important;font-weight:400 !important;width:44px;height:44px;padding:0 !important;line-height:1 !important;border-radius:50% !important;box-shadow:none !important;text-shadow:none !important}
button.hvg-mpp-x:hover{background:rgba(0,0,0,.07) !important;color:#3a3a3a !important}
/* Ceny zeleně (#27ae60 = klasická zelená z výpisu) — ať se odliší od názvů */
.hvg-shop-catalog .hf-price .normal{color:#27ae60}
.hvg-mp-catalog button.hvg-qd-row b,.hvg-mp-catalog button.hvg-qd-row b *{color:#27ae60 !important}
.hvg-mp-mega-prodprice .normal{color:#27ae60}
.hvg-mp-mega-prodprice .current{color:#27ae60}

/* ── Hero (karusel z homepage) + pás výběru kategorií pod ním — layout jako košík.cz ── */
.hvg-sk-hero{margin:0 0 18px}
.hvg-sk-hero-mob{display:none}
@media(max-width:640px){.hvg-sk-hero-pc{display:none}.hvg-sk-hero-mob{display:block}}
.hvg-sk-catstrip{margin:0 0 26px}
.hvg-sk-catstrip-head{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin:0 2px 10px}
.hvg-sk-catstrip-t{font-family:Fraunces,Georgia,serif;font-size:1.35rem;color:#4a2d14;margin:0}
/* Provedení jako sekundární CTA v search landing boxu: bílá + zelený rámeček a text */
.hvg-mp-catalog a.hvg-sk-sortiment{text-decoration:none !important;display:inline-flex;align-items:center;gap:7px;background:#fff !important;color:#16a34a !important;border:1.5px solid #16a34a !important;border-radius:10px !important;padding:7px 16px !important;font-size:14px !important;font-weight:700 !important;transition:background .15s,color .15s}
.hvg-mp-catalog a.hvg-sk-sortiment:hover{background:#f0fdf4 !important;color:#15803d !important}
.hvg-sk-catstrip .hvg-mp-band{margin:0}
.hvg-sk-catstrip .hvg-mp-band-track{gap:10px;padding:4px 2px 8px}
.hvg-mp-catalog button.hvg-sk-cat{flex:0 0 128px;scroll-snap-align:start;display:flex;flex-direction:column;align-items:center;gap:8px;background:#fff !important;border:1px solid #ececec !important;border-radius:12px !important;padding:12px 8px 10px !important;cursor:pointer;color:#333 !important;font-size:.9rem !important;font-weight:600 !important;text-transform:none !important;letter-spacing:0 !important;box-shadow:0 1px 2px rgba(0,0,0,.04) !important;transition:border-color .15s,background .15s,transform .12s;text-align:center}
.hvg-mp-catalog button.hvg-sk-cat:hover{border-color:#7fbe3b !important;background:#f4faee !important;transform:translateY(-2px)}
.hvg-sk-cat-img{width:92px;height:70px;background-size:contain;background-repeat:no-repeat;background-position:center;display:inline-flex;align-items:center;justify-content:center;font-size:30px}
.hvg-sk-cat-name{line-height:1.25;overflow-wrap:break-word;min-width:0}
/* Mobil: dlaždice ~38 % šířky → vždy vidět ~2,5 kategorie = jasné, že se dá swipovat (jako košík.cz) */
@media(max-width:640px){.hvg-mp-catalog button.hvg-sk-cat{flex:0 0 38%;font-size:.82rem !important}.hvg-sk-cat-img{width:74px;height:56px}}

/* ── Výsledky hledání: levý panel Kategorie + mřížka; drill-down chipy podkategorií ── */
.hvg-sk-results{display:flex;gap:18px;align-items:flex-start}
.hvg-sk-results .hvg-mp-catalog-grid{flex:1 1 auto;min-width:0}
.hvg-sk-qcats{flex:0 0 220px;position:sticky;top:16px;background:#fff;border:1px solid #e7ddc4;border-radius:14px;padding:12px;display:flex;flex-direction:column;gap:4px}
.hvg-sk-qcats[hidden]{display:none}
.hvg-sk-qcats-t{font-family:Fraunces,Georgia,serif;font-size:1.05rem;color:#4a2d14;font-weight:700;margin:0 2px 6px}
.hvg-mp-catalog button.hvg-sk-qcat{display:flex;justify-content:space-between;align-items:center;gap:8px;width:100%;background:transparent !important;border:none !important;border-radius:9px !important;padding:8px 10px !important;font-size:.92rem !important;font-weight:500 !important;color:#3d2a15 !important;text-transform:none !important;letter-spacing:0 !important;box-shadow:none !important;cursor:pointer;text-align:left;transition:background .12s}
.hvg-mp-catalog button.hvg-sk-qcat:hover{background:#faf6ec !important}
.hvg-mp-catalog button.hvg-sk-qcat.is-active{background:#f6efdf !important;color:#6b4423 !important;font-weight:700 !important}
.hvg-sk-qcat em{font-style:normal;font-size:.8rem;color:#8a7d6b;font-weight:600}
@media(max-width:760px){.hvg-sk-results{flex-direction:column}.hvg-sk-qcats{position:static;flex:1 1 auto;width:100%;box-sizing:border-box;flex-direction:row;flex-wrap:wrap}}
.hvg-sk-children{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 14px}
.hvg-mp-catalog button.hvg-mp-chip{background:#fff !important;color:#3d2a15 !important;border:1px solid #d9cdb2 !important;border-radius:999px !important;padding:7px 14px !important;font-size:.9rem !important;font-weight:600 !important;text-transform:none !important;letter-spacing:0 !important;box-shadow:0 1px 3px rgba(0,0,0,.05) !important;cursor:pointer;transition:background .12s,color .12s}
.hvg-mp-catalog button.hvg-mp-chip:hover{background:#6b4423 !important;color:#fff !important}
.hvg-mp-catalog button.hvg-mp-chip em{font-style:normal;font-size:.8rem;opacity:.65}

/* Podkategorie s vlastními dětmi (Zelenina) — celý řádek: dlaždice › ikonové chipy dětí */
.hvg-mp-mega-cell--wide{grid-column:1/-1;display:flex;align-items:center;gap:10px;flex-wrap:wrap;border-top:1px dashed #e7ddc4;padding-top:12px;margin-top:4px}
.hvg-mp-mega-cell--wide .hvg-mp-mega-item{width:auto !important;flex:0 0 auto}
.hvg-mp-mega-wsep{color:#c9bda6;font-size:1.3rem;line-height:1}
.hvg-mp-mega-cell--wide .hvg-mp-mega-subs{display:flex;flex-wrap:wrap;gap:6px;padding:0}
.hvg-mp-catalog .hvg-mp-mega-cell--wide button.hvg-mp-mega-sub{background:#faf6ec !important;border:1px solid #e7ddc4 !important;border-radius:999px !important;padding:7px 13px !important;font-size:.88rem !important;color:#4a2d14 !important;font-weight:600 !important;text-transform:none !important;box-shadow:none !important}
.hvg-mp-catalog .hvg-mp-mega-cell--wide button.hvg-mp-mega-sub:hover{background:#f3ead9 !important;color:#6b4423 !important}
/* Jednotná výška obrázkového boxu karet: striktní čtverec; obrázek ABSOLUTNĚ uvnitř
   (absolutní obsah box nenatahuje — portrait fotky jinak přes vnořené <a> box zvětšovaly) */
.hvg-shop-catalog .hf-image{aspect-ratio:1/1;height:auto}
.hvg-shop-catalog .hf-image a{position:absolute;inset:8px;width:auto;height:auto}
.hvg-shop-catalog .hf-image img{position:absolute;inset:0;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain}

/* ── Zarovnání karet: badges pevná výška (obrázky startují stejně) a CENA ukotvená
     jako poslední prvek ke spodku karty → ceny všech karet v řadě na jedné lince ── */
.hvg-shop-catalog .hf-badges{height:46px;min-height:46px;overflow:hidden;align-items:flex-start}
.hvg-shop-catalog .hf-info{display:flex;flex-direction:column}
.hvg-shop-catalog .hf-info .hf-title{order:1}
.hvg-shop-catalog .hf-info .hf-title-vol{order:2}
.hvg-shop-catalog .hf-info .hf-rating{order:3;margin-bottom:4px}
.hvg-shop-catalog .hf-info .hf-price-per{order:4;margin-bottom:2px}
.hvg-shop-catalog .hf-info .hf-price{order:9;margin-top:auto;margin-bottom:6px}

/* ══ HOMEPAGE bez Elementoru (templates/shop-home.php) ══ */
body.hvg-home{margin:0;background:#fff;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#2d1d0e}
.hvg-home-main{max-width:1220px;margin:0 auto;padding:14px 16px 4vh}
/* Hlavička/patička/mobilní nav = hnojik-chrome.css (globální). */
/* Sekce */
.hvg-home-h2{font-family:Fraunces,Georgia,serif;font-size:1.5rem;color:#4a2d14;margin:34px 2px 14px}
.hvg-home-usp{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;max-width:1140px;margin:26px auto 8px;align-items:start}
.hvg-home-usp__item{margin:0;text-align:center}
.hvg-home-usp__item img{width:100%;max-width:190px;height:auto;border-radius:14px}
.hvg-home-usp__item figcaption{margin-top:6px;font-weight:700;color:#4a2d14;font-size:.95rem}
@media(max-width:700px){.hvg-home-usp{grid-template-columns:repeat(2,1fr)}}
.hvg-home-fb,.hvg-home-videos{max-width:1140px;margin:0 auto}
/* Sekce Tržiště + Newsletter na homepage */
.hvg-home-mpsec,.hvg-home-newssec{max-width:1140px;margin:0 auto}
.hvg-home-sub{color:#6f6252;font-size:.98rem;margin:-6px 2px 16px;max-width:760px}
.hvg-home-newssec{background:#faf6ec;border:1px solid #e7ddc4;border-radius:16px;padding:6px 22px 22px;margin-top:30px}
.hvg-home-newssec .hvg-home-h2{margin-top:16px}
/* Formulář newsletteru v naší paletě (přebíjí výchozí styl pluginu) */
.hvg-home-newssec .hnj-newsletter{max-width:560px;margin:0 auto}
.hvg-home-newssec .hnj-newsletter__input{border:1.5px solid #d9cdb2 !important;border-radius:10px !important;background:#fff}
.hvg-home-newssec .hnj-newsletter__submit{background:#fff !important;color:#6b4423 !important;border:2px solid #6b4423 !important;border-radius:999px !important;font-weight:700 !important;box-shadow:none !important}
.hvg-home-newssec .hnj-newsletter__submit:hover{background:#6b4423 !important;color:#fff !important}
/* Galerie výpěstků pod hero bannerem na katalogu — horní padding dělá místo
   pro textový odkaz „✕ Skrýt galerii" na rámečku vpravo nahoře (nepřekrývá
   tlačítko Fotogalerie uvnitř widgetu) */
.hvg-sk-galerie{margin:0 0 6px;position:relative;padding-top:26px}
.hvg-mp-catalog button.hvg-sk-galhide{position:absolute;top:0;right:2px;z-index:5;background:none !important;border:none !important;box-shadow:none !important;border-radius:0 !important;color:var(--hnj-muted,#6f6252) !important;font-size:.85rem !important;font-weight:600 !important;letter-spacing:0 !important;text-transform:none !important;padding:4px 6px !important;cursor:pointer;transition:color .15s}
.hvg-mp-catalog button.hvg-sk-galhide:hover{color:var(--hnj-brown,#6b4423) !important;text-decoration:underline}
.hvg-mp-catalog button.hvg-sk-galshow{margin:0}
.hvg-mp-catalog button.hvg-sk-galshow[hidden]{display:none !important}
/* Mobil: chip galerie + Sortiment se vejdou vedle sebe na jeden řádek */
@media(max-width:640px){
  .hvg-sk-catstrip-head{flex-wrap:nowrap;gap:8px}
  .hvg-mp-catalog button.hvg-sk-galshow{font-size:.8rem !important;padding:7px 10px !important;white-space:nowrap;flex:0 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis}
  .hvg-mp-catalog a.hvg-sk-sortiment{padding:6px 12px !important;font-size:13px !important;flex:0 0 auto}
}
/* Jednotná výška polaroidů: fotky 4:3 s ořezem + popisek max 2 řádky — výškové fotky
   jinak natáhnou track a pod ostatními kartami zbyde velká mezera */
.hvg-sk-galerie .hgg-car-card img{width:100% !important;aspect-ratio:4/3;height:auto !important;object-fit:cover}
.hvg-sk-galerie .hgg-car-card figcaption{-webkit-line-clamp:2 !important;line-clamp:2 !important}
/* Modal Stav objednávky */
.hvg-sk-trackmodal{position:fixed;inset:0;z-index:100000}
.hvg-sk-trackmodal[hidden]{display:none}
.hvg-sk-trackdlg{position:relative;margin:10vh auto 0;max-width:520px;width:calc(100% - 32px);background:#fdfbf6;border-radius:16px;box-shadow:0 24px 70px rgba(0,0,0,.35);padding:22px 24px 24px}
.hvg-sk-trackdlg .hvg-mpp-x{position:absolute;top:10px;right:10px}
.hvg-sk-track-t{font-family:Fraunces,Georgia,serif;color:#4a2d14;margin:0 34px 6px 0;font-size:1.3rem}
.hvg-sk-track-p{color:#6f6252;margin:0 0 14px;font-size:.92rem}
.hvg-sk-trackdlg .track_id,.hvg-sk-trackdlg .track_email{margin-bottom:10px}
.hvg-sk-trackdlg input[type=text],.hvg-sk-trackdlg input[type=email]{width:100%;box-sizing:border-box;border:1.5px solid #d9cdb2;border-radius:10px;padding:10px 12px;font-size:16px}
.hvg-sk-trackdlg button[type=submit],.hvg-sk-trackdlg .button{background:#fff !important;color:#6b4423 !important;border:2px solid #6b4423 !important;border-radius:999px !important;padding:9px 20px !important;font-weight:700 !important;cursor:pointer;text-transform:none !important;box-shadow:none !important}
.hvg-sk-trackdlg button[type=submit]:hover,.hvg-sk-trackdlg .button:hover{background:#6b4423 !important;color:#fff !important}
/* Lišta: menší texty, ať se vejde Produkty | Oblíbené | Stav objednávky | Kalkulačka | hledání | Multikup */
.hvg-sk-topbar{flex-wrap:wrap}
.hvg-mp-catalog button.hvg-sk-chip{font-size:.88rem !important;padding:8px 14px !important}
.hvg-sk-topbar .hvg-mp-megabtn{font-size:.95rem !important;padding:9px 16px !important}
/* Kalkulačka trigger (z hnojik-favorites) přestylovaný na náš chip */
.hvg-sk-topbar .hkc-trigger{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto;background:#fff !important;color:#6b4423 !important;border:2px solid #6b4423 !important;border-radius:999px !important;padding:7px 14px !important;font-size:.88rem !important;font-weight:700 !important;cursor:pointer;text-transform:none !important;letter-spacing:0 !important;box-shadow:0 1px 4px rgba(0,0,0,.08) !important;transition:background .15s}
.hvg-sk-topbar .hkc-trigger:hover{background:#f3ead9 !important}
.hvg-sk-topbar .hkc-trigger-icon{width:18px;height:18px}
/* Mobil: celá lišta (Produkty/hledání/chipy) jen pro PC/tablet — jako košík.cz.
   Na telefonu kategorie řeší pás „Vyberte si z naší nabídky" a hledání lupa
   ve spodní navigaci. */
@media(max-width:767px){
  .hvg-sk-topbar,#hvg-mp-mega{display:none !important}
}
/* Mega dlaždice produktu: info POD obrázkem, každý údaj vlastní řádek; ceny se nerozpadají */
.hvg-mp-mega-prodleft{display:flex;flex-direction:column;align-items:center;gap:4px;flex:0 0 auto;min-width:76px}
.hvg-mp-mega-prodleft .hvg-mp-mega-prodinfo{font-size:.72rem;color:#6f6252;line-height:1.35;text-align:center;white-space:nowrap}
.hvg-mp-mega-prodprice .regular,.hvg-mp-mega-prodprice .current,.hvg-mp-mega-prodprice .normal{white-space:nowrap;display:inline-block}
