.dz-home2,
.dz-home2 * {
  box-sizing: border-box;
}

.dz-home2 {
  --dz-home2-primary: var(--e-global-color-primary, #2dbd30);
  --dz-home2-accent: var(--e-global-color-accent, #14a31e);
  --dz-home2-secondary: var(--e-global-color-secondary, #000000);
  --dz-home2-text: var(--e-global-color-text, #111827);
  --dz-home2-muted: var(--e-global-color-text, #646b67);
  --dz-home2-border: rgba(17, 24, 39, 0.10);
  --dz-home2-surface: #ffffff;
  --dz-home2-soft: rgba(45, 189, 48, 0.08);
  width: 100%;
  color: var(--dz-home2-secondary);
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  background:
    radial-gradient(circle at 85% 15%, rgba(45, 189, 48, 0.06), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);
}

.dz-home2-header {
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 18px 28px;
  background: #fff;
  border-bottom: 0;
  box-shadow: none;
  transition: transform 0.25s ease, opacity 0.25s ease;
  will-change: transform, opacity;
}

.dz-home2-header.is-hidden {
  transform: translateY(-110%);
  opacity: 0;
  pointer-events: none;
}

.dz-left,
.dz-center,
.dz-right {
  min-width: 0;
}

.dz-left {
  display: flex;
  align-items: center;
  gap: 75px;
  min-width: 0;
}

.dz-home2-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(17, 24, 39, 0.10);
  color: var(--dz-home2-text);
  text-decoration: none;
  font-weight: 700;
  background: #fff;
  transition: transform 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.dz-home2-back-link:hover {
  transform: translateY(-1px);
  color: var(--dz-home2-primary);
  border-color: rgba(45, 189, 48, 0.25);
}

.dz-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dz-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: nowrap;
}

.dz-home2-brand {
  max-width: 150px
}

.dz-home2-brand-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
  flex: 0 0 auto;
}

.dz-home2-brand-logo {
  width: 100%;
  height: 46px;
  display: block;
  object-fit: contain;
}

.dz-home2-brand-mark {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--dz-home2-primary), #b9e15d);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(45, 189, 48, 0.22);
}

.dz-home2-brand-name {
  font-weight: 900;
  font-size: 1.05rem;
  white-space: nowrap;
  letter-spacing: -0.03em;
}

.dz-home2-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 26px;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
  flex: 1 1 auto;
}

.dz-home2-nav::-webkit-scrollbar {
  display: none;
}

.dz-home2-nav a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: var(--dz-home2-secondary);
  font-weight: 500;
  padding: 8px 0 8px;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  white-space: nowrap;
  transition: color 0.18s ease, border-color 0.18s ease;
}

.dz-home2-nav a:hover {
  color: var(--dz-home2-primary);
  border-bottom-color: var(--dz-home2-primary);
}

.dz-home2-nav a.is-active {
  color: var(--dz-home2-primary);
  border-bottom-color: var(--dz-home2-primary);
}

.dz-home2-footer-nav {
  display: none;
}

.dz-home2-footer-nav-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid rgba(17, 24, 39, 0.08);
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(12px);
  box-shadow: 0 -10px 24px rgba(17, 24, 39, 0.06);
  border-radius: 20px 20px 0 0;
}

.dz-home2-footer-nav-link {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 62px;
  border-radius: 16px;
  text-decoration: none;
  color: var(--dz-home2-muted);
  font-size: 0.82rem;
  font-weight: 700;
  transition: transform 0.18s ease, color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: #fff;
}

.dz-home2-footer-nav-label {
  display: block;
  line-height: 1;
}

.dz-home2-footer-nav-link:hover {
  transform: translateY(-1px);
  color: var(--dz-home2-muted);
  background: #fff;
  border-color: rgba(17, 24, 39, 0.12);
}

.dz-home2-footer-nav-link.is-active {
  color: var(--dz-home2-muted);
  background: rgba(17, 24, 39, 0.03);
  border-color: rgba(17, 24, 39, 0.12);
}

.dz-home2-footer-nav-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: var(--dz-home2-muted);
}

