:root {
  --vz-green: #21451f;
  --vz-green-dark: #173516;
  --vz-cream: #fbf5e7;
  --vz-paper: #fffdf6;
  --vz-line: #d8cab0;
  --vz-ink: #152018;
  --vz-muted: #5d665a;
  --vz-accent: #93451c;
  --vz-radius: 8px;
}

html {
  scroll-behavior: smooth;
}

body.vz-page {
  margin: 0;
  background: var(--vz-cream);
  color: var(--vz-ink);
  font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif;
  overflow-x: hidden;
}

body.vz-page.vz-modal-open {
  overflow: hidden;
}

.vz-page * {
  box-sizing: border-box;
}

.vz-page a {
  color: inherit;
  text-decoration: none;
}

.vz-page .season-cart-dock,
.vz-page .season-cart-actions .btn-primary {
  color: var(--cream);
}

.vz-page .season-cart-actions .btn-secondary {
  color: var(--ink);
}

.vz-page .container {
  width: min(1334px, calc(100% - 48px));
  max-width: none;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 auto;
}

.vz-topbar .container,
.vz-hero .container {
  width: min(1276px, calc(100% - 48px));
}

.vz-ic {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.vz-promo {
  height: 30px;
  background: var(--vz-green);
  color: #efe6c9;
  font-size: 14px;
  font-weight: 800;
}

.vz-promo .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 14px;
}

.vz-promo-mobile {
  display: none;
}

.vz-promo strong {
  display: inline-flex;
  gap: 8px;
}

.vz-promo i {
  display: grid;
  min-width: 43px;
  height: 24px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 4px;
  background: #f6efd8;
  color: var(--vz-green);
  font-style: normal;
  font-variant-numeric: tabular-nums;
}

.vz-promo i:nth-child(1)::after {
  content: " ore";
  margin-left: 3px;
  font-size: 10px;
}

.vz-promo i:nth-child(2)::after {
  content: " min";
  margin-left: 3px;
  font-size: 10px;
}

.vz-promo i:nth-child(3)::after {
  content: " sec";
  margin-left: 3px;
  font-size: 10px;
}

.vz-topbar {
  position: sticky;
  top: 0;
  z-index: 70;
  height: 70px;
  background: rgba(251, 245, 231, .96);
  border-bottom: 1px solid var(--vz-line);
  backdrop-filter: blur(14px);
}

.vz-nav {
  display: grid;
  grid-template-columns: 255px minmax(0, 1fr) auto;
  align-items: center;
  height: 100%;
  gap: 22px;
}

.vz-logo {
  display: grid;
  gap: 2px;
  width: fit-content;
  color: var(--vz-green);
}

.vz-logo strong {
  font-family: Fraunces, Georgia, serif;
  font-size: 33px;
  font-weight: 800;
  line-height: .82;
  letter-spacing: 0;
}

.vz-logo strong::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: -2px;
  background: var(--vz-green);
  clip-path: polygon(45% 100%, 30% 50%, 0 40%, 35% 25%, 45% 0, 55% 25%, 90% 10%, 70% 48%, 55% 100%);
}

.vz-logo i {
  color: var(--vz-green);
  font-style: normal;
}

.vz-logo em {
  font-style: italic;
}

.vz-logo small {
  color: #7a7f72;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.vz-nav nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  font-family: Georgia, serif;
  font-size: 16px;
}

.vz-nav nav a:hover {
  color: var(--vz-green);
}

.vz-nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

.vz-nav-actions .vz-sell-cta {
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid #a84920;
  border-radius: 5px;
  background: var(--vz-accent);
  color: white;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 5px 14px rgba(183, 84, 40, .18);
  transition: background-color .16s ease, transform .16s ease, box-shadow .16s ease;
}

.vz-nav-actions .vz-sell-cta:hover {
  background: #a84920;
  color: white;
  box-shadow: 0 7px 18px rgba(183, 84, 40, .24);
  transform: translateY(-1px);
}

.vz-nav-actions .vz-sell-cta:focus-visible {
  outline: 3px solid rgba(183, 84, 40, .28);
  outline-offset: 2px;
}

.vz-nav-actions .vz-sell-cta::after,
.vz-nav-actions .vz-sell-cta small {
  display: none;
}

.vz-nav-actions button,
.vz-nav-actions a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  border: 0;
  background: transparent;
  color: var(--vz-ink);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.vz-nav-actions button::after,
.vz-nav-actions a:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 23px;
  margin-left: 16px;
  background: var(--vz-line);
}

.vz-hero {
  position: relative;
  --vz-hero-products-height: 330px;
  --vz-hero-media-gap: 8px;
  --vz-hero-proof-height: 74px;
  --vz-hero-media-height: calc(var(--vz-hero-products-height) + var(--vz-hero-media-gap) + var(--vz-hero-proof-height));
  --vz-hero-height: calc(var(--vz-hero-media-height) + 102px);
  height: var(--vz-hero-height);
  min-height: 0;
  padding: 44px 0 30px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(251, 245, 231, .97), rgba(251, 245, 231, .86) 50%, rgba(251, 245, 231, .62)),
    radial-gradient(circle at 57% 50%, #fff8e8 0, rgba(255, 248, 232, 0) 38%),
    var(--vz-cream);
  border-bottom: 0;
}

.vz-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 600px) minmax(0, 1fr);
  gap: 42px;
  align-items: center;
  height: 100%;
}

.vz-hero-copy {
  min-width: 0;
  width: 100%;
}

.vz-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: #9f5729;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.vz-hero-kicker i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--vz-accent);
  box-shadow: 0 0 0 4px rgba(182, 106, 44, .1);
}

.vz-hero h1 {
  margin: 0;
  font-family: Fraunces, Georgia, serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0;
}

.vz-hero p {
  max-width: 530px;
  margin: 14px 0 18px;
  color: #3c453b;
  font-size: 16px;
  line-height: 1.5;
}

.vz-hero-paths {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  margin: 0 0 18px;
  overflow: hidden;
  border: 1px solid #d7c8ab;
  border-radius: 9px;
  background: rgba(255, 253, 246, .72);
  box-shadow: 0 7px 18px rgba(39, 49, 31, .05);
}

.vz-hero-paths a {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  min-width: 0;
  min-height: 60px;
  padding: 8px 13px;
  transition: background-color .16s ease, color .16s ease;
}

.vz-hero-paths a + a {
  border-left: 1px solid #dfd1b6;
}

.vz-hero-paths a:hover,
.vz-hero-paths a:focus-visible {
  background: #f2ead7;
  color: var(--vz-green);
}

.vz-hero-paths a:focus-visible {
  position: relative;
  z-index: 1;
  outline: 2px solid var(--vz-accent);
  outline-offset: -2px;
}

.vz-hero-paths .vz-ic {
  width: 25px;
  height: 25px;
  color: var(--vz-green);
}

.vz-hero-paths span {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.vz-hero-paths b {
  font-size: 12px;
  line-height: 1.15;
}

.vz-hero-paths small {
  overflow: hidden;
  color: #687064;
  font-size: 9px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vz-hero-search {
  display: grid;
  grid-template-columns: 1fr 110px;
  width: 100%;
  max-width: 600px;
  height: 48px;
  overflow: hidden;
  border: 1px solid #c9bea8;
  border-radius: 13px;
  background: white;
  box-shadow: 0 10px 24px rgba(24, 34, 24, .14);
}

.vz-hero-search input,
.vz-hero-search button {
  border: 0;
  font: inherit;
}

.vz-hero-search input {
  min-width: 0;
  padding: 0 24px;
  outline: 0;
  color: var(--vz-ink);
}

.vz-hero-search button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 4px;
  border-radius: 9px;
  background: var(--vz-green);
  color: white;
  font-weight: 800;
  cursor: pointer;
}

.vz-chips {
  display: flex;
  flex-wrap: nowrap;
  gap: 7px;
  margin-top: 10px;
}

.vz-chips a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid #d1c3aa;
  border-radius: 999px;
  background: rgba(255, 253, 246, .75);
  font-size: 11px;
  font-weight: 800;
}

.vz-hero-media {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: var(--vz-hero-media-gap);
  min-width: 0;
  height: var(--vz-hero-media-height);
}

.vz-hero-visual {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  min-height: 0;
  height: var(--vz-hero-products-height);
}

.vz-hero-visual picture {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}

.vz-hero-products {
  display: block;
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
  pointer-events: none;
  user-select: none;
  filter: drop-shadow(0 20px 24px rgba(37, 29, 15, .16));
}

.vz-pattern,
.vz-basket {
  display: none;
}

.vz-hero-proof {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  width: min(548px, 100%);
  min-height: var(--vz-hero-proof-height);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 13px;
  background: #244b22;
  color: #f7efd8;
  box-shadow: 0 18px 32px rgba(27, 42, 21, .22);
}

.vz-hero-proof span {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 12px;
  min-width: 0;
  padding: 0 18px;
}

.vz-hero-proof span + span {
  border-left: 1px solid rgba(247, 239, 216, .34);
}

.vz-hero-proof svg {
  grid-row: 1 / span 2;
  width: 34px;
  height: 34px;
  color: #f1e7c7;
}

