/* Zkusvino Classic: menu a oznaceni dortu, 2026-09-07. Pridat za soucasne styly. */
@media (min-width: 768px) {
  body.zv-shoptet { --zv-shell: 1840px; --zv-gutter: clamp(18px, 2.4vw, 44px); --zv-inset: clamp(22px, 2.4vw, 44px); }
  body.zv-shoptet #header { height: auto; }
  body.zv-shoptet #navigation {
    width: 100%; margin-inline: 0; padding: 5px 10px;
    height: auto; min-height: 64px; overflow: visible;
    background: #fffdf9; border: 1px solid #d8c8cc; border-bottom: 2px solid #8e0038;
    border-radius: 8px; box-shadow: 0 4px 12px rgba(45, 20, 26, .07);
  }
  body.zv-shoptet #navigation .navigation-in {
    position: static; width: auto; height: auto; overflow: visible; background: #fffdf9;
  }
  body.zv-shoptet #navigation .menu-level-1 {
    display: flex; flex-wrap: wrap; justify-content: space-between; align-items: stretch;
    gap: 0 4px; width: auto; height: auto; float: none;
  }
  body.zv-shoptet #navigation .menu-level-1 > li {
    display: block !important; float: none; flex: 0 0 auto; height: auto;
  }
  body.zv-shoptet #navigation .menu-level-1 > li > a {
    display: flex; align-items: center; gap: 6px; min-height: 56px; height: auto;
    justify-content: center; text-align: center; padding: 14px 13px; line-height: 1.4; font-size: 16px; font-weight: 700;
    color: #34242a; text-transform: none; border: 0; border-radius: 4px;
  }
  body.zv-shoptet #navigation .menu-level-1 > li > a > b { font-size: inherit; font-weight: inherit; }
  body.zv-shoptet #navigation .menu-level-1 > li:first-child > a { padding-left: 13px; }
  body.zv-shoptet #navigation .menu-level-1 > li:hover > a,
  body.zv-shoptet #navigation .menu-level-1 > li > a:focus-visible,
  body.zv-shoptet #navigation .menu-level-1 > li > a[aria-current="page"] {
    background: #8e0038; color: #fffdf9;
  }
  body.zv-shoptet #navigation .menu-level-2 { border-top: 2px solid #8e0038; }
  body.zv-shoptet #navigation .menu-level-2 a { font-size: 15px; line-height: 1.5; }
  body.zv-shoptet #navigation .menu-level-2 a:hover,
  body.zv-shoptet #navigation .menu-level-2 a:focus-visible { color: #8e0038; background: #f4e8ed; }
  body.zv-shoptet #header .menu-helper { display: none !important; }
  body.zv-shoptet #zv-cakes { width: calc(100% - 2 * var(--zv-gutter)); max-width: var(--zv-shell); }
}
@media (min-width: 768px) and (max-width: 1699px) {
  body.zv-shoptet #navigation .menu-level-1 { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 2px 4px; }
  body.zv-shoptet #navigation .menu-level-1 > li { min-width: 0; }
  body.zv-shoptet #navigation .menu-level-1 > li > a { height: 100%; white-space: normal; }
}
@media (max-width: 767px) {
  body.zv-shoptet #navigation .menu-level-1 > li > a,
  body.zv-shoptet #navigation .menu-level-1 > li > a > b { font-size: 17px; font-weight: 700; }
}
body.zv-shoptet #zv-cakes { border-top: 3px solid #8e0038; scroll-margin-top: 190px; }
body.zv-shoptet #zv-cakes .zv-cakes-intro > .zv-dort-mark {
  display: flex; align-items: baseline; flex-wrap: nowrap; gap: 0;
  width: fit-content; max-width: 100%; margin: 0 0 25px; padding: 0 0 15px;
  color: #8e0038; border-bottom: 1px solid rgba(142, 0, 56, .38);
  font-family: var(--zv-serif); line-height: 1.08; letter-spacing: -.035em;
  text-transform: none;
}
body.zv-shoptet #zv-cakes .zv-dort-mark span,
body.zv-shoptet #zv-cakes .zv-dort-mark strong {
  font-family: var(--zv-serif); font-size: clamp(38px, 4.4vw, 66px);
  font-weight: 600; font-style: normal;
}
body.zv-shoptet #zv-cakes .zv-dort-mark span { color: #151212; }
body.zv-shoptet #zv-cakes .zv-dort-mark strong { color: #8e0038; }
body.zv-shoptet #zv-cakes #zv-cakes-title { font-size: clamp(27px, 2.5vw, 36px); line-height: 1.16; }
body.zv-shoptet #zv-cakes .zv-cake-gallery { align-items: start; gap: 14px; }
body.zv-shoptet #zv-cakes .zv-cake-gallery figure { margin: 0; padding: 0; min-width: 0; }
body.zv-shoptet #zv-cakes .zv-cake-gallery figure > a { display: block; }
body.zv-shoptet #zv-cakes .zv-cake-image {
  display: block; width: 100%; height: auto; aspect-ratio: 3 / 4;
  object-fit: cover; object-position: center; border-radius: 4px;
}
body.zv-shoptet #zv-cakes .zv-cake-gallery figcaption {
  padding-top: 13px; color: #34242a; font-family: var(--zv-sans);
  font-size: 13px; font-weight: 600; line-height: 1.4; text-align: center;
}
@media (max-width: 600px) {
  body.zv-shoptet #zv-cakes .zv-cake-gallery { grid-template-columns: 1fr; gap: 28px; }
  body.zv-shoptet #zv-cakes .zv-cake-gallery figure { width: 100%; max-width: 360px; margin-inline: auto; }
}