.dz-home2-footer-nav-icon svg {
  width: 22px;
  height: 22px;
  display: block;
}

.dz-home2-footer-nav-link.is-active .dz-home2-footer-nav-icon,
.dz-home2-footer-nav-link:hover .dz-home2-footer-nav-icon {
  color: var(--dz-home2-primary);
}

.dz-home2-header-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

.dz-home2-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0.72rem 1.05rem;
  border-radius: 9px;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, opacity 0.18s ease;
}

.dz-home2-button:hover {
  transform: translateY(-1px);
}

.dz-home2-button-primary {
  background: var(--dz-home2-primary) !important;
  color: var(--dz-home2-surface) !important;
  box-shadow: none !important;
  font-size: 1rem;
}

.dz-home2-button-primary:hover {
  background: #1B771A !important;
}

.dz-home2-button-ghost {
  background: var(--dz-home2-surface) !important;
  color: var(--dz-home2-secondary) !important;
  border-color: var(--dz-home2-border) !important;
  box-shadow: none !important;
}

.dz-home2-button-ghost:hover {
  background: rgba(17, 24, 39, 0.03);
}

.dz-home2-button:disabled {
  opacity: 0.40;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
  background: #f5f7f8;
  color: rgba(17, 24, 39, 0.40);
  border-color: rgba(17, 24, 39, 0.08);
}

.dz-home2-main {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: 26px 0 32px;
  position: relative;
}

.dz-home2-landing,
.dz-home2-catalog {
  width: 100%;
}

.dz-home2-skeleton {
  display: none;
  position: relative;
  z-index: 2;
  pointer-events: none;
  padding: 8px 0 28px;
}

.dz-home2[data-loading="1"] .dz-home2-skeleton {
  display: block;
}

.dz-home2[data-loading="1"] .dz-home2-landing,
.dz-home2[data-loading="1"] .dz-home2-catalog {
  display: none !important;
}

.dz-home2-skeleton-inner {
  display: grid;
  gap: 18px;
}

.dz-home2-skeleton-hero,
.dz-home2-skeleton-section {
  border-radius: 28px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(8px);
  box-shadow: 0 14px 36px rgba(17, 24, 39, 0.06);
  padding: 22px;
}

.dz-home2-skeleton-hero {
  display: grid;
  gap: 14px;
}

.dz-home2-skeleton-row,
.dz-home2-skeleton-cards {
  display: grid;
  gap: 14px;
}

.dz-home2-skeleton-chips {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dz-home2-skeleton-card,
.dz-home2-skeleton-chip,
.dz-home2-skeleton-line,
.dz-home2-skeleton-pill,
.dz-home2-skeleton-title,
.dz-home2-skeleton-back,
.dz-home2-skeleton-search-input,
.dz-home2-skeleton-search-button,
.dz-home2-skeleton-section-head,
.dz-home2-skeleton-card-media {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(237, 240, 242, 0.86) 25%, rgba(222, 228, 231, 0.94) 50%, rgba(237, 240, 242, 0.86) 75%);
  background-size: 200% 100%;
  animation: dz-home2-shimmer 1.35s ease-in-out infinite;
}

.dz-home2-skeleton-pill {
  width: 132px;
  height: 26px;
  border-radius: 999px;
}

.dz-home2-skeleton-title {
  width: min(520px, 68%);
  height: 44px;
  border-radius: 16px;
}

.dz-home2-skeleton-title-lg {
  width: min(720px, 82%);
  height: 62px;
}

.dz-home2-skeleton-line {
  width: min(460px, 58%);
  height: 18px;
  border-radius: 999px;
}

.dz-home2-skeleton-line-sm {
  width: min(360px, 44%);
}

.dz-home2-skeleton-line-md {
  width: min(240px, 72%);
}

.dz-home2-skeleton-line-xs {
  width: min(180px, 52%);
}

.dz-home2-skeleton-search {
  display: grid;
  grid-template-columns: 1fr 132px;
  gap: 12px;
  margin-top: 10px;
}

