/** Shopify CDN: Minification failed

Line 765:10 Expected identifier but found whitespace
Line 765:11 Unexpected "0.45rem"

**/
/* Mekan detay — premium split hero + mozaik galeri */

.mz-vd-page .mz-vd-hero { display: none !important; }

.mz-vd-page {
  --mz-vd-container-max: 1360px;
  --mz-vd-container-pad: 48px;
  --mz-vd-container-pad-mobile: 24px;
  --mz-vd-gallery-h: clamp(380px, 36vw, 480px);
  --mz-vd-radius-lg: 14px;
  --mz-vd-radius-md: 12px;
  --mz-vd-shadow-soft: 0 4px 24px rgb(16 24 39 / 6%);
  --mz-vd-shadow-card: 0 8px 32px rgb(16 24 39 / 8%);
  background: #fff;
  overflow-x: clip;
  max-width: 100%;
}

.mz-vd-page .mz-vd-container,
.mz-vd-page .mz-premium__container--wide {
  width: 100%;
  max-width: var(--mz-vd-container-max);
  margin-inline: auto;
  padding-inline: calc(var(--mz-vd-container-pad) / 2);
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .mz-vd-page .mz-vd-container,
  .mz-vd-page .mz-premium__container--wide {
    padding-inline: calc(var(--mz-vd-container-pad-mobile) / 2);
  }
}

.mz-vd-breadcrumb-wrap {
  padding-top: 0.85rem;
  padding-bottom: 0.25rem;
}

/* ─── Split hero ─── */
.mz-vd-split-hero {
  padding: 0.5rem 0 1.75rem;
  background: #fff;
}

.mz-vd-split-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 59%) minmax(0, 41%);
  gap: clamp(1.25rem, 2.2vw, 2rem);
  align-items: stretch;
}

/* ─── Mozaik galeri ─── */
.mz-vd-gallery-mosaic {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(0, 0.78fr);
  gap: 10px;
  height: var(--mz-vd-gallery-h);
  min-height: 380px;
}

.mz-vd-gallery-mosaic--solo {
  grid-template-columns: 1fr;
}

.mz-vd-gallery-mosaic--solo .mz-vd-gallery-mosaic__side {
  display: none;
}

.mz-vd-gallery-mosaic__main {
  position: relative;
  border-radius: var(--mz-vd-radius-lg);
  overflow: hidden;
  background: #eef2f7;
  min-height: 0;
}

.mz-vd-gallery-mosaic__main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mz-vd-gallery-mosaic__main-img--empty {
  display: grid;
  place-items: center;
  min-height: 100%;
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 800;
  color: #94a3b8;
  background: linear-gradient(145deg, #f8fafc 0%, #e2e8f0 100%);
}

.mz-vd-gallery-mosaic__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #7c3aed, #9333ea);
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  box-shadow: 0 4px 14px rgb(124 58 237 / 35%);
}

.mz-vd-gallery-mosaic__all-btn {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: none;
  border-radius: 999px;
  padding: 0.55rem 1rem;
  background: rgb(255 255 255 / 92%);
  backdrop-filter: blur(8px);
  color: #0f172a;
  font-size: 0.8125rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 4px 18px rgb(15 23 42 / 14%);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.mz-vd-gallery-mosaic__all-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgb(15 23 42 / 18%);
}

.mz-vd-gallery-mosaic__side {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  min-height: 0;
}

.mz-vd-gallery-mosaic__cell {
  position: relative;
  border: 2px solid transparent;
  border-radius: var(--mz-vd-radius-md);
  overflow: hidden;
  padding: 0;
  cursor: pointer;
  background: #eef2f7;
  transition: border-color 0.15s ease, transform 0.15s ease;
}

.mz-vd-gallery-mosaic__cell:hover {
  transform: scale(1.02);
}

.mz-vd-gallery-mosaic__cell.is-active {
  border-color: #7c3aed;
}

