/* Zmrzlina Letovice — Shoptet Classic v2
 * Bezpečná override vrstva. Načítat až po systémových stylech Shoptetu.
 */

:root {
  --zl-gold: #d1a52b;
  --zl-gold-dark: #b98a11;
  --zl-pistachio: #7fa34b;
  --zl-ink: #141414;
  --zl-muted: #66666b;
  --zl-line: #e8e2d5;
  --zl-vanilla: #fbf8f0;
  --zl-white: #ffffff;
  --zl-radius: 18px;
  --zl-control-height: 48px;
  --zl-container: 1536px;
}

/* Header controls — keep search and account aligned with Shoptet Classic DOM. */
body.zl-v2 #header .navigation-buttons .zl-login-icon {
  display: inline-flex !important;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 0;
  color: var(--zl-ink);
}

body.zl-v2 #header .navigation-buttons .zl-login-icon svg {
  display: block;
  width: 28px;
  height: 28px;
}

@media (min-width: 992px) {
  body.zl-v2 #header .search-form,
  body.zl-v2 #header .search-form fieldset {
    width: 100%;
    height: 58px;
  }

  body.zl-v2 #header .search-form fieldset {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 76px;
    align-items: stretch;
    margin: 0;
    padding: 0;
    border: 0;
  }

  body.zl-v2 #header .search-form input[type="search"],
  body.zl-v2 #header .search-form input[type="text"] {
    width: 100% !important;
    height: 58px !important;
    margin: 0 !important;
    border: 1px solid #d9d9d9 !important;
    border-right: 0 !important;
    border-radius: 18px 0 0 18px !important;
  }

  body.zl-v2 #header .search-form .btn,
  body.zl-v2 #header .search-form button {
    position: static !important;
    width: 76px !important;
    height: 58px !important;
    margin: 0 !important;
    border: 1px solid var(--zl-gold) !important;
    border-radius: 0 18px 18px 0 !important;
    background: var(--zl-gold) !important;
    color: var(--zl-ink) !important;
    font-size: 13px;
    font-weight: 900;
  }

  body.zl-v2 #header .navigation-buttons {
    gap: 18px;
  }
}

/* CoolBox product description and availability calendar */
body.zl-v2 .zl-coolbox-detail {
  --zl-cb-gold: #d9aa22;
  --zl-cb-cream: #fbf7ef;
  --zl-cb-ink: #171817;
  max-width: 1120px;
  margin: 24px auto 72px;
  color: var(--zl-cb-ink);
}

body.zl-v2 .zl-coolbox-detail h2,
body.zl-v2 .zl-coolbox-detail h3 {
  color: var(--zl-cb-ink);
  font-weight: 900;
  line-height: 1.08;
}

body.zl-v2 .zl-coolbox-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  gap: 40px;
  align-items: center;
  padding: 52px;
  border-radius: 32px;
  background: var(--zl-cb-cream);
}

body.zl-v2 .zl-coolbox-kicker {
  display: inline-flex;
  margin-bottom: 16px;
  color: #a77900;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

body.zl-v2 .zl-coolbox-intro h2 {
  margin: 0 0 18px;
  font-size: clamp(38px, 5vw, 66px);
}

body.zl-v2 .zl-coolbox-intro p {
  margin: 0;
  color: #676767;
  font-size: 18px;
  line-height: 1.7;
}

body.zl-v2 .zl-coolbox-count {
  padding: 34px;
  border-radius: 24px;
  background: var(--zl-cb-ink);
  color: #fff;
}

body.zl-v2 .zl-coolbox-count strong {
  display: block;
  margin-bottom: 8px;
  color: var(--zl-cb-gold);
  font-size: 56px;
  line-height: 1;
}

body.zl-v2 .zl-coolbox-count span {
  display: block;
  font-size: 20px;
  font-weight: 900;
}

body.zl-v2 .zl-coolbox-count small {
  display: block;
  margin-top: 10px;
  color: rgba(255,255,255,.68);
  font-size: 14px;
  line-height: 1.5;
}

body.zl-v2 .zl-coolbox-features,
body.zl-v2 .zl-coolbox-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  background: #e8e2d7;
  border-radius: 0 0 28px 28px;
  overflow: hidden;
}

body.zl-v2 .zl-coolbox-features li,
body.zl-v2 .zl-coolbox-steps li {
  display: block;
  margin: 0;
  padding: 30px;
  background: #fff;
  list-style: none;
}

body.zl-v2 .zl-coolbox-features strong,
body.zl-v2 .zl-coolbox-steps strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

body.zl-v2 .zl-coolbox-features span,
body.zl-v2 .zl-coolbox-steps span {
  color: #707070;
  line-height: 1.55;
}

body.zl-v2 .zl-coolbox-section {
  padding: 72px 0 0;
}

body.zl-v2 .zl-coolbox-section > h2 {
  margin: 0 0 28px;
  font-size: clamp(34px, 4vw, 50px);
}

body.zl-v2 .zl-coolbox-packages,
body.zl-v2 .zl-coolbox-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

body.zl-v2 .zl-coolbox-packages article,
body.zl-v2 .zl-coolbox-info article {
  padding: 32px;
  border: 1px solid #e2ded5;
  border-radius: 24px;
  background: #fff;
}

body.zl-v2 .zl-coolbox-packages h3,
body.zl-v2 .zl-coolbox-info h3 {
  margin: 0 0 14px;
  font-size: 25px;
}

body.zl-v2 .zl-coolbox-packages p,
body.zl-v2 .zl-coolbox-info p {
  margin: 0;
  color: #686868;
  line-height: 1.7;
}

body.zl-v2 .zl-coolbox-package--wide {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  border-color: var(--zl-cb-gold) !important;
  background: var(--zl-cb-cream) !important;
}

body.zl-v2 .zl-coolbox-package--wide a {
  display: inline-flex;
  padding: 13px 18px;
  border-radius: 999px;
  background: var(--zl-cb-gold);
  color: #111 !important;
  font-weight: 900;
  text-decoration: none !important;
  white-space: nowrap;
}

body.zl-v2 .zl-coolbox-accessory-note {
  margin: 18px 0 0;
  padding: 18px 22px;
  border-left: 4px solid var(--zl-cb-gold);
  background: var(--zl-cb-cream);
  color: #666;
  line-height: 1.65;
}

body.zl-v2 .zl-coolbox-availability {
  display: grid;
  grid-template-columns: minmax(240px, .65fr) minmax(420px, 1.35fr);
  gap: 48px;
  align-items: start;
  margin-top: 72px;
  padding: 48px;
  border-radius: 30px;
  background: var(--zl-cb-ink);
  color: #fff;
}

body.zl-v2 .zl-coolbox-availability h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 40px;
}

body.zl-v2 .zl-coolbox-availability p {
  color: rgba(255,255,255,.7);
  line-height: 1.65;
}