.dz-home2-skeleton-search-input {
  height: 52px;
  border-radius: 16px;
}

.dz-home2-skeleton-search-button {
  height: 52px;
  border-radius: 16px;
}

.dz-home2-skeleton-chip {
  height: 86px;
  border-radius: 18px;
}

.dz-home2-skeleton-section-head {
  width: min(320px, 40%);
  height: 28px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.dz-home2-skeleton-card {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border-radius: 22px;
  border: 1px solid rgba(17, 24, 39, 0.06);
}

.dz-home2-skeleton-card-media {
  width: 92px;
  height: 92px;
  border-radius: 20px;
}

.dz-home2-skeleton-card-copy {
  display: grid;
  gap: 10px;
}

@keyframes dz-home2-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

.dz-home2-landing-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 36px;
  align-items: center;
  min-height: 620px;
}

.dz-home2-landing-copy {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 14px 0;
}

.dz-home2-landing-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(45, 189, 48, 0.08);
  color: var(--dz-home2-accent);
  font-size: 0.88rem;
  font-weight: 700;
}

.dz-home2-landing-badge span:first-child {
  font-size: 0.95rem;
}

.dz-home2-landing-copy h1 {
  margin: 0;
  max-width: 11ch;
  font-size: clamp(2.7rem, 5vw, 4rem);
  line-height: .990;
  letter-spacing: -.045em;
  font-weight: 900;
  color: var(--dz-home2-secondary);
}

.dz-home2-landing-copy p {
  margin: 0;
  max-width: 52ch;
  color: var(--dz-home2-muted);
  font-size: 1.08rem;
  line-height: 1.52;
}

.dz-home2-hero-rating {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 179, 0, 0.10);
  color: #9a5f00;
  font-size: 0.78rem;
  font-weight: 800;
}

.dz-home2-rating-icon {
  width: 0.95em;
  height: 0.95em;
  flex: 0 0 auto;
  display: inline-block;
}

.dz-home2-rating-icon path {
  fill: currentColor;
}

.dz-home2-rating-icon.outline path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.dz-home2-address-form {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 690px;
  margin-top: 10px;
}

.dz-home2-address-form input {
  flex: 1 1 auto;
  width: 100%;
  min-height: 58px;
  border-radius: 18px;
  border: 1px solid rgba(17, 24, 39, 0.12);
  padding: 0 18px;
  background: #fff;
  font: inherit;
  outline: none;
  box-shadow: 0 14px 26px rgba(17, 24, 39, 0.05);
}

.dz-home2-address-form input:focus {
  border-color: rgba(45, 189, 48, 0.35);
  box-shadow: 0 0 0 4px rgba(45, 189, 48, 0.10);
}

.dz-home2-landing-visual {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.dz-home2-landing-art {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
  pointer-events: none;
}

.dz-home2-landing-art-img {
  width: min(520px, 86%);
  max-width: none;
  max-height: 610px;
  object-fit: contain;
  object-position: center;
  display: block;
  filter: drop-shadow(0 26px 20px rgba(17, 24, 39, 0.18));
}

.dz-home2-landing-visual--restaurants {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 249, 247, 0.94));
}

.dz-home2-landing-visual--restaurants::before,
.dz-home2-landing-visual--restaurants::after,
.dz-home2-landing-visual--restaurants .dz-home2-visual-badge,
.dz-home2-landing-visual--restaurants .dz-home2-visual-ring {
  display: none;
}

.dz-home2-landing-art--restaurants {
  position: relative;
  inset: auto;
}

.dz-home2-landing-art-img--restaurants {
  width: min(620px, 96%);
  max-height: 470px;
  filter: none;
}

.dz-home2-landing-visual::before {
  content: '';
  position: absolute;
  width: min(460px, 88%);
  aspect-ratio: 1;
  right: 2%;
  top: 10%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(45, 189, 48, 0.14) 0%, rgba(45, 189, 48, 0.10) 42%, rgba(45, 189, 48, 0.04) 68%, transparent 69%);
}

