/* 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}}