body.zl-v2 .zl-calendar-legend {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

body.zl-v2 .zl-calendar-legend span {
  display: flex;
  gap: 10px;
  align-items: center;
  color: rgba(255,255,255,.82);
  font-size: 13px;
}

body.zl-v2 .zl-calendar-legend i {
  width: 13px;
  height: 13px;
  border-radius: 4px;
  background: #fff;
}

body.zl-v2 .zl-calendar-legend .is-one { background: var(--zl-cb-gold); }
body.zl-v2 .zl-calendar-legend .is-two { background: #454545; border: 1px solid #777; }

body.zl-v2 .zl-coolbox-calendar {
  padding: 24px;
  border-radius: 22px;
  background: #fff;
  color: var(--zl-cb-ink);
}

body.zl-v2 .zl-calendar-head {
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  gap: 12px;
  align-items: center;
  margin-bottom: 18px;
}

body.zl-v2 .zl-calendar-title {
  text-align: center;
  font-size: 20px;
}

body.zl-v2 .zl-calendar-head button {
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid #dedbd4;
  border-radius: 50%;
  background: #fff;
  color: var(--zl-cb-ink);
  font-size: 18px;
}

body.zl-v2 .zl-calendar-head button:disabled { opacity: .28; cursor: default; }

body.zl-v2 .zl-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 6px;
}

body.zl-v2 .zl-calendar-weekday {
  padding: 4px 0 8px;
  color: #8a8a8a;
  font-size: 11px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

body.zl-v2 .zl-calendar-day,
body.zl-v2 .zl-calendar-empty {
  min-height: 58px;
  border-radius: 10px;
}

body.zl-v2 .zl-calendar-day {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f7f5f0;
}

body.zl-v2 .zl-calendar-day b { font-size: 15px; }
body.zl-v2 .zl-calendar-day small { min-height: 13px; font-size: 9px; line-height: 1; }
body.zl-v2 .zl-calendar-day--1 { background: var(--zl-cb-gold); }
body.zl-v2 .zl-calendar-day--2 { background: #343434; color: #fff; }
body.zl-v2 .zl-calendar-day.is-today { box-shadow: inset 0 0 0 2px #111; }
body.zl-v2 .zl-coolbox-dates { display: none !important; }

body.zl-v2 .zl-coolbox-note {
  margin: 24px 0 0;
  color: #767676;
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}

body.zl-v2 .zl-coolbox-catalog {
  display: inline-flex;
  margin-top: 24px;
  padding: 14px 20px;
  border-radius: 999px;
  background: var(--zl-cb-gold);
  color: #111 !important;
  font-weight: 900;
  text-decoration: none !important;
}

@media (max-width: 767px) {
  body.zl-v2 .zl-coolbox-detail { margin: 12px 0 48px; }
  body.zl-v2 .zl-coolbox-intro,
  body.zl-v2 .zl-coolbox-availability { grid-template-columns: 1fr; gap: 26px; padding: 28px 22px; border-radius: 24px; }
  body.zl-v2 .zl-coolbox-intro h2 { font-size: 40px; }
  body.zl-v2 .zl-coolbox-count strong { font-size: 46px; }
  body.zl-v2 .zl-coolbox-features,
  body.zl-v2 .zl-coolbox-steps,
  body.zl-v2 .zl-coolbox-packages,
  body.zl-v2 .zl-coolbox-info { grid-template-columns: 1fr; }
  body.zl-v2 .zl-coolbox-package--wide { grid-column: auto; grid-template-columns: 1fr; }
  body.zl-v2 .zl-coolbox-features,
  body.zl-v2 .zl-coolbox-steps { border-radius: 0 0 22px 22px; }
  body.zl-v2 .zl-coolbox-section { padding-top: 52px; }
  body.zl-v2 .zl-coolbox-section > h2,
  body.zl-v2 .zl-coolbox-availability h2 { font-size: 34px; }
  body.zl-v2 .zl-coolbox-calendar { padding: 16px 10px; }
  body.zl-v2 .zl-calendar-grid { gap: 3px; }
  body.zl-v2 .zl-calendar-day,
  body.zl-v2 .zl-calendar-empty { min-height: 48px; }
  body.zl-v2 .zl-calendar-day b { font-size: 13px; }
  body.zl-v2 .zl-calendar-day small { font-size: 8px; }
}

/* Compact breadcrumb navigation */
body.zl-v2 .breadcrumbs.navigation-home-icon-wrapper {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  min-height: 52px;
  padding: 16px 0 !important;
  border-bottom: 1px solid #ece8df;
  background: transparent !important;
  color: var(--zl-muted);
  font-size: 13px;
  line-height: 1.4;
}

body.zl-v2 .breadcrumbs.navigation-home-icon-wrapper::before {
  display: none !important;
  content: none !important;
}

body.zl-v2 .breadcrumbs.navigation-home-icon-wrapper > span {
  display: inline-flex !important;
  align-items: center;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
}

body.zl-v2 .breadcrumbs .navigation-home-icon {
  display: inline-flex !important;
  align-items: center;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  color: var(--zl-muted) !important;
  font-weight: 700;
  line-height: 1.4;
}

body.zl-v2 .breadcrumbs .navigation-home-icon::before,
body.zl-v2 .breadcrumbs .navigation-home-icon::after {
  display: none !important;
  content: none !important;
}

body.zl-v2 .breadcrumbs .navigation-home-icon .sr-only {
  position: static !important;
  overflow: visible !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  clip: auto !important;
  white-space: normal !important;
}

body.zl-v2 .breadcrumbs .navigation-bullet {
  display: inline-flex !important;
  align-items: center;
  margin: 0 11px !important;
  padding: 0 !important;
  color: transparent !important;
  font-size: 0 !important;
}

body.zl-v2 .breadcrumbs .navigation-bullet::before {
  content: "\203A";
  color: #c2bbae;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

body.zl-v2 .breadcrumbs [itemprop="name"]:not(.sr-only) {
  display: inline !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  line-height: 1.4 !important;
}

body.zl-v2 .breadcrumbs [data-testid="breadcrumbsLastLevel"] [itemprop="name"] {
  color: var(--zl-gold-dark);
  font-weight: 800;
}

@media (max-width: 767px) {
  body.zl-v2 .breadcrumbs.navigation-home-icon-wrapper {
    min-height: 46px;
    padding: 13px 0 !important;
    font-size: 12px;
  }

  body.zl-v2 .breadcrumbs .navigation-bullet {
    margin-inline: 8px !important;
  }

  body.zl-v2.type-category .category-header,
  body.zl-v2.type-category .listSorting {
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body.zl-v2.type-category .listSorting {
    overflow-x: auto !important;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  body.zl-v2.type-category .listSorting::-webkit-scrollbar {
    display: none;
  }

  body.zl-v2.type-category .listSorting__controls {
    width: max-content !important;
    min-width: 100%;
    max-width: none !important;
  }
}

html {
  scroll-behavior: smooth;
}

body.zl-v2,
body.zl-v2 button,
body.zl-v2 input,
body.zl-v2 select,
body.zl-v2 textarea {
  font-family: "Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.zl-v2 {
  color: var(--zl-ink);
  background: var(--zl-white);
  -webkit-font-smoothing: antialiased;
}

body.zl-v2 a:focus-visible,
body.zl-v2 button:focus-visible,
body.zl-v2 input:focus-visible {
  outline: 3px solid rgba(209, 165, 43, 0.35);
  outline-offset: 3px;
}

/* Header — desktop Classic DOM */
@media (min-width: 992px) {
  body.zl-v2 .top-navigation-bar {
    min-height: 35px;
    border-bottom: 1px solid #ececec;
    background: var(--zl-white);
    color: var(--zl-ink);
    font-size: 13px;
  }

  body.zl-v2 .top-navigation-bar .container,
  body.zl-v2 #header .container.navigation-wrapper,
  body.zl-v2 .navigation-in {
    width: calc(100% - 80px);
    max-width: var(--zl-container);
    margin-inline: auto;
  }

  body.zl-v2 #header {
    padding: 0;
    border-bottom: 0;
    background: var(--zl-white);
    box-shadow: none;
  }

  body.zl-v2 #header .header-top {
    display: grid;
    grid-template-columns: minmax(220px, 0.8fr) minmax(360px, 1.45fr) minmax(210px, 0.7fr);
    align-items: center;
    column-gap: clamp(32px, 5vw, 90px);
    min-height: 126px;
    padding: 18px 0;
  }

  body.zl-v2 #header .site-name-wrapper,
  body.zl-v2 #header .site-name {
    width: auto;
    text-align: left;
  }

  body.zl-v2 #header .site-name img {
    display: block;
    width: clamp(200px, 18vw, 250px);
    max-height: 86px;
    object-fit: contain;
    object-position: left center;
  }

  body.zl-v2 #header .search {
    width: 100%;
    max-width: 500px;
    justify-self: center;
  }

  body.zl-v2 #header .search-form {
    display: flex;
    align-items: stretch;
  }

  body.zl-v2 #header .search-form input[type="search"],
  body.zl-v2 #header .search-form input[type="text"] {
    height: 58px;
    padding: 0 22px;
    border: 1px solid #d9d9d9;
    border-right: 0;
    border-radius: 18px 0 0 18px;
    background: var(--zl-white);
    color: var(--zl-ink);
    font-size: 16px;
    box-shadow: none;
  }

  body.zl-v2 #header .search-form .btn,
  body.zl-v2 #header .search-form button {
    width: 64px;
    height: 58px;
    padding: 0;
    border: 1px solid var(--zl-gold);
    border-radius: 0 18px 18px 0;
    background: var(--zl-gold);
    color: var(--zl-white);
    box-shadow: none;
  }

  body.zl-v2 #header .navigation-buttons {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 58px;
    padding-left: 34px;
    border-left: 1px solid #dedede;
  }

  body.zl-v2 #header .navigation-buttons .btn {
    min-height: 48px;
    border: 0;
    background: transparent;
    color: var(--zl-ink);
    font-size: 16px;
    font-weight: 700;
    box-shadow: none;
  }

  body.zl-v2 .header-navigation {
    border: 0;
    background: var(--zl-white) !important;
  }

  body.zl-v2 #navigation {
    position: relative;
    height: 60px !important;
    overflow: visible !important;
    background: var(--zl-white) !important;
  }

  body.zl-v2 .navigation-in,
  body.zl-v2 .navigation-in.menu {
    position: static !important;
    inset: auto !important;
    height: auto !important;
    min-height: 59px;
    border-top: 1px solid #ededed;
    background: var(--zl-white) !important;
  }

  body.zl-v2 .navigation-in > ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: clamp(16px, 2.9vw, 48px);
  }

  body.zl-v2 .navigation-in > ul > li {
    border: 0;
  }

  body.zl-v2 .navigation-in > ul > li > a {
    position: relative;
    min-height: 58px;
    padding: 0;
    border: 0;
    color: var(--zl-ink);
    font-size: 15px;
    font-weight: 600;
    line-height: 58px;
    text-transform: none;
  }

  body.zl-v2 .navigation-in > ul > li > a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    background: var(--zl-gold);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 180ms ease;
  }

  body.zl-v2 .navigation-in > ul > li:hover > a::after,
  body.zl-v2 .navigation-in > ul > li.active > a::after {
    transform: scaleX(1);
  }
}

/* Homepage canvas: remove Classic wrappers only on homepage */
body.zl-v2.in-index #content-wrapper {
  width: 100%;
  max-width: none;
  padding: 0;
}

body.zl-v2.in-index #content,
body.zl-v2.in-index .content-wrapper-in,
body.zl-v2.in-index .banners-row,
body.zl-v2.in-index .next-to-carousel-banners,
body.zl-v2.in-index .banner-wrapper,
body.zl-v2.in-index [data-ec-promo-id="93"] {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.zl-v2.in-index .wide-carousel {
  display: none;
}

/* Keep the native homepage introduction in the DOM for SEO, but out of sight. */
body.zl-v2.in-index .homepage-box.welcome-wrapper {
  position: absolute !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

body.zl-v2 .zl-wrap {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--zl-container);
  margin-inline: auto;
  padding-inline: clamp(22px, 5.2vw, 80px);
}

body.zl-v2 .zl-hero {
  overflow: hidden;
  padding: 0;
  background: var(--zl-white);
}

body.zl-v2 .zl-hero .zl-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 0;
  max-width: var(--zl-container);
  padding-right: 0;
}

body.zl-v2 .zl-hero__panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 505px;
  padding: 54px clamp(38px, 4.2vw, 68px) 48px 0;
  border: 0;
  background: var(--zl-white);
  box-shadow: none;
}

body.zl-v2 .zl-kicker {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 0 26px;
  color: var(--zl-gold-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.3;
  text-transform: uppercase;
}

body.zl-v2 .zl-kicker::before {
  content: "";
  width: 30px;
  height: 2px;
  flex: 0 0 30px;
  background: var(--zl-gold);
}

body.zl-v2 .zl-h1 {
  max-width: 620px;
  margin: 0 0 24px;
  color: var(--zl-ink);
  font-size: clamp(48px, 4.8vw, 72px);
  font-weight: 900;
  letter-spacing: -0.052em;
  line-height: 1.03;
}

body.zl-v2 .zl-h1::first-letter {
  letter-spacing: -0.06em;
}

body.zl-v2 .zl-p {
  max-width: 650px;
  margin: 0 0 28px;
  color: var(--zl-muted);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.72;
}

body.zl-v2 .zl-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

body.zl-v2 .zl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 58px;
  padding: 0 24px;
  border: 1px solid var(--zl-gold);
  border-radius: 16px;
  background: var(--zl-white);
  color: var(--zl-ink) !important;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none !important;
  box-shadow: none;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

body.zl-v2 .zl-btn--primary {
  border-color: var(--zl-gold);
  background: var(--zl-gold);
}

body.zl-v2 .zl-btn:hover {
  color: var(--zl-white) !important;
  background: var(--zl-ink);
  border-color: var(--zl-ink);
  transform: translateY(-2px);
}

body.zl-v2 .zl-arrow {
  display: inline-block;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

body.zl-v2 .zl-hero__photo {
  min-height: 505px;
  border: 0;
  border-radius: 62px 0 0 0;
  background-position: center;
  background-size: cover;
  box-shadow: none;
}

body.zl-v2 .zl-usp {
  display: none;
}

/* The four service choices */
body.zl-v2 .zl-hero + .zl-wrap {
  max-width: var(--zl-container);
  padding: 0;
  background: var(--zl-vanilla);
}

body.zl-v2 .zl-tiles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--zl-line);
  background: var(--zl-vanilla);
}

body.zl-v2 .zl-tile,
body.zl-v2 .zl-tile--featured {
  position: relative;
  min-height: 280px;
  padding: 36px clamp(28px, 4.5vw, 70px) 28px;
  border: 0;
  border-right: 1px solid var(--zl-line);
  border-radius: 0;
  background: transparent;
  color: var(--zl-ink) !important;
  text-decoration: none !important;
  box-shadow: none;
  transition: background-color 180ms ease;
}

body.zl-v2 .zl-tile:first-child {
  border-left: 1px solid var(--zl-line);
}

body.zl-v2 .zl-tile:hover {
  background: var(--zl-white);
  transform: none;
}

body.zl-v2 .zl-tile__icon {
  display: flex;
  align-items: center;
  width: 58px;
  height: 58px;
  margin: 0 0 18px;
  color: var(--zl-gold);
  font-size: 0;
}

body.zl-v2 .zl-tile:nth-child(3) .zl-tile__icon,
body.zl-v2 .zl-tile:nth-child(3) .zl-tile__hint {
  color: var(--zl-pistachio);
}

body.zl-v2 .zl-tile__icon svg {
  width: 52px;
  height: 52px;
  stroke: currentColor;
  stroke-width: 1.7;
}