.dz-home2-landing-visual::after {
  content: '';
  position: absolute;
  width: 56%;
  height: 3px;
  right: 20%;
  top: 42%;
  background: linear-gradient(90deg, transparent, rgba(45, 189, 48, 0.55), rgba(45, 189, 48, 0.18), transparent);
  box-shadow:
    0 -28px 0 0 rgba(45, 189, 48, 0.12),
    0 28px 0 0 rgba(45, 189, 48, 0.08),
    0 56px 0 0 rgba(45, 189, 48, 0.05);
  opacity: 0.8;
}

.dz-home2-visual-card,
.dz-home2-visual-badge,
.dz-home2-visual-ring {
  position: absolute;
  display: block;
}

.dz-home2-visual-card {
  border-radius: 28px;
}

.dz-home2-visual-card-a {
  width: min(380px, 62%);
  height: min(570px, 92%);
  right: 11%;
  top: 4%;
  border-radius: 44px;
  background:
    radial-gradient(circle at 50% 6%, #0f1114 0 2.8%, transparent 3.05%),
    linear-gradient(180deg, #0f1114 0 10%, #ffffff 10% 100%);
  border: 1px solid rgba(17, 24, 39, 0.14);
  box-shadow:
    0 28px 54px rgba(17, 24, 39, 0.12),
    18px 12px 0 rgba(17, 24, 39, 0.05);
  overflow: hidden;
}

.dz-home2-visual-card-a::before {
  content: '';
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 34%;
  height: 28px;
  border-radius: 999px;
  background: #0f1114;
}

.dz-home2-visual-card-a::after {
  content: '';
  position: absolute;
  inset: 82px 16px 16px;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(45, 189, 48, 0.10), rgba(45, 189, 48, 0.02)),
    #fff;
  box-shadow: inset 0 0 0 1px rgba(17, 24, 39, 0.06);
}

.dz-home2-visual-card-b {
  width: min(258px, 44%);
  height: 124px;
  right: 19%;
  top: 22%;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(45, 189, 48, 0.14), rgba(45, 189, 48, 0.04));
  box-shadow: 0 18px 34px rgba(17, 24, 39, 0.10);
}

.dz-home2-visual-card-b::before,
.dz-home2-visual-card-b::after {
  content: '';
  position: absolute;
  left: 16px;
  right: 16px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.08);
}

.dz-home2-visual-card-b::before {
  top: 18px;
  height: 10px;
}

.dz-home2-visual-card-b::after {
  top: 40px;
  height: 42px;
  background: linear-gradient(90deg, rgba(17, 24, 39, 0.11), rgba(17, 24, 39, 0.02));
}

.dz-home2-visual-card-c {
  width: min(240px, 42%);
  height: 98px;
  right: 18%;
  top: 48%;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 16px 30px rgba(17, 24, 39, 0.08);
}

.dz-home2-visual-card-c::before,
.dz-home2-visual-card-c::after {
  content: '';
  position: absolute;
  left: 14px;
  right: 14px;
  border-radius: 999px;
}

.dz-home2-visual-card-c::before {
  top: 16px;
  height: 14px;
  background: linear-gradient(90deg, rgba(17, 24, 39, 0.16), rgba(17, 24, 39, 0.04));
}

.dz-home2-visual-card-c::after {
  top: 46px;
  height: 18px;
  background: linear-gradient(90deg, rgba(45, 189, 48, 0.24), rgba(45, 189, 48, 0.06));
}

.dz-home2-visual-badge {
  width: 96px;
  height: 96px;
  right: 16%;
  top: 10%;
  border-radius: 999px;
  background: rgba(45, 189, 48, 0.08);
  border: 1px solid rgba(45, 189, 48, 0.14);
  box-shadow: inset 0 0 0 18px rgba(45, 189, 48, 0.03);
}

.dz-home2-visual-ring {
  width: 170px;
  height: 170px;
  left: 16%;
  bottom: 8%;
  border-radius: 999px;
  border: 1px solid rgba(45, 189, 48, 0.10);
}

.dz-home2-catalog {
  display: grid;
  gap: 18px;
}

.dz-home2-store-rail {
  display: grid;
  gap: 12px;
}