/* Zkusvino — gift hero refinement. Add after the existing Classic theme. */
body.zv-shoptet .zv-hero-visual.zv-gift-refined {
  position: relative;
  isolation: isolate;
  min-height: 610px;
  padding: 35px 28px 148px;
  background: radial-gradient(ellipse at 45% 34%, #fff9ee 0, #edddc8 49%, #cfaa86 100%);
}
body.zv-shoptet .zv-hero-visual.zv-gift-refined::before {
  content: "";
  position: absolute;
  width: 46%;
  height: 30px;
  left: 27%;
  bottom: 156px;
  border-radius: 50%;
  background: #63341924;
  filter: blur(15px);
  pointer-events: none;
}
body.zv-shoptet .zv-hero-visual.zv-gift-refined::after {
  inset: 20px;
  border-color: #fffdf98c;
}
body.zv-shoptet .zv-gift-refined a.zv-box-link {
  position: relative;
  display: block;
  flex: 0 1 470px;
  width: 84%;
  max-width: 470px;
  height: clamp(365px, 36vw, 510px);
  margin: 0 auto;
  text-decoration: none;
  mix-blend-mode: multiply;
  transition: transform .25s ease;
}
body.zv-shoptet .zv-gift-refined a.zv-box-link:hover {
  transform: translateY(-5px);
}
body.zv-shoptet .zv-gift-refined a.zv-box-link:focus-visible {
  outline: 3px solid var(--zv-wine);
  outline-offset: 5px;
  border-radius: 5px;
}
body.zv-shoptet .zv-gift-refined .zv-box-link .zv-hero-image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: normal;
  transform: rotate(-5deg);
}
body.zv-shoptet .zv-gift-refined .zv-gift-seal {
  position: absolute;
  z-index: 3;
  top: 34px;
  right: 34px;
  width: 140px;
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
  border: 1px dashed #f5dfc4c7;
  border-radius: 50%;
  background: var(--zv-wine, #8e0038);
  color: #fff2df;
  box-shadow: 0 0 0 5px var(--zv-wine, #8e0038), 0 7px 16px #58222a24;
  transform: rotate(13deg);
  pointer-events: none;
}
body.zv-shoptet .zv-gift-refined .zv-gift-seal::after {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid #f5dfc46b;
  border-radius: 50%;
}
body.zv-shoptet .zv-gift-refined .zv-gift-seal span {
  font: 650 8px/1.2 var(--zv-sans);
  letter-spacing: .19em;
  text-transform: uppercase;
}
body.zv-shoptet .zv-gift-refined .zv-gift-seal strong {
  color: inherit;
  font: italic 500 47px/1 var(--zv-serif);
  letter-spacing: -.05em;
}
body.zv-shoptet .zv-gift-refined a.zv-featured {
  z-index: 4;
  left: 32px;
  right: 32px;
  bottom: 32px;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 20px;
  align-items: center;
  padding: 24px 26px;
  border: 1px solid #fffdf9;
  border-radius: 3px;
  background: #fffdf9;
  color: var(--zv-ink);
  box-shadow: 0 10px 28px #653e2020;
  text-decoration: none;
  transition: box-shadow .2s ease;
}
body.zv-shoptet .zv-gift-refined .zv-featured .zv-eyebrow {
  grid-column: 1;
  margin: 0;
  font-size: 10px;
}
body.zv-shoptet .zv-gift-refined .zv-featured strong {
  grid-column: 1;
  font: 500 clamp(22px, 1.9vw, 29px)/1.2 var(--zv-serif);
}
body.zv-shoptet .zv-gift-refined .zv-featured-link {
  grid-column: 2;
  grid-row: 1 / 3;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  padding: 12px 17px;
  border-radius: 3px;
  background: var(--zv-wine);
  color: #fffdf9;
  font: 650 13px/1.35 var(--zv-sans);
  white-space: nowrap;
  text-decoration: none;
  transition: background .2s ease;
}
body.zv-shoptet .zv-gift-refined a.zv-featured:hover {
  color: var(--zv-ink);
  box-shadow: 0 12px 30px #653e2030;
}
body.zv-shoptet .zv-gift-refined a.zv-featured:hover .zv-featured-link {
  background: var(--zv-dark);
}
@media (min-width: 768px) and (max-width: 1150px) {
  body.zv-shoptet .zv-hero-visual.zv-gift-refined { padding-bottom: 190px; }
  body.zv-shoptet .zv-gift-refined a.zv-featured { left: 24px; right: 24px; padding: 19px 22px; }
  body.zv-shoptet .zv-gift-refined .zv-featured-link { grid-column: 1 / -1; grid-row: 3; margin-top: 5px; }
  body.zv-shoptet .zv-gift-refined .zv-gift-seal { width: 112px; height: 112px; right: 27px; top: 30px; }
  body.zv-shoptet .zv-gift-refined .zv-gift-seal strong { font-size: 38px; }
  body.zv-shoptet .zv-gift-refined .zv-gift-seal span { font-size: 7px; }
}
@media (max-width: 767px) {
  body.zv-shoptet .zv-hero-visual.zv-gift-refined {
    min-height: 535px;
    padding: 22px 20px 174px;
  }
  body.zv-shoptet .zv-hero-visual.zv-gift-refined::after { inset: 13px; }
  body.zv-shoptet .zv-hero-visual.zv-gift-refined::before { bottom: 172px; }
  body.zv-shoptet .zv-gift-refined a.zv-box-link { flex-basis: 360px; width: 88%; height: 345px; max-width: 360px; }
  body.zv-shoptet .zv-gift-refined .zv-gift-seal { width: 105px; height: 105px; top: 26px; right: 25px; gap: 5px; }
  body.zv-shoptet .zv-gift-refined .zv-gift-seal strong { font-size: 37px; }
  body.zv-shoptet .zv-gift-refined .zv-gift-seal span { font-size: 6px; }
  body.zv-shoptet .zv-gift-refined a.zv-featured { left: 23px; right: 23px; bottom: 23px; padding: 18px 20px; gap: 6px; }
  body.zv-shoptet .zv-gift-refined .zv-featured strong { font-size: 26px; }
  body.zv-shoptet .zv-gift-refined .zv-featured-link { grid-column: 1 / -1; grid-row: 3; min-height: 44px; margin-top: 5px; }
}
@media (prefers-reduced-motion: reduce) {
  body.zv-shoptet .zv-gift-refined a.zv-box-link,
  body.zv-shoptet .zv-gift-refined a.zv-featured,
  body.zv-shoptet .zv-gift-refined .zv-featured-link { transition: none; }
}

/* Append to the new render-blocking external CSS in HEAD. No hiding without JS. */
html { --zv-fp-css: ready; }
html.zv-boot { background: #f4efe7; }
html.zv-boot body.type-index {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Shoptet may mark first-level items hidden while recalculating its menu. */
@media(min-width:768px){body.zv-shoptet #navigation .menu-level-1>li,body.zv-shoptet #navigation .menu-level-1>li>a{visibility:visible!important}}

/* Zkusvino Classic: black main navigation, including the open mobile menu.
   Load after zkusvino-upravy-20260907-v2.css. Its !important display/visibility
   fixes are intentionally preserved; that file has no !important menu colors. */
body.zv-shoptet #navigation,
body.zv-shoptet #navigation .navigation-in {
  background: #151212;
  color: #fffdf9;
  border-color: rgba(255, 253, 249, .15);
}
body.zv-shoptet #navigation .menu-level-1,
body.zv-shoptet #navigation .menu-level-2,
body.zv-shoptet #navigation .menu-level-3 {
  background: #151212;
  color: #fffdf9;
  border-color: rgba(255, 253, 249, .15);
}
body.zv-shoptet #navigation .menu-level-1 > li,
body.zv-shoptet #navigation .menu-level-2 > li,
body.zv-shoptet #navigation .menu-level-3 > li { border-color: rgba(255, 253, 249, .15); }
body.zv-shoptet #navigation .menu-level-1 > li > a,
body.zv-shoptet #navigation .menu-level-1 > li > a > b,
body.zv-shoptet #navigation .menu-level-2 a,
body.zv-shoptet #navigation .menu-level-3 a {
  color: #fffdf9;
  background-color: transparent;
}
body.zv-shoptet #navigation .menu-level-1 > li:hover > a,
body.zv-shoptet #navigation .menu-level-1 > li > a:hover,
body.zv-shoptet #navigation .menu-level-1 > li > a:focus-visible,
body.zv-shoptet #navigation .menu-level-1 > li > a[aria-current="page"],
body.zv-shoptet #navigation .menu-level-2 a:hover,
body.zv-shoptet #navigation .menu-level-2 a:focus-visible,
body.zv-shoptet #navigation .menu-level-3 a:hover,
body.zv-shoptet #navigation .menu-level-3 a:focus-visible {
  color: #fffdf9;
  background-color: #8e0038;
}
body.zv-shoptet #navigation .menu-level-1 > li:hover > a > b { color: #fffdf9; }
body.zv-shoptet #navigation .submenu-arrow,
body.zv-shoptet #navigation .navigation-in .exp {
  color: #fffdf9;
  border-color: rgba(255, 253, 249, .15);
  background-color: transparent;
}
body.zv-shoptet #navigation .submenu-arrow:hover,
body.zv-shoptet #navigation .navigation-in .exp:hover { color: #fffdf9; background-color: #8e0038; }
body.zv-shoptet #navigation :focus-visible { outline-color: #f2cad8; outline-offset: -3px; }
@media (min-width: 768px) {
  body.zv-shoptet #navigation { border-bottom: 2px solid #8e0038; box-shadow: 0 5px 14px rgba(21, 18, 18, .16); }
  body.zv-shoptet #navigation .menu-level-2 { border-top: 2px solid #8e0038; }
}
@media (max-width: 767px) {
  body.zv-shoptet.navigation-window-visible #navigation,
  body.zv-shoptet.navigation-window-visible #navigation .navigation-in { background: #151212; color: #fffdf9; }
  body.zv-shoptet #navigation .navigation-in > ul,
  body.zv-shoptet #navigation .navigation-in ul ul { background-color: #151212; }
  body.zv-shoptet #navigation .navigation-in a,
  body.zv-shoptet #navigation .navigation-in a > b { color: #fffdf9; }
  body.zv-shoptet #navigation .navigation-in a:hover,
  body.zv-shoptet #navigation .navigation-in a:focus-visible { color: #fffdf9; background-color: #8e0038; }
}