body.zl-v2 .zl-tile__title {
  margin: 0 0 8px;
  color: var(--zl-ink);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

body.zl-v2 .zl-tile__desc {
  min-height: 72px;
  margin: 0 0 15px;
  color: var(--zl-muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
}

body.zl-v2 .zl-tile__hint {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: var(--zl-gold-dark);
  font-size: 14px;
  font-weight: 700;
}

/* Existing lower homepage: bring it into the same restrained system. */
body.zl-v2 .zl-section {
  padding: clamp(70px, 8vw, 112px) 0;
  background: var(--zl-white);
}

body.zl-v2 .zl-section--cream {
  background: var(--zl-vanilla);
}

body.zl-v2 .zl-card,
body.zl-v2 .zl-flavor,
body.zl-v2 .zl-quote,
body.zl-v2 .zl-gastro {
  border-color: var(--zl-line);
  box-shadow: none;
}

body.zl-v2 .zl-h2,
body.zl-v2 .zl-gastro__title {
  color: var(--zl-ink);
  font-weight: 900;
  letter-spacing: -0.035em;
}

body.zl-v2 .zl-gastro {
  background: #202122 !important;
}

body.zl-v2 .zl-gastro .zl-gastro__title {
  color: var(--zl-white) !important;
}

body.zl-v2 .zl-gastro .zl-gastro__text {
  color: rgba(255, 255, 255, 0.72) !important;
}

/* Product selection and Shoptet product cards */
body.zl-v2 .zl-product-section {
  padding: clamp(78px, 8vw, 118px) 0;
  background: var(--zl-white);
}

body.zl-v2 .zl-product-section .zl-kicker {
  margin-bottom: 20px;
}

body.zl-v2 .zl-product-section .zl-h2 {
  max-width: 980px;
  margin: 0 0 14px;
  font-size: clamp(42px, 4.2vw, 64px);
  line-height: 1.08;
}

body.zl-v2 .zl-product-section > .zl-wrap > .zl-p {
  margin-bottom: 36px;
}

body.zl-v2 .zl-products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 34px;
}

body.zl-v2 .zl-products-grid .product,
body.zl-v2.type-category .products-block .product {
  min-width: 0;
  padding: 0;
  background: transparent;
}

body.zl-v2 .zl-products-grid .product .p,
body.zl-v2.type-category .products-block .product .p {
  display: flex;
  height: 100%;
  min-height: 0;
  flex-direction: column;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.zl-v2 .zl-products-grid .product .image,
body.zl-v2.type-category .products-block .product .image {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  margin: 0 0 20px;
  border: 1px solid var(--zl-line);
  border-radius: var(--zl-radius);
  background: var(--zl-vanilla);
}

body.zl-v2 .zl-products-grid .product .image img,
body.zl-v2.type-category .products-block .product .image img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  transition: transform 280ms ease;
}

body.zl-v2 .zl-products-grid .product:hover .image img,
body.zl-v2.type-category .products-block .product:hover .image img {
  transform: scale(1.025);
}

body.zl-v2 .zl-products-grid .p-in,
body.zl-v2.type-category .products-block .p-in {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0 12px;
  text-align: center;
}

body.zl-v2 .zl-products-grid .p-in-in,
body.zl-v2.type-category .products-block .p-in-in {
  display: flex;
  flex: 1;
  flex-direction: column;
}

body.zl-v2 .zl-products-grid a.name,
body.zl-v2.type-category .products-block a.name {
  min-height: 52px;
  margin: 0 0 8px;
  color: var(--zl-ink);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.35;
  text-decoration: none;
}

body.zl-v2 .zl-products-grid .ratings-wrapper,
body.zl-v2.type-category .products-block .ratings-wrapper {
  min-height: 28px;
  margin-bottom: 8px;
}

body.zl-v2 .zl-products-grid .availability,
body.zl-v2.type-category .products-block .availability {
  color: #9b3b32;
  font-size: 12px;
  font-weight: 700;
}

body.zl-v2 .zl-products-grid .availability span,
body.zl-v2.type-category .products-block .availability span {
  color: inherit !important;
}

body.zl-v2 .zl-products-grid .p-bottom,
body.zl-v2.type-category .products-block .p-bottom {
  display: flex;
  min-height: 96px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0;
}

body.zl-v2 .zl-products-grid .offers,
body.zl-v2.type-category .products-block .offers {
  width: 100%;
}

body.zl-v2 .zl-products-grid .price-final,
body.zl-v2.type-category .products-block .price-final {
  margin: 0 0 14px;
  color: var(--zl-pistachio);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.1;
}

body.zl-v2 .zl-products-grid .price-standard-wrapper,
body.zl-v2.type-category .products-block .price-standard-wrapper {
  display: none;
}

body.zl-v2 .zl-product-detail,
body.zl-v2 .zl-products-grid .btn,
body.zl-v2.type-category .products-block .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  padding: 0 20px;
  border: 1px solid var(--zl-gold);
  border-radius: 14px;
  background: var(--zl-white);
  color: var(--zl-ink) !important;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: none;
}

body.zl-v2 .zl-products-grid .btn.btn-cart,
body.zl-v2.type-category .products-block .btn.btn-cart {
  background: var(--zl-gold);
}

body.zl-v2 .zl-all-products {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 32px auto 0;
  padding: 0 0 8px;
  border-bottom: 1px solid var(--zl-gold);
  color: var(--zl-gold-dark) !important;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none !important;
}

body.zl-v2 .zl-product-section .zl-btns {
  justify-content: center;
}

/* Category page */
body.zl-v2.type-category #content {
  width: calc(100% - 80px);
  max-width: var(--zl-container);
  margin-inline: auto;
  padding: 0 0 104px;
}

body.zl-v2 .breadcrumbs {
  width: calc(100% - 80px);
  max-width: var(--zl-container);
  margin: 0 auto;
  padding: 26px 0 0;
  color: var(--zl-muted);
  font-size: 13px;
}

body.zl-v2 .breadcrumbs a,
body.zl-v2 .breadcrumbs span {
  color: inherit;
  text-decoration: none;
}

body.zl-v2 .breadcrumbs [data-testid="breadcrumbsLastLevel"] {
  color: var(--zl-gold-dark);
}

body.zl-v2.type-category .category-top {
  padding: 58px 0 38px;
}

body.zl-v2.type-category .category-title {
  margin: 0 0 22px;
  color: var(--zl-ink);
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1.02;
}

body.zl-v2.type-category .category-title::after {
  content: ".";
  color: var(--zl-gold);
}

body.zl-v2.type-category .category-perex {
  max-width: 820px;
  margin: 0;
}

body.zl-v2.type-category .category-perex p {
  margin: 0;
  color: var(--zl-muted);
  font-size: 17px;
  line-height: 1.65;
}

body.zl-v2.type-category .products-top-wrapper {
  display: none;
}

body.zl-v2.type-category .category-content-wrapper {
  padding: 0;
}

body.zl-v2.type-category .category-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  margin: 0 0 32px;
  padding: 0 22px;
  border: 1px solid var(--zl-line);
  border-radius: 14px;
  background: var(--zl-white);
}

body.zl-v2.type-category .listSorting,
body.zl-v2.type-category .listSorting__controls {
  margin: 0;
  padding: 0;
}

body.zl-v2.type-category .listSorting__controls {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
}

body.zl-v2.type-category .listSorting__control {
  position: relative;
  min-height: 66px;
  padding: 0 22px;
  border: 0;
  background: transparent;
  color: var(--zl-ink);
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  box-shadow: none;
}

body.zl-v2.type-category .listSorting__control--current {
  color: var(--zl-gold-dark);
}

body.zl-v2.type-category .listSorting__control--current::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 10px;
  left: 22px;
  height: 2px;
  background: var(--zl-gold);
}

body.zl-v2.type-category .listItemsTotal {
  flex: none;
  color: var(--zl-muted);
  font-size: 14px;
}

body.zl-v2.type-category .listItemsTotal strong {
  color: var(--zl-ink);
  font-size: 19px;
}

body.zl-v2.type-category .filter-section,
body.zl-v2.type-category .category-header input,
body.zl-v2.type-category .p-code {
  display: none;
}

body.zl-v2.type-category .products-block {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 48px 20px;
  margin: 0;
}

body.zl-v2.type-category .products-block::before,
body.zl-v2.type-category .products-block::after {
  display: none;
}

body.zl-v2.type-category .products-block .product {
  width: auto !important;
}

body.zl-v2.type-category .products-block .product .image {
  aspect-ratio: 1.15 / 1;
}

body.zl-v2.type-category .products-block .p-tools {
  width: 100%;
}

body.zl-v2.type-category .products-block .btn-primary {
  border-color: var(--zl-gold);
  background: var(--zl-white);
}

body.zl-v2.type-category .pagination-wrapper {
  margin-top: 54px;
}

body.zl-v2.type-category .load-products {
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid var(--zl-gold);
  border-radius: 14px;
  background: var(--zl-white);
  color: var(--zl-ink);
  font-weight: 800;
}

/* Product detail */
body.zl-v2.type-product #content {
  width: calc(100% - 80px);
  max-width: var(--zl-container);
  margin-inline: auto;
  padding: 58px 0 104px;
}

body.zl-v2.type-product .p-detail-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
  column-gap: clamp(54px, 7vw, 112px);
  align-items: center;
}

body.zl-v2.type-product .p-detail-inner-header {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  padding: 0 0 28px;
  border: 0;
}

body.zl-v2.type-product .p-detail-inner-header h1 {
  max-width: 680px;
  margin: 0 0 16px;
  color: var(--zl-ink);
  font-size: clamp(44px, 4.3vw, 66px);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1.04;
}

body.zl-v2.type-product .p-detail-inner-header h1::after {
  content: ".";
  color: var(--zl-gold);
}

body.zl-v2.type-product .p-detail-inner-header .p-code {
  position: static;
  color: var(--zl-muted);
  font-size: 14px;
}

body.zl-v2.type-product #product-detail-form,
body.zl-v2.type-product .product-top {
  display: contents;
}

body.zl-v2.type-product .product-top > .col-xs-12:first-child {
  display: none;
}

body.zl-v2.type-product .p-image-wrapper {
  grid-column: 1;
  grid-row: 1 / span 2;
  width: auto;
  padding: 0;
}

body.zl-v2.type-product .p-image {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 1px solid var(--zl-line);
  border-radius: 20px;
  background: var(--zl-vanilla);
}

body.zl-v2.type-product .p-main-image,
body.zl-v2.type-product .p-main-image img {
  display: block;
  width: 100%;
  height: 100%;
}

body.zl-v2.type-product .p-main-image img {
  object-fit: cover;
}

body.zl-v2.type-product .p-info-wrapper {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  width: auto;
  padding: 0;
}

body.zl-v2.type-product .p-final-price-wrapper {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin: 0 0 24px;
}

body.zl-v2.type-product .p-final-price-wrapper .price-final {
  display: block;
  width: 100%;
  color: var(--zl-pistachio);
  font-size: clamp(54px, 5.2vw, 78px);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1;
}

body.zl-v2.type-product .price-additional {
  color: var(--zl-muted);
  font-size: 14px;
}

body.zl-v2.type-product .availability-value {
  margin: 0 0 20px;
}

