/* ═══════════════════════════════════════════════════════════════
   GEZGİNLER v2 — Yalı birebir (görsel referans)
   ═══════════════════════════════════════════════════════════════ */

body.gezginler-v1-theme {
    --gz-serif: 'Cinzel', Georgia, 'Times New Roman', serif;
    --gz-script: 'Great Vibes', 'Dancing Script', cursive;
    --gz-ui: 'Poppins', -apple-system, sans-serif;

    --gz-black: #000000;
    --gz-white: #ffffff;
    --gz-gold: #c4a052;
    --gz-gold-dark: #9a7b3a;
    --gz-overlay: rgba(188, 158, 108, 0.52);
    --gz-ink: #111111;
    --gz-muted: #666666;
    --gz-border: #ebebeb;

    margin: 0;
    padding: 0;
    font-family: var(--gz-ui);
    font-size: 15px;
    color: var(--gz-ink);
    background: var(--gz-white);
    min-height: 100vh;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

body.gezginler-v1-theme *,
body.gezginler-v1-theme *::before,
body.gezginler-v1-theme *::after {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

body.gezginler-v1-theme button {
    font-family: inherit;
}

html {
    -webkit-text-size-adjust: 100%;
}

/* ─── Kabuk: tam genişlik, beyaz ─── */
.gz-shell {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    min-height: 100vh;
    background: var(--gz-white);
    position: relative;
}

/* ─── Siyah üst band ─── */
.gz-info-bar {
    display: block;
    width: 100%;
    background: var(--gz-black);
    color: #ffffff !important;
    text-align: center;
    text-decoration: none !important;
    font-family: var(--gz-ui);
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding: 10px 12px;
    border: none;
    cursor: pointer;
    line-height: 1.3;
}

.gz-info-bar:hover,
.gz-info-bar:active {
    background: #111111;
    color: #ffffff !important;
}

/* ─── Header (görseldeki gibi) ─── */
.gz-header {
    position: relative;
    background: var(--gz-white);
    padding: 8px 16px 24px;
    text-align: center;
}

.gz-header-icon {
    position: absolute;
    top: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gz-black) !important;
    font-size: 1.65rem;
    text-decoration: none !important;
    z-index: 2;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}

.gz-header-icon--left { left: 14px; }
.gz-header-icon--right { right: 14px; }

/* İnce outline Instagram hissi */
.gz-header-icon i {
    font-weight: 300;
    -webkit-text-stroke: 0.3px var(--gz-black);
}

.gz-logo-wrap {
    padding-top: 36px;
    display: flex;
    justify-content: center;
}

.gz-logo-ring {
    position: relative;
    width: 168px;
    height: 168px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--gz-gold);
    border-radius: 50%;
    background: var(--gz-white);
}

/* Üstte dallı süs (görseldeki yapraklar) */
.gz-logo-branch {
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 72px;
    height: 28px;
    pointer-events: none;
    color: var(--gz-gold);
    font-size: 1.1rem;
    display: flex;
    justify-content: center;
    gap: 2px;
    opacity: 0.95;
}

.gz-logo-branch i {
    font-size: 0.75rem;
    transform: rotate(-35deg);
}

.gz-logo-branch i:last-child {
    transform: rotate(35deg) scaleX(-1);
    margin-left: -4px;
}

.gz-logo-img {
    max-width: 90px;
    max-height: 64px;
    object-fit: contain;
}

.gz-logo-name {
    font-family: var(--gz-script);
    font-size: 3.25rem;
    font-weight: 400;
    color: var(--gz-gold);
    line-height: 1;
    padding: 0 8px;
    letter-spacing: 0.02em;
}

/* ─── Ana içerik ─── */
.gz-main {
    padding: 0 14px 28px;
    background: var(--gz-white);
}

.gz-shell.is-home .gz-main {
    padding-bottom: 28px;
}

.gz-shell:not(.is-home) .gz-main {
    padding-bottom: 88px;
}

.gz-page { display: none; }
.gz-page.gz-page-active { display: block; }

/* ─── Kategori kartları (birebir) ─── */
.gz-cat-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gz-cat-card,
.gz-subcat-card {
    display: block;
    width: 100%;
    position: relative;
    border: none;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    background: #e8e8e8;
}

.gz-cat-card {
    height: clamp(138px, 40vw, 178px);
}