.mz-vd-gallery-mosaic__cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mz-vd-gallery-mosaic__cell--placeholder {
  background: linear-gradient(145deg, #f1f5f9, #e8edf3);
  cursor: default;
  pointer-events: none;
}

.mz-vd-gallery-mosaic__cell--more::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(15 23 42 / 42%);
  pointer-events: none;
}

.mz-vd-gallery-mosaic__more {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 1;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 800;
  pointer-events: none;
}

/* ─── Bilgi kartı ─── */
.mz-vd-split-hero__info-col {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgb(16 24 39 / 7%);
  border-radius: 18px;
  padding: clamp(1.1rem, 2vw, 1.45rem);
  box-shadow: var(--mz-vd-shadow-soft);
  min-height: var(--mz-vd-gallery-h);
}

.mz-vd-split-hero__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}

.mz-vd-split-hero__head-main {
  min-width: 0;
  flex: 1;
}

.mz-vd-split-hero__head-actions {
  display: flex;
  gap: 0.35rem;
  flex-shrink: 0;
}

.mz-vd-split-hero__icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border: 1px solid rgb(16 24 39 / 10%);
  background: #fff;
  border-radius: 999px;
  color: #475569;
  cursor: pointer;
  transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}

.mz-vd-split-hero__icon-btn:hover {
  border-color: #c4b5fd;
  color: #7c3aed;
  background: #faf5ff;
}

.mz-vd-split-hero__title {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-size: clamp(1.45rem, 2.4vw, 1.95rem);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.025em;
  color: var(--mz-vd-navy, #101827);
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.mz-vd-split-hero__verified-label {
  margin: 0.3rem 0 0;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #7c3aed;
}

.mz-vd-split-hero__stats-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.85rem;
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgb(16 24 39 / 6%);
  font-size: 0.875rem;
  color: #64748b;
}

.mz-vd-split-hero__stat {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  flex-wrap: wrap;
}

.mz-vd-split-hero__stat--rating strong {
  color: #101827;
  font-size: 1rem;
  font-weight: 800;
}

.mz-vd-split-hero__stars {
  color: #f59e0b;
  font-size: 0.9rem;
}

.mz-vd-split-hero__reviews-link {
  color: #64748b;
  text-decoration: none;
  font-weight: 600;
}

.mz-vd-split-hero__reviews-link:hover {
  color: #7c3aed;
  text-decoration: underline;
}

.mz-vd-split-hero__open-dot {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #22c55e;
  flex-shrink: 0;
}

.mz-vd-split-hero__open-label {
  color: #16a34a;
  font-weight: 700;
}

.mz-vd-split-hero__closed-label {
  color: #dc2626;
  font-weight: 700;
}

.mz-vd-split-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.85rem;
}

.mz-vd-split-hero__tag {
  padding: 0.32rem 0.72rem;
  border-radius: 999px;
  background: #f5f3ff;
  color: #6d28d9;
  font-size: 0.75rem;
  font-weight: 700;
}

.mz-vd-split-hero__tag--muted {
  background: #f1f5f9;
  color: #64748b;
}

.mz-vd-split-hero__address {
  margin: 0.85rem 0 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #475569;
}

.mz-vd-split-hero__map-link {
  display: inline-block;
  margin-left: 0.25rem;
  color: #7c3aed;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.mz-vd-split-hero__map-link:hover {
  text-decoration: underline;
}