/* Zkusvino Classic: isolated live homepage catalog. Load after existing theme. */
body.zv-shoptet #zv-live-catalog {
  width: calc(100% - 2 * var(--zv-gutter, 0px));
  max-width: var(--zv-shell, 1440px);
  margin: 64px auto 80px;
  padding: 28px var(--zv-inset, clamp(22px, 4vw, 64px)) 0;
  color: var(--zv-ink, #151212);
  font-family: var(--zv-sans, "Segoe UI", Arial, sans-serif);
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  scroll-margin-top: 180px;
}
#zv-live-catalog, #zv-live-catalog *, #zv-live-catalog *::before, #zv-live-catalog *::after { box-sizing: border-box; }
#zv-live-catalog [hidden] { display: none !important; }
#zv-live-catalog button, #zv-live-catalog input, #zv-live-catalog select { font: inherit; }
#zv-live-catalog button { cursor: pointer; }
#zv-live-catalog button:disabled { cursor: wait; opacity: .55; }
#zv-live-catalog :focus-visible { outline: 3px solid var(--zv-wine, #8e0038); outline-offset: 4px; }
#zv-live-catalog .zvc-visually-hidden {
  position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
#zv-live-catalog .zvc-head {
  display: grid; grid-template-columns: minmax(0, 2.35fr) minmax(240px, 1fr);
  gap: 36px 48px; align-items: end; margin-bottom: 38px;
}
#zv-live-catalog .zvc-heading { min-width: 0; }
#zv-live-catalog .zvc-eyebrow {
  display: block; margin: 0 0 18px; color: var(--zv-wine, #8e0038);
  font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
}
#zv-live-catalog .zvc-heading h2 {
  margin: 0; padding: 0; color: var(--zv-ink, #151212);
  font: 400 clamp(38px, 5.1vw, 80px)/1.06 var(--zv-serif, Georgia, serif);
  letter-spacing: -.045em; text-transform: none; overflow-wrap: normal;
}
#zv-live-catalog .zvc-intro {
  max-width: 390px; margin: 0 0 5px; color: var(--zv-muted, #6e6762);
  font-size: 14px; line-height: 1.8;
}
#zv-live-catalog .zvc-overview {
  display: grid; grid-template-columns: minmax(260px, .9fr) minmax(0, 1.6fr);
  margin: 0 0 30px; border: 1px solid var(--zv-line, rgba(21, 18, 18, .16));
}
#zv-live-catalog .zvc-summary {
  display: flex; flex-direction: column; justify-content: center; align-items: flex-start;
  gap: 18px; min-width: 0; padding: 38px 40px; color: var(--zv-white, #fffdf9);
  background: #600729;
}
#zv-live-catalog .zvc-summary-label {
  margin: 0; color: #efd3dc; font-size: 10px; font-weight: 750;
  letter-spacing: .14em; line-height: 1.5; text-transform: uppercase;
}
#zv-live-catalog .zvc-summary-value {
  display: block; margin: 0; color: inherit; letter-spacing: -.035em;
  font: 400 clamp(38px, 4.5vw, 66px)/1.08 var(--zv-serif, Georgia, serif);
}
#zv-live-catalog .zvc-summary-note { margin: 0; max-width: 310px; color: #f3e5ea; font-size: 13px; line-height: 1.75; }
#zv-live-catalog .zvc-summary-note a { color: inherit; text-underline-offset: 3px; }
#zv-live-catalog .zvc-table-wrap { min-width: 0; overflow-x: auto; background: var(--zv-white, #fffdf9); }
#zv-live-catalog .zvc-table { width: 100%; height: 100%; margin: 0; border: 0; border-collapse: collapse; }
#zv-live-catalog .zvc-table th, #zv-live-catalog .zvc-table td {
  padding: 15px 18px; border: 0; border-bottom: 1px solid var(--zv-line, rgba(21, 18, 18, .16));
  background: transparent; color: var(--zv-ink, #151212); text-align: left; vertical-align: middle;
  font: 400 13px/1.5 var(--zv-sans, "Segoe UI", Arial, sans-serif);
}
#zv-live-catalog .zvc-table thead th {
  color: var(--zv-muted, #6e6762); font-size: 10px; font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase;
}
#zv-live-catalog .zvc-table tbody th { font-weight: 650; }
#zv-live-catalog .zvc-table th:not(:first-child), #zv-live-catalog .zvc-table td:not(:first-child) { text-align: right; white-space: nowrap; font-variant-numeric: tabular-nums; }
#zv-live-catalog .zvc-table tr:last-child > * { border-bottom: 0; }
#zv-live-catalog .zvc-table tbody tr:hover { background: #f8f3ee; }
#zv-live-catalog .zvc-dot { display: inline-block; width: 9px; height: 9px; margin-right: 10px; border-radius: 50%; background: var(--zvc-dot, #8e0038); vertical-align: 1px; }
#zv-live-catalog .zvc-toolbar {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 18px 24px; padding: 21px 0;
  border-block: 1px solid var(--zv-line, rgba(21, 18, 18, .16));
}
#zv-live-catalog .zvc-categories { display: flex; flex: 1 1 570px; flex-wrap: wrap; gap: 6px; min-width: 0; }
#zv-live-catalog .zvc-category {
  min-height: 42px; padding: 10px 14px; border: 1px solid transparent; border-radius: 23px;
  background: transparent; color: var(--zv-ink, #151212); font-size: 13px;
  font-weight: 650; line-height: 1.45; white-space: nowrap;
  transition: background-color .15s ease, color .15s ease;
}
#zv-live-catalog .zvc-category:hover { background: #ecdee1; color: var(--zv-wine, #8e0038); }
#zv-live-catalog .zvc-category[aria-pressed="true"] { background: var(--zv-ink, #151212); color: var(--zv-white, #fffdf9); }
#zv-live-catalog .zvc-tools { display: flex; flex: 0 1 410px; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 14px 20px; min-width: 0; }
#zv-live-catalog .zvc-stock-toggle {
  display: inline-flex; position: relative; align-items: center; gap: 9px; flex: 0 0 auto;
  min-height: 44px; margin: 0; padding: 0; font-size: 13px; cursor: pointer;
  white-space: nowrap; color: var(--zv-ink, #151212);
}
#zv-live-catalog .zvc-stock-toggle input {
  appearance: none; position: static; display: block; opacity: 1; flex: 0 0 35px;
  width: 35px; height: 21px; min-height: 0; margin: 0; padding: 0;
  border: 1px solid #bbb3ae; border-radius: 20px; background-color: #d0c9c2;
  background-image: radial-gradient(circle at 10px 50%, #fffdf9 0 7px, transparent 7.6px);
  cursor: pointer; transition: background-color .15s ease;
}
#zv-live-catalog .zvc-stock-toggle input:checked {
  border-color: var(--zv-wine, #8e0038); background-color: var(--zv-wine, #8e0038);
  background-image: radial-gradient(circle at 23px 50%, #fffdf9 0 7px, transparent 7.6px);
}
#zv-live-catalog .zvc-stock-toggle::before, #zv-live-catalog .zvc-stock-toggle::after { content: none; }
#zv-live-catalog .zvc-search {
  position: relative; display: flex; flex: 1 1 230px; min-width: 190px;
  height: 50px; margin: 0; border: 1px solid var(--zv-wine, #8e0038);
  border-radius: 4px; background: var(--zv-white, #fffdf9);
}
#zv-live-catalog .zvc-search input {
  display: block; position: static; flex: 1; min-width: 0; width: 100%; height: 48px;
  margin: 0; padding: 12px 14px; border: 0; border-radius: 4px 0 0 4px;
  box-shadow: none; background: transparent; color: var(--zv-ink, #151212);
  font-size: 14px; line-height: 1.4;
}
#zv-live-catalog .zvc-search input::placeholder { color: #716366; opacity: 1; }
#zv-live-catalog .zvc-search-hint {
  display: block; position: absolute; top: 50%; left: 14px; right: 61px;
  transform: translateY(-50%); z-index: 1; margin: 0; padding: 0;
  overflow: hidden; white-space: nowrap; text-overflow: ellipsis; pointer-events: none;
  color: #716366; font-size: 14px; font-weight: 400; line-height: 1.4;
}
#zv-live-catalog .zvc-search-hint strong { color: var(--zv-wine, #8e0038); font-weight: 700; }
#zv-live-catalog .zvc-search-hint[hidden] { display: none !important; }
#zv-live-catalog .zvc-search input:focus { outline: 0; }
#zv-live-catalog .zvc-search:focus-within { outline: 3px solid rgba(142, 0, 56, .24); outline-offset: 2px; }
#zv-live-catalog .zvc-search button {
  position: relative; display: block; flex: 0 0 49px; width: 49px; min-width: 49px;
  height: 48px; margin: 0; padding: 0; border: 0; border-radius: 0 3px 3px 0;
  background: var(--zv-wine, #8e0038); color: var(--zv-white, #fffdf9); font-size: 0;
}
#zv-live-catalog .zvc-search button:hover { background: var(--zv-dark, #5d0828); }
#zv-live-catalog .zvc-search button::before {
  content: ""; position: absolute; left: 15px; top: 13px; width: 15px; height: 15px;
  border: 2px solid currentColor; border-radius: 50%;
}
#zv-live-catalog .zvc-search button::after {
  content: ""; position: absolute; left: 27px; top: 27px; width: 8px; height: 2px;
  background: currentColor; transform: rotate(45deg); transform-origin: left center;
}
#zv-live-catalog .zvc-results-bar { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 14px 24px; margin: 22px 0; }
#zv-live-catalog .zvc-count { margin: 0; font-size: 13px; color: var(--zv-muted, #6e6762); }
#zv-live-catalog .zvc-count strong { color: var(--zv-ink, #151212); font-weight: 650; }
#zv-live-catalog .zvc-sort { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin: 0; color: var(--zv-muted, #6e6762); font-size: 12px; }
#zv-live-catalog .zvc-sort select {
  width: auto; max-width: 100%; height: 43px; padding: 9px 34px 9px 12px; border: 1px solid var(--zv-line, rgba(21, 18, 18, .16));
  border-radius: 4px; background-color: var(--zv-white, #fffdf9); color: var(--zv-ink, #151212); font-size: 13px;
}
#zv-live-catalog .zvc-products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: stretch; gap: 22px; }
#zv-live-catalog .zvc-product {
  display: flex; flex-direction: column; min-width: 0; margin: 0; padding: 18px;
  border: 1px solid var(--zv-line, rgba(21, 18, 18, .16)); border-radius: 4px;
  background: var(--zv-white, #fffdf9);
}
#zv-live-catalog .zvc-product-image {
  display: flex; justify-content: center; align-items: center; width: 100%; height: 235px;
  margin: 0 0 19px; padding: 10px; overflow: hidden; background: #fff;
}
#zv-live-catalog .zvc-product-image img { display: block; width: 100%; height: 100%; max-width: 100%; max-height: 100%; object-fit: contain; }
#zv-live-catalog .zvc-product-body { display: flex; flex: 1; flex-direction: column; min-width: 0; }
#zv-live-catalog .zvc-product-name {
  margin: 0 0 14px; padding: 0; color: var(--zv-ink, #151212);
  font: 400 21px/1.35 var(--zv-serif, Georgia, serif); letter-spacing: -.012em;
  text-transform: none; overflow-wrap: anywhere;
}
#zv-live-catalog .zvc-product-name a { color: inherit; text-decoration: none; }
#zv-live-catalog .zvc-product-name a:hover { color: var(--zv-wine, #8e0038); text-decoration: underline; text-underline-offset: 3px; }
#zv-live-catalog .zvc-availability { margin: auto 0 12px; padding-top: 8px; color: var(--zv-muted, #6e6762); font-size: 12px; line-height: 1.5; }
#zv-live-catalog .zvc-availability[data-stock="true"], #zv-live-catalog .zvc-availability[data-stock="in"], #zv-live-catalog .zvc-availability.is-in-stock { color: #317249; }
#zv-live-catalog .zvc-product-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: 10px 14px; margin-top: 0; }
#zv-live-catalog .zvc-price {
  display: block; max-width: 100%; color: var(--zv-ink, #151212); font-size: 23px;
  font-weight: 700; line-height: 1.4; white-space: normal; overflow-wrap: break-word;
  font-variant-numeric: tabular-nums;
}
#zv-live-catalog .zvc-price-unit { color: var(--zv-muted, #6e6762); font-size: 12px; font-weight: 400; }
#zv-live-catalog .zvc-detail { color: var(--zv-wine, #8e0038); font-size: 13px; line-height: 1.5; white-space: nowrap; text-decoration: underline; text-underline-offset: 4px; }
#zv-live-catalog .zvc-detail:hover { color: var(--zv-dark, #5d0828); }
#zv-live-catalog .zvc-state {
  grid-column: 1 / -1; padding: clamp(30px, 5vw, 66px) 24px; border: 1px solid var(--zv-line, rgba(21, 18, 18, .16));
  background: var(--zv-white, #fffdf9); text-align: center;
}
#zv-live-catalog .zvc-state-title { margin: 0 0 12px; color: var(--zv-ink, #151212); font: 400 clamp(25px, 2.7vw, 38px)/1.2 var(--zv-serif, Georgia, serif); }
#zv-live-catalog .zvc-state p { max-width: 580px; margin: 0 auto 20px; color: var(--zv-muted, #6e6762); font-size: 14px; }
#zv-live-catalog .zvc-warning {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 16px 24px; margin: 0 0 24px; padding: 20px 22px;
  border: 1px solid #d9bdc7; border-left: 3px solid var(--zv-wine, #8e0038);
  background: #f7ebee; color: var(--zv-ink, #151212);
}
#zv-live-catalog .zvc-warning p { flex: 1 1 320px; margin: 0; font-size: 13px; line-height: 1.7; }
#zv-live-catalog .zvc-warning .zvc-retry { flex: 0 1 auto; margin: 0; }
#zv-live-catalog .zvc-reset, #zv-live-catalog .zvc-retry, #zv-live-catalog .zvc-load-more {
  display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 12px 23px;
  border: 1px solid var(--zv-wine, #8e0038); border-radius: 4px; background: var(--zv-wine, #8e0038);
  color: var(--zv-white, #fffdf9); font-size: 13px; font-weight: 650; line-height: 1.4; text-decoration: none;
}
#zv-live-catalog .zvc-reset:hover, #zv-live-catalog .zvc-retry:hover, #zv-live-catalog .zvc-load-more:hover { background: var(--zv-dark, #5d0828); border-color: var(--zv-dark, #5d0828); }
#zv-live-catalog .zvc-load-more { display: flex; width: fit-content; max-width: 100%; margin: 30px auto 0; }
#zv-live-catalog .zvc-loading-indicator { display: block; width: 26px; height: 26px; margin: 0 auto 20px; border: 2px solid #e1d3d8; border-top-color: var(--zv-wine, #8e0038); border-radius: 50%; animation: zvc-spin 1s linear infinite; }
#zv-live-catalog .zvc-fallback { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px 24px; margin: 22px 0 0; font-size: 13px; }
#zv-live-catalog .zvc-fallback a { color: var(--zv-wine, #8e0038); text-underline-offset: 3px; }
@keyframes zvc-spin { to { transform: rotate(360deg); } }
@media (max-width: 1100px) {
  #zv-live-catalog .zvc-head { grid-template-columns: minmax(0, 1.7fr) minmax(230px, 1fr); gap: 28px; }
  #zv-live-catalog .zvc-summary { padding: 30px; }
  #zv-live-catalog .zvc-table th, #zv-live-catalog .zvc-table td { padding: 14px 12px; }
  #zv-live-catalog .zvc-categories { flex-basis: 100%; }
  #zv-live-catalog .zvc-tools { flex: 1 1 100%; }
  #zv-live-catalog .zvc-search { max-width: 360px; }
  #zv-live-catalog .zvc-products { gap: 16px; }
  #zv-live-catalog .zvc-product { padding: 14px; }
  #zv-live-catalog .zvc-product-image { height: 215px; }
  #zv-live-catalog .zvc-product-name { font-size: 19px; }
}
@media (max-width: 800px) {
  #zv-live-catalog .zvc-head { grid-template-columns: 1fr; gap: 22px; }
  #zv-live-catalog .zvc-intro { max-width: 580px; }
  #zv-live-catalog .zvc-overview { grid-template-columns: 1fr; }
  #zv-live-catalog .zvc-summary { padding: 30px; gap: 13px; }
  #zv-live-catalog .zvc-summary-note { max-width: 520px; }
  #zv-live-catalog .zvc-products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #zv-live-catalog .zvc-product-image { height: 230px; }
}
@media (max-width: 600px) {
  body.zv-shoptet #zv-live-catalog { width: 100%; margin: 38px auto 48px; padding: 20px 22px 0; scroll-margin-top: 120px; }
  #zv-live-catalog .zvc-head { gap: 20px; margin-bottom: 28px; }
  #zv-live-catalog .zvc-eyebrow { margin-bottom: 14px; font-size: 10px; }
  #zv-live-catalog .zvc-heading h2 { font-size: clamp(38px, 9vw, 54px); }
  #zv-live-catalog .zvc-intro { font-size: 13px; }
  #zv-live-catalog .zvc-summary { padding: 26px; }
  #zv-live-catalog .zvc-summary-value { font-size: 43px; }
  #zv-live-catalog .zvc-overview { margin-bottom: 24px; }
  #zv-live-catalog .zvc-table th, #zv-live-catalog .zvc-table td { padding: 12px 9px; font-size: 11px; }
  #zv-live-catalog .zvc-table thead th { font-size: 9px; letter-spacing: .035em; }
  #zv-live-catalog .zvc-dot { width: 7px; height: 7px; margin-right: 6px; }
  #zv-live-catalog .zvc-toolbar { padding-block: 17px; gap: 15px; }
  #zv-live-catalog .zvc-categories { gap: 4px; }
  #zv-live-catalog .zvc-category { min-height: 42px; padding: 10px 12px; font-size: 12px; }
  #zv-live-catalog .zvc-tools { align-items: stretch; justify-content: flex-start; gap: 12px; }
  #zv-live-catalog .zvc-stock-toggle { flex-basis: 100%; min-height: 34px; }
  #zv-live-catalog .zvc-search { min-width: 0; max-width: none; flex-basis: 100%; }
  #zv-live-catalog .zvc-search input, #zv-live-catalog .zvc-search-hint { font-size: 16px; }
  #zv-live-catalog .zvc-results-bar { gap: 12px; margin: 20px 0; }
  #zv-live-catalog .zvc-count { font-size: 12px; }
  #zv-live-catalog .zvc-sort { width: 100%; justify-content: space-between; }
  #zv-live-catalog .zvc-sort select { flex: 1; max-width: 210px; }
  #zv-live-catalog .zvc-products { gap: 12px; }
  #zv-live-catalog .zvc-product { padding: 11px; }
  #zv-live-catalog .zvc-product-image { height: 180px; margin-bottom: 14px; padding: 6px; }
  #zv-live-catalog .zvc-product-name { font-size: 17px; }
  #zv-live-catalog .zvc-availability { font-size: 11px; margin-bottom: 9px; }
  #zv-live-catalog .zvc-product-bottom { flex-direction: column; align-items: flex-start; gap: 7px; }
  #zv-live-catalog .zvc-price { font-size: 19px; }
  #zv-live-catalog .zvc-detail { font-size: 12px; }
  #zv-live-catalog .zvc-state { padding: 32px 20px; }
  #zv-live-catalog .zvc-warning { padding: 18px; gap: 14px; }
}
@media (max-width: 370px) {
  body.zv-shoptet #zv-live-catalog { padding-inline: 14px; }
  #zv-live-catalog .zvc-products { gap: 9px; }
  #zv-live-catalog .zvc-product { padding: 9px; }
  #zv-live-catalog .zvc-product-image { height: 160px; }
  #zv-live-catalog .zvc-table th, #zv-live-catalog .zvc-table td { padding-inline: 6px; }
}
@media (prefers-reduced-motion: reduce) {
  #zv-live-catalog *, #zv-live-catalog *::before, #zv-live-catalog *::after { animation: none !important; transition: none !important; }
}

/* Zkusvino: larger desktop logo and search, 2026-09-08.
   The original desktop header is positioned over the top bar. Keep that
   relationship in sync; mobile panels, icons and sticky behavior stay native. */
@media (min-width: 768px) {
  body.zv-shoptet { --zv-header-row-height: 116px; --zv-header-logo-width: clamp(190px, 16.2vw, 210px); }
  body.zv-shoptet .top-navigation-bar { height: var(--zv-header-row-height); }
  body.zv-shoptet #header .header-top {
    position: absolute; top: calc(-1 * var(--zv-header-row-height)); left: 0; right: 0;
    width: 100%; height: var(--zv-header-row-height) !important; min-height: 0;
    display: grid; grid-template-columns: var(--zv-header-logo-width) minmax(0, 1fr) 165px;
    align-items: center; align-content: center; column-gap: clamp(24px, 3vw, 48px);
    padding: 20px var(--zv-inset, 32px); box-sizing: border-box;
  }
  body.zv-shoptet #header .site-name-wrapper,
  body.zv-shoptet #header .site-name { width: var(--zv-header-logo-width); max-width: 100%; min-width: 0; margin: 0; }
  body.zv-shoptet #header .site-name > a { display: block; width: 100%; line-height: 0; }
  body.zv-shoptet #header .site-name img {
    display: block; width: var(--zv-header-logo-width); height: auto; max-width: 100%;
    max-height: none; margin: 0; padding: 0; object-fit: contain;
  }
  body.zv-shoptet #header .search { width: 100%; max-width: 900px; min-width: 0; margin: 0; justify-self: center; }
  body.zv-shoptet #header #formSearchForm { position: relative; height: 60px; margin: 0; }
  body.zv-shoptet #header #formSearchForm fieldset { min-width: 0; height: 60px; margin: 0; padding: 0; border: 0; }
  body.zv-shoptet #header #formSearchForm .search-input {
    display: block; width: 100%; height: 60px; min-height: 60px; margin: 0;
    padding: 16px 84px 16px 20px; border: 2px solid #8e0038; border-radius: 6px;
    background: #fffdf9; color: #151212; font-family: var(--zv-sans, "Segoe UI", Arial, sans-serif);
    font-size: 18px; font-weight: 400; line-height: 1.4; box-shadow: 0 3px 10px rgba(70, 29, 41, .045);
    box-sizing: border-box;
  }
  body.zv-shoptet #header #formSearchForm .search-input::placeholder { color: #75666b; opacity: 1; }
  body.zv-shoptet #header #formSearchForm .search-input:focus { outline: 3px solid rgba(142, 0, 56, .16); outline-offset: 2px; box-shadow: none; }
  body.zv-shoptet #header #formSearchForm .btn {
    position: absolute; right: 0; top: 0; bottom: auto; display: block;
    width: 64px; min-width: 64px; height: 60px; min-height: 60px; margin: 0; padding: 0;
    border: 2px solid #8e0038; border-radius: 0 6px 6px 0; background: #8e0038;
    color: #fffdf9; font-size: 0; box-sizing: border-box;
  }
  body.zv-shoptet #header #formSearchForm .btn:hover { background: #5d0828; border-color: #5d0828; }
  body.zv-shoptet #header #formSearchForm .btn:focus-visible { outline: 3px solid #151212; outline-offset: 3px; }
  body.zv-shoptet #header #formSearchForm .btn::before {
    content: ""; position: absolute; display: block; left: 19px; top: 16px;
    width: 19px; height: 19px; border: 2px solid currentColor; border-radius: 50%; background: none;
  }
  body.zv-shoptet #header #formSearchForm .btn::after {
    content: ""; position: absolute; left: 35px; top: 34px;
    width: 9px; height: 2px; background: currentColor; transform: rotate(45deg); transform-origin: left center;
  }
  body.zv-shoptet #header #formSearchForm .search-whisperer { top: 100%; left: 0; right: 0; margin-top: 7px; }
  body.zv-shoptet #header .navigation-buttons { width: auto; min-width: 0; margin: 0; align-items: center; justify-content: flex-end; }
  body.zv-shoptet #header .navigation-buttons .cart-count { display: inline-flex; align-items: center; gap: 10px; min-height: 48px; padding: 0; margin: 0; white-space: nowrap; }
  body.zv-shoptet #header .navigation-buttons .cart-count::before { margin-right: 0; font-size: 28px; }
  body.zv-shoptet #header .navigation-buttons .cart-price { padding: 0; font-size: 14px; line-height: 1.4; }
}
@media (min-width: 768px) and (max-width: 1199px) {
  body.zv-shoptet #header .header-top { grid-template-columns: var(--zv-header-logo-width) minmax(0, 1fr) 54px; column-gap: 24px; }
  body.zv-shoptet #header #formSearchForm .search-input { font-size: 17px; padding-left: 17px; }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.zv-shoptet #header .header-top { column-gap: 20px; }
}