.gz-subcat-card {
    height: 128px;
}

.gz-cat-card img,
.gz-subcat-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Yarı saydam bej-altın bant — görseldeki overlay */
.gz-cat-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 92%;
    padding: 14px 16px;
    background: var(--gz-overlay);
    text-align: center;
    pointer-events: none;
    z-index: 2;
}

.gz-cat-name {
    font-family: var(--gz-serif);
    font-weight: 700;
    font-size: clamp(1rem, 4.2vw, 1.35rem);
    color: #ffffff;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    line-height: 1.2;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.gz-cat-card:active,
.gz-subcat-card:active {
    opacity: 0.92;
}

/* ─── İç sayfalar ─── */
.gz-page-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0 16px;
    margin-bottom: 12px;
    border-bottom: 1px solid var(--gz-border);
}

.gz-back-btn {
    width: 42px;
    height: 42px;
    border: 1px solid var(--gz-gold);
    border-radius: 50%;
    background: var(--gz-white);
    color: var(--gz-gold-dark);
    font-size: 0.95rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.gz-page-title {
    font-family: var(--gz-serif);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin: 0;
    flex: 1;
    color: var(--gz-ink);
}

.gz-search {
    position: relative;
    margin-bottom: 14px;
}

.gz-search input {
    width: 100%;
    padding: 13px 14px 13px 42px;
    border: 1px solid var(--gz-border);
    border-radius: 10px;
    font-size: 0.9rem;
    background: #fafafa;
    color: var(--gz-ink);
    outline: none;
}

.gz-search input:focus {
    border-color: var(--gz-gold);
}

.gz-search i {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 0.9rem;
}

.gz-product-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.gz-product-card {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 12px;
    background: var(--gz-white);
    border: 1px solid var(--gz-border);
    border-radius: 10px;
    cursor: pointer;
    text-align: left;
    width: 100%;
}

.gz-product-thumb {
    width: 76px;
    height: 76px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
    background: #f2f2f2;
}

.gz-product-thumb.ph {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gz-gold);
    font-size: 1.3rem;
}

.gz-product-name {
    font-family: var(--gz-serif);
    font-weight: 600;
    font-size: 0.9rem;
    margin: 0 0 4px;
    color: var(--gz-ink);
}

.gz-product-desc {
    font-size: 0.75rem;
    color: var(--gz-muted);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gz-product-info { flex: 1; min-width: 0; }

.gz-product-price {
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--gz-gold-dark);
    white-space: nowrap;
}

.gz-product-price-old {
    text-decoration: line-through;
    color: #aaa;
    font-size: 0.75rem;
    margin-right: 4px;
}

.gz-subcat-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gz-all-products-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin-top: 12px;
    padding: 14px;
    border: 1px solid var(--gz-gold);
    border-radius: 10px;
    background: var(--gz-white);
    color: var(--gz-gold-dark);
    font-family: var(--gz-serif);
    font-weight: 600;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
}

.gz-loading, .gz-empty {
    text-align: center;
    padding: 40px 16px;
    color: var(--gz-muted);
}

.gz-loading i {
    font-size: 1.8rem;
    color: var(--gz-gold);
    display: block;
    margin-bottom: 10px;
}

/* Ana sayfada alt bar yok — görsel referans */
.gz-bottom-bar {
    display: none;
}

/* İç sayfalarda mini yüzen aksiyonlar */
.gz-float-actions {
    display: none;
    position: fixed;
    bottom: calc(16px + env(safe-area-inset-bottom, 0px));
    right: max(16px, calc(50% - 260px + 16px));
    flex-direction: column;
    gap: 10px;
    z-index: 80;
}

.gz-float-actions.is-visible {
    display: flex;
}

.gz-float-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid var(--gz-gold);
    background: var(--gz-white);
    color: var(--gz-ink);
    font-size: 1.15rem;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.gz-float-btn--dark {
    background: var(--gz-black);
    color: #fff;
    border-color: var(--gz-gold);
}

.gz-float-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 18px;
    height: 18px;
    background: var(--gz-gold);
    color: #fff;
    font-size: 0.6rem;
    font-weight: 700;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    border: 2px solid var(--gz-white);
}