body.zl-v2.type-product .availability-label {
  color: #a23d35 !important;
  font-size: 17px;
  font-weight: 900;
}

body.zl-v2.type-product .detail-parameters {
  width: 100%;
  margin: 0 0 28px;
  border: 1px solid var(--zl-line);
  border-radius: 14px;
  background: var(--zl-vanilla);
  border-collapse: separate;
  border-spacing: 0;
}

body.zl-v2.type-product .detail-parameters td {
  padding: 20px 22px;
  border: 0;
  color: var(--zl-ink);
  font-size: 15px;
  font-weight: 800;
}

body.zl-v2.type-product .link-icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 22px;
}

body.zl-v2.type-product .link-icons .chat {
  order: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 100%;
  min-height: 56px;
  margin-bottom: 8px;
  border: 1px solid var(--zl-gold);
  border-radius: 14px;
  color: var(--zl-gold-dark);
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
}

body.zl-v2.type-product .link-icons .print,
body.zl-v2.type-product .link-icons .share {
  color: var(--zl-muted);
  font-size: 13px;
  text-decoration: none;
}

body.zl-v2.type-product .zl-product-benefits {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 48px;
  border: 1px solid var(--zl-line);
  border-radius: 16px;
}

body.zl-v2.type-product .zl-product-benefit {
  padding: 26px 32px;
}

body.zl-v2.type-product .zl-product-benefit + .zl-product-benefit {
  border-left: 1px solid var(--zl-line);
}

body.zl-v2.type-product .zl-product-benefit strong {
  display: block;
  margin-bottom: 5px;
  color: var(--zl-ink);
  font-size: 16px;
}

body.zl-v2.type-product .zl-product-benefit span {
  color: var(--zl-muted);
  font-size: 14px;
}

/* Story and catering */
body.zl-v2 .zl-story,
body.zl-v2 .zl-catering {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: clamp(42px, 5vw, 76px);
}

body.zl-v2 .zl-story .zl-photo,
body.zl-v2 .zl-catering .zl-photo {
  min-height: 470px;
  border: 0;
  border-radius: var(--zl-radius);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: none;
}

body.zl-v2 .zl-story .zl-photo {
  order: 1;
}

body.zl-v2 .zl-story .zl-card {
  order: 2;
}

body.zl-v2 .zl-story .zl-card,
body.zl-v2 .zl-catering .zl-card {
  padding: 20px 0;
  border: 0;
  background: transparent;
}

body.zl-v2 .zl-membership {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin: 20px 0 28px;
  padding: 11px 18px 11px 11px;
  border: 1px solid rgba(78, 116, 47, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--zl-ink);
}

body.zl-v2 .zl-membership__mark {
  display: block;
  width: 34px;
  height: 47px;
  flex: 0 0 34px;
  background: url("./dmo-moravsky-kras.png") center / contain no-repeat;
}

body.zl-v2 .zl-membership small,
body.zl-v2 .zl-membership strong {
  display: block;
}

body.zl-v2 .zl-membership small {
  margin-bottom: 2px;
  color: var(--zl-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.zl-v2 .zl-membership strong {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
}

body.zl-v2 .zl-story .zl-h2,
body.zl-v2 .zl-catering .zl-h2 {
  margin-bottom: 24px;
  font-size: clamp(40px, 4vw, 60px);
  line-height: 1.08;
}

body.zl-v2 .zl-catering .zl-card {
  order: 1;
}

body.zl-v2 .zl-catering .zl-photo {
  order: 2;
}

body.zl-v2 .zl-catering .zl-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 28px 0;
  padding: 22px 0;
  border-top: 1px solid var(--zl-line);
  border-bottom: 1px solid var(--zl-line);
}

body.zl-v2 .zl-catering .zl-step {
  padding: 0;
  border: 0;
  background: transparent;
}

body.zl-v2 .zl-catering .zl-step__num {
  color: var(--zl-pistachio);
}

/* Verified review section */
body.zl-v2 .zl-review-section {
  padding: clamp(72px, 7vw, 104px) 0;
  background: var(--zl-white);
}

body.zl-v2 .zl-reviews {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(64px, 9vw, 150px);
  padding: clamp(54px, 6vw, 86px);
  border: 1px solid var(--zl-line);
  border-radius: 24px;
  background: var(--zl-vanilla);
}

body.zl-v2 .zl-review-summary h2 {
  margin: 0 0 28px;
  color: var(--zl-ink);
  font-size: clamp(48px, 5.2vw, 76px);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1.02;
}

body.zl-v2 .zl-review-summary h2 span,
body.zl-v2 .zl-instagram-section h2 span {
  color: var(--zl-gold);
}

body.zl-v2 .zl-review-summary > p {
  max-width: 430px;
  margin: 0 0 34px;
  color: var(--zl-muted);
  font-size: 18px;
  line-height: 1.55;
}

body.zl-v2 .zl-rating {
  display: flex;
  align-items: baseline;
  gap: 14px;
}

body.zl-v2 .zl-rating strong {
  color: var(--zl-gold);
  font-size: clamp(88px, 9vw, 132px);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.9;
}

body.zl-v2 .zl-rating b {
  color: var(--zl-ink);
  font-size: 38px;
  font-weight: 900;
}

body.zl-v2 .zl-review-count {
  margin-top: 22px;
  color: var(--zl-ink);
  font-size: 31px;
  font-weight: 900;
}

body.zl-v2 .zl-review-platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 8px;
  color: var(--zl-muted);
  font-size: 17px;
}

body.zl-v2 .zl-review-platforms span {
  white-space: nowrap;
}

body.zl-v2 .zl-review-platforms strong {
  color: var(--zl-ink);
  font-weight: 900;
}

body.zl-v2 .zl-stars {
  margin: 15px 0 24px;
  color: var(--zl-gold);
  font-size: 32px;
  letter-spacing: 0.12em;
}

body.zl-v2 .zl-review-summary > a {
  color: #4e742f !important;
  font-size: 16px;
  font-weight: 800;
  text-decoration-color: var(--zl-gold) !important;
  text-underline-offset: 8px;
}

body.zl-v2 .zl-review-list blockquote {
  position: relative;
  margin: 0;
  padding: 30px 0 36px 98px;
  border-bottom: 1px solid #ddcfa9;
}

body.zl-v2 .zl-review-list blockquote::before {
  content: "“";
  position: absolute;
  top: 16px;
  left: 0;
  color: var(--zl-gold);
  font-size: 92px;
  font-weight: 900;
  line-height: 1;
}

body.zl-v2 .zl-review-list blockquote p {
  margin: 0 0 20px;
  color: var(--zl-ink);
  font-size: clamp(24px, 2.3vw, 34px);
  font-weight: 900;
  line-height: 1.35;
}

body.zl-v2 .zl-review-list blockquote footer {
  color: var(--zl-muted);
  font-size: 16px;
  font-style: normal;
}

body.zl-v2 .zl-review-list blockquote footer span {
  color: #4e742f;
}

body.zl-v2 .zl-review-list small {
  display: block;
  margin: 30px 0 0 98px;
  color: var(--zl-muted);
  font-size: 13px;
}

/* Live Instagram rail */
body.zl-v2 .zl-instagram-section {
  padding: clamp(74px, 7vw, 104px) 0 68px;
  background: var(--zl-white);
  text-align: center;
}

body.zl-v2 .zl-instagram-section h2 {
  margin: 0 0 10px;
  color: var(--zl-ink);
  font-size: clamp(42px, 4.2vw, 64px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

body.zl-v2 .zl-instagram-section .zl-wrap > p {
  margin: 0 0 34px;
  color: var(--zl-muted);
  font-size: 18px;
}

body.zl-v2 .zl-instagram-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

body.zl-v2 .zl-instagram-grid a {
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  background: var(--zl-vanilla);
}

body.zl-v2 .zl-instagram-grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

body.zl-v2 .zl-instagram-grid a:hover img {
  transform: scale(1.035);
}

body.zl-v2 .zl-instagram-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-top: 28px;
}

body.zl-v2 .zl-instagram-handle {
  color: #3f622d !important;
  font-size: 19px;
  font-weight: 900;
  text-decoration: none !important;
}

body.zl-v2 .zl-instagram-button {
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid var(--zl-gold);
  border-radius: 12px;
  color: var(--zl-gold-dark) !important;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none !important;
}

/* Footer */
body.zl-v2 #footer {
  padding: 58px 0 0;
  border: 0;
  background: #191b1c;
  color: #f4f4f2;
}

body.zl-v2 #footer .footer-rows {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 2.28fr);
  gap: 74px;
  width: calc(100% - 80px);
  max-width: var(--zl-container);
  margin-inline: auto;
  padding: 0 0 50px;
  background: transparent !important;
}

body.zl-v2 #footer .footer-rows > .site-name {
  width: auto;
  padding: 0;
  text-align: left;
}

body.zl-v2 #footer .site-name img {
  width: 220px;
  max-height: 92px;
  object-fit: contain;
  object-position: left center;
}

body.zl-v2 #footer .footer-rows > .site-name::after {
  content: "Poctivé gelato z Letovic.";
  display: block;
  margin-top: 20px;
  color: #f4f4f2;
  font-size: 15px;
}

body.zl-v2 #footer .custom-footer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 44px;
  padding: 0;
  background: transparent !important;
}

body.zl-v2 #footer .custom-footer > div {
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
  float: none !important;
  background: transparent !important;
}

body.zl-v2 #footer .custom-footer__instagram[hidden] {
  display: none !important;
}

body.zl-v2 #footer h3,
body.zl-v2 #footer h4 {
  margin: 0 0 20px;
  color: var(--zl-gold);
  font-size: 17px;
  font-weight: 900;
}

body.zl-v2 #footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.zl-v2 #footer li {
  margin: 0 0 12px;
}

body.zl-v2 #footer a,
body.zl-v2 #footer p,
body.zl-v2 #footer strong {
  color: #f4f4f2;
}

body.zl-v2 #footer a {
  font-size: 14px;
  text-decoration: none;
}

body.zl-v2 #footer a:hover {
  color: var(--zl-gold);
}

body.zl-v2 #footer .footer-bottom,
body.zl-v2 #footer .footer-bottom-full-width {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: calc(100% - 80px);
  max-width: var(--zl-container);
  margin-inline: auto;
  padding: 20px 0;
  border-top: 1px solid rgba(209, 165, 43, 0.45);
  background: #191b1c;
}

body.zl-v2 #footer .footer-bottom .zl-footer-credit {
  order: 1;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

body.zl-v2 #footer .footer-bottom .copyright {
  display: none !important;
}

body.zl-v2 #footer .footer-bottom #signature {
  display: none !important;
}

body.zl-v2 #footer .footer-bottom .zl-wrap,
body.zl-v2 #footer .footer-bottom .container,
body.zl-v2 #footer .footer-bottom-full-width .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

body.zl-v2 #footer .zl-footer-credit {
  margin: 0 0 0 auto;
  color: #bdbdb8;
  font-size: 13px;
  text-align: right;
}

body.zl-v2 #footer .zl-footer-credit strong {
  color: var(--zl-gold);
  font-weight: 900;
}

body.zl-v2 #footer .zl-footer-credit span {
  margin-inline: 5px;
  color: #74746f;
}