.mz-vd-split-hero__desc {
  margin: 0.75rem 0 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #334155;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mz-vd-split-hero__actions {
  margin-top: auto;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.mz-vd-split-hero__actions-primary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.mz-vd-split-hero__actions-secondary {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.mz-vd-split-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.55rem 1rem;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  font-family: inherit;
  line-height: 1.2;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.mz-vd-split-btn--primary,
.mz-vd-split-btn--reservation {
  background: linear-gradient(135deg, #9333ea 0%, #7c3aed 100%);
  color: #fff;
  box-shadow: 0 8px 22px rgb(124 58 237 / 28%);
}

.mz-vd-split-btn--primary:hover,
.mz-vd-split-btn--reservation:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgb(124 58 237 / 34%);
}

.mz-vd-split-btn--wa {
  background: #22c55e;
  color: #fff;
  box-shadow: 0 8px 22px rgb(34 197 94 / 22%);
}

.mz-vd-split-btn--wa:hover {
  transform: translateY(-1px);
  background: #16a34a;
}

.mz-vd-split-btn--ghost {
  background: #fff;
  border-color: rgb(16 24 39 / 12%);
  color: #334155;
  min-height: 2.35rem;
  padding: 0.4rem 0.85rem;
  font-size: 0.8125rem;
  font-weight: 700;
}

.mz-vd-split-btn--ghost:hover {
  border-color: #c4b5fd;
  color: #6d28d9;
  background: #faf5ff;
}

.mz-vd-split-hero__quick-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgb(16 24 39 / 6%);
}

.mz-vd-split-hero__quick-item {
  padding: 0.55rem 0.65rem;
  border-radius: 10px;
  background: #f8fafc;
  font-size: 0.75rem;
  line-height: 1.35;
  color: #64748b;
}

.mz-vd-split-hero__quick-item strong {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.8125rem;
  font-weight: 800;
  color: #0f172a;
}

.mz-vd-split-hero__quick-label {
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #94a3b8;
}

.mz-vd-split-hero__quick-item--features {
  grid-column: 1 / -1;
}

/* ─── Rezervasyon modal ─── */
.mz-vd-res-soon {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.mz-vd-res-soon[hidden] {
  display: none !important;
}

.mz-vd-res-soon__backdrop {
  position: absolute;
  inset: 0;
  background: rgb(15 23 42 / 55%);
  backdrop-filter: blur(2px);
}

.mz-vd-res-soon__dialog {
  position: relative;
  width: min(100%, 24rem);
  background: #fff;
  border-radius: 20px;
  padding: 1.35rem 1.25rem 1.15rem;
  box-shadow: 0 24px 60px rgb(15 23 42 / 22%);
  text-align: center;
}

.mz-vd-res-soon__x {
  position: absolute;
  top: 0.55rem;
  right: 0.65rem;
  border: none;
  background: transparent;
  font-size: 1.5rem;
  line-height: 1;
  color: #94a3b8;
  cursor: pointer;
}

.mz-vd-res-soon__icon {
  font-size: 1.75rem;
  margin-bottom: 0.35rem;
}

.mz-vd-res-soon__title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.35;
}

.mz-vd-res-soon__desc {
  margin: 0.65rem 0 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #64748b;
}

.mz-vd-res-soon__actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1rem;
}

.mz-vd-res-soon__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.65rem;
  padding: 0.65rem 1rem;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 800;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
}

.mz-vd-res-soon__btn--wa {
  background: #22c55e;
  color: #fff;
}