.dz-home2-store-rail + .dz-home2-store-rail {
  margin-top: 2px;
}

.dz-home2-store-rail-track {
  padding-bottom: 10px;
}

.dz-home2-catalog-standalone {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: 22px 0 28px;
}

.dz-home2-catalog-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.dz-home2-catalog-action,
.dz-home2-catalog-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--dz-home2-primary);
  text-decoration: none;
  font-weight: 800;
  font-size: 0.95rem;
}

.dz-home2-catalog-action:hover,
.dz-home2-catalog-back:hover {
  text-decoration: underline;
}

.dz-home2-catalog-head h2 {
  margin: 0;
  font-size: 1.22rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.dz-home2-catalog-head p {
  margin: 4px 0 0;
  color: var(--dz-home2-muted);
  font-size: 0.93rem;
  line-height: 1.45;
}

.dz-home2-catalog-count {
  min-width: 46px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(45, 189, 48, 0.10);
  color: var(--dz-home2-primary);
  font-weight: 900;
}

.dz-home2-categories {
  margin-top: 2px;
}

.dz-home2-categories-track,
.dz-home2-featured-track {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 2px 2px 8px;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
}

.dz-home2-categories-track::-webkit-scrollbar,
.dz-home2-featured-track::-webkit-scrollbar {
  height: 8px;
}

.dz-home2-categories-track::-webkit-scrollbar-thumb,
.dz-home2-featured-track::-webkit-scrollbar-thumb {
  background: rgba(17, 24, 39, 0.16);
  border-radius: 999px;
}

.dz-home2-category-card {
  flex: 0 0 auto;
  min-width: 124px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 6px 14px rgba(17, 24, 39, .04);
  text-decoration: none;
  color: var(--dz-home2-text);
  scroll-snap-align: start;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.dz-home2-category-card:hover {
  transform: translateY(-1px);
  border-color: rgba(45, 189, 48, 0.22);
  box-shadow: 0 12px 22px rgba(17, 24, 39, 0.07);
}

.dz-home2-category-thumb {
  width: 100%;
  height: 110px;
  border-radius: 30px;
  display: flex;
  place-items: center;
  background: #f6f8f7;
  border: 1px solid rgba(17, 24, 39, .06);
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.dz-home2-category-thumb:nth-child(1) {
  background: #fff4e7;
}

.dz-home2-category-thumb:nth-child(2) {
  background: #fff4e7;
}

.dz-home2-category-thumb img {
  width: 80px;
  height: auto;
  object-fit: cover;
  display: block;
}

.dz-home2-category-label {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.dz-home2-category-label strong {
  font-size: .88rem;
  line-height: 1.12;
  color: var(--dz-home2-secondary);
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dz-home2-category-label small {
  color: var(--dz-home2-muted);
  font-size: 0.79rem;
  line-height: 1.25;
}

.dz-home2-featured-track {
  padding-bottom: 10px;
}

.dz-home2-featured-card {
  flex: 0 0 min(374px, 84vw);
  min-height: 186px;
  border-radius: 26px;
  overflow: hidden;
  position: relative;
  scroll-snap-align: start;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.10);
  background: #0f1114;
}

.dz-home2-featured-card.is-closed {
  filter: grayscale(1) saturate(0.18) contrast(0.95);
}

.dz-home2-featured-media,
.dz-home2-featured-media img {
  display: block;
  width: 100%;
  height: 100%;
}

.dz-home2-featured-media img {
  object-fit: cover;
}

.dz-home2-featured-card::after {
  content: '';
  position: absolute;
  inset: auto 0 0 0;
  height: 58%;
  background: linear-gradient(180deg, rgba(15, 17, 20, 0) 0%, rgba(15, 17, 20, 0.50) 78%, rgba(15, 17, 20, 0.78) 100%);
}

.dz-home2-featured-copy {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 1;
  display: grid;
  gap: 4px;
  padding: 16px 18px 18px;
}

.dz-home2-featured-copy strong {
  font-size: 1.02rem;
  line-height: 1.2;
}

.dz-home2-featured-copy small {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.84rem;
  line-height: 1.35;
}

.dz-home2-featured-status {
  margin-top: 6px;
  width: fit-content;
}

.dz-home2-restaurants-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 18px 24px;
}

.dz-home2-restaurant-card,
.dz-home2-restaurant-link {
  height: 100%;
}

.dz-home2-restaurant-link {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 14px;
  align-items: center;
  overflow: visible;
  border-radius: 0;
  border: 0;
  background: transparent;
  text-decoration: none;
  color: inherit;
  box-shadow: none;
  transition: transform 0.18s ease;
}

.dz-home2-restaurant-link.is-closed {
  filter: grayscale(1) saturate(0.18) contrast(0.95);
}

.dz-home2-restaurant-link:hover {
  transform: translateY(-1px);
}

.dz-home2-restaurant-link.is-closed:hover {
  transform: none;
}

.dz-home2-restaurant-media {
  display: block;
  width: 85px;
  height: 85px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(45, 189, 48, .1), rgba(17, 24, 39, .04));
  border-radius: 13px;
}

.dz-home2-restaurant-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dz-home2-restaurant-body {
  display: grid;
  gap: 6px;
  padding: 0;
}

.dz-home2-restaurant-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.dz-home2-restaurant-head strong {
  font-size: 0.98rem;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.dz-home2-restaurant-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
  flex: 0 0 auto;
}

.dz-home2-restaurant-status.open {
  background: rgba(45, 189, 48, 0.10);
  color: var(--dz-home2-primary);
}

.dz-home2-restaurant-status.closed {
  background: rgba(17, 24, 39, 0.06);
  color: rgba(17, 24, 39, 0.62);
}

.dz-home2-restaurant-category,
.dz-home2-restaurant-address,
.dz-home2-restaurant-meta {
  overflow: hidden;
  color: var(--dz-home2-muted);
  font-size: 0.83rem;
  line-height: 1.45;
}

.dz-home2-restaurant-address {
  color: var(--dz-home2-text);
}

.dz-home2-restaurant-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #887f81;
  font-size: 0.76rem;
}

.dz-home2-rating-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #9a5f00;
  background: rgba(255, 179, 0, 0.10);
  padding: 4px 10px;
  border-radius: 999px;
  font-weight: 800;
  white-space: nowrap;
}