.vz-hero-proof b,
.vz-hero-proof small {
  display: block;
  min-width: 0;
}

.vz-hero-proof b {
  color: #fff9df;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
}

.vz-hero-proof small {
  margin-top: 3px;
  color: #efe4bf;
  font-size: 11px;
  line-height: 1.25;
}

.vz-trust-band {
  position: relative;
  height: 78px;
  overflow: hidden;
  background: transparent;
  border-bottom: 0;
}

.vz-trust-viewport {
  width: min(1334px, calc(100% - 48px));
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 42px;
  border-top: 1px solid var(--vz-line);
  border-bottom: 1px solid var(--vz-line);
  outline: 0;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 42px, #000 calc(100% - 42px), transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 42px, #000 calc(100% - 42px), transparent 100%);
}

.vz-trust-viewport:focus-visible {
  box-shadow: inset 0 0 0 3px rgba(36, 75, 34, .2);
}

.vz-trust-track {
  display: flex;
  align-items: center;
  width: max-content;
  height: 100%;
  animation: vz-trust-loop 46s linear infinite;
  will-change: transform;
}

.vz-trust-group {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  height: 100%;
}

.vz-trust-group article {
  display: grid;
  width: 280px;
  height: 100%;
  flex: 0 0 280px;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 0 22px;
  border-right: 1px solid var(--vz-line);
}

.vz-trust-group article > span {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.vz-trust-group svg {
  width: 32px;
  height: 32px;
  color: var(--vz-green);
}

.vz-trust-group b,
.vz-trust-group small {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
}

.vz-trust-group b {
  font-size: 13px;
  line-height: 1.15;
}

.vz-trust-group small {
  color: #3f493d;
  font-size: 11px;
  line-height: 1.2;
}

.vz-trust-band:hover .vz-trust-track,
.vz-trust-viewport:focus-within .vz-trust-track,
.vz-trust-band.is-document-paused .vz-trust-track {
  animation-play-state: paused;
}

@keyframes vz-trust-loop {
  to {
    transform: translateX(-50%);
  }
}

.vz-section {
  padding: 24px 0 0;
  background: var(--vz-cream);
}

.vz-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 13px;
}

.vz-section h2 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-family: Fraunces, Georgia, serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.vz-section-head p {
  margin: 5px 0 0;
  color: var(--vz-muted);
  font-size: 13px;
}

.vz-section-head a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #93451c;
  font-size: 12px;
  font-weight: 800;
}

.vz-season-layout {
  display: block;
}

.vz-season {
  padding-top: 56px;
}

.vz-product-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  align-self: start;
  align-items: start;
}

.vz-pcard {
  display: grid;
  grid-template-rows: 96px minmax(0, 1fr);
  min-width: 0;
  min-height: 263px;
  overflow: clip;
  border: 1px solid #d1c3aa;
  border-radius: 8px;
  background: white;
  box-shadow: 0 7px 16px rgba(35, 45, 32, .08);
}

.vz-pcard-image {
  position: relative;
  display: block;
  min-width: 0;
  width: 100%;
  height: 96px;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #f3ead8;
  cursor: pointer;
}

.vz-pcard-image img,
.vz-pcard-image svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .18s ease;
}

.vz-pcard:hover .vz-pcard-image img,
.vz-pcard:hover .vz-pcard-image svg {
  transform: scale(1.035);
}

.vz-pcard-image span {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(33, 69, 31, .92);
  color: #fff7db;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
}

.vz-pcard-body {
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 5px;
  min-width: 0;
  padding: 9px 9px 8px;
}

.vz-pcard-title {
  display: -webkit-box;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
  color: var(--vz-ink);
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.16;
  text-align: left;
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.vz-pcard-body small {
  display: -webkit-box;
  min-width: 0;
  overflow: hidden;
  color: #5c6558;
  font-size: 10px;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.vz-pcard-foot {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 8px;
  margin-top: 5px;
}

.vz-pcard-foot strong {
  color: #1c2c1a;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.vz-pcard-foot em {
  display: inline-block;
  margin-left: 3px;
  color: #697365;
  font-size: 11px;
  font-style: normal;
}

.vz-pcard button[data-vz-add] {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--vz-green);
  color: white;
  cursor: pointer;
}

.vz-pcard button[data-vz-add] .vz-ic {
  width: 14px;
  height: 14px;
}

.vz-pcard button[data-vz-add]:focus-visible {
  outline: 2px solid #d7984f;
  outline-offset: 2px;
}

.vz-map-teaser {
  position: relative;
  width: 100%;
  min-height: 0;
  overflow: visible;
  overflow-anchor: none;
  color: var(--vz-green);
}

.vz-map-teaser::before,
.vz-map-teaser::after {
  display: none;
}

.vz-map-card {
  position: relative;
  display: grid;
  width: min(100%, 1080px);
  aspect-ratio: 620 / 330;
  margin: 0 auto;
  place-items: center;
}

.vz-map-card svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.vz-map-section .vz-map-teaser {
  min-height: 0;
  margin-top: 32px;
}

.vz-map-section .vz-map-card {
  width: min(100%, 1080px);
  height: auto;
}

.vz-map-loading,
.vz-map-error {
  max-width: 210px;
  color: var(--vz-muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
}

.vz-map-card .ro-real-map .counties path {
  fill: #dce7cf;
  stroke: #315d37;
  stroke-width: 1;
  stroke-linejoin: round;
  cursor: pointer;
  vector-effect: non-scaling-stroke;
  transition: fill .16s ease, stroke .16s ease, stroke-width .16s ease, opacity .16s ease;
}

.vz-map-card .ro-real-map .counties path.has-farmers {
  fill: #b9cea9;
  stroke: #234d2a;
}

.vz-map-card .ro-real-map .counties path:hover,
.vz-map-card .ro-real-map .counties path.is-hover {
  fill: #d7984f;
  stroke: #183c21;
  stroke-width: 1.45;
}

.vz-map-card .ro-real-map .counties path:focus,
.vz-map-card .ro-real-map .counties path:focus-visible {
  outline: 0;
  fill: #d7984f;
  stroke: #183c21;
  stroke-width: 1.7;
}

.vz-map-card .ro-real-map .counties path.is-selected {
  fill: #245b31;
  stroke: #173516;
  stroke-width: 1.9;
}

.vz-map-card .ro-real-map .county-labels text {
  fill: #173516;
  stroke: rgba(255, 250, 240, .92);
  stroke-width: 2.35;
  paint-order: stroke;
  font-family: Inter, system-ui, sans-serif;
  font-size: 8px;
  font-weight: 800;
  opacity: .96;
  pointer-events: none;
  transition: opacity .14s ease, fill .14s ease, font-size .14s ease, stroke-width .14s ease;
}

.vz-map-card .ro-real-map .county-labels text.is-hover,
.vz-map-card .ro-real-map .county-labels text.is-selected {
  fill: #fffdf6;
  stroke: rgba(23, 53, 22, .9);
  stroke-width: 2.9;
  font-size: 9.2px;
  opacity: 1;
}

.vz-map-card .ro-real-map .county-leader {
  color: #315d37;
  opacity: .78;
  pointer-events: none;
}

.vz-map-tooltip {
  position: fixed;
  z-index: 100;
  padding: 7px 9px;
  border: 1px solid rgba(251, 246, 234, .32);
  border-radius: 6px;
  background: rgba(21, 32, 24, .92);
  color: #fffdf6;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
  pointer-events: none;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
}

.vz-map-teaser.is-county-popup-open {
  isolation: isolate;
}

.vz-county-popup {
  position: absolute;
  inset: 0;
  z-index: 40;
  display: grid;
  padding: 16px;
  place-items: center;
  overflow-anchor: none;
}

.vz-county-popup-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(248, 242, 226, .7);
  backdrop-filter: blur(2px);
  cursor: pointer;
}

.vz-county-popup-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  width: min(680px, calc(100% - 32px));
  height: min(520px, calc(100% - 32px));
  max-height: calc(100% - 32px);
  overflow: hidden;
  border: 1px solid #c9b99c;
  border-radius: 8px;
  background: #fffdf6;
  box-shadow: 0 24px 60px rgba(24, 43, 23, .24);
  overflow-anchor: none;
}

.vz-county-popup-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: grid;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid var(--vz-line);
  border-radius: 50%;
  background: #fffaf0;
  color: var(--vz-green);
  font: 700 22px/1 Inter, sans-serif;
  cursor: pointer;
  place-items: center;
}

.vz-county-popup-close:focus-visible,
.vz-county-popup-tabs button:focus-visible,
.vz-county-product button:focus-visible,
.vz-county-farmer:focus-visible {
  outline: 2px solid #d7984f;
  outline-offset: 2px;
}

.vz-county-popup-head {
  padding: 22px 62px 14px 22px;
  border-bottom: 1px solid var(--vz-line);
}

.vz-county-popup-head h3 {
  margin: 6px 0 4px;
  color: var(--vz-green);
  font-family: Fraunces, Georgia, serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.05;
}

.vz-county-popup-head p {
  margin: 0;
  color: var(--vz-muted);
  font-size: 12px;
  line-height: 1.45;
}