body.zl-v2 #footer > .zl-footer-credit {
  width: calc(100% - 80px);
  max-width: var(--zl-container);
  margin: 0 auto;
  padding: 18px 0;
  border-top: 1px solid rgba(209, 165, 43, 0.45);
}

/* Mobile and tablet */
@media (max-width: 991px) {
  body.zl-v2 .zl-hero .zl-hero__grid {
    grid-template-columns: 1fr;
    padding-inline: 22px;
  }

  body.zl-v2 .zl-hero__panel {
    min-height: 0;
    padding: 52px 0 36px;
  }

  body.zl-v2 .zl-h1 {
    max-width: 680px;
    font-size: clamp(44px, 9vw, 66px);
  }

  body.zl-v2 .zl-hero__photo {
    min-height: clamp(340px, 64vw, 540px);
    border-radius: 38px 38px 0 0;
  }

  body.zl-v2 .zl-tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0 22px;
  }

  body.zl-v2 .zl-tile:nth-child(odd) {
    border-left: 1px solid var(--zl-line);
  }

  body.zl-v2 .zl-tile:nth-child(-n + 2) {
    border-bottom: 1px solid var(--zl-line);
  }

  body.zl-v2 .zl-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 18px;
  }

  body.zl-v2 .zl-story,
  body.zl-v2 .zl-catering {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  body.zl-v2 .zl-story .zl-photo,
  body.zl-v2 .zl-story .zl-card,
  body.zl-v2 .zl-catering .zl-photo,
  body.zl-v2 .zl-catering .zl-card {
    order: initial;
  }

  body.zl-v2 .zl-story .zl-photo,
  body.zl-v2 .zl-catering .zl-photo {
    min-height: 430px;
  }

  body.zl-v2 .zl-reviews {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 46px 38px;
  }

  body.zl-v2 .zl-instagram-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.zl-v2 #footer .footer-rows {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  body.zl-v2.type-category #content,
  body.zl-v2.type-product #content,
  body.zl-v2 .breadcrumbs {
    width: calc(100% - 44px);
  }

  body.zl-v2.type-category .products-block {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.zl-v2.type-category .category-header {
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 0 14px 15px;
  }

  body.zl-v2.type-category .listSorting {
    overflow-x: auto;
  }

  body.zl-v2.type-category .listSorting__controls {
    width: max-content;
  }

  body.zl-v2.type-product .p-detail-inner {
    grid-template-columns: 1fr;
    row-gap: 0;
  }

  body.zl-v2.type-product .p-detail-inner-header,
  body.zl-v2.type-product .p-image-wrapper,
  body.zl-v2.type-product .p-info-wrapper {
    grid-column: 1;
  }

  body.zl-v2.type-product .p-detail-inner-header {
    grid-row: 1;
  }

  body.zl-v2.type-product .p-image-wrapper {
    grid-row: 2;
    margin-bottom: 36px;
  }

  body.zl-v2.type-product .p-info-wrapper {
    grid-row: 3;
  }

  body.zl-v2.type-product .zl-product-benefits {
    grid-column: 1;
    grid-row: 4;
  }
}

@media (max-width: 560px) {
  body.zl-v2 .zl-kicker {
    margin-bottom: 18px;
    font-size: 11px;
    letter-spacing: 0.14em;
  }

  body.zl-v2 .zl-h1 {
    font-size: 43px;
    line-height: 1.05;
  }

  body.zl-v2 .zl-p {
    font-size: 16px;
    line-height: 1.65;
  }

  body.zl-v2 .zl-btns {
    align-items: stretch;
    flex-direction: column;
  }

  body.zl-v2 .zl-btn {
    width: 100%;
  }

  body.zl-v2 .zl-hero__photo {
    min-height: 310px;
    border-radius: 28px 28px 0 0;
  }

  body.zl-v2 .zl-tiles {
    grid-template-columns: 1fr;
  }

  body.zl-v2 .zl-tile,
  body.zl-v2 .zl-tile:first-child,
  body.zl-v2 .zl-tile:nth-child(odd) {
    min-height: 0;
    padding: 30px 20px;
    border-right: 1px solid var(--zl-line);
    border-bottom: 1px solid var(--zl-line);
    border-left: 1px solid var(--zl-line);
  }

  body.zl-v2 .zl-tile__desc {
    min-height: 0;
  }

  body.zl-v2 .zl-product-section .zl-h2,
  body.zl-v2 .zl-story .zl-h2,
  body.zl-v2 .zl-catering .zl-h2,
  body.zl-v2 .zl-instagram-section h2 {
    font-size: 38px;
  }

  body.zl-v2 .zl-products-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  body.zl-v2 .zl-products-grid .product .image {
    max-height: none;
  }

  body.zl-v2 .zl-story .zl-photo,
  body.zl-v2 .zl-catering .zl-photo {
    min-height: 310px;
  }

  body.zl-v2 .zl-story .zl-card,
  body.zl-v2 .zl-catering .zl-card {
    padding: 0;
  }

  body.zl-v2 .zl-catering .zl-steps {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  body.zl-v2 .zl-reviews {
    gap: 28px;
    padding: 32px 22px;
    border-radius: 18px;
  }

  body.zl-v2 .zl-review-summary h2 {
    font-size: 47px;
  }

  body.zl-v2 .zl-rating strong {
    font-size: 88px;
  }

  body.zl-v2 .zl-rating b {
    font-size: 28px;
  }

  body.zl-v2 .zl-review-list blockquote {
    padding: 26px 0 30px 54px;
  }

  body.zl-v2 .zl-review-list blockquote::before {
    top: 18px;
    font-size: 62px;
  }

  body.zl-v2 .zl-review-list blockquote p {
    font-size: 23px;
  }

  body.zl-v2 .zl-review-list small {
    margin-left: 54px;
  }

  body.zl-v2 .zl-instagram-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  body.zl-v2 .zl-instagram-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
  }

  body.zl-v2 .zl-instagram-button {
    justify-content: center;
  }

  body.zl-v2 #footer .footer-rows {
    width: calc(100% - 44px);
  }

  body.zl-v2 #footer .custom-footer {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  body.zl-v2 #footer .footer-bottom .zl-wrap,
  body.zl-v2 #footer .footer-bottom .container,
  body.zl-v2 #footer .footer-bottom-full-width .container {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding-block: 18px;
  }

  body.zl-v2 #footer .zl-footer-credit {
    margin-left: 0;
    text-align: left;
  }

  body.zl-v2.type-category #content,
  body.zl-v2.type-product #content {
    padding-bottom: 72px;
  }

  body.zl-v2.type-category .category-top {
    padding: 40px 0 28px;
  }

  body.zl-v2.type-category .category-title,
  body.zl-v2.type-product .p-detail-inner-header h1 {
    font-size: 42px;
  }

  body.zl-v2.type-category .category-perex p {
    font-size: 15px;
  }

  body.zl-v2.type-category .products-block {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  body.zl-v2.type-category .listSorting__control {
    min-height: 58px;
    padding-inline: 14px;
    font-size: 13px;
  }

  body.zl-v2.type-category .listSorting__control--current::after {
    right: 14px;
    left: 14px;
  }

  body.zl-v2.type-product #content {
    padding-top: 38px;
  }

  body.zl-v2.type-product .p-detail-inner-header {
    padding-bottom: 24px;
  }

  body.zl-v2.type-product .p-final-price-wrapper .price-final {
    font-size: 60px;
  }

  body.zl-v2.type-product .zl-product-benefits {
    grid-template-columns: 1fr;
    margin-top: 36px;
  }

  body.zl-v2.type-product .zl-product-benefit + .zl-product-benefit {
    border-top: 1px solid var(--zl-line);
    border-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  body.zl-v2 *,
  body.zl-v2 *::before,
  body.zl-v2 *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Secondary categories and content pages */
body.zl-v2.zl-secondary-page #content-wrapper,
body.zl-v2.zl-secondary-page .content-wrapper-in,
body.zl-v2.zl-secondary-page #content > .content-inner {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding-inline: 0;
}

body.zl-v2.zl-secondary-page #content,
body.zl-v2.zl-secondary-page .breadcrumbs {
  width: calc(100% - 80px);
  max-width: var(--zl-container);
  margin-inline: auto;
}

body.zl-v2.zl-secondary-page #content {
  padding-bottom: clamp(72px, 8vw, 120px);
}

body.zl-v2 .zl-native-page-title {
  position: absolute !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

body.zl-v2.zl-secondary-page .pageArticleDetail,
body.zl-v2.zl-secondary-page .category-perex {
  width: 100% !important;
  max-width: none;
  color: var(--zl-ink);
}

body.zl-v2.zl-secondary-page .pageArticleDetail > p:empty,
body.zl-v2.zl-secondary-page .category-perex > p:empty {
  display: none;
}

body.zl-v2 .zl-page-hero {
  display: grid;
  grid-template-columns: minmax(360px, 0.88fr) minmax(520px, 1.12fr);
  align-items: stretch;
  min-height: 500px;
  margin-bottom: clamp(66px, 7vw, 104px);
}

body.zl-v2 .zl-page-hero__copy {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: clamp(52px, 6vw, 90px) clamp(40px, 6vw, 94px) clamp(52px, 6vw, 90px) 0;
}

body.zl-v2 .zl-page-hero h1,
body.zl-v2 .zl-contact-hero h1 {
  max-width: 780px;
  margin: 0 0 24px;
  color: var(--zl-ink);
  font-size: clamp(54px, 6.2vw, 92px);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

body.zl-v2 .zl-page-hero h1 span,
body.zl-v2 .zl-contact-hero h1 span,
body.zl-v2 .zl-page-band h2 span,
body.zl-v2 .zl-page-process h2 span,
body.zl-v2 .zl-editorial-split h2 span,
body.zl-v2 .zl-dmo-band h2 span,
body.zl-v2 .zl-social-band h2 span,
body.zl-v2 .zl-page-cta h2 span,
body.zl-v2 .zl-contact-main h2 span,
body.zl-v2 .zl-contact-bottom h2 span,
body.zl-v2.zl-category-zmrzlina .category-title span,
body.zl-v2.zl-category-zmrzlina .products-top-header span,
body.zl-v2.zl-category-catering .products-top-header span {
  color: var(--zl-gold);
}

body.zl-v2 .zl-page-hero__copy > p,
body.zl-v2 .zl-contact-hero > p {
  max-width: 650px;
  margin: 0;
  color: var(--zl-muted);
  font-size: clamp(18px, 1.5vw, 23px);
  line-height: 1.65;
}

body.zl-v2 .zl-page-hero__image {
  min-height: 500px;
  border-radius: 80px 0 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

body.zl-v2 .zl-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

body.zl-v2 .zl-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 56px;
  padding: 0 24px;
  border: 1px solid var(--zl-gold);
  border-radius: 13px;
  color: var(--zl-ink) !important;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none !important;
}

body.zl-v2 .zl-page-btn--primary {
  background: var(--zl-gold);
}

body.zl-v2 .zl-page-btn .zl-arrow,
body.zl-v2 .zl-service-rail .zl-arrow,
body.zl-v2 .zl-enjoy-links .zl-arrow {
  width: 22px;
  height: 22px;
}

body.zl-v2 .zl-page-band {
  padding: clamp(56px, 6vw, 86px);
}

body.zl-v2 .zl-page-band--vanilla {
  background: var(--zl-vanilla);
}

body.zl-v2 .zl-page-band > h2,
body.zl-v2 .zl-page-process > h2,
body.zl-v2 .zl-editorial-split h2,
body.zl-v2 .zl-social-band h2,
body.zl-v2 .zl-page-cta h2,
body.zl-v2 .zl-contact-main h2,
body.zl-v2 .zl-contact-bottom h2 {
  margin: 0 0 42px;
  color: var(--zl-ink);
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

body.zl-v2 .zl-service-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.zl-v2 .zl-service-rail > a {
  display: flex;
  min-height: 250px;
  padding: 12px clamp(26px, 3vw, 50px);
  border-left: 1px solid var(--zl-line);
  color: var(--zl-ink) !important;
  flex-direction: column;
  text-decoration: none !important;
}

body.zl-v2 .zl-service-rail > a:first-child {
  padding-left: 0;
  border-left: 0;
}

body.zl-v2 .zl-service-rail strong {
  max-width: 320px;
  margin-bottom: 16px;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 900;
  line-height: 1.15;
}

body.zl-v2 .zl-service-rail p {
  max-width: 350px;
  margin: 0 0 24px;
  color: var(--zl-muted);
  font-size: 16px;
  line-height: 1.65;
}

body.zl-v2 .zl-service-rail a > span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  color: #53772e;
  font-weight: 900;
}

body.zl-v2 .zl-page-process {
  padding: clamp(72px, 7vw, 104px) clamp(20px, 5vw, 76px);
  text-align: center;
}

body.zl-v2 .zl-page-process ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 84px);
  margin: 0;
  padding: 0;
  list-style: none;
}