.dz-home2-restaurant-meta>span {
  background: transparent;
  border: 0;
  padding: 0;
}

.dz-home2-empty,
.dz-home2-empty-results {
  padding: 18px;
  border-radius: 18px;
  border: 1px dashed rgba(17, 24, 39, 0.12);
  background: rgba(255, 255, 255, 0.72);
  color: var(--dz-home2-muted);
  font-size: 0.95rem;
}

.dz-home2-search {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  min-width: min(420px, 38vw);
  padding: 0 14px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.10);
  box-shadow: none;
}

.dz-home2-search input {
  flex: 1 1 auto;
  width: 100%;
  border: 0;
  outline: 0;
  background: 0 0;
  font: inherit;
  color: var(--dz-home2-text);
  padding: 10px 0 11px;
  margin-top: -5px;
}

.dz-home2-search-icon {
  color: var(--dz-home2-primary);
  flex: 0 0 auto;
}

.dz-home2-location-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  min-width: 172px;
  padding: 10px 14px;
  border: none;
  border-radius: 16px;
  background: #fff;
  text-align: left;
  cursor: pointer;
  background: none !important;
  color: var(--dz-home2-secondary) !important;
  box-shadow: none;
}

.dz-home2-location-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: var(--dz-home2-accent);
}

.dz-home2-location-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 0;
  flex: 1 1 auto;
  gap: 2px;
}