.vz-county-popup-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 8px 22px 0;
  background: #fffdf6;
}

.vz-county-popup-tabs button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: var(--vz-muted);
  font: 800 12px/1 Inter, sans-serif;
  cursor: pointer;
}

.vz-county-popup-tabs button b {
  display: inline-grid;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 11px;
  background: #e9efdf;
  color: var(--vz-green);
  font-size: 10px;
  place-items: center;
}

.vz-county-popup-tabs button[aria-selected="true"] {
  border-bottom-color: var(--vz-green);
  color: var(--vz-green);
}

.vz-county-popup-body {
  min-height: 0;
  overflow: auto;
  padding: 16px 22px 22px;
}

.vz-county-popup-results {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.vz-county-product {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  min-height: 98px;
  overflow: hidden;
  border: 1px solid var(--vz-line);
  border-radius: 7px;
  background: white;
}

.vz-county-product-media {
  display: block;
  width: 78px;
  min-height: 98px;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #e7ebdc;
  cursor: pointer;
}

.vz-county-product-media img,
.vz-county-product-media svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vz-county-product-copy {
  display: grid;
  min-width: 0;
  padding: 10px;
  align-content: start;
  grid-template-rows: auto auto 1fr auto;
}

.vz-county-product-copy > small {
  overflow: hidden;
  color: var(--vz-muted);
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vz-county-product-copy h4 {
  margin: 3px 0 4px;
  font: 700 12px/1.15 Inter, sans-serif;
}

.vz-county-product-copy h4 button {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--vz-text);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.vz-county-product-copy > p {
  margin: 0;
  color: #557050;
  font-size: 9px;
  line-height: 1.25;
}

.vz-county-product-foot {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 8px;
  margin-top: 7px;
}

.vz-county-product-foot strong {
  color: var(--vz-green);
  font-size: 12px;
}

.vz-county-product-foot button {
  display: grid;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--vz-green);
  color: white;
  cursor: pointer;
  place-items: center;
}

.vz-county-product-foot .vz-ic {
  width: 13px;
  height: 13px;
}

.vz-county-farmer {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 10px;
  min-height: 76px;
  padding: 11px;
  border: 1px solid var(--vz-line);
  border-radius: 7px;
  background: white;
  color: var(--vz-text);
}

.vz-county-farmer > i {
  display: grid;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #dce7cf;
  color: var(--vz-green);
  font: 800 12px/1 Inter, sans-serif;
  font-style: normal;
  place-items: center;
}

.vz-county-farmer-copy {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.vz-county-farmer-copy b {
  overflow: hidden;
  color: var(--vz-green);
  font: 700 12px/1.2 Inter, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vz-county-farmer-copy small {
  color: var(--vz-muted);
  font-size: 9px;
}

.vz-county-farmer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.vz-county-farmer-badges em {
  padding: 3px 5px;
  border-radius: 4px;
  background: #edf2e4;
  color: #46663f;
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
}

.vz-county-farmer > .vz-ic {
  width: 16px;
  height: 16px;
  color: var(--vz-accent);
}

.vz-page .vz-county-popup-cta {
  display: inline-flex;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 40px;
  margin-top: 2px;
  border-radius: 6px;
  background: var(--vz-green);
  color: white;
  font-size: 11px;
  font-weight: 900;
}

.vz-county-popup-cta .vz-ic {
  width: 14px;
  height: 14px;
}

.vz-county-popup-state {
  grid-column: 1 / -1;
  min-height: 116px;
  padding: 22px;
  border: 1px dashed var(--vz-line);
  border-radius: 7px;
  color: var(--vz-muted);
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
}

.vz-county-popup-state b {
  display: block;
  margin-bottom: 5px;
  color: var(--vz-green);
  font: 600 18px/1.15 Fraunces, Georgia, serif;
}

.vz-county-popup-state button {
  min-height: 34px;
  margin-top: 10px;
  padding: 0 12px;
  border: 0;
  border-radius: 5px;
  background: var(--vz-green);
  color: white;
  font-size: 10px;
  font-weight: 900;
  cursor: pointer;
}

.vz-farmers {
  padding-top: 24px;
  padding-bottom: 28px;
}

.vz-farmer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.vz-fc {
  position: relative;
  display: grid;
  grid-template-columns: 122px minmax(0, 1fr);
  min-height: 192px;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: #fffdf6;
  box-shadow: 0 0 0 1px #d1c3aa, 0 8px 18px rgba(35, 45, 32, .08);
  transition: transform .16s ease, box-shadow .16s ease;
}

.vz-fc:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 0 1px rgba(45, 74, 43, .34), 0 14px 26px rgba(35, 45, 32, .12);
}

.vz-fc:focus-visible {
  outline: 2px solid #d7984f;
  outline-offset: 3px;
}

.vz-fc-photo {
  position: relative;
  display: block;
  align-self: stretch;
  min-width: 0;
  min-height: 192px;
  overflow: hidden;
  background: #e8eadb;
}

.vz-fc-photo img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform .18s ease;
}

.vz-fc:hover .vz-fc-photo img {
  transform: scale(1.035);
}

.vz-fc-body {
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 6px;
  min-width: 0;
  padding: 13px 14px;
}

.vz-fc-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 6px;
  min-width: 0;
}

.vz-fc-head b {
  display: -webkit-box;
  min-width: 0;
  overflow: hidden;
  color: var(--vz-ink);
  font-family: Fraunces, Georgia, serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.08;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.vz-fc-head em {
  position: static;
  align-self: start;
  padding: 4px 7px;
  border-radius: 999px;
  background: #edf2df;
  color: var(--vz-green);
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.vz-fc-body > small {
  color: #7a5b32;
  font-size: 11px;
  font-weight: 800;
}

.vz-fc-copy {
  display: -webkit-box;
  min-width: 0;
  overflow: hidden;
  color: #5c6558;
  font-size: 12px;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.vz-fc-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 4px;
  color: var(--vz-green);
  font-size: 12px;
  font-weight: 900;
}

.vz-fc-foot i {
  color: #93451c;
  font-style: normal;
  white-space: nowrap;
}

.vz-fc-foot i small {
  color: #776b5d;
  font-weight: 700;
}

.vz-fc-foot span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}

.vz-fc-foot .vz-ic {
  width: 13px;
  height: 13px;
}

.vz-map-section,
.vz-how,
.vz-reviews,
.vz-b2b,
.vz-farmer-cta,
.vz-footer {
  padding: 54px 0;
}

.vz-map-section {
  background: #fffaf0;
  border-top: 1px solid var(--vz-line);
}

.vz-map-grid {
  display: block;
}

.vz-map-main {
  min-width: 0;
}

.vz-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #93451c;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.vz-eyebrow i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #93451c;
}

.vz-map-section h2,
.vz-centered h2,
.vz-b2b h2,
.vz-farmer-cta h2 {
  margin: 10px 0;
  font-family: Fraunces, Georgia, serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.05;
}

.vz-map-section p,
.vz-centered p,
.vz-b2b p,
.vz-farmer-cta p {
  color: var(--vz-muted);
  line-height: 1.6;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 16px;
  border-radius: var(--vz-radius);
  border: 1px solid transparent;
  font-weight: 900;
}

.btn-primary {
  background: var(--vz-green);
  color: white;
}

.vz-centered {
  max-width: 720px;
  margin: 0 auto 24px;
  text-align: center;
}

.vz-how {
  border-top: 1px solid var(--vz-line);
  border-bottom: 1px solid var(--vz-line);
  background:
    linear-gradient(180deg, rgba(255, 250, 240, .94), rgba(250, 240, 220, .62)),
    var(--vz-bg);
}

.vz-how .container {
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  gap: 42px;
  align-items: center;
}

.vz-how-head {
  max-width: 360px;
}

.vz-how-head h2 {
  margin: 10px 0;
  font-family: Fraunces, Georgia, serif;
  font-size: 48px;
  font-weight: 500;
  line-height: .98;
  letter-spacing: 0;
}

.vz-how-head p {
  margin: 0;
  color: var(--vz-muted);
  font-size: 15px;
  line-height: 1.6;
}

.vz-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.vz-steps::before {
  content: "";
  position: absolute;
  left: 13%;
  right: 13%;
  top: 45px;
  height: 2px;
  background: linear-gradient(90deg, rgba(45, 74, 43, .12), rgba(45, 74, 43, .32), rgba(45, 74, 43, .12));
}

.vz-steps article {
  position: relative;
  z-index: 1;
  min-height: 230px;
  padding: 22px 20px;
  border: 1px solid rgba(209, 195, 170, .92);
  border-radius: 8px;
  background: rgba(255, 253, 246, .94);
  box-shadow: 0 12px 30px rgba(35, 45, 32, .07);
}

.vz-steps b {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--vz-green);
  color: white;
  font-size: 14px;
  font-weight: 900;
}

.vz-steps article > span {
  display: grid;
  width: 48px;
  height: 48px;
  margin: 20px 0 18px;
  place-items: center;
  border-radius: 50%;
  background: #edf2df;
  color: var(--vz-green);
}

.vz-steps article > span .vz-ic {
  width: 24px;
  height: 24px;
}