body.zl-v2 .zl-page-process li {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}

body.zl-v2 .zl-page-process li + li::before {
  content: "";
  position: absolute;
  top: 23px;
  right: calc(50% + 28px);
  width: calc(100% - 56px);
  border-top: 1px dashed var(--zl-gold);
  transform: translateX(-50%);
}

body.zl-v2 .zl-page-process b {
  position: relative;
  z-index: 1;
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  place-items: center;
  border-radius: 50%;
  background: var(--zl-pistachio);
  color: var(--zl-white);
  font-size: 21px;
}

body.zl-v2 .zl-page-process li:nth-child(2) b {
  background: var(--zl-gold);
}

body.zl-v2 .zl-page-process strong {
  margin-bottom: 7px;
  font-size: 19px;
  font-weight: 900;
}

body.zl-v2 .zl-page-process li span {
  max-width: 300px;
  color: var(--zl-muted);
  font-size: 14px;
  line-height: 1.5;
}

body.zl-v2.zl-category-catering .products-top-header {
  margin: 70px 0 34px;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 900;
  letter-spacing: -0.04em;
  text-align: center;
}

/* Parent category */
body.zl-v2.zl-category-zmrzlina .category-top {
  padding: 44px 0 50px;
}

body.zl-v2.zl-category-zmrzlina .category-title {
  margin: 0 0 18px;
  font-size: clamp(54px, 6vw, 84px);
}

body.zl-v2.zl-category-zmrzlina .category-perex {
  max-width: 760px;
}

body.zl-v2.zl-category-zmrzlina .category-perex p {
  color: var(--zl-muted);
  font-size: 20px;
}

body.zl-v2.zl-category-zmrzlina .subcategories.with-image {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  margin: 0 0 54px;
  padding: 0;
}

body.zl-v2.zl-category-zmrzlina .subcategories.with-image > li {
  width: auto;
  padding: 0;
}

body.zl-v2.zl-category-zmrzlina .subcategories.with-image > li::before,
body.zl-v2.zl-category-zmrzlina .subcategories.with-image > li::after {
  display: none;
}

body.zl-v2.zl-category-zmrzlina .subcategories.with-image a {
  position: relative;
  display: grid;
  overflow: hidden;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  min-height: 220px;
  padding-left: clamp(26px, 3vw, 46px);
  border: 1px solid var(--zl-gold);
  border-radius: 18px;
  color: var(--zl-ink);
  text-decoration: none;
}

body.zl-v2.zl-category-zmrzlina .subcategories.with-image .image {
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  height: 220px;
  margin: 0;
  overflow: hidden;
  order: 2;
}

body.zl-v2.zl-category-zmrzlina .subcategories.with-image img {
  display: block;
  width: 100%;
  height: 220px !important;
  min-height: 220px !important;
  max-height: none !important;
  object-fit: cover;
  object-position: center;
}

body.zl-v2.zl-category-zmrzlina .subcategories.with-image .text {
  grid-column: 1;
  grid-row: 1;
  display: block;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  padding-right: 20px;
  overflow: visible !important;
  font-size: clamp(21px, 1.65vw, 26px);
  font-weight: 900;
  line-height: 1.18;
  text-align: left;
  overflow-wrap: break-word;
}

body.zl-v2.zl-category-zmrzlina .products-top-header {
  margin: 0 0 28px;
  font-size: clamp(34px, 3vw, 48px);
  font-weight: 900;
  letter-spacing: -0.04em;
}

body.zl-v2 .zl-product-section-heading {
  margin: 62px 0 28px;
  color: var(--zl-ink);
  font-size: clamp(36px, 3.8vw, 54px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

body.zl-v2 .zl-product-section-heading span {
  color: var(--zl-gold);
}

/* Gastro partnership */
body.zl-v2.zl-category-partners .category-top {
  padding-top: 0;
}

body.zl-v2 .zl-partner-packaging {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(48px, 7vw, 110px);
  align-items: start;
}

body.zl-v2 .zl-pack-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

body.zl-v2 .zl-pack-options article {
  padding: 24px 0;
  border-top: 1px solid var(--zl-gold);
}

body.zl-v2 .zl-pack-options strong,
body.zl-v2 .zl-pack-options span {
  display: block;
}

body.zl-v2 .zl-pack-options strong {
  font-size: 23px;
  font-weight: 900;
}

body.zl-v2 .zl-pack-options span {
  margin: 4px 0 12px;
  color: #557a32;
  font-size: 18px;
  font-weight: 900;
}

body.zl-v2 .zl-pack-options p,
body.zl-v2 .zl-partner-equipment p {
  margin: 0;
  color: var(--zl-muted);
  font-size: 15px;
  line-height: 1.6;
}

body.zl-v2 .zl-partner-equipment {
  padding-left: clamp(32px, 5vw, 72px);
  border-left: 1px solid var(--zl-line);
}

body.zl-v2 .zl-partner-equipment h2 {
  margin-bottom: 24px;
  font-size: clamp(34px, 3.4vw, 50px);
}

body.zl-v2 .zl-proof-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: clamp(56px, 6vw, 82px) 0;
}

body.zl-v2 .zl-proof-rail article {
  padding: 0 clamp(24px, 4vw, 60px);
  border-left: 1px solid var(--zl-line);
}

body.zl-v2 .zl-proof-rail article:first-child {
  padding-left: 0;
  border-left: 0;
}

body.zl-v2 .zl-proof-rail strong {
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 900;
}

body.zl-v2 .zl-proof-rail p {
  margin: 0;
  color: var(--zl-muted);
  font-size: 15px;
  line-height: 1.6;
}

body.zl-v2 .zl-page-process--compact {
  display: grid;
  grid-template-columns: 0.78fr 2fr auto;
  align-items: center;
  gap: 36px;
  padding-inline: 0;
  border-top: 1px solid var(--zl-line);
  text-align: left;
}

body.zl-v2 .zl-page-process--compact > h2 {
  margin: 0;
  font-size: 36px;
}

body.zl-v2 .zl-page-process--compact ol {
  gap: 30px;
}

body.zl-v2 .zl-page-process--compact li {
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  text-align: left;
}

body.zl-v2 .zl-page-process--compact li::before {
  display: none;
}

body.zl-v2 .zl-page-process--compact b {
  grid-row: 1 / 3;
  margin: 0 14px 0 0;
}

/* Zmrzlinarna editorial page */
body.zl-v2.zl-story-page .pageArticleDetail {
  margin: 0;
  padding: 0;
}

body.zl-v2.zl-story-page .zl-page-hero h1 {
  font-size: clamp(52px, 5vw, 78px);
}

body.zl-v2.zl-story-page .zl-page-hero__image {
  background-position: center top;
}

@media (min-width: 992px) {
  body.zl-v2.zl-story-page .zl-page-hero__image {
    background-position: right 42%;
    background-size: 120% auto;
  }
}

body.zl-v2 .zl-editorial-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(48px, 7vw, 110px);
  padding: clamp(58px, 7vw, 100px);
}

body.zl-v2 .zl-editorial-photo {
  min-height: 520px;
  border-radius: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

body.zl-v2 .zl-editorial-split p {
  margin: 0 0 20px;
  color: var(--zl-muted);
  font-size: 18px;
  line-height: 1.75;
}

body.zl-v2 .zl-quality-band {
  text-align: center;
}

body.zl-v2 .zl-quality-band .zl-proof-rail {
  padding-bottom: 0;
  text-align: left;
}

body.zl-v2 .zl-dmo-band {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  align-items: center;
  gap: 30px;
  margin: 0 clamp(22px, 5vw, 76px);
  padding: 38px 48px;
  border: 1px solid rgba(78, 116, 47, 0.25);
  border-radius: 18px;
  background: var(--zl-vanilla);
}

body.zl-v2 .zl-dmo-band .zl-membership__mark {
  width: 50px;
  height: 76px;
  margin-inline: auto;
}

body.zl-v2 .zl-dmo-band small {
  color: #557a32;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.zl-v2 .zl-dmo-band h2 {
  margin: 2px 0 6px;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 900;
}

body.zl-v2 .zl-dmo-band p {
  margin: 0;
  color: var(--zl-muted);
}

body.zl-v2 .zl-enjoy-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

body.zl-v2 .zl-enjoy-links a {
  display: flex;
  min-height: 180px;
  padding: 28px;
  border: 1px solid var(--zl-line);
  border-radius: 16px;
  background: var(--zl-white);
  color: var(--zl-ink) !important;
  flex-direction: column;
  text-decoration: none !important;
}

body.zl-v2 .zl-enjoy-links strong {
  font-size: 25px;
  font-weight: 900;
}

body.zl-v2 .zl-enjoy-links span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  color: #557a32;
  font-weight: 900;
}

body.zl-v2 .zl-social-band {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 48px;
  padding: clamp(50px, 6vw, 82px);
}

body.zl-v2 .zl-social-band h2 {
  margin-bottom: 12px;
}

body.zl-v2 .zl-social-band p {
  margin: 0;
  color: var(--zl-muted);
}

body.zl-v2 .zl-social-band > div:last-child {
  display: flex;
  gap: 14px;
}

body.zl-v2 .zl-social-band a {
  padding: 14px 18px;
  border-bottom: 2px solid var(--zl-gold);
  color: #557a32 !important;
  font-weight: 900;
  text-decoration: none !important;
}

body.zl-v2 .zl-page-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 44px;
  padding: clamp(46px, 5vw, 72px);
  border-radius: 20px;
  background: var(--zl-vanilla);
}

body.zl-v2 .zl-page-cta h2 {
  max-width: 780px;
  margin-bottom: 12px;
}

body.zl-v2 .zl-page-cta p {
  margin: 0;
  color: var(--zl-muted);
  font-size: 17px;
}

/* Contact page */
body.zl-v2 .zl-contact-hero {
  padding: 58px 0 48px;
}