.mz-vd-res-soon__btn--ok {
  background: linear-gradient(135deg, #9333ea, #7c3aed);
  color: #fff;
}

/* ─── Quick cards + post hero ─── */
.mz-vd-quick-cards {
  padding: 0 0 1.25rem;
  background: #fff;
}

.mz-vd-quick-cards__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.mz-vd-quick-card {
  background: #fff;
  border: 1px solid rgb(16 24 39 / 7%);
  border-radius: 14px;
  padding: 0.95rem 1rem;
  box-shadow: var(--mz-vd-shadow-soft);
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.mz-vd-quick-card:hover {
  box-shadow: var(--mz-vd-shadow-card);
  transform: translateY(-1px);
}

.mz-vd-quick-card__icon {
  font-size: 1.15rem;
  margin-bottom: 0.4rem;
}

.mz-vd-quick-card__title {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 800;
  color: #101827;
}

.mz-vd-quick-card__value {
  margin: 0.35rem 0 0;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #101827;
  line-height: 1.45;
}

.mz-vd-quick-card__hint {
  margin: 0.25rem 0 0;
  font-size: 0.75rem;
  color: #64748b;
  line-height: 1.4;
}

.mz-vd-split-hero__quick-hint {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.6875rem;
  font-weight: 500;
  color: #64748b;
  line-height: 1.35;
}

.mz-vd-quick-card__link {
  display: inline-block;
  margin-top: 0.45rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #7c3aed;
  text-decoration: none;
}

.mz-vd-post-hero {
  padding: 0.75rem 0 0;
  background: #f8fafc;
  border-top: 1px solid rgb(16 24 39 / 5%);
}

.mz-vd-page .mz-vd-main {
  background: #f8fafc;
}

.mz-vd-page .mz-vd-section-nav {
  background: #fff;
  border: 1px solid rgb(16 24 39 / 7%);
  border-radius: 999px;
  padding: 0.35rem;
  box-shadow: var(--mz-vd-shadow-soft);
}

/* ─── Responsive ─── */
@media (max-width: 991px) {
  .mz-vd-split-hero__grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .mz-vd-gallery-mosaic {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
  }

  .mz-vd-gallery-mosaic__main {
    aspect-ratio: 16 / 10;
    max-height: 340px;
  }

  .mz-vd-gallery-mosaic__side {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding-bottom: 2px;
  }

  .mz-vd-gallery-mosaic__side::-webkit-scrollbar {
    display: none;
  }

  .mz-vd-gallery-mosaic__cell {
    flex: 0 0 32%;
    aspect-ratio: 4 / 3;
    scroll-snap-align: start;
  }

  .mz-vd-gallery-mosaic__cell--placeholder {
    display: none;
  }

  .mz-vd-split-hero__info-col {
    min-height: 0;
  }

  .mz-vd-quick-cards__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .mz-vd-split-hero__actions-primary {
    grid-template-columns: 1fr;
  }

  .mz-vd-quick-cards__grid {
    grid-template-columns: 1fr;
  }

  .mz-vd-split-hero__quick-grid {
    grid-template-columns: 1fr;
  }
}

/* H50 — hero rating, rozetler, foto sayisi */
.mz-vd-gallery-mosaic__badges {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  max-width: calc(100% - 120px);
}

.mz-vd-gallery-mosaic__badges .mz-vd-gallery-mosaic__badge {
  position: static;
  top: auto;
  left: auto;
}
  padding: 0.45rem 0.9rem;
  font-size: 0.75rem;
  box-shadow: 0 6px 18px rgb(124 58 237 / 40%);
}

.mz-vd-gallery-mosaic__badge--verified {
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #059669, #10b981);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  box-shadow: 0 6px 18px rgb(16 185 129 / 35%);
}

.mz-vd-gallery-mosaic__count {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  background: rgb(15 23 42 / 72%);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  backdrop-filter: blur(6px);
}

.mz-vd-split-hero__rating-card {
  display: inline-flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.65rem 0.85rem;
  border-radius: 14px;
  border: 1px solid rgb(245 158 11 / 28%);
  background: linear-gradient(135deg, rgb(245 158 11 / 10%), rgb(251 191 36 / 8%));
  text-decoration: none;
  color: inherit;
  min-width: 7.5rem;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.mz-vd-split-hero__rating-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgb(245 158 11 / 18%);
}

.mz-vd-split-hero__rating-value {
  font-size: 1.65rem;
  font-weight: 900;
  line-height: 1;
  color: #101827;
  letter-spacing: -0.03em;
}

.mz-vd-split-hero__rating-stars {
  color: #f59e0b;
  font-size: 1rem;
  letter-spacing: 0.05em;
}

.mz-vd-split-hero__verified-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  background: rgb(16 185 129 / 12%);
  color: #047857;
  font-size: 0.75rem;
  font-weight: 800;
}