.vz-steps h3 {
  margin: 0 0 8px;
  color: var(--vz-green);
  font-family: Fraunces, Georgia, serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
}

.vz-steps p {
  margin: 0;
  color: #4f5b4b;
  font-size: 13px;
  line-height: 1.5;
}

.vz-reviews {
  background: #f5eddd;
}

.vz-reviews-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 460px);
  align-items: end;
  gap: 28px;
  margin-bottom: 30px;
}

.vz-reviews-head .vz-eyebrow,
.vz-reviews-head h2 {
  grid-column: 1;
}

.vz-reviews-head h2 {
  margin: 8px 0 0;
  font-family: Fraunces, Georgia, serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
}

.vz-reviews-head p {
  grid-column: 2;
  grid-row: 1 / span 2;
  margin: 0 0 2px;
  color: var(--vz-muted);
  font-size: 15px;
  line-height: 1.6;
}

.vz-review-shell {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 46px;
  align-items: center;
  gap: 16px;
}

.vz-review-shell > button {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid var(--vz-line);
  border-radius: 50%;
  background: var(--vz-paper);
  color: var(--vz-green);
  box-shadow: 0 8px 22px rgba(38, 48, 34, .08);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.vz-review-shell > button:hover,
.vz-review-shell > button:focus-visible {
  border-color: var(--vz-green);
  background: var(--vz-green);
  color: white;
}

.vz-review-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.vz-review-card {
  display: flex;
  min-width: 0;
  min-height: 258px;
  flex-direction: column;
  padding: 24px;
  border: 1px solid var(--vz-line);
  border-radius: var(--vz-radius);
  background: var(--vz-paper);
  box-shadow: 0 12px 30px rgba(37, 48, 34, .06);
}

.vz-review-card.is-featured {
  border-color: var(--vz-green);
  background: var(--vz-green);
  color: white;
}

.vz-review-top,
.vz-review-person {
  display: flex;
  align-items: center;
}

.vz-review-top {
  justify-content: space-between;
  gap: 12px;
}

.vz-review-top > span {
  color: #93451c;
  font-size: 14px;
  letter-spacing: 0;
}

.vz-review-top em {
  color: var(--vz-muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}

.vz-review-card.is-featured .vz-review-top em,
.vz-review-card.is-featured .vz-review-person small,
.vz-review-card.is-featured footer {
  color: rgba(255, 255, 255, .72);
}

.vz-review-card > p {
  flex: 1;
  margin: 22px 0;
  font-family: Fraunces, Georgia, serif;
  font-size: 18px;
  line-height: 1.5;
}

.vz-review-person {
  gap: 12px;
}

.vz-review-person > i {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: #e8eed8;
  color: var(--vz-green);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.vz-review-card.is-featured .vz-review-person > i {
  background: rgba(255, 255, 255, .14);
  color: white;
}

.vz-review-person > span {
  display: grid;
  gap: 3px;
}

.vz-review-person strong {
  font-size: 14px;
}

.vz-review-person small,
.vz-review-card footer {
  color: var(--vz-muted);
  font-size: 11px;
}

.vz-review-card footer {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(120, 108, 84, .18);
  font-weight: 700;
}

.vz-b2b {
  background: #fffaf0;
}

.vz-b2b-grid,
.vz-farmer-cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 540px);
  gap: 56px;
  align-items: center;
}

.vz-b2b-copy > p {
  max-width: 650px;
  margin-bottom: 24px;
}

.vz-b2b-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 720px;
  padding: 18px;
  border: 1px solid var(--vz-line);
  border-radius: var(--vz-radius);
  background: var(--vz-paper);
}

.vz-b2b-form label {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.vz-b2b-form label > span {
  color: #485444;
  font-size: 11px;
  font-weight: 800;
}

.vz-b2b-form input,
.vz-b2b-form select {
  width: 100%;
  height: 46px;
  min-width: 0;
  padding: 0 12px;
  border: 1px solid var(--vz-line);
  border-radius: 6px;
  outline: 0;
  background: white;
  color: var(--vz-ink);
  font: inherit;
  font-size: 13px;
}

.vz-b2b-form input:focus,
.vz-b2b-form select:focus {
  border-color: var(--vz-green);
  box-shadow: 0 0 0 3px rgba(33, 69, 31, .1);
}

.vz-b2b-type,
.vz-b2b-form button,
.vz-b2b-form > p {
  grid-column: 1 / -1;
}

.vz-b2b-form button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 6px;
  background: var(--vz-green);
  color: white;
  font-weight: 900;
  cursor: pointer;
}

.vz-b2b-form button:disabled {
  cursor: wait;
  opacity: .7;
}

.vz-b2b-form > p {
  margin: 0;
  padding: 10px 12px;
  border-left: 3px solid #54804d;
  background: #edf2df;
  color: var(--vz-green);
  font-size: 12px;
  font-weight: 700;
}

.vz-b2b-form > p.is-error {
  border-left-color: #a94a36;
  background: #fae7df;
  color: #7f2e20;
}

.vz-b2b-media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.vz-b2b-media > img {
  width: 100%;
  height: 148px;
  border: 1px solid rgba(66, 82, 55, .2);
  border-radius: var(--vz-radius);
  object-fit: cover;
}

.vz-b2b-media > img:first-child {
  grid-column: 1 / -1;
  height: 190px;
}

.vz-b2b-stats {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 8px;
  border-top: 1px solid var(--vz-line);
  border-bottom: 1px solid var(--vz-line);
}

.vz-b2b-stats span {
  display: grid;
  gap: 3px;
  padding: 14px 10px;
  color: var(--vz-muted);
  font-size: 11px;
}

.vz-b2b-stats span + span {
  border-left: 1px solid var(--vz-line);
}

.vz-b2b-stats b {
  color: var(--vz-green);
  font-family: Fraunces, Georgia, serif;
  font-size: 24px;
  font-weight: 600;
}

.vz-farmer-cta {
  background: var(--vz-green);
  color: white;
}

.vz-farmer-cta-grid {
  grid-template-columns: minmax(420px, 1.08fr) minmax(0, .92fr);
}

.vz-farmer-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.vz-farmer-gallery img {
  width: 100%;
  height: auto;
  aspect-ratio: 308 / 123;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--vz-radius);
  object-fit: contain;
}

.vz-farmer-cta-copy > span {
  color: #dacb9a;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.vz-farmer-cta h2,
.vz-farmer-cta p {
  color: white;
}

.vz-farmer-cta h2 {
  max-width: 620px;
  margin: 10px 0 12px;
}

.vz-farmer-cta p {
  max-width: 560px;
  color: rgba(255, 255, 255, .78);
}

.vz-farmer-perks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
  margin: 22px 0 24px;
}

.vz-farmer-perks b {
  position: relative;
  padding: 8px 0 8px 25px;
  border: 0;
  font-size: 13px;
}

.vz-farmer-perks b::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 7px;
  color: #dacb9a;
}

.btn-cream {
  background: var(--vz-paper);
  color: var(--vz-green);
}

.vz-farmer-cta .btn-cream {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 18px;
  border-radius: 6px;
  color: var(--vz-green) !important;
  font-weight: 900;
}

.vz-footer {
  background: #182b17;
  color: #f8ecd0;
}

.vz-footer-grid {
  display: grid;
  grid-template-columns: minmax(290px, 1.5fr) repeat(5, minmax(100px, 1fr));
  gap: 24px;
}

.vz-logo-light,
.vz-logo-light small {
  color: #f8ecd0;
}

.vz-footer nav {
  display: grid;
  gap: 8px;
}

.vz-footer a,
.vz-footer p {
  color: rgba(248, 236, 208, .78);
}

.vz-toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 130;
  max-width: min(520px, calc(100% - 32px));
  padding: 12px 16px;
  border-radius: var(--vz-radius);
  background: #182b17;
  color: white;
  opacity: 0;
  transform: translate(-50%, 12px);
  pointer-events: none;
  transition: .18s ease;
}

.vz-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.vz-modal[hidden] {
  display: none;
}

.vz-modal {
  position: fixed;
  inset: 0;
  z-index: 140;
  display: grid;
  place-items: center;
  padding: 18px;
}

.vz-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 32, 18, .62);
}

.vz-modal-panel {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  border-radius: 12px;
  background: var(--vz-paper);
}

.vz-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: white;
  font-size: 24px;
  cursor: pointer;
}

/* Sales funnel after the county map */
.vz-local-products,
.vz-category-shop,
.vz-complete-cart,
.vz-bundle,
.vz-reviews,
.vz-faq,
.vz-final-sale {
  padding: 64px 0;
}

.vz-category-shop {
  margin-top: 34px;
  border-top: 1px solid var(--vz-line);
  border-bottom: 1px solid var(--vz-line);
  background: #f7f0e1;
}

.vz-complete-cart {
  border-bottom: 1px solid var(--vz-line);
}