body.zl-v2 .zl-contact-direct {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 42px;
}

body.zl-v2 .zl-contact-direct > * {
  display: flex;
  padding: 20px 0;
  border-top: 1px solid var(--zl-gold);
  color: var(--zl-ink) !important;
  flex-direction: column;
  text-decoration: none !important;
}

body.zl-v2 .zl-contact-direct strong {
  overflow-wrap: anywhere;
  font-size: 19px;
  font-weight: 900;
}

body.zl-v2 .zl-contact-direct span {
  margin-top: 5px;
  color: var(--zl-muted);
  font-size: 13px;
}

body.zl-v2 .zl-contact-main {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(340px, 0.75fr);
  gap: 30px;
  align-items: start;
}

body.zl-v2 .zl-contact-form,
body.zl-v2 .zl-contact-reasons,
body.zl-v2 .zl-operator {
  padding: clamp(28px, 4vw, 54px);
  border: 1px solid var(--zl-line);
  border-radius: 18px;
}

body.zl-v2 .zl-contact-main h2 {
  margin-bottom: 28px;
  font-size: clamp(31px, 3vw, 44px);
}

body.zl-v2 .zl-contact-form form,
body.zl-v2 .zl-preview-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

body.zl-v2 .zl-contact-form .form-group,
body.zl-v2 .zl-preview-form label {
  margin: 0;
}

body.zl-v2 .zl-contact-form .form-group:has(textarea),
body.zl-v2 .zl-contact-form .consents,
body.zl-v2 .zl-contact-form .submit-wrapper,
body.zl-v2 .zl-form-wide {
  grid-column: 1 / -1;
}

body.zl-v2 .zl-contact-form label,
body.zl-v2 .zl-preview-form label {
  color: var(--zl-ink);
  font-size: 13px;
  font-weight: 800;
}

body.zl-v2 .zl-contact-form .form-control,
body.zl-v2 .zl-contact-form input[type="text"],
body.zl-v2 .zl-contact-form input[type="email"],
body.zl-v2 .zl-contact-form input[type="tel"],
body.zl-v2 .zl-contact-form textarea,
body.zl-v2 .zl-preview-form input:not([type="checkbox"]),
body.zl-v2 .zl-preview-form textarea {
  width: 100%;
  min-height: 52px;
  margin-top: 7px;
  padding: 12px 14px;
  border: 1px solid #d7d4cd;
  border-radius: 10px;
  background: var(--zl-white);
  box-shadow: none;
}

body.zl-v2 .zl-contact-form textarea,
body.zl-v2 .zl-preview-form textarea {
  min-height: 136px;
  resize: vertical;
}

body.zl-v2 .zl-contact-form .btn-primary,
body.zl-v2 .zl-preview-form .btn-primary {
  min-height: 52px;
  padding: 0 30px;
  border: 0;
  border-radius: 10px;
  background: var(--zl-gold);
  color: var(--zl-ink);
  font-size: 15px;
  font-weight: 900;
}

body.zl-v2 .zl-contact-reasons a {
  display: flex;
  padding: 20px 0;
  border-top: 1px solid var(--zl-line);
  color: var(--zl-ink) !important;
  flex-direction: column;
  text-decoration: none !important;
}

body.zl-v2 .zl-contact-reasons strong {
  font-size: 18px;
  font-weight: 900;
}

body.zl-v2 .zl-contact-reasons span {
  margin-top: 3px;
  color: var(--zl-muted);
  font-size: 14px;
}

body.zl-v2 .zl-contact-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.75fr);
  gap: 30px;
  margin-top: 30px;
}

body.zl-v2 .zl-faq {
  padding-top: 34px;
}

body.zl-v2 .zl-contact-bottom h2 {
  margin-bottom: 22px;
  font-size: clamp(32px, 3vw, 44px);
}

body.zl-v2 .zl-faq details {
  border-top: 1px solid var(--zl-line);
}

body.zl-v2 .zl-faq summary {
  padding: 17px 4px;
  cursor: pointer;
  color: var(--zl-ink);
  font-size: 16px;
  font-weight: 900;
}

body.zl-v2 .zl-faq details p {
  margin: -4px 0 18px;
  color: var(--zl-muted);
  line-height: 1.65;
}

body.zl-v2 .zl-operator {
  display: flex;
  align-self: start;
  background: var(--zl-vanilla);
  flex-direction: column;
}

body.zl-v2 .zl-operator small {
  margin-bottom: 12px;
  color: #557a32;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.zl-v2 .zl-operator strong {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 900;
}

body.zl-v2 .zl-operator span {
  margin-top: 5px;
  color: var(--zl-muted);
}

/* Gift voucher category */
body.zl-v2.zl-category-gift .category-top {
  padding: 32px 0 0;
}

body.zl-v2.zl-category-gift .category-perex {
  margin: 0;
}

body.zl-v2.zl-category-gift .zl-gift-layout {
  width: 100%;
}

body.zl-v2.zl-category-gift .zl-gift-hero {
  display: grid;
  grid-template-columns: minmax(380px, 0.92fr) minmax(520px, 1.08fr);
  align-items: stretch;
  min-height: 560px;
  margin-bottom: 0;
}

body.zl-v2.zl-category-gift .zl-gift-hero__copy {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: clamp(58px, 6vw, 94px) clamp(42px, 6vw, 92px) clamp(58px, 6vw, 94px) clamp(38px, 4.5vw, 70px);
}

body.zl-v2.zl-category-gift .zl-gift-hero h1 {
  max-width: 720px;
  margin: 0 0 28px;
  color: var(--zl-ink);
  font-size: clamp(52px, 4.7vw, 72px);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

body.zl-v2.zl-category-gift .zl-gift-hero h1 span,
body.zl-v2.zl-category-gift .zl-gift-values h2 span,
body.zl-v2.zl-category-gift .zl-gift-process h2 span,
body.zl-v2.zl-category-gift .zl-gift-bottom h2 span {
  color: var(--zl-gold);
}

body.zl-v2.zl-category-gift .zl-gift-hero__copy > p {
  max-width: 610px;
  margin: 0;
  color: var(--zl-muted);
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.65;
}

body.zl-v2.zl-category-gift .zl-gift-hero__media {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 560px;
  margin: 0;
  padding: clamp(34px, 5vw, 72px);
  overflow: hidden;
  place-items: center;
  border-radius: 76px 0 0 0;
  background: var(--zl-vanilla);
}

body.zl-v2.zl-category-gift .zl-gift-hero__media::before {
  content: "";
  position: absolute;
  inset: 9% 8%;
  border: 1px solid rgba(214, 165, 37, 0.24);
  border-radius: 50%;
  transform: rotate(-8deg);
}

body.zl-v2.zl-category-gift .zl-gift-hero__media img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 620px);
  max-height: 430px;
  object-fit: contain;
  filter: drop-shadow(0 28px 28px rgba(32, 28, 20, 0.14));
  transform: rotate(2deg);
}

body.zl-v2.zl-category-gift .zl-gift-hero__media figcaption {
  position: absolute;
  z-index: 2;
  right: clamp(22px, 4vw, 56px);
  bottom: 26px;
  color: var(--zl-muted);
  font-size: 13px;
}

body.zl-v2.zl-category-gift .zl-gift-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0 clamp(22px, 4vw, 64px);
  border-top: 1px solid var(--zl-line);
  border-bottom: 1px solid var(--zl-line);
}

body.zl-v2.zl-category-gift .zl-gift-benefits article {
  min-width: 0;
  padding: 36px clamp(20px, 3vw, 48px);
  border-left: 1px solid var(--zl-line);
}

body.zl-v2.zl-category-gift .zl-gift-benefits article:first-child {
  border-left: 0;
}

body.zl-v2.zl-category-gift .zl-gift-benefits strong {
  display: block;
  margin-bottom: 8px;
  color: var(--zl-ink);
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: 900;
}

body.zl-v2.zl-category-gift .zl-gift-benefits p {
  max-width: 330px;
  margin: 0;
  color: var(--zl-muted);
  font-size: 15px;
  line-height: 1.55;
}

body.zl-v2.zl-category-gift .zl-gift-values {
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(520px, 1.25fr);
  gap: clamp(38px, 7vw, 110px);
  align-items: center;
  margin-top: clamp(70px, 8vw, 118px);
  padding: clamp(52px, 6vw, 84px);
  background: var(--zl-vanilla);
}

body.zl-v2.zl-category-gift .zl-gift-values h2,
body.zl-v2.zl-category-gift .zl-gift-process h2,
body.zl-v2.zl-category-gift .zl-gift-bottom h2 {
  margin: 0 0 20px;
  color: var(--zl-ink);
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

body.zl-v2.zl-category-gift .zl-gift-values p {
  max-width: 500px;
  margin: 0;
  color: var(--zl-muted);
  font-size: 16px;
  line-height: 1.65;
}

body.zl-v2.zl-category-gift .zl-gift-values nav {
  display: grid;
  grid-template-columns: repeat(5, minmax(94px, 1fr));
  gap: 12px;
}

body.zl-v2.zl-category-gift .zl-gift-values nav a {
  display: grid;
  min-height: 84px;
  padding: 12px;
  place-items: center;
  border: 1px solid var(--zl-gold);
  border-radius: 16px;
  background: var(--zl-white);
  color: var(--zl-ink) !important;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none !important;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

body.zl-v2.zl-category-gift .zl-gift-values nav a:hover {
  background: var(--zl-gold);
  transform: translateY(-3px);
}

body.zl-v2.zl-category-gift .zl-gift-process {
  padding: clamp(76px, 8vw, 116px) clamp(12px, 4vw, 58px);
  text-align: center;
}

body.zl-v2.zl-category-gift .zl-gift-process h2 {
  margin-bottom: 52px;
}

body.zl-v2.zl-category-gift .zl-gift-process ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(22px, 4vw, 64px);
  margin: 0;
  padding: 0;
  list-style: none;
}

body.zl-v2.zl-category-gift .zl-gift-process li {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
  flex-direction: column;
}

body.zl-v2.zl-category-gift .zl-gift-process li + li::before {
  content: "";
  position: absolute;
  top: 23px;
  right: calc(50% + 28px);
  width: calc(100% - 56px);
  border-top: 1px dashed var(--zl-gold);
  transform: translateX(-50%);
}

body.zl-v2.zl-category-gift .zl-gift-process b {
  position: relative;
  z-index: 1;
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  place-items: center;
  border-radius: 50%;
  background: var(--zl-pistachio);
  color: var(--zl-white);
  font-size: 20px;
}

body.zl-v2.zl-category-gift .zl-gift-process li:nth-child(even) b {
  background: var(--zl-gold);
}

body.zl-v2.zl-category-gift .zl-gift-process strong {
  margin-bottom: 8px;
  color: var(--zl-ink);
  font-size: 18px;
  font-weight: 900;
}

body.zl-v2.zl-category-gift .zl-gift-process p {
  max-width: 270px;
  margin: 0;
  color: var(--zl-muted);
  font-size: 14px;
  line-height: 1.55;
}

body.zl-v2.zl-category-gift .zl-gift-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.7fr);
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(58px, 7vw, 96px);
  background: #faf9f6;
}

body.zl-v2.zl-category-gift .zl-gift-faq details {
  padding: 22px 0;
  border-top: 1px solid var(--zl-line);
}