.gz-table-badge {
    position: fixed;
    top: calc(env(safe-area-inset-top, 0px) + 44px);
    right: max(12px, calc(50% - 260px + 12px));
    z-index: 90;
    background: var(--gz-gold);
    color: #fff;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 16px;
    letter-spacing: 0.05em;
}

/* ─── Modallar ─── */
.gz-modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 500;
    align-items: flex-end;
    justify-content: center;
}

.gz-modal-overlay.show { display: flex; }

.gz-modal {
    width: 100%;
    max-width: 520px;
    max-height: 90vh;
    background: var(--gz-white);
    border-radius: 18px 18px 0 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    color: var(--gz-ink);
    animation: gzUp 0.28s ease;
}

@keyframes gzUp {
    from { transform: translateY(100%); }
    to { transform: translateY(0); }
}

.gz-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px;
    border-bottom: 1px solid var(--gz-border);
}

.gz-modal-header h3 {
    font-family: var(--gz-serif);
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0;
}

.gz-modal-close {
    width: 34px;
    height: 34px;
    border: none;
    background: #f2f2f2;
    border-radius: 50%;
    cursor: pointer;
    color: #666;
}

.gz-modal-body {
    padding: 18px;
    overflow-y: auto;
    flex: 1;
}

.gz-detail-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 14px;
}

.gz-detail-name {
    font-family: var(--gz-serif);
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 8px;
}

.gz-detail-desc {
    color: var(--gz-muted);
    font-size: 0.88rem;
    margin-bottom: 14px;
    line-height: 1.55;
}

.gz-detail-price {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--gz-gold-dark);
    margin-bottom: 18px;
}

.gz-btn-primary {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 10px;
    background: var(--gz-black);
    color: #ffffff !important;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.gz-waiter-opt {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px;
    border: 1px solid var(--gz-border);
    border-radius: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    color: var(--gz-ink);
}

.gz-waiter-opt i {
    font-size: 1.35rem;
    color: var(--gz-gold-dark);
    width: 36px;
    text-align: center;
}

.gz-waiter-opt small { color: var(--gz-muted); }

.gz-wifi-box {
    background: #fafafa;
    border: 1px solid var(--gz-border);
    border-radius: 10px;
    padding: 14px;
    margin-bottom: 10px;
}

.gz-wifi-label {
    font-size: 0.68rem;
    color: var(--gz-muted);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 4px;
}

.gz-wifi-value {
    font-size: 1.05rem;
    font-weight: 600;
    word-break: break-all;
}

.gz-cart-item {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid var(--gz-border);
}

.gz-cart-qty {
    display: flex;
    align-items: center;
    gap: 8px;
}

.gz-cart-qty button {
    width: 30px;
    height: 30px;
    border: 1px solid var(--gz-border);
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
}

.gz-cart-footer {
    padding: 14px 18px calc(14px + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid var(--gz-border);
    background: #fafafa;
}

.gz-cart-total {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    margin-bottom: 12px;
}

.gz-contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid var(--gz-border);
    text-decoration: none !important;
    color: var(--gz-ink) !important;
}

.gz-contact-item i {
    color: var(--gz-gold-dark);
    width: 22px;
    text-align: center;
}

/* Dil menüsü */
.gz-lang-menu {
    display: none;
    position: absolute;
    top: 48px;
    right: 10px;
    background: var(--gz-white);
    border: 1px solid var(--gz-border);
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    min-width: 140px;
    z-index: 100;
    overflow: hidden;
}

.gz-lang-menu.open { display: block; }

.gz-lang-menu a {
    display: block;
    padding: 12px 16px;
    color: var(--gz-ink) !important;
    text-decoration: none !important;
    font-size: 0.85rem;
    border-bottom: 1px solid var(--gz-border);
}

.gz-lang-menu a:last-child { border-bottom: none; }

.gz-lang-menu a.active {
    background: #faf6ee;
    color: var(--gz-gold-dark) !important;
    font-weight: 600;
}

@media (min-width: 521px) {
    body.gezginler-v1-theme {
        background: #f5f5f5;
    }
}

/* ═══════════════════════════════════════════════════════════════
   ÜRÜN SAYFASI — Yalı menü görseli
   ═══════════════════════════════════════════════════════════════ */

.gz-shell.is-products .gz-info-bar,
.gz-shell.is-products .gz-header {
    display: none !important;
}