.vz-category-tabs {
  display: flex;
  max-width: 100%;
  margin: 0 0 22px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.vz-category-tabs button {
  min-width: 112px;
  height: 42px;
  flex: 1 0 auto;
  border: 1px solid var(--vz-line);
  border-right: 0;
  background: var(--vz-paper);
  color: var(--vz-green);
  font: 800 12px/1 Inter, sans-serif;
  cursor: pointer;
}

.vz-category-tabs button:first-child {
  border-radius: 7px 0 0 7px;
}

.vz-category-tabs button:last-child {
  border-right: 1px solid var(--vz-line);
  border-radius: 0 7px 7px 0;
}

.vz-category-tabs button[aria-selected="true"] {
  border-color: var(--vz-green);
  background: var(--vz-green);
  color: white;
}

.vz-category-tabs button:focus-visible {
  position: relative;
  z-index: 1;
  outline: 3px solid rgba(195, 101, 45, .32);
  outline-offset: -3px;
}

.vz-sales-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 26px;
}

.vz-sales-head h2,
.vz-bundle h2,
.vz-faq h2,
.vz-final-sale h2 {
  margin: 9px 0 8px;
  font-family: Fraunces, Georgia, serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.04;
}

.vz-sales-head p,
.vz-bundle-copy > p,
.vz-faq-intro > p,
.vz-final-sale p {
  max-width: 700px;
  margin: 0;
  color: var(--vz-muted);
  font-size: 14px;
  line-height: 1.6;
}

.vz-sales-head > a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  color: var(--vz-accent);
  font-size: 12px;
  font-weight: 900;
}

.vz-local-products {
  border-top: 1px solid var(--vz-line);
}

.vz-local-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.vz-product-group-title {
  grid-column: 1 / -1;
  margin: 8px 0 0;
  color: var(--vz-green);
  font-family: Fraunces, Georgia, serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.2;
}

.vz-product-group-title:first-child {
  margin-top: 0;
}

.vz-product-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.vz-product-group {
  min-width: 0;
}

.vz-product-group .vz-product-group-title {
  margin: 0 0 12px;
}

.vz-product-group .vz-local-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vz-sales-loading,
.vz-sales-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 28px;
  border: 1px solid var(--vz-line);
  border-radius: var(--vz-radius);
  background: var(--vz-paper);
  color: var(--vz-muted);
  text-align: center;
}

.vz-sales-empty b {
  display: block;
  margin-bottom: 6px;
  color: var(--vz-green);
  font-family: Fraunces, Georgia, serif;
  font-size: 22px;
}

.vz-sales-empty p {
  margin: 0 0 12px;
}

.vz-sales-empty a {
  color: var(--vz-accent);
  font-weight: 900;
}

.vz-sale-product {
  display: grid;
  min-width: 0;
  grid-template-rows: 122px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--vz-line);
  border-radius: var(--vz-radius);
  background: var(--vz-paper);
  box-shadow: 0 8px 22px rgba(32, 45, 28, .06);
}

.vz-sale-product-media {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  background: #e9eddd;
}

.vz-sale-product-media img,
.vz-sale-product-media > svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vz-sale-product-media > span {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 4px 7px;
  border-radius: 999px;
  background: var(--vz-green);
  color: white;
  font-size: 9px;
  font-weight: 900;
}

.vz-sale-product > div {
  display: flex;
  min-width: 0;
  min-height: 156px;
  flex-direction: column;
  padding: 12px;
}

.vz-sale-product small,
.vz-sale-product p {
  overflow: hidden;
  color: var(--vz-muted);
  font-size: 10px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vz-sale-product h3 {
  margin: 7px 0 6px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  line-height: 1.3;
}

.vz-sale-product p {
  margin: 0;
}

.vz-sale-product footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 8px;
  margin-top: auto;
  padding-top: 16px;
}

.vz-sale-product footer span {
  min-width: 0;
}

.vz-sale-product footer strong {
  font-size: 15px;
}

.vz-sale-product footer em {
  color: var(--vz-muted);
  font-size: 9px;
  font-style: normal;
}

.vz-sale-product footer button {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--vz-green);
  color: white;
  cursor: pointer;
}

.vz-bundle {
  background: var(--vz-green-dark);
  color: white;
}

.vz-bundle-carousel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.vz-bundle-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

.vz-bundle-controls > b {
  min-width: 48px;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  font-variant-numeric: tabular-nums;
  text-align: center;
}

.vz-bundle-controls button {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  color: white;
  cursor: pointer;
  transition: background-color .16s ease, border-color .16s ease;
}

.vz-bundle-controls button:hover,
.vz-bundle-controls button:focus-visible {
  border-color: rgba(255, 255, 255, .62);
  background: rgba(255, 255, 255, .16);
}

.vz-bundle-controls button:disabled {
  cursor: not-allowed;
  opacity: .4;
}

.vz-bundle-controls button:focus-visible {
  outline: 2px solid #e5ca83;
  outline-offset: 2px;
}

.vz-bundle-controls [data-vz-bundle-prev] .vz-ic {
  transform: rotate(180deg);
}

.vz-bundle-viewport {
  min-width: 0;
  overflow: hidden;
  outline: 0;
  touch-action: pan-y;
}

.vz-bundle-viewport:focus-visible {
  box-shadow: 0 0 0 3px rgba(229, 202, 131, .42);
}

.vz-bundle-track {
  display: flex;
  width: 100%;
  transition: transform .52s cubic-bezier(.22, .7, .26, 1);
  will-change: transform;
}

.vz-bundle-slide {
  width: 100%;
  min-width: 100%;
  flex: 0 0 100%;
}

.vz-bundle-slide[aria-hidden="true"] {
  pointer-events: none;
}

.vz-bundle-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
  gap: 54px;
  align-items: center;
}

.vz-bundle-media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.vz-bundle-media img,
.vz-bundle-media > svg {
  display: block;
  width: 100%;
  height: 174px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--vz-radius);
  object-fit: cover;
}

.vz-bundle-cover {
  grid-column: 1 / -1;
  display: block;
}

.vz-bundle-media .vz-bundle-cover img {
  height: 356px;
}

.vz-bundle-owner {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  color: #e5ca83;
  font-size: 12px;
  font-weight: 900;
}

.vz-bundle-owner a,
.vz-bundle-owner span {
  color: inherit;
}

.vz-bundle-owner em {
  padding: 4px 7px;
  border: 1px solid rgba(229, 202, 131, .4);
  border-radius: 999px;
  font-size: 9px;
  font-style: normal;
  text-transform: uppercase;
}

.vz-bundle .vz-eyebrow {
  color: #e5ca83;
}

.vz-bundle .vz-eyebrow i {
  background: #e5ca83;
}

.vz-bundle h2 {
  max-width: 620px;
  color: white;
  font-size: 50px;
}

.vz-bundle-copy > p {
  color: rgba(255, 255, 255, .74);
}

.vz-bundle-copy ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 24px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.vz-bundle-copy li {
  position: relative;
  padding-left: 20px;
  font-size: 12px;
}

.vz-bundle-copy li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #e5ca83;
}

.vz-bundle-price {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, .18);
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.vz-bundle-price > span {
  display: flex;
  align-items: baseline;
  gap: 14px;
}

.vz-bundle-price del {
  color: rgba(255, 255, 255, .58);
  font-size: 14px;
}

.vz-bundle-price strong {
  font-family: Fraunces, Georgia, serif;
  font-size: 38px;
  font-weight: 600;
}

.vz-bundle-price em {
  padding: 7px 10px;
  border-radius: 999px;
  background: #e5ca83;
  color: var(--vz-green-dark);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.vz-bundle-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.vz-bundle-actions button,
.vz-bundle-actions a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 6px;
  font-weight: 900;
}

.vz-bundle-actions button {
  border-color: var(--vz-paper);
  background: var(--vz-paper);
  color: var(--vz-green);
  cursor: pointer;
}

.vz-bundle-actions button:disabled {
  cursor: not-allowed;
  opacity: .55;
}

.vz-bundle-actions a {
  color: white;
}

.vz-bundle-status {
  min-height: 18px;
  margin: 12px 0 0;
  color: #f9eee8;
  font-size: 11px;
}

.vz-bundle-load-error {
  margin: 0;
  padding: 44px 20px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--vz-radius);
  color: rgba(255, 255, 255, .78);
  text-align: center;
}

.vz-bundle-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-height: 32px;
  margin-top: 20px;
}

.vz-bundle-dots button {
  position: relative;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.vz-bundle-dots button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 50%;
  background: transparent;
  content: "";
  transform: translate(-50%, -50%);
  transition: width .18s ease, border-radius .18s ease, background-color .18s ease;
}

.vz-bundle-dots button.is-active::before {
  width: 28px;
  border-radius: 999px;
  background: #e5ca83;
}

.vz-bundle-dots button:focus-visible {
  outline: 2px solid #e5ca83;
  outline-offset: 3px;
}

.vz-reassurance {
  padding: 34px 0;
  border-bottom: 1px solid var(--vz-line);
  background: #fffaf0;
}

.vz-buy-steps,
.vz-guarantees {
  display: grid;
}

.vz-buy-steps {
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--vz-line);
  border-radius: var(--vz-radius);
  background: var(--vz-line);
}

.vz-buy-steps article {
  display: grid;
  grid-template-columns: 28px 30px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 16px 18px;
  background: var(--vz-paper);
}