/* Zkusvino: warm navigation palette. Load after the current header CSS.
   Colors and shadows only: sizing, item order and native visibility stay intact. */
body.zv-shoptet #navigation,
body.zv-shoptet #navigation .navigation-in,
body.zv-shoptet #navigation .menu-level-1,
body.zv-shoptet #navigation .menu-level-2,
body.zv-shoptet #navigation .menu-level-3 {
  background: #eee5da;
  color: #342b27;
  border-color: #d8cbbd;
}
body.zv-shoptet #navigation .menu-level-1 > li,
body.zv-shoptet #navigation .menu-level-2 > li,
body.zv-shoptet #navigation .menu-level-3 > li,
body.zv-shoptet #navigation .navigationActions { border-color: #d8cbbd; }
body.zv-shoptet #navigation .menu-level-1 > li > a,
body.zv-shoptet #navigation .menu-level-1 > li > a > b,
body.zv-shoptet #navigation .menu-level-2 a,
body.zv-shoptet #navigation .menu-level-3 a,
body.zv-shoptet #navigation .navigationActions a {
  color: #342b27;
  background-color: transparent;
}
body.zv-shoptet #navigation .menu-level-1 > li:hover > a,
body.zv-shoptet #navigation .menu-level-1 > li > a:hover,
body.zv-shoptet #navigation .menu-level-1 > li > a:focus-visible,
body.zv-shoptet #navigation .menu-level-1 > li > a.active,
body.zv-shoptet #navigation .menu-level-1 > li > a[aria-current="page"],
body.zv-shoptet #navigation .menu-level-2 a:hover,
body.zv-shoptet #navigation .menu-level-2 a:focus-visible,
body.zv-shoptet #navigation .menu-level-2 a.active,
body.zv-shoptet #navigation .menu-level-2 a[aria-current="page"],
body.zv-shoptet #navigation .menu-level-3 a:hover,
body.zv-shoptet #navigation .menu-level-3 a:focus-visible,
body.zv-shoptet #navigation .menu-level-3 a.active,
body.zv-shoptet #navigation .menu-level-3 a[aria-current="page"],
body.zv-shoptet #navigation .navigationActions a:hover,
body.zv-shoptet #navigation .navigationActions a:focus-visible {
  color: #8e0038;
  background-color: #f9f2e9;
}
body.zv-shoptet #navigation .menu-level-1 > li:hover > a > b,
body.zv-shoptet #navigation .menu-level-1 > li > a:hover > b,
body.zv-shoptet #navigation .menu-level-1 > li > a:focus-visible > b,
body.zv-shoptet #navigation .menu-level-1 > li > a.active > b,
body.zv-shoptet #navigation .menu-level-1 > li > a[aria-current="page"] > b { color: #8e0038; }
body.zv-shoptet #navigation .submenu-arrow,
body.zv-shoptet #navigation .navigation-in .exp {
  color: #342b27;
  border-color: #d8cbbd;
  background-color: transparent;
}
body.zv-shoptet #navigation .submenu-arrow:hover,
body.zv-shoptet #navigation .navigation-in .exp:hover { color: #8e0038; background-color: #f9f2e9; }
body.zv-shoptet #navigation .navigation-close { color: #342b27; }
body.zv-shoptet #navigation .navigation-close:hover { color: #8e0038; }
body.zv-shoptet #navigation .navigationActions__submenu__item--active::before { background-color: #8e0038; }
body.zv-shoptet #navigation :focus-visible { outline-color: #8e0038; }
@media (min-width: 768px) {
  body.zv-shoptet #navigation { border-color: #d8cbbd; box-shadow: 0 2px 6px rgba(69, 43, 26, .035); }
  body.zv-shoptet #navigation .menu-level-2 { border-color: #d8cbbd; box-shadow: 0 4px 10px rgba(69, 43, 26, .055); }
}
@media (max-width: 767px) {
  body.zv-shoptet.navigation-window-visible #navigation,
  body.zv-shoptet.navigation-window-visible #navigation .navigation-in,
  body.zv-shoptet #navigation .navigation-in > ul,
  body.zv-shoptet #navigation .navigation-in ul ul { background: #eee5da; color: #342b27; border-color: #d8cbbd; }
  body.zv-shoptet #navigation .navigation-in a,
  body.zv-shoptet #navigation .navigation-in a > b { color: #342b27; }
  body.zv-shoptet #navigation .navigation-in a:hover,
  body.zv-shoptet #navigation .navigation-in a:focus-visible,
  body.zv-shoptet #navigation .navigation-in a.active,
  body.zv-shoptet #navigation .navigation-in a[aria-current="page"] { color: #8e0038; background-color: #f9f2e9; }
  body.zv-shoptet #navigation .navigation-in a:hover > b,
  body.zv-shoptet #navigation .navigation-in a:focus-visible > b,
  body.zv-shoptet #navigation .navigation-in a.active > b,
  body.zv-shoptet #navigation .navigation-in a[aria-current="page"] > b { color: #8e0038; }
}

/* Crisp logo artwork; native link, alt text and responsive dimensions remain. */
body.zv-shoptet #header .site-name > a {
  background-color: #f4efe7;
  isolation: isolate;
}
body.zv-shoptet #header .site-name img {
  content: url("zkusvino-logo-20260908.png");
  object-fit: contain;
  image-rendering: auto;
  filter: brightness(1.02);
  mix-blend-mode: multiply;
}
@media(max-width:767px) {
  body.zv-shoptet #header .site-name img { max-height: 42px; padding: 0; }
}