.gz-shell.is-products .gz-main {
    padding: 0;
    background: #e5e5e5 !important;
}

.gz-shell.is-products {
    background: #e5e5e5 !important;
}

/* Siyah üst bar */
.gz-menu-topbar {
    display: grid;
    grid-template-columns: 48px 1fr 48px;
    align-items: center;
    background: #000000;
    padding: 10px 12px;
    min-height: 52px;
}

.gz-menu-topbar-btn {
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    color: #ffffff;
    font-size: 1.2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gz-menu-logo-mini {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gz-menu-logo-mini img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid var(--gz-gold);
}

.gz-menu-logo-mini span {
    font-family: var(--gz-script);
    font-size: 1.5rem;
    color: var(--gz-gold);
    line-height: 1;
}

/* Kategori carousel */
.gz-cat-carousel-wrap {
    background: #eceae6 url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h60v60H0z' fill='%23eceae6'/%3E%3Cpath d='M0 30h60M30 0v60' stroke='%23e0ddd8' stroke-width='0.5'/%3E%3C/svg%3E");
    padding: 16px 0 12px;
    border-bottom: 1px solid #ddd;
}

.gz-cat-carousel {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    padding: 0 16px 4px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.gz-cat-carousel::-webkit-scrollbar { display: none; }

.gz-cat-pill {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    border: none;
    background: transparent;
    cursor: pointer;
    scroll-snap-align: center;
    min-width: 88px;
    padding: 0;
}

.gz-cat-pill-img {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    transition: border-color 0.2s, transform 0.2s;
}

.gz-cat-pill.active .gz-cat-pill-img {
    border-color: var(--gz-gold);
    transform: scale(1.04);
}

.gz-cat-pill-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gz-cat-pill-label {
    font-family: var(--gz-ui);
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #111;
    text-align: center;
    line-height: 1.2;
}

.gz-cat-pill.active .gz-cat-pill-label {
    color: var(--gz-gold-dark);
}

/* Arama + kategoriler */
.gz-menu-toolbar {
    display: flex;
    gap: 10px;
    padding: 12px 14px;
    background: #eceae6;
    align-items: stretch;
}

.gz-menu-search {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
}

.gz-menu-search i {
    position: absolute;
    left: 14px;
    color: #888;
    font-size: 0.9rem;
    pointer-events: none;
}

.gz-menu-search input {
    width: 100%;
    padding: 12px 14px 12px 40px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #fff;
    font-size: 0.82rem;
    letter-spacing: 0.04em;
    color: #111;
    outline: none;
}

.gz-menu-search input::placeholder {
    color: #999;
    text-transform: uppercase;
}

.gz-menu-cat-btn {
    flex-shrink: 0;
    padding: 0 14px;
    border: 1px solid #111;
    border-radius: 8px;
    background: #f0eeea;
    font-family: var(--gz-ui);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #111;
    cursor: pointer;
    white-space: nowrap;
}

/* Kategori geçiş */
.gz-cat-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    background: #e8e6e2;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.gz-cat-nav-btn {
    border: none;
    background: transparent;
    font-family: var(--gz-ui);
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #444;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
    max-width: 46%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gz-cat-nav-btn--next {
    text-align: right;
    justify-content: flex-end;
}

.gz-cat-nav-btn i {
    font-size: 0.75rem;
    flex-shrink: 0;
}

/* Bej kategori bandı */
.gz-cat-banner {
    background: #d2c4b5;
    color: #ffffff;
    text-align: center;
    font-family: var(--gz-ui);
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 14px 16px;
}

/* Ürün listesi */
.gz-menu-products-wrap {
    padding: 14px 14px 24px;
    background: #e5e5e5;
}

.gz-menu-product-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.gz-menu-product {
    display: flex;
    gap: 14px;
    width: 100%;
    padding: 14px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 14px;
    cursor: pointer;
    text-align: left;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.2s;
}

.gz-menu-product:active {
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}

.gz-menu-product-img {
    width: 108px;
    height: 108px;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
    background: #f2f2f2;
}

.gz-menu-product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gz-menu-product-ph {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    font-size: 1.6rem;
}

.gz-menu-product-body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    min-height: 108px;
}

.gz-menu-product-title {
    font-family: var(--gz-serif);
    font-size: 1.05rem;
    font-weight: 700;
    color: #111;
    margin: 0 0 8px;
    line-height: 1.25;
}

.gz-menu-product-desc {
    font-family: var(--gz-ui);
    font-size: 0.78rem;
    color: #555;
    line-height: 1.45;
    margin: 0;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gz-menu-product-price {
    font-family: var(--gz-serif);
    font-size: 1.05rem;
    font-weight: 700;
    color: #111;
    text-align: right;
    margin-top: 8px;
}

/* Ürün detay modal — ortalanmış */
.gz-product-overlay {
    align-items: center !important;
    justify-content: center !important;
    padding: 20px 16px;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.gz-product-dialog {
    position: relative;
    width: 100%;
    max-width: 380px;
    max-height: 88vh;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
    animation: gzFadeIn 0.25s ease;
}

@keyframes gzFadeIn {
    from { opacity: 0; transform: scale(0.96); }
    to { opacity: 1; transform: scale(1); }
}

.gz-product-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    background: #000;
    color: #fff;
    font-size: 0.95rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.gz-product-hero {
    width: 100%;
    aspect-ratio: 4 / 3;
    max-height: 240px;
    overflow: hidden;
    background: #f0f0f0;
}

.gz-product-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gz-product-content {
    padding: 20px 18px 24px;
    text-align: center;
}

.gz-product-detail-title {
    font-family: var(--gz-serif);
    font-size: 1.35rem;
    font-weight: 700;
    color: #111;
    margin: 0 0 14px;
    line-height: 1.3;
}

.gz-product-detail-desc {
    font-family: var(--gz-serif);
    font-size: 0.88rem;
    color: #333;
    line-height: 1.65;
    margin: 0 0 18px;
    text-align: center;
}

.gz-product-detail-price {
    font-family: var(--gz-serif);
    font-size: 1.4rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 16px;
}

.gz-product-add-btn {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 8px;
    background: #000;
    color: #fff;
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
}

/* Gece modu (ürün sayfası) */
html.gz-night .gz-shell.is-products .gz-main,
html.gz-night .gz-menu-products-wrap {
    background: #2a2a2a !important;
}

html.gz-night .gz-menu-product {
    background: #1a1a1a;
    border-color: #333;
}

html.gz-night .gz-menu-product-title,
html.gz-night .gz-menu-product-price {
    color: #f5f5f5;
}

html.gz-night .gz-menu-product-desc {
    color: #aaa;
}

/* Masa seçimi */
.gz-modal--tables .gz-modal-header {
    align-items: flex-start;
}

.gz-modal-sub {
    margin: 6px 0 0;
    font-size: 0.82rem;
    color: var(--gz-muted);
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
}

.gz-table-hint {
    text-align: center;
    color: var(--gz-muted);
    font-size: 0.85rem;
    margin: 0 0 14px;
}

.gz-table-search {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--gz-border);
    border-radius: 10px;
    padding: 10px 12px;
    margin-bottom: 14px;
    background: #fafafa;
}

.gz-table-search i {
    color: var(--gz-muted);
}

.gz-table-search input {
    border: none;
    background: transparent;
    width: 100%;
    outline: none;
    font-size: 0.9rem;
    color: var(--gz-ink);
}

.gz-table-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    max-height: 52vh;
    overflow-y: auto;
}

.gz-table-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 14px;
    border: 1px solid var(--gz-border);
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    text-align: left;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.gz-table-card:hover,
.gz-table-card:focus {
    border-color: var(--gz-gold-dark);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    outline: none;
}

.gz-table-card-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f5f0e6;
    color: var(--gz-gold-dark);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.gz-table-card-name {
    font-weight: 600;
    color: var(--gz-ink);
    font-size: 0.95rem;
}

.gz-table-card-loc {
    font-size: 0.78rem;
    color: var(--gz-muted);
}

.gz-table-loading,
.gz-table-empty {
    text-align: center;
    padding: 28px 12px;
    color: var(--gz-muted);
}

.gz-table-empty i,
.gz-table-loading i {
    font-size: 2rem;
    color: var(--gz-gold-dark);
    margin-bottom: 10px;
}

.gz-table-empty h4 {
    margin: 0 0 6px;
    color: var(--gz-ink);
}

@media (max-width: 420px) {
    .gz-table-grid {
        grid-template-columns: 1fr;
    }
}