.vz-buy-steps b {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: var(--vz-green);
  color: white;
  font-size: 11px;
}

.vz-buy-steps article > .vz-ic {
  color: var(--vz-green);
}

.vz-buy-steps span {
  display: grid;
  gap: 2px;
}

.vz-buy-steps strong {
  font-family: Fraunces, Georgia, serif;
  font-size: 18px;
}

.vz-buy-steps small {
  color: var(--vz-muted);
  font-size: 10px;
}

.vz-guarantees {
  grid-template-columns: repeat(5, 1fr);
  margin-top: 18px;
  border-top: 1px solid var(--vz-line);
  border-bottom: 1px solid var(--vz-line);
}

.vz-guarantees > span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 58px;
  color: var(--vz-green);
  font-size: 11px;
}

.vz-guarantees > span + span {
  border-left: 1px solid var(--vz-line);
}

.vz-rating-summary {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
  border-left: 1px solid var(--vz-line);
}

.vz-rating-summary[hidden] {
  display: none;
}

.vz-rating-summary > strong {
  color: var(--vz-green);
  font-family: Fraunces, Georgia, serif;
  font-size: 38px;
}

.vz-rating-summary > strong small {
  font-size: 16px;
}

.vz-rating-summary > span {
  display: grid;
  gap: 3px;
  color: var(--vz-accent);
  font-size: 12px;
}

.vz-rating-summary > span small {
  color: var(--vz-muted);
  font-size: 10px;
}

.vz-review-empty {
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: 820px;
  padding: 22px 0;
  border-top: 1px solid var(--vz-line);
  border-bottom: 1px solid var(--vz-line);
}

.vz-review-empty[hidden] {
  display: none;
}

.vz-review-empty > .vz-ic {
  width: 42px;
  height: 42px;
  color: var(--vz-green);
}

.vz-review-empty h3 {
  margin: 0 0 5px;
  font-family: Fraunces, Georgia, serif;
  font-size: 24px;
  font-weight: 500;
}

.vz-review-empty p {
  margin: 0;
  color: var(--vz-muted);
  font-size: 12px;
  line-height: 1.55;
}

.vz-faq {
  background: #fffaf0;
}

.vz-faq-grid {
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  gap: 64px;
  align-items: start;
}

.vz-faq-intro {
  position: sticky;
  top: 100px;
}

.vz-faq-list {
  border-top: 1px solid var(--vz-line);
}

.vz-faq-list article {
  border-bottom: 1px solid var(--vz-line);
}

.vz-faq-list button {
  display: flex;
  width: 100%;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--vz-ink);
  font-family: Fraunces, Georgia, serif;
  font-size: 18px;
  text-align: left;
  cursor: pointer;
}

.vz-faq-list button span {
  color: var(--vz-green);
  font-family: Inter, sans-serif;
  font-size: 22px;
  transition: transform .18s ease;
}

.vz-faq-list article.is-open button span {
  transform: rotate(45deg);
}

.vz-faq-list article > div {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .22s ease;
}

.vz-faq-list article > div > p {
  min-height: 0;
  overflow: hidden;
  margin: 0;
  color: var(--vz-muted);
  font-size: 13px;
  line-height: 1.65;
}

.vz-faq-list article.is-open > div {
  grid-template-rows: 1fr;
}

.vz-faq-list article.is-open > div > p {
  padding: 0 34px 20px 0;
}

.vz-final-sale {
  background: #a95531;
  color: white;
}

.vz-final-sale .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
}

.vz-final-sale .vz-eyebrow,
.vz-final-sale h2,
.vz-final-sale p {
  color: white;
}

.vz-final-sale .vz-eyebrow i {
  background: white;
}

.vz-final-sale h2 {
  max-width: 760px;
}

.vz-final-sale p {
  color: #f9eee8;
}

.vz-final-sale a {
  display: inline-flex;
  min-height: 50px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 20px;
  border-radius: 6px;
  background: var(--vz-paper);
  color: #7f3d24;
  font-weight: 900;
}

.vz-secondary-audiences {
  padding: 28px 0;
  background: var(--vz-cream);
}

.vz-secondary-audiences .container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--vz-line);
  border-bottom: 1px solid var(--vz-line);
}

.vz-secondary-audiences a {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 20px 24px;
  color: var(--vz-green);
}

.vz-secondary-audiences a + a {
  border-left: 1px solid var(--vz-line);
}