.dz-home2-location-pill strong {
  min-width: 0;
  font-size: 0.98rem;
  line-height: 1.1;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dz-home2-location-fee {
  min-width: 0;
  max-width: 100%;
  font-size: 0.75rem;
  line-height: 1.1;
  font-weight: 700;
  color: var(--dz-home2-primary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dz-home2-location-fee.is-loading {
  color: var(--dz-home2-muted);
}

.dz-home2-location-fee.is-error {
  color: #b91c1c;
}

.dz-home2-location-arrow {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--dz-home2-secondary);
  margin-left: auto;
}

.dz-home2-search-modal[hidden] {
  display: none !important;
}

.dz-home2-search-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: end center;
}

.dz-home2-search-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 24, 39, 0.44);
}

.dz-home2-search-modal-panel {
  position: relative;
  width: min(720px, calc(100% - 24px));
  margin: 12px;
  background: #fff;
  border-radius: 22px 22px 0 0;
  box-shadow: 0 20px 60px rgba(17, 24, 39, 0.28);
  overflow: hidden;
}

.dz-home2-search-modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 18px 14px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.dz-home2-search-modal-head strong {
  font-size: 1.02rem;
  line-height: 1.2;
  color: var(--dz-home2-text);
}

.dz-home2-search-modal-close {
  appearance: none;
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: #fff;
  color: var(--dz-home2-muted);
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.dz-home2-search-modal-close svg {
  width: 18px;
  height: 18px;
}

.dz-home2-search-modal-body {
  padding: 18px;
}

.dz-home2-search-modal-field {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 14px;
  border: 1px solid rgba(17, 24, 39, 0.10);
  border-radius: 18px;
  background: #fff;
}

.dz-home2-search-modal-icon {
  color: var(--dz-home2-primary);
  flex: 0 0 auto;
}

.dz-home2-search-modal-field input {
  flex: 1 1 auto;
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  font: inherit;
  color: var(--dz-home2-text);
  min-height: 52px;
}

.dz-home2-search-modal-note {
  margin: 12px 2px 0;
  color: var(--dz-home2-muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.pac-container {
  margin-top: 10px !important;
  border: 1px solid rgba(17, 24, 39, 0.08) !important;
  border-radius: 22px !important;
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.12) !important;
  overflow: hidden !important;
  z-index: 99999 !important;
  background: #fff;
}

.pac-item {
  position: relative;
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px;
  padding: 14px 16px 14px 14px !important;
  border-top: 0 !important;
  border-bottom: 1px solid rgba(17, 24, 39, 0.06);
  line-height: 1.35 !important;
  cursor: pointer;
  background: #fff;
}

.pac-item:last-child {
  border-bottom: 0 !important;
}

.pac-item:hover,
.pac-item.pac-item-selected {
  background: rgba(45, 189, 48, 0.06) !important;
  box-shadow: inset 3px 0 0 var(--dz-home2-primary);
}

.pac-item-query {
  display: block;
  margin-bottom: 1px;
  color: var(--dz-home2-text) !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
}

.pac-item>span:last-child {
  display: block;
  color: rgba(17, 24, 39, 0.72) !important;
  font-size: 0.82rem !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
}

.pac-matched {
  color: var(--dz-home2-primary) !important;
  font-weight: 800 !important;
}

.pac-icon {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin: 2px 0 0 !important;
  opacity: 1 !important;
  background-size: 18px 18px !important;
}

.pac-logo {
  margin: 10px 14px 12px auto !important;
  opacity: 1 !important;
}

.dz-home2[data-mode="landing"] [data-app-actions],
.dz-home2[data-mode="landing"] [data-catalog],
.dz-home2[data-mode="app"] [data-landing] {
  display: none !important;
}

@media (max-width: 1100px) {
  .dz-home2-header {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .dz-left,
  .dz-center,
  .dz-right {
    width: 100%;
  }

  .dz-left {
    flex-wrap: wrap;
    gap: 14px 20px;
  }

  .dz-home2-nav,
  .dz-home2-header-actions {
    justify-content: flex-start;
  }

  .dz-home2-center,
  .dz-center {
    width: 100%;
  }

  .dz-right {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .dz-home2-landing-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    min-height: auto;
  }

  .dz-home2-landing-visual {
    min-height: 520px;
  }

  .dz-home2-landing-art-img {
    width: min(430px, 84%);
    max-height: 430px;
  }
}

@media (max-width: 720px) {

  .dz-home2-main,
  .dz-home2-catalog-standalone {
    width: min(100%, calc(100% - 40px));
  }

  .dz-home2-header {
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "brand location"
      "nav nav";
    gap: 12px 10px;
    padding: 14px 12px 10px;
  }

  .dz-left,
  .dz-center,
  .dz-right {
    display: contents;
  }

  .dz-home2-header-actions-app {
    display: none !important;
  }

  .dz-home2-nav {
    grid-area: nav;
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 12px;
    padding: 2px 2px 0;
    overflow-x: auto;
  }

  .dz-home2-nav a {
    flex: 1 1 0;
    justify-content: center;
    padding: 10px 0 12px;
  }

  .dz-home2-back-link {
    display: none;
  }

  .dz-home2-brand {
    grid-area: brand;
    max-width: 128px;
  }

  .dz-home2-location-pill {
    grid-area: location;
    justify-self: end;
    width: auto;
    min-width: 0;
    padding-inline: 12px;
  }

  .dz-home2-header-actions-guest {
    display: none !important;
  }

  .dz-home2-landing-grid {
    gap: 18px;
  }

  .dz-home2-landing-copy h1 {
    max-width: 100%;
    font-size: clamp(2.3rem, 10vw, 3.6rem);
  }

  .dz-home2-landing-copy p {
    font-size: 1rem;
  }

  .dz-home2-address-form {
    flex-direction: column;
    align-items: stretch;
  }

  .dz-home2-address-form .dz-home2-button {
    width: 100%;
  }

  .dz-home2-search {
    min-width: 100%;
    width: 100%;
  }

  .dz-home2-location-pill {
    width: 100%;
    min-width: 0;
  }

  .dz-home2-catalog-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .dz-home2-categories-track,
  .dz-home2-featured-track {
    padding-bottom: 10px;
  }

  .dz-home2-category-card {
    min-width: 160px;
  }

  .dz-home2-restaurants-grid {
    grid-template-columns: 1fr;
  }

  .dz-home2-restaurant-link {
    grid-template-columns: 80px 1fr;
    gap: 12px;
  }

  .dz-home2-restaurant-media {
    width: 64px;
    height: 64px;
    border-radius: 16px;
  }

  .dz-home2-featured-card {
    flex-basis: min(320px, 86vw);
  }

  .dz-home2-skeleton {
    padding-top: 2px;
  }

  .dz-home2-skeleton-hero,
  .dz-home2-skeleton-section {
    border-radius: 22px;
    padding: 16px;
  }

  .dz-home2-skeleton-search {
    grid-template-columns: 1fr;
  }

  .dz-home2-skeleton-chips {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dz-home2-skeleton-card {
    grid-template-columns: 76px 1fr;
    gap: 12px;
    padding: 12px;
  }

  .dz-home2-skeleton-card-media {
    width: 76px;
    height: 76px;
  }

  .dz-home2-landing-visual {
    min-height: 420px;
  }

  .dz-home2-landing-art-img {
    width: min(360px, 90%);
    max-height: 380px;
  }

  .dz-home2-landing-visual--restaurants {
    min-height: 360px;
  }

  .dz-home2-landing-art-img--restaurants {
    width: min(560px, 96%);
    max-height: 320px;
  }

  .dz-home2-visual-card-a {
    width: 78%;
    right: 7%;
  }

  .dz-home2-visual-card-b {
    right: 14%;
    width: 50%;
  }

  .dz-home2-visual-card-c {
    right: 14%;
    width: 48%;
  }

  .dz-home2-footer-nav {
    display: block;
    position: sticky;
    bottom: 0;
    z-index: 35;
    margin-top: 18px;
  }

  .dz-home2-main {
    padding-bottom: 20px;
  }

  .dz-home2-footer-nav-inner {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }

  .dz-home2-footer-nav-link {
    min-height: 60px;
    font-size: 0.78rem;
  }

  .dz-home2-footer-nav-link.is-active {
    background: rgba(17, 24, 39, 0.02);
  }
}