body.zl-v2.zl-category-gift .zl-gift-faq details:last-child {
  border-bottom: 1px solid var(--zl-line);
}

body.zl-v2.zl-category-gift .zl-gift-faq summary {
  position: relative;
  padding-right: 42px;
  color: var(--zl-ink);
  font-size: 17px;
  font-weight: 900;
  cursor: pointer;
}

body.zl-v2.zl-category-gift .zl-gift-faq summary::after {
  content: "+";
  position: absolute;
  top: -2px;
  right: 6px;
  color: var(--zl-gold-dark);
  font-size: 25px;
  font-weight: 400;
}

body.zl-v2.zl-category-gift .zl-gift-faq details[open] summary::after {
  content: "−";
}

body.zl-v2.zl-category-gift .zl-gift-faq details p {
  max-width: 760px;
  margin: 16px 0 0;
  color: var(--zl-muted);
  line-height: 1.65;
}

body.zl-v2.zl-category-gift .zl-gift-help {
  display: flex;
  align-self: start;
  padding: clamp(34px, 4vw, 58px);
  border-radius: 34px;
  background: var(--zl-ink);
  color: var(--zl-white);
  flex-direction: column;
}

body.zl-v2.zl-category-gift .zl-gift-help h2 {
  color: var(--zl-white);
  font-size: clamp(32px, 3vw, 45px);
}

body.zl-v2.zl-category-gift .zl-gift-help p {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.65;
}

body.zl-v2.zl-category-gift .zl-gift-help .zl-page-btn {
  margin-bottom: 28px;
}

body.zl-v2.zl-category-gift .zl-gift-help > a:not(.zl-page-btn) {
  margin-top: 10px;
  color: var(--zl-white) !important;
  font-size: 15px;
  text-decoration: none !important;
}

@media (max-width: 991px) {
  body.zl-v2.zl-secondary-page #content,
  body.zl-v2.zl-secondary-page .breadcrumbs {
    width: calc(100% - 44px);
  }

  body.zl-v2 .zl-page-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  body.zl-v2 .zl-page-hero__copy {
    padding-right: 0;
  }

  body.zl-v2 .zl-page-hero__image {
    min-height: 430px;
    border-radius: 36px 36px 0 0;
  }

  body.zl-v2 .zl-partner-packaging,
  body.zl-v2 .zl-editorial-split,
  body.zl-v2 .zl-contact-main,
  body.zl-v2 .zl-contact-bottom,
  body.zl-v2.zl-category-gift .zl-gift-hero,
  body.zl-v2.zl-category-gift .zl-gift-values,
  body.zl-v2.zl-category-gift .zl-gift-bottom {
    grid-template-columns: 1fr;
  }

  body.zl-v2.zl-category-gift .zl-gift-hero {
    min-height: 0;
  }

  body.zl-v2.zl-category-gift .zl-gift-hero__copy {
    padding-right: 0;
  }

  body.zl-v2.zl-category-gift .zl-gift-hero__media {
    min-height: 430px;
    border-radius: 36px 36px 0 0;
  }

  body.zl-v2.zl-category-gift .zl-gift-values nav {
    grid-template-columns: repeat(5, minmax(86px, 1fr));
    overflow-x: auto;
  }

  body.zl-v2.zl-category-gift .zl-gift-process ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 50px;
  }

  body.zl-v2.zl-category-gift .zl-gift-process li:nth-child(3)::before {
    display: none;
  }

  body.zl-v2 .zl-partner-equipment {
    padding: 38px 0 0;
    border-top: 1px solid var(--zl-line);
    border-left: 0;
  }

  body.zl-v2 .zl-page-process--compact {
    grid-template-columns: 1fr;
    text-align: center;
  }

  body.zl-v2 .zl-page-process--compact > h2 {
    text-align: center;
  }

  body.zl-v2 .zl-page-process--compact .zl-page-btn {
    justify-self: center;
  }

  body.zl-v2 .zl-social-band,
  body.zl-v2 .zl-page-cta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  body.zl-v2 .zl-page-hero {
    margin-bottom: 52px;
  }

  body.zl-v2 .zl-page-hero__copy {
    padding: 42px 0 32px;
  }

  body.zl-v2 .zl-page-hero h1,
  body.zl-v2 .zl-contact-hero h1 {
    font-size: 46px;
  }

  body.zl-v2 .zl-page-hero__copy > p,
  body.zl-v2 .zl-contact-hero > p {
    font-size: 16px;
  }

  body.zl-v2 .zl-page-hero__image {
    min-height: 300px;
    border-radius: 24px 24px 0 0;
  }

  body.zl-v2 .zl-page-actions,
  body.zl-v2 .zl-page-btn {
    width: 100%;
  }

  body.zl-v2 .zl-page-band,
  body.zl-v2 .zl-editorial-split,
  body.zl-v2 .zl-social-band,
  body.zl-v2 .zl-page-cta {
    padding: 42px 22px;
  }

  body.zl-v2 .zl-service-rail,
  body.zl-v2 .zl-page-process ol,
  body.zl-v2 .zl-proof-rail,
  body.zl-v2 .zl-enjoy-links,
  body.zl-v2 .zl-contact-direct,
  body.zl-v2 .zl-contact-form form,
  body.zl-v2 .zl-preview-form,
  body.zl-v2.zl-category-zmrzlina .subcategories.with-image,
  body.zl-v2 .zl-pack-options {
    grid-template-columns: 1fr;
  }

  body.zl-v2 .zl-service-rail > a,
  body.zl-v2 .zl-service-rail > a:first-child,
  body.zl-v2 .zl-proof-rail article,
  body.zl-v2 .zl-proof-rail article:first-child {
    min-height: 0;
    padding: 28px 0;
    border-top: 1px solid var(--zl-line);
    border-left: 0;
  }

  body.zl-v2 .zl-page-process li + li::before {
    display: none;
  }

  body.zl-v2 .zl-page-process li {
    padding: 12px 0;
  }

  body.zl-v2.zl-category-zmrzlina .category-title {
    font-size: 48px;
  }

  body.zl-v2.zl-category-zmrzlina .subcategories.with-image a {
    grid-template-columns: 1fr;
    grid-template-rows: 220px auto;
    height: auto !important;
    min-height: 0 !important;
    padding: 0;
  }

  body.zl-v2.zl-category-zmrzlina .subcategories.with-image .image,
  body.zl-v2.zl-category-zmrzlina .subcategories.with-image .text {
    grid-column: 1;
  }

  body.zl-v2.zl-category-zmrzlina .subcategories.with-image .image {
    grid-row: 1;
  }

  body.zl-v2.zl-category-zmrzlina .subcategories.with-image .text {
    grid-row: 2;
    display: flex !important;
    align-items: center;
    width: 100% !important;
    height: auto !important;
    min-height: 72px;
    max-height: none !important;
    padding: 18px 54px 18px 20px;
    overflow: visible !important;
    font-size: 22px;
    line-height: 1.2;
  }

  body.zl-v2.zl-category-zmrzlina .subcategories.with-image a::before {
    top: auto;
    right: 22px;
    bottom: 29px;
    left: auto;
    font-size: 9px;
  }

  body.zl-v2 .zl-editorial-photo {
    min-height: 300px;
  }

  body.zl-v2 .zl-dmo-band {
    grid-template-columns: 58px 1fr;
    gap: 16px;
    margin: 0;
    padding: 26px 22px;
  }

  body.zl-v2 .zl-dmo-band .zl-membership__mark {
    width: 38px;
    height: 58px;
  }

  body.zl-v2 .zl-social-band > div:last-child {
    align-items: flex-start;
    flex-direction: column;
  }

  body.zl-v2 .zl-contact-form,
  body.zl-v2 .zl-contact-reasons,
  body.zl-v2 .zl-operator {
    padding: 26px 20px;
  }

  body.zl-v2 .zl-contact-form .form-group,
  body.zl-v2 .zl-contact-form .consents,
  body.zl-v2 .zl-contact-form .submit-wrapper,
  body.zl-v2 .zl-form-wide {
    grid-column: 1;
  }

  body.zl-v2.zl-category-gift .category-top {
    padding-top: 18px;
  }

  body.zl-v2.zl-category-gift .zl-gift-hero h1 {
    font-size: 44px;
  }

  body.zl-v2.zl-category-gift .zl-gift-hero__copy {
    padding: 42px 0 34px;
  }

  body.zl-v2.zl-category-gift .zl-gift-hero__copy > p {
    font-size: 16px;
  }

  body.zl-v2.zl-category-gift .zl-gift-hero__media {
    min-height: 310px;
    padding: 34px 22px 62px;
    border-radius: 24px 24px 0 0;
  }

  body.zl-v2.zl-category-gift .zl-gift-hero__media img {
    max-height: 250px;
  }

  body.zl-v2.zl-category-gift .zl-gift-hero__media figcaption {
    right: 18px;
    bottom: 18px;
    left: 18px;
    text-align: center;
  }

  body.zl-v2.zl-category-gift .zl-gift-benefits {
    grid-template-columns: 1fr;
    padding: 0;
  }

  body.zl-v2.zl-category-gift .zl-gift-benefits article,
  body.zl-v2.zl-category-gift .zl-gift-benefits article:first-child {
    padding: 24px 0;
    border-top: 1px solid var(--zl-line);
    border-left: 0;
  }

  body.zl-v2.zl-category-gift .zl-gift-benefits article:first-child {
    border-top: 0;
  }

  body.zl-v2.zl-category-gift .zl-gift-values,
  body.zl-v2.zl-category-gift .zl-gift-bottom {
    padding: 44px 22px;
  }

  body.zl-v2.zl-category-gift .zl-gift-values nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
  }

  body.zl-v2.zl-category-gift .zl-gift-values nav a:last-child {
    grid-column: 1 / -1;
  }

  body.zl-v2.zl-category-gift .zl-gift-process {
    padding: 64px 0;
  }

  body.zl-v2.zl-category-gift .zl-gift-process ol {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  body.zl-v2.zl-category-gift .zl-gift-process li + li::before {
    display: none;
  }

  body.zl-v2.zl-category-gift .zl-gift-bottom h2,
  body.zl-v2.zl-category-gift .zl-gift-values h2,
  body.zl-v2.zl-category-gift .zl-gift-process h2 {
    font-size: 36px;
  }

  body.zl-v2.zl-category-gift .zl-gift-help {
    padding: 32px 24px;
    border-radius: 24px;
  }
}

@media (min-width: 992px) {
  body.zl-v2 #header .search .search-form.compact-form fieldset input.search-input.form-control {
    display: block !important;
    width: 100% !important;
    height: 58px !important;
    min-height: 58px !important;
    max-height: 58px !important;
    padding: 0 22px !important;
    border: 1px solid #d9d9d9 !important;
    border-right: 0 !important;
    border-radius: 18px 0 0 18px !important;
  }

  body.zl-v2 #header .search .search-form.compact-form fieldset button[data-testid="searchBtn"] {
    display: block !important;
    position: static !important;
    width: 76px !important;
    height: 58px !important;
    min-height: 58px !important;
    max-height: 58px !important;
    padding: 0 !important;
    border: 1px solid var(--zl-gold) !important;
    border-radius: 0 18px 18px 0 !important;
    background: var(--zl-gold) !important;
    color: var(--zl-ink) !important;
  }
}