.vz-secondary-audiences a > span {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.vz-secondary-audiences small {
  color: #93451c;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.vz-secondary-audiences b {
  font-family: Fraunces, Georgia, serif;
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 1280px) {
  .vz-nav {
    grid-template-columns: 1fr auto;
  }

  .vz-nav nav {
    display: none;
  }
}

@media (max-width: 1120px) {
  .vz-nav {
    grid-template-columns: 1fr auto;
  }

  .vz-nav nav {
    display: none;
  }

  .vz-hero-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(330px, .9fr);
    gap: 28px;
  }

  .vz-hero-paths a {
    gap: 7px;
    padding-inline: 9px;
  }

  .vz-hero-proof span {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 7px 6px;
    text-align: center;
  }

  .vz-hero-proof svg {
    display: none;
  }

  .vz-hero-proof b {
    font-size: 11px;
    line-height: 1.1;
  }

  .vz-hero-proof small {
    margin-top: 0;
    font-size: 9px;
    line-height: 1.15;
  }

  .vz-season-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .vz-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .vz-local-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .vz-pcard {
    grid-template-rows: 112px minmax(0, 1fr);
    min-height: 220px;
  }

  .vz-pcard-image {
    height: 112px;
  }

  .vz-map-teaser {
    min-height: 0;
  }

  .vz-map-card {
    width: min(100%, 1040px);
  }

  .vz-footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .vz-footer-grid > div:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .vz-page .container {
    width: min(100% - 28px, 1288px);
  }

  .vz-trust-viewport {
    width: calc(100% - 28px);
  }

  .vz-nav {
    grid-template-columns: 1fr auto;
  }

  .vz-nav nav {
    display: none;
  }

  .vz-hero-grid,
  .vz-how .container,
  .vz-map-grid,
  .vz-b2b-grid,
  .vz-farmer-cta-grid {
    grid-template-columns: 1fr;
  }

  .vz-bundle-grid,
  .vz-faq-grid {
    grid-template-columns: 1fr;
  }

  .vz-sales-head,
  .vz-final-sale .container {
    align-items: flex-start;
    flex-direction: column;
  }

  .vz-bundle-grid,
  .vz-faq-grid {
    gap: 32px;
  }

  .vz-bundle-media {
    max-width: 700px;
  }

  .vz-faq-intro {
    position: static;
  }

  .vz-guarantees {
    grid-template-columns: repeat(3, 1fr);
  }

  .vz-guarantees > span:nth-child(4) {
    border-left: 0;
  }

  .vz-guarantees > span:nth-child(n + 4) {
    border-top: 1px solid var(--vz-line);
  }

  .vz-product-groups {
    grid-template-columns: 1fr;
  }

  .vz-hero {
    height: auto;
    padding-bottom: 24px;
    overflow: hidden;
  }

  .vz-hero-grid {
    align-items: stretch;
    height: auto;
    gap: 18px;
  }

  .vz-hero-media {
    align-items: center;
    height: auto;
  }

  .vz-hero-visual {
    min-height: 300px;
    height: 300px;
  }

  .vz-trust-band {
    height: 76px;
  }

  .vz-trust-group article {
    width: 260px;
    flex-basis: 260px;
  }

  .vz-product-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .vz-farmer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .vz-review-track {
    grid-template-columns: repeat(2, 1fr);
  }

  .vz-reviews-head {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .vz-reviews-head p {
    grid-column: 1;
    grid-row: auto;
    max-width: 680px;
  }

  .vz-b2b-grid,
  .vz-farmer-cta-grid {
    gap: 32px;
  }

  .vz-farmer-cta-copy {
    order: -1;
  }

  .vz-how-head {
    max-width: 680px;
  }

  .vz-how-head h2 {
    font-size: 42px;
  }

  .vz-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .vz-promo {
    height: 32px;
    padding: 0;
    font-size: 12px;
  }

  .vz-promo .container {
    width: calc(100% - 24px);
    flex-direction: row;
    gap: 0;
    text-align: center;
  }

  .vz-promo-copy {
    display: block;
    min-width: 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .vz-promo-desktop,
  .vz-promo strong {
    display: none;
  }

  .vz-promo-mobile {
    display: inline;
  }

  .vz-topbar {
    height: 58px;
  }

  .vz-topbar .container,
  .vz-hero .container {
    width: calc(100% - 24px);
  }

  .vz-nav {
    gap: 8px;
  }

  .vz-logo strong {
    font-size: 21px;
  }

  .vz-logo strong::before {
    width: 14px;
    height: 14px;
  }

  .vz-logo small {
    display: none;
  }

  .vz-nav-actions {
    gap: 8px;
  }

  .vz-nav-actions > button {
    display: none;
  }

  .vz-nav-actions button::after,
  .vz-nav-actions a::after {
    display: none;
  }

  .vz-nav-actions a span {
    display: none;
  }

  .vz-nav-actions .vz-sell-cta {
    min-height: 34px;
    padding: 0 9px;
    font-size: 11px;
  }

  .vz-nav-actions .vz-sell-cta .vz-ic {
    width: 17px;
    height: 17px;
  }

  .vz-nav-actions > a:last-child .vz-ic {
    width: 23px;
    height: 23px;
  }

  .vz-nav-actions .vz-sell-cta small {
    display: inline;
    font-size: inherit;
    font-weight: inherit;
  }

  .vz-hero {
    padding: 18px 0 16px;
  }

  .vz-hero-kicker {
    gap: 6px;
    margin-bottom: 5px;
    font-size: 9px;
  }

  .vz-hero h1 {
    font-size: 36px;
    line-height: 1;
  }

  .vz-hero p {
    margin: 9px 0 12px;
    font-size: 14px;
    line-height: 1.4;
  }

  .vz-hero-paths {
    margin-bottom: 10px;
  }

  .vz-hero-paths a {
    display: flex;
    min-height: 42px;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
    padding: 6px 3px;
    text-align: center;
  }

  .vz-hero-paths .vz-ic {
    width: 16px;
    height: 16px;
  }

  .vz-hero-paths span {
    display: block;
  }

  .vz-hero-paths b {
    display: block;
    font-size: 10px;
    white-space: nowrap;
  }

  .vz-hero-paths small {
    display: none;
  }

  .vz-hero-search {
    width: 100%;
    height: 44px;
    grid-template-columns: minmax(0, 1fr) 90px;
  }

  .vz-hero-search input {
    padding: 0 14px;
    font-size: 15px;
  }

  .vz-hero-search button {
    gap: 6px;
    font-size: 14px;
  }

  .vz-chips {
    width: 100%;
    flex-wrap: nowrap;
    gap: 5px;
    margin-top: 7px;
    margin-right: 0;
    padding: 0 0 2px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }

  .vz-chips::-webkit-scrollbar {
    display: none;
  }

  .vz-chips a {
    flex: 0 0 auto;
    min-height: 26px;
    padding-inline: 8px;
    font-size: 9px;
  }

  .vz-hero-visual {
    align-items: center;
    justify-content: center;
    min-height: clamp(205px, 58vw, 232px);
    height: clamp(205px, 58vw, 232px);
    margin-top: 0;
  }

  .vz-hero-products {
    width: min(100%, 380px);
    max-width: none;
    height: 100%;
    object-fit: contain;
    object-position: center center;
  }

  .vz-hero-visual picture {
    justify-content: center;
  }

  .vz-hero-media {
    gap: 4px;
  }

  .vz-hero-proof {
    width: 100%;
    min-height: 54px;
    border-radius: 8px;
  }

  .vz-hero-proof span {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 5px 4px;
    text-align: center;
  }

  .vz-hero-proof svg {
    display: none;
  }

  .vz-hero-proof b {
    font-size: 10px;
    line-height: 1.1;
  }

  .vz-hero-proof small {
    margin-top: 0;
    font-size: 8px;
    line-height: 1.15;
  }

  .vz-trust-band {
    height: 60px;
  }

  .vz-trust-viewport {
    padding: 0 24px;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 24px, #000 calc(100% - 24px), transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 24px, #000 calc(100% - 24px), transparent 100%);
  }

  .vz-trust-group article {
    width: 220px;
    flex-basis: 220px;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 8px;
    padding: 0 14px;
  }

  .vz-trust-group svg {
    width: 25px;
    height: 25px;
  }

  .vz-trust-group b {
    font-size: 12px;
  }

  .vz-trust-group small {
    font-size: 10px;
  }

  .vz-season {
    padding-top: 36px;
  }

  .vz-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vz-local-products,
  .vz-category-shop,
  .vz-complete-cart,
  .vz-bundle,
  .vz-reviews,
  .vz-faq,
  .vz-final-sale {
    padding: 46px 0;
  }

  .vz-sales-head {
    gap: 18px;
    margin-bottom: 20px;
  }

  .vz-sales-head h2,
  .vz-bundle h2,
  .vz-faq h2,
  .vz-final-sale h2 {
    font-size: 36px;
  }

  .vz-sales-head > a {
    white-space: normal;
  }

  .vz-local-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .vz-product-group .vz-local-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vz-category-tabs {
    margin-right: -14px;
    padding-right: 14px;
  }

  .vz-category-tabs button {
    min-width: 104px;
  }

  .vz-product-group-title {
    margin-top: 10px;
    font-size: 17px;
  }

  .vz-sale-product {
    grid-template-rows: 104px minmax(0, 1fr);
  }

  .vz-sale-product > div {
    min-height: 158px;
    padding: 10px;
  }

  .vz-bundle-media img {
    height: 104px;
  }

  .vz-bundle-media .vz-bundle-cover img {
    height: 216px;
  }

  .vz-bundle-media > svg {
    height: 104px;
  }

  .vz-bundle-carousel-head {
    margin-bottom: 18px;
  }

  .vz-bundle-controls > b {
    min-width: 40px;
  }

  .vz-bundle-controls button {
    width: 44px;
    height: 44px;
  }

  .vz-bundle-copy ul {
    grid-template-columns: 1fr;
  }

  .vz-bundle-price {
    align-items: flex-start;
    flex-direction: column;
  }

  .vz-bundle-price strong {
    font-size: 34px;
  }

  .vz-bundle-actions,
  .vz-bundle-actions button,
  .vz-bundle-actions a {
    width: 100%;
  }

  .vz-buy-steps {
    grid-template-columns: 1fr;
  }

  .vz-guarantees {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vz-guarantees > span {
    justify-content: flex-start;
    padding: 0 10px;
  }

  .vz-guarantees > span:nth-child(odd) {
    border-left: 0;
  }

  .vz-guarantees > span:nth-child(n + 3) {
    border-top: 1px solid var(--vz-line);
  }

  .vz-rating-summary {
    padding: 10px 0 0;
    border-left: 0;
  }

  .vz-review-empty {
    align-items: flex-start;
  }

  .vz-faq-list button {
    min-height: 62px;
    font-size: 16px;
  }

  .vz-final-sale a {
    width: 100%;
  }

  .vz-secondary-audiences .container {
    grid-template-columns: 1fr;
  }

  .vz-secondary-audiences a {
    padding: 18px 4px;
  }

  .vz-secondary-audiences a + a {
    border-top: 1px solid var(--vz-line);
    border-left: 0;
  }

  .vz-pcard {
    min-height: 220px;
  }

  .vz-map-teaser {
    display: block;
    min-height: 0;
    padding: 0;
  }

  .vz-map-card {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    min-height: 0;
  }

  .vz-farmer-grid,
  .vz-steps,
  .vz-review-track,
  .vz-b2b-form,
  .vz-farmer-perks,
  .vz-footer-grid {
    grid-template-columns: 1fr;
  }

  .vz-how .container {
    gap: 22px;
  }

  .vz-how-head h2 {
    font-size: 38px;
  }

  .vz-reviews-head h2 {
    font-size: 38px;
  }

  .vz-review-shell {
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    gap: 8px;
  }

  .vz-review-shell > button {
    width: 34px;
    height: 34px;
    font-size: 22px;
  }

  .vz-review-card {
    min-height: 248px;
    padding: 18px;
  }

  .vz-review-top em {
    display: none;
  }

  .vz-b2b-form {
    padding: 14px;
  }

  .vz-b2b-media > img,
  .vz-b2b-media > img:first-child {
    height: 122px;
  }

  .vz-b2b-stats {
    grid-template-columns: 1fr;
  }

  .vz-b2b-stats span + span {
    border-top: 1px solid var(--vz-line);
    border-left: 0;
  }

  .vz-farmer-perks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px 12px;
  }

  .vz-steps::before {
    display: none;
  }

  .vz-steps article {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 6px 14px;
    min-height: 0;
    padding: 18px;
  }

  .vz-steps b {
    grid-column: 1;
    grid-row: 1;
  }

  .vz-steps article > span {
    grid-column: 1;
    grid-row: 2 / span 2;
    width: 42px;
    height: 42px;
    margin: 4px 0 0;
  }

  .vz-steps h3 {
    grid-column: 2;
    grid-row: 1;
  }

  .vz-steps p {
    grid-column: 2;
    grid-row: 2 / span 2;
  }

  .vz-steps article > span .vz-ic {
    width: 21px;
    height: 21px;
  }

  .vz-steps h3 {
    margin-bottom: 2px;
  }

}

@media (prefers-reduced-motion: reduce) {
  .vz-bundle-track {
    transition: none;
  }

  .vz-trust-viewport {
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }

  .vz-trust-track {
    animation: none;
    transform: none;
  }

  .vz-trust-group[aria-hidden="true"] {
    display: none;
  }

  .vz-trust-group article {
    scroll-snap-align: start;
  }

}

/* Commercial polish: real catalog search, fast-delivery shelf and cart totals. */
.vz-page [hidden],
.vz-bundle-actions a[hidden],
.vz-review-shell[hidden],
.vz-reviews[hidden],
.vz-search-suggestions[hidden] {
  display: none !important;
}

#produse-din-zona {
  scroll-margin-top: 86px;
}

.vz-search-combobox {
  position: relative;
  z-index: 12;
  width: min(100%, 560px);
}

.vz-search-combobox .vz-hero-search {
  width: 100%;
}

.vz-search-suggestions {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  z-index: 20;
  max-height: 430px;
  overflow-y: auto;
  padding: 7px;
  border: 1px solid var(--vz-line);
  border-radius: var(--vz-radius);
  background: var(--vz-paper);
  box-shadow: 0 20px 46px rgba(21, 32, 24, .18);
}

.vz-search-option {
  display: grid;
  width: 100%;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 66px;
  padding: 6px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--vz-ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.vz-search-option + .vz-search-option {
  margin-top: 2px;
}

.vz-search-option:hover,
.vz-search-option.is-active,
.vz-search-option:focus-visible {
  background: #eef2e5;
  outline: 0;
}

.vz-search-option img,
.vz-search-option > .vz-search-art {
  display: block;
  width: 58px;
  height: 52px;
  object-fit: cover;
  overflow: hidden;
  border: 1px solid rgba(33, 69, 31, .12);
  border-radius: 5px;
  background: #e7ebdc;
}

.vz-search-art > svg {
  display: block;
  width: 100%;
  height: 100%;
}

.vz-search-option-copy {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.vz-search-option-copy strong,
.vz-search-option-copy small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vz-search-option-copy strong {
  font-size: 13px;
}

.vz-search-option-copy small {
  color: var(--vz-muted);
  font-size: 10px;
}

.vz-search-option > b {
  color: var(--vz-green);
  font-size: 12px;
  white-space: nowrap;
}

.vz-search-empty {
  margin: 0;
  padding: 16px 12px;
  color: var(--vz-muted);
  font-size: 12px;
  text-align: center;
}

.vz-map-card .ro-real-map .county-labels text.county-label {
  pointer-events: auto;
  cursor: pointer;
}

.vz-fast-delivery {
  border-top: 1px solid var(--vz-line);
  background: rgba(255, 250, 240, .58);
}

.vz-modal-panel {
  max-height: min(760px, calc(100vh - 36px));
  overflow: auto;
}

.vz-modal-product {
  display: grid;
  grid-template-columns: minmax(260px, .9fr) minmax(0, 1.1fr);
  min-height: 420px;
}

.vz-modal-product .vz-pcard-media {
  min-height: 100%;
  overflow: hidden;
  border-radius: 12px 0 0 12px;
  background: #e7ebdc;
}

.vz-modal-product .vz-pcard-media img,
.vz-modal-product .vz-pcard-media > svg {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.vz-modal-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 48px 42px 38px;
}

.vz-modal-copy h2 {
  margin: 10px 0 14px;
  font-family: Fraunces, Georgia, serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.05;
}

.vz-modal-copy p {
  margin: 0 0 13px;
  color: var(--vz-muted);
  font-size: 13px;
  line-height: 1.55;
}

.vz-modal-copy .vz-price {
  margin: 8px 0 18px;
}

.vz-modal-copy .vz-price strong {
  color: var(--vz-green);
  font-family: Fraunces, Georgia, serif;
  font-size: 29px;
}

.vz-modal-copy .vz-price small {
  margin-left: 4px;
  color: var(--vz-muted);
}

.vz-modal-copy .btn {
  min-height: 46px;
  margin-bottom: 13px;
}

.vz-modal-copy > a {
  color: var(--vz-accent);
  font-size: 12px;
  font-weight: 900;
}

.vz-sale-product-media {
  width: 100%;
  padding: 0;
  border: 0;
  color: inherit;
  text-align: inherit;
  cursor: pointer;
}

.vz-sale-product h3 button {
  max-width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-weight: inherit;
  text-align: left;
  cursor: pointer;
}

.vz-sale-product-media:focus-visible,
.vz-sale-product h3 button:focus-visible {
  outline: 3px solid rgba(182, 106, 44, .5);
  outline-offset: -3px;
}

.vz-product-availability {
  display: flex;
  align-items: center;
  gap: 5px;
  min-height: 16px;
  color: var(--vz-green) !important;
  font-weight: 700;
  white-space: normal !important;
}

.vz-product-availability::before {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #4f7d3c;
}

.vz-pcard-status {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 7px;
  color: var(--vz-green);
  font-size: 10px;
  font-weight: 700;
}

.vz-pcard-status::before {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #4f7d3c;
}

.vz-fc-foot .vz-farmer-products {
  color: var(--vz-green);
  font-style: normal;
  font-weight: 800;
}

.season-cart-progress {
  display: grid;
  gap: 7px;
  padding: 13px 22px;
  border-top: 1px solid rgba(33, 69, 31, .1);
  background: #f4f0df;
}

.vz-page .season-cart-panel {
  grid-template-rows: auto minmax(0, 1fr) auto auto;
}

.vz-page .season-cart-copy small {
  margin-top: 2px;
  color: #d4b765;
  font-size: 10px;
  font-weight: 800;
}

.season-cart-progress-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: var(--vz-muted);
  font-size: 12px;
}

.season-cart-progress-row strong {
  color: var(--vz-green);
}

.season-cart-progress-track {
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(33, 69, 31, .14);
}

.season-cart-progress-track i {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: var(--vz-accent);
  transition: width .22s ease;
}

.season-cart-progress.is-complete .season-cart-progress-track i {
  background: #4f7d3c;
}

.season-cart-pricing {
  display: grid;
  min-width: 152px;
  gap: 4px;
}

.season-cart-pricing > span {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: var(--vz-muted);
  font-size: 11px;
  letter-spacing: 0;
  text-transform: none;
}

.season-cart-pricing > span strong {
  color: var(--vz-ink);
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.season-cart-pricing > span.is-discount,
.season-cart-pricing > span.is-discount strong {
  color: #397137;
}

.season-cart-pricing > b {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-top: 3px;
  color: var(--vz-green);
  font-family: Fraunces, Georgia, serif;
  font-size: 18px;
}

.vz-page .season-cart-foot {
  align-items: stretch;
  flex-direction: column;
  gap: 12px;
}

.vz-page .season-cart-foot .season-cart-pricing,
.vz-page .season-cart-actions {
  width: 100%;
}

.vz-page .season-cart-actions .btn {
  min-width: 0;
  flex: 1 1 0;
}

@media (max-width: 620px) {
  html.vz-county-dialog-open {
    overflow: hidden;
  }

  .vz-map-teaser.is-county-popup-open {
    min-height: 0;
    isolation: auto;
  }

  .vz-map-teaser.is-county-popup-open .vz-map-card {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
  }

  .vz-county-popup {
    position: fixed;
    inset: 0;
    z-index: 250;
    padding:
      max(12px, env(safe-area-inset-top))
      max(12px, env(safe-area-inset-right))
      max(12px, env(safe-area-inset-bottom))
      max(12px, env(safe-area-inset-left));
    overscroll-behavior: contain;
  }

  .vz-county-popup-panel {
    width: min(100%, 560px);
    height: auto;
    max-height: calc(100svh - 24px);
    overscroll-behavior: contain;
  }

  .vz-county-popup-body {
    max-height: calc(100svh - 220px);
  }

  .vz-county-popup-head {
    padding: 18px 52px 12px 16px;
  }

  .vz-county-popup-head h3 {
    font-size: 25px;
  }

  .vz-county-popup-tabs {
    padding: 6px 14px 0;
  }

  .vz-county-popup-body {
    padding: 12px 14px 16px;
  }

  .vz-county-popup-results {
    grid-template-columns: 1fr;
  }

  .vz-search-combobox {
    width: 100%;
  }

  .vz-search-suggestions {
    top: calc(100% + 6px);
    max-height: min(360px, 58vh);
  }

  .vz-search-option {
    grid-template-columns: 50px minmax(0, 1fr);
    min-height: 60px;
  }

  .vz-search-option img,
  .vz-search-option > .vz-search-art {
    width: 50px;
    height: 46px;
  }

  .vz-search-option > b {
    display: none;
  }

  .vz-fast-delivery {
    padding: 46px 0;
  }

  .vz-modal {
    padding: 12px;
  }

  .vz-modal-product {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .vz-modal-product .vz-pcard-media {
    min-height: 210px;
    max-height: 240px;
    border-radius: 12px 12px 0 0;
  }

  .vz-modal-product .vz-pcard-media img,
  .vz-modal-product .vz-pcard-media > svg {
    min-height: 210px;
    max-height: 240px;
  }

  .vz-modal-copy {
    padding: 28px 20px 22px;
  }

  .vz-modal-copy h2 {
    font-size: 28px;
  }

  .season-cart-progress {
    padding: 11px 18px;
  }

  .season-cart-foot .season-cart-pricing {
    width: 100%;
  }
}

/* Keep the first paint focused on the hero. Off-screen storefront sections
   retain their footprint and render as the visitor approaches. */
.vz-section,
.vz-reassurance,
.vz-secondary-audiences,
.vz-footer {
  content-visibility: auto;
  contain-intrinsic-size: auto 1280px;
}

.vz-footer {
  contain-intrinsic-size: auto 460px;
}
