
/* ZirveMenu - Customer Menu Theme */
:root{
  --zm-menu-bg:#f4f6f8;
  --zm-menu-surface:#ffffff;
  --zm-menu-surface-2:#f8fafc;
  --zm-menu-border:#e5e7eb;
  --zm-menu-border-strong:#d5dae1;
  --zm-menu-text:#16202b;
  --zm-menu-muted:#667284;
  --zm-menu-shadow:0 18px 44px rgba(15,23,42,.08);
  --zm-menu-shadow-soft:0 10px 28px rgba(15,23,42,.06);
  --zm-menu-radius:22px;
  --zm-menu-max:1180px;
}

.menu-body{
  --accent:#203f7a;
  --accent2:#3e67b2;
  --paper:var(--zm-menu-surface);
  --paper2:var(--zm-menu-surface-2);
  --line:var(--zm-menu-border);
  --line2:var(--zm-menu-border-strong);
  --text:var(--zm-menu-text);
  --muted:var(--zm-menu-muted);
  --hero-overlay:linear-gradient(135deg, rgba(10,16,28,.88), rgba(17,35,61,.70) 55%, rgba(32,63,122,.36));
  background:
    radial-gradient(circle at top right, rgba(62,103,178,.08), transparent 26%),
    linear-gradient(180deg, #f8fafc 0%, #f3f5f8 100%);
  color:var(--text);
}

.theme-minimal-light{
  --accent:#5b728f;
  --accent2:#7b93b1;
  --hero-overlay:linear-gradient(135deg, rgba(18,28,42,.80), rgba(56,77,103,.58));
}
.theme-cafe-warm{ --accent:#9c5a2f; --accent2:#c8814f; }
.theme-luxury-gold{ --accent:#8f6a24; --accent2:#c4a35f; }
.theme-steakhouse-fire{ --accent:#b84a32; --accent2:#d96d52; }
.theme-bistro-green{ --accent:#2f7c5c; --accent2:#4ea17d; }
.theme-seafood-blue{ --accent:#1d6f8f; --accent2:#3a97be; }
.theme-dessert-pink{ --accent:#b15d7f; --accent2:#d985aa; }
.theme-fastfood-red{ --accent:#c64949; --accent2:#e8775f; }
.theme-ottoman-royal{ --accent:#5745a8; --accent2:#8d78d4; }

.menu-body .brand,
.menu-body .brand span{font-weight:800;letter-spacing:-.02em}

.menu-hero,
.category-hero,
.compact-category-hero{
  position:relative;
  min-height:360px;
  padding:24px clamp(16px,4vw,56px) 42px;
  border-bottom:none;
  background:var(--hero-overlay), linear-gradient(135deg, #0f172a, #13233f 56%, #1f407a);
  background-size:cover;
  background-position:center;
}

.menu-hero::after{
  content:'';
  position:absolute;
  inset:auto 0 0;
  height:78px;
  background:linear-gradient(180deg, rgba(244,246,248,0), rgba(244,246,248,1));
  pointer-events:none;
}

.menu-hero .brand.mini{
  display:inline-flex;
  align-items:center;
  padding:11px 15px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  backdrop-filter:blur(14px);
  border:1px solid rgba(255,255,255,.16);
  color:#fff;
  font-size:15px;
}
.menu-hero .brand span{color:#e2ebff}

.lang-switch{
  right:clamp(16px,4vw,56px);
  top:24px;
  gap:8px;
}
.lang-switch a{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.18);
  color:#fff;
  padding:8px 12px;
}
.lang-switch a.active{
  background:#fff;
  color:#13233f;
}

.cover{
  width:min(var(--zm-menu-max),100%);
  margin:42px auto 0;
  position:relative;
  z-index:1;
}
.logo-circle{
  margin:0 0 18px;
}
.logo-circle img{
  width:96px;
  height:96px;
  border-radius:28px;
  border:3px solid rgba(255,255,255,.20);
  box-shadow:0 20px 50px rgba(0,0,0,.28);
}
.template-pill{
  padding:8px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  color:#fff;
  font-size:11px;
  letter-spacing:.08em;
}
.cover h1{
  font-size:clamp(34px,5vw,62px);
  line-height:1.02;
  color:#fff;
  margin-bottom:14px;
  max-width:720px;
}
.cover p,
.menu-about-short{
  color:rgba(255,255,255,.84);
  max-width:680px;
  font-size:15px;
  line-height:1.75;
}
.menu-contact{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}
.menu-contact span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 14px;
  border-radius:14px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  color:#fff;
}
.contact-actions,
.share-actions{
  gap:10px;
  margin-top:16px;
}
.contact-actions a,
.share-actions a,
.share-actions button{
  min-height:46px;
  padding:0 18px;
  border-radius:14px;
  background:#fff;
  border:1px solid rgba(255,255,255,.2);
  color:#13233f;
  box-shadow:0 14px 26px rgba(9,15,28,.16);
  font-weight:700;
}
.share-actions button{
  appearance:none;
}
.contact-actions a:hover,
.share-actions a:hover,
.share-actions button:hover{
  transform:translateY(-1px);
  background:#f8fbff;
}

.announcement-strip{
  width:min(var(--zm-menu-max), calc(100% - 28px));
  margin:-22px auto 8px;
}
.announcement-card{
  border-radius:20px;
  box-shadow:var(--zm-menu-shadow);
}
.announcement-card span{
  display:inline-flex;
  flex-shrink:0;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.18);
  font-size:12px;
  font-weight:800;
}
.announcement-card a{white-space:nowrap}

.cat-nav{
  top:0;
  gap:10px;
  padding:14px clamp(16px,4vw,56px);
  background:rgba(255,255,255,.86);
  border-bottom:1px solid var(--zm-menu-border);
  backdrop-filter:blur(18px);
  box-shadow:0 10px 20px rgba(15,23,42,.04);
}
.cat-nav a{
  background:#fff;
  border:1px solid var(--zm-menu-border);
  color:#334155;
  border-radius:14px;
  padding:11px 15px;
  font-size:14px;
  box-shadow:var(--zm-menu-shadow-soft);
}
.cat-nav a:first-child,
.cat-nav a:hover,
.cat-nav a.active{
  background:linear-gradient(135deg, var(--accent2), var(--accent));
  border-color:transparent;
  color:#fff;
}

.menu-tools{width:min(var(--zm-menu-max),100%);padding:0 14px;margin-top:18px}
.menu-search{
  max-width:620px;
  min-height:54px;
  border-radius:18px;
  background:#fff;
  border:1px solid var(--zm-menu-border);
  box-shadow:var(--zm-menu-shadow-soft);
  padding:0 16px;
}
.menu-search span{font-size:17px;color:#64748b}
.menu-search input{height:52px;color:#111827;font-size:15px}
.menu-search input::placeholder{color:#94a3b8}
.search-count{margin-top:10px;font-size:14px;color:#667284}

.menu-wrap{
  width:min(var(--zm-menu-max),100%);
  padding:24px 14px 60px;
  gap:22px;
}
.cat-section h2,
.company-info-card h2{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:16px;
  color:#111827;
  font-size:30px;
}
.cat-section h2::before,
.company-info-card h2::before{
  content:'';
  width:12px;
  height:12px;
  border-radius:999px;
  background:linear-gradient(135deg, var(--accent2), var(--accent));
  box-shadow:0 0 0 6px rgba(62,103,178,.10);
}
.category-index-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:18px;
  margin-bottom:20px;
}
.category-index-head p{color:#667284;margin:10px 0 0}
.category-mode-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 16px;
  border-radius:14px;
  text-decoration:none;
  background:#fff;
  color:#13233f;
  border:1px solid var(--zm-menu-border);
  box-shadow:var(--zm-menu-shadow-soft);
  font-weight:700;
}
.category-card-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.category-card{
  display:block;
  overflow:hidden;
  text-decoration:none;
  color:inherit;
  background:#fff;
  border:1px solid var(--zm-menu-border);
  border-radius:24px;
  box-shadow:var(--zm-menu-shadow-soft);
  transition:transform .18s ease, box-shadow .18s ease;
}
.category-card:hover{transform:translateY(-3px);box-shadow:var(--zm-menu-shadow)}
.category-card-image{height:220px;background:linear-gradient(135deg,#e8edf5,#dbe6f8);display:grid;place-items:center;overflow:hidden}
.category-card-image img{width:100%;height:100%;object-fit:cover}
.category-card-image span{font-size:54px}
.category-card-content{padding:18px}
.category-card-content h3{margin:0 0 8px;font-size:22px;color:#101827}
.category-card-content p{margin:0;color:#667284}
.category-card-content b{display:inline-block;margin-top:14px;color:var(--accent);font-size:14px}

.products{gap:14px}
.featured-products{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.product{
  align-items:center;
  padding:16px;
  border-radius:22px;
  background:#fff;
  border:1px solid var(--zm-menu-border);
  box-shadow:var(--zm-menu-shadow-soft);
  grid-template-columns:112px minmax(0,1fr) auto;
  gap:16px;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.product:hover{
  transform:translateY(-2px);
  box-shadow:var(--zm-menu-shadow);
  border-color:#cad5e3;
}
.product.off{opacity:.72}
.featured-product{padding:0;display:block;overflow:hidden}
.featured-product .p-img{width:100%;height:220px;border-radius:22px 22px 0 0}
.featured-product .p-info{padding:18px}
.featured-product>strong{padding:0 18px 18px;font-size:18px}
.featured-product .product-badge{top:16px;right:16px}
.featured-badge{
  top:16px;left:16px;background:#fff;color:#15315d;border:1px solid rgba(255,255,255,.6);
  box-shadow:0 12px 24px rgba(0,0,0,.16);
}
.p-img{
  width:112px;height:92px;border-radius:18px;background:linear-gradient(135deg,#e8edf5,#dbe6f8);
  border:1px solid #e2e8f0;
}
.p-img span{font-size:38px}
.p-info h3{font-size:19px;color:#111827;margin-bottom:6px}
.p-info p{color:#667284;font-size:14px;line-height:1.6}
.product>strong{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:92px;
  padding:10px 14px;
  border-radius:14px;
  background:#f8fafc;
  border:1px solid #dbe3ef;
  color:#0f274e;
  font-size:16px;
  font-weight:800;
}
.tag{
  background:#fff3f2;
  color:#c43b2f;
  border:1px solid #f3cec9;
}
.product-badge{
  position:absolute;
  top:14px;
  right:14px;
  z-index:2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:28px;
  padding:0 10px;
  border-radius:999px;
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.04em;
  box-shadow:0 10px 18px rgba(15,23,42,.08);
}
.product-badge-popular{background:#eef6ff;color:#1c63c7;border:1px solid #cce0ff}
.product-badge-new{background:#ecfdf3;color:#15803d;border:1px solid #b7e6c8}
.product-badge-campaign{background:#fff4e8;color:#c25e00;border:1px solid #f6d4ad}
.display-hide-images .product{grid-template-columns:minmax(0,1fr) auto}
.display-hide-images .p-img{display:none}
.display-hide-prices .product>strong{display:none}
.display-compact .product{padding:12px}
.display-compact .p-img{height:80px;width:96px}

.company-info-card,
.product-modal-card{
  background:#fff;
  border:1px solid var(--zm-menu-border);
  border-radius:24px;
  box-shadow:var(--zm-menu-shadow);
}
.company-info-card{padding:24px}
.info-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.info-grid > div{
  display:grid;
  gap:6px;
  padding:16px;
  border-radius:18px;
  background:#f8fafc;
  border:1px solid #e8edf4;
}
.info-grid > div.wide{grid-column:1 / -1}
.info-grid b{color:#1e293b}
.info-grid span{color:#667284;line-height:1.6}

.back-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:16px;
  padding:11px 15px;
  border-radius:14px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  color:#fff;
  text-decoration:none;
  font-weight:700;
}

.menu-footer{
  margin-top:12px;
  background:#fff;
  border-top:1px solid var(--zm-menu-border);
  color:#667284;
}
.menu-footer p{margin:0 0 6px;color:#111827;font-weight:700}

.product-modal{position:fixed;inset:0;z-index:90;display:none}
.product-modal.open{display:block}
.product-modal-backdrop{position:absolute;inset:0;background:rgba(3,8,18,.58);backdrop-filter:blur(4px)}
.product-modal-card{
  position:relative;
  width:min(940px, calc(100% - 28px));
  margin:6vh auto;
  max-height:88vh;
  overflow:auto;
  display:grid;
  grid-template-columns:minmax(280px, 36%) minmax(0, 1fr);
}
.product-modal-close{
  position:absolute;top:16px;right:16px;z-index:2;width:42px;height:42px;border-radius:999px;border:1px solid #dbe3ef;background:#fff;cursor:pointer
}
.product-modal-media{
  min-height:320px;
  background:linear-gradient(135deg,#e7eef8,#d7e4f8);
  display:grid;
  place-items:center;
}
.product-modal-media img{width:100%;height:100%;object-fit:cover}
.product-modal-media span{font-size:96px}
.product-modal-content{padding:28px}
.product-modal-kicker{color:var(--accent);font-weight:800;margin-bottom:8px}
.product-modal-content h2{margin:0 0 10px;color:#111827;font-size:32px}
.product-modal-desc{color:#667284;line-height:1.75}
.product-modal-info{display:grid;gap:12px;margin:18px 0}
.product-modal-info .modal-block{padding:14px 16px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px}
.product-modal-info .modal-block b{display:block;margin-bottom:6px;color:#0f172a}
.product-modal-badges{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}
.product-modal-bottom{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-top:18px;padding-top:18px;border-top:1px solid #e5e7eb}
.product-modal-bottom strong{font-size:28px;color:#0f274e}
.product-modal-bottom button{
  min-height:46px;padding:0 18px;border-radius:14px;border:0;background:linear-gradient(135deg,var(--accent2),var(--accent));color:#fff;font-weight:800;cursor:pointer
}

.site.unavailable-page{
  min-height:100vh;
  display:grid;
  place-items:center;
  padding:24px;
  background:radial-gradient(circle at top right, rgba(62,103,178,.10), transparent 30%), linear-gradient(180deg,#f6f8fb,#eef3f8);
}
.unavailable-card{
  width:min(560px,100%);
  padding:34px;
  border-radius:28px;
  background:#fff;
  border:1px solid #e5e7eb;
  box-shadow:var(--zm-menu-shadow);
  text-align:center;
}
.unavailable-card .brand{display:inline-flex;margin-bottom:18px;padding:10px 14px;border-radius:999px;background:#eff4fb;color:#13233f}
.unavailable-card h1{margin:0 0 12px;font-size:36px;color:#111827}
.unavailable-card p{color:#667284;line-height:1.7}
.unavailable-card .actions{margin-top:22px}
.unavailable-card .btn{display:inline-flex;align-items:center;justify-content:center;padding:0 18px;min-height:46px;border-radius:14px;background:linear-gradient(135deg,var(--accent2),var(--accent));color:#fff;text-decoration:none;font-weight:800}
.unavailable-card small{display:block;margin-top:18px;color:#94a3b8}

.is-rtl .cat-section h2::before,
.is-rtl .company-info-card h2::before{margin-left:10px;margin-right:0}
.is-rtl .product{direction:rtl}
.is-rtl .product-badge{right:auto;left:14px}
.is-rtl .featured-badge{left:auto;right:16px}

@media (max-width: 1100px){
  .featured-products{grid-template-columns:repeat(2,minmax(0,1fr))}
  .category-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width: 860px){
  .menu-hero, .category-hero, .compact-category-hero{min-height:320px;padding:20px 18px 32px}
  .lang-switch{position:static;margin-top:14px;justify-content:flex-start}
  .cover{margin-top:30px}
  .category-index-head{display:block}
  .category-mode-link{margin-top:14px}
  .featured-products,.category-card-grid{grid-template-columns:1fr}
  .product{grid-template-columns:96px minmax(0,1fr);align-items:flex-start}
  .product > strong{grid-column:2;justify-self:flex-start;margin-top:6px}
  .announcement-card{display:block}
  .announcement-card a{display:inline-flex;margin-top:14px}
  .info-grid{grid-template-columns:1fr}
  .product-modal-card{grid-template-columns:1fr;margin:3vh auto;max-height:92vh}
  .product-modal-media{min-height:240px}
}
@media (max-width: 640px){
  .menu-hero .brand.mini{font-size:14px}
  .cover h1{font-size:32px}
  .cover p,.menu-about-short{font-size:14px}
  .menu-contact span{width:100%;justify-content:flex-start}
  .contact-actions,.share-actions{display:grid;grid-template-columns:1fr 1fr}
  .contact-actions a,.share-actions a,.share-actions button{width:100%;padding:0 12px}
  .cat-nav{padding:12px 14px}
  .cat-nav a{padding:10px 13px;font-size:13px}
  .menu-tools,.menu-wrap{padding-left:14px;padding-right:14px}
  .cat-section h2,.company-info-card h2{font-size:24px}
  .product{grid-template-columns:84px minmax(0,1fr);gap:12px;padding:14px}
  .p-img{width:84px;height:74px}
  .p-info h3{font-size:17px}
  .product>strong{min-width:auto}
  .product-modal-content{padding:22px}
  .product-modal-content h2{font-size:26px}
  .product-modal-bottom{display:block}
  .product-modal-bottom button{width:100%;margin-top:12px}
  .unavailable-card{padding:26px}
  .unavailable-card h1{font-size:28px}
}


/* ------------------------------------------------------------
   Template Visual Variants
   Şablon seçildiğinde yalnızca renk değil; form, kart, hero ve ürün dizilimi de değişir.
------------------------------------------------------------ */

/* Premium Dark - koyu, kurumsal, güçlü */
.menu-body.theme-premium-dark{
  --accent:#1f3f78;
  --accent2:#4f7fd6;
  --zm-menu-bg:#0b1220;
  --zm-menu-surface:#111827;
  --zm-menu-surface-2:#172033;
  --zm-menu-border:rgba(255,255,255,.10);
  --zm-menu-border-strong:rgba(255,255,255,.16);
  --zm-menu-text:#eef4ff;
  --zm-menu-muted:#aab6c8;
  background:radial-gradient(circle at 85% 0%, rgba(79,127,214,.16), transparent 34%),linear-gradient(180deg,#0b1220,#0a0f1a);
}
.theme-premium-dark .menu-hero{background:var(--hero-overlay),linear-gradient(135deg,#08111f,#132747 56%,#1e3a70)}
.theme-premium-dark .product,.theme-premium-dark .category-card,.theme-premium-dark .company-info-card,.theme-premium-dark .menu-search{background:rgba(17,24,39,.92);border-color:rgba(255,255,255,.10);color:#eef4ff}
.theme-premium-dark .p-info h3,.theme-premium-dark .cat-section h2,.theme-premium-dark .company-info-card h2,.theme-premium-dark .category-card-content h3{color:#fff}
.theme-premium-dark .p-info p,.theme-premium-dark .category-card-content p,.theme-premium-dark .info-grid span{color:#aab6c8}
.theme-premium-dark .product>strong{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.10);color:#dce9ff}
.theme-premium-dark .cat-nav{background:rgba(10,15,26,.86);border-color:rgba(255,255,255,.10)}
.theme-premium-dark .cat-nav a{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.10);color:#dbe7fb}

/* Minimal Light - beyaz, sade, net */
.menu-body.theme-minimal-light{
  --accent:#64748b;
  --accent2:#94a3b8;
  --zm-menu-bg:#f8fafc;
  --zm-menu-surface:#ffffff;
  --zm-menu-surface-2:#f8fafc;
  --zm-menu-border:#e2e8f0;
  --zm-menu-text:#0f172a;
  --zm-menu-muted:#64748b;
  background:#f8fafc;
}
.theme-minimal-light .menu-hero{min-height:310px;background:linear-gradient(135deg, rgba(255,255,255,.94), rgba(248,250,252,.86)),radial-gradient(circle at 80% 0%, rgba(148,163,184,.22), transparent 34%)}
.theme-minimal-light .menu-hero .brand.mini,.theme-minimal-light .template-pill,.theme-minimal-light .menu-contact span,.theme-minimal-light .back-pill{background:#fff;border-color:#e2e8f0;color:#1e293b}
.theme-minimal-light .cover h1{color:#0f172a}
.theme-minimal-light .cover p,.theme-minimal-light .menu-about-short{color:#64748b}
.theme-minimal-light .contact-actions a,.theme-minimal-light .share-actions a,.theme-minimal-light .share-actions button{background:#0f172a;color:#fff}
.theme-minimal-light .product{border-radius:16px;box-shadow:0 8px 20px rgba(15,23,42,.05)}
.theme-minimal-light .p-img,.theme-minimal-light .category-card-image{background:#f1f5f9}

/* Cafe Warm - kahve, sıcak, yuvarlak kartlar */
.menu-body.theme-cafe-warm{
  --accent:#8b4a2b;
  --accent2:#d28a55;
  --zm-menu-bg:#fff7ed;
  --zm-menu-surface:#fffaf5;
  --zm-menu-surface-2:#fff3e8;
  --zm-menu-border:#ead7c4;
  --zm-menu-text:#2b170d;
  --zm-menu-muted:#85624a;
  background:radial-gradient(circle at 0% 0%, rgba(210,138,85,.16), transparent 32%),linear-gradient(180deg,#fff8ef,#f7eadb);
}
.theme-cafe-warm .menu-hero{background:linear-gradient(135deg, rgba(62,31,15,.86), rgba(126,70,39,.66)),radial-gradient(circle at 85% 15%, rgba(210,138,85,.42), transparent 32%)}
.theme-cafe-warm .product,.theme-cafe-warm .category-card{border-radius:28px;background:#fffaf5}
.theme-cafe-warm .p-img,.theme-cafe-warm .category-card-image{border-radius:24px;background:linear-gradient(135deg,#f9ddc4,#fff2e4)}
.theme-cafe-warm .cat-section h2::before{background:linear-gradient(135deg,#d28a55,#8b4a2b)}

/* Luxury Gold - siyah altın, premium */
.menu-body.theme-luxury-gold{
  --accent:#a47a2a;
  --accent2:#e3c16f;
  --zm-menu-bg:#080808;
  --zm-menu-surface:#12100c;
  --zm-menu-surface-2:#18140e;
  --zm-menu-border:rgba(227,193,111,.20);
  --zm-menu-text:#f7efd9;
  --zm-menu-muted:#c9b98a;
  background:radial-gradient(circle at 82% 0%, rgba(227,193,111,.16), transparent 34%),linear-gradient(180deg,#050505,#0d0b08);
}
.theme-luxury-gold .menu-hero{background:linear-gradient(135deg, rgba(0,0,0,.90), rgba(44,32,13,.70)),radial-gradient(circle at 82% 15%, rgba(227,193,111,.28), transparent 30%)}
.theme-luxury-gold .product,.theme-luxury-gold .category-card,.theme-luxury-gold .company-info-card,.theme-luxury-gold .menu-search{background:linear-gradient(180deg,#14110b,#0f0d09);border-color:rgba(227,193,111,.18);color:#f7efd9}
.theme-luxury-gold .p-info h3,.theme-luxury-gold .cat-section h2,.theme-luxury-gold .company-info-card h2,.theme-luxury-gold .category-card-content h3{color:#fff7df}
.theme-luxury-gold .p-info p,.theme-luxury-gold .category-card-content p,.theme-luxury-gold .info-grid span{color:#c9b98a}
.theme-luxury-gold .product>strong{background:rgba(227,193,111,.10);border-color:rgba(227,193,111,.22);color:#f4d985}
.theme-luxury-gold .product{border-radius:18px}
.theme-luxury-gold .p-img{border-radius:14px;background:linear-gradient(135deg,#2a2112,#4a3515)}
.theme-luxury-gold .cat-nav{background:rgba(8,8,8,.88);border-color:rgba(227,193,111,.18)}
.theme-luxury-gold .cat-nav a{background:#14110b;border-color:rgba(227,193,111,.18);color:#f7efd9}

/* Steakhouse Fire - koyu kırmızı, güçlü */
.menu-body.theme-steakhouse-fire{
  --accent:#9f2f23;
  --accent2:#ef6d52;
  --zm-menu-bg:#130706;
  --zm-menu-surface:#1c0b09;
  --zm-menu-surface-2:#260e0b;
  --zm-menu-border:rgba(239,109,82,.18);
  --zm-menu-text:#fff1ed;
  --zm-menu-muted:#d7aaa0;
  background:linear-gradient(180deg,#130706,#1a0907);
}
.theme-steakhouse-fire .menu-hero{background:linear-gradient(135deg, rgba(18,3,2,.94), rgba(92,23,16,.70)),radial-gradient(circle at 80% 20%, rgba(239,109,82,.26), transparent 33%)}
.theme-steakhouse-fire .product,.theme-steakhouse-fire .category-card,.theme-steakhouse-fire .company-info-card,.theme-steakhouse-fire .menu-search{background:#1c0b09;border-color:rgba(239,109,82,.18);color:#fff1ed}
.theme-steakhouse-fire .product{grid-template-columns:132px minmax(0,1fr) auto}
.theme-steakhouse-fire .p-img{width:132px;height:96px;border-radius:12px;background:linear-gradient(135deg,#38100c,#642016)}
.theme-steakhouse-fire .p-info h3,.theme-steakhouse-fire .cat-section h2,.theme-steakhouse-fire .category-card-content h3{color:#fff}
.theme-steakhouse-fire .p-info p,.theme-steakhouse-fire .category-card-content p{color:#d7aaa0}

/* Bistro Green - yeşil, doğal, ferah */
.menu-body.theme-bistro-green{
  --accent:#246b4a;
  --accent2:#55a77b;
  --zm-menu-bg:#f3f8f4;
  --zm-menu-surface:#ffffff;
  --zm-menu-surface-2:#eef8f1;
  --zm-menu-border:#d9eadf;
  --zm-menu-text:#102018;
  --zm-menu-muted:#5e7568;
  background:linear-gradient(180deg,#f7fbf8,#eef7f1);
}
.theme-bistro-green .menu-hero{background:linear-gradient(135deg, rgba(10,42,28,.86), rgba(36,107,74,.64)),radial-gradient(circle at 78% 14%, rgba(85,167,123,.28), transparent 34%)}
.theme-bistro-green .product,.theme-bistro-green .category-card{border-radius:20px}
.theme-bistro-green .p-img,.theme-bistro-green .category-card-image{background:linear-gradient(135deg,#e7f5ec,#cfeada)}

/* Seafood Blue - mavi, temiz, deniz ürünleri */
.menu-body.theme-seafood-blue{
  --accent:#106c8c;
  --accent2:#48a9cf;
  --zm-menu-bg:#eef8fb;
  --zm-menu-surface:#ffffff;
  --zm-menu-surface-2:#f2fbff;
  --zm-menu-border:#cfe8f1;
  --zm-menu-text:#10232d;
  --zm-menu-muted:#5d7885;
  background:linear-gradient(180deg,#f3fbff,#eaf7fb);
}
.theme-seafood-blue .menu-hero{background:linear-gradient(135deg, rgba(7,44,63,.88), rgba(16,108,140,.66)),radial-gradient(circle at 80% 20%, rgba(72,169,207,.32), transparent 34%)}
.theme-seafood-blue .product{border-radius:24px;grid-template-columns:118px minmax(0,1fr) auto}
.theme-seafood-blue .p-img,.theme-seafood-blue .category-card-image{background:linear-gradient(135deg,#dcf3fb,#c8eafa);border-color:#bfe3ef}

/* Dessert Pink - pastel, tatlı, yumuşak */
.menu-body.theme-dessert-pink{
  --accent:#a94f75;
  --accent2:#e58bad;
  --zm-menu-bg:#fff4f8;
  --zm-menu-surface:#ffffff;
  --zm-menu-surface-2:#fff7fb;
  --zm-menu-border:#f1d5df;
  --zm-menu-text:#341522;
  --zm-menu-muted:#8a6171;
  background:linear-gradient(180deg,#fff7fb,#fdebf2);
}
.theme-dessert-pink .menu-hero{background:linear-gradient(135deg, rgba(75,20,42,.84), rgba(169,79,117,.64)),radial-gradient(circle at 82% 16%, rgba(229,139,173,.34), transparent 34%)}
.theme-dessert-pink .product,.theme-dessert-pink .category-card{border-radius:30px}
.theme-dessert-pink .p-img,.theme-dessert-pink .category-card-image{border-radius:26px;background:linear-gradient(135deg,#ffe4ee,#fbd1e0)}

/* Fastfood Red - hızlı, canlı, yüksek kontrast */
.menu-body.theme-fastfood-red{
  --accent:#d93737;
  --accent2:#ffb547;
  --zm-menu-bg:#fff8ea;
  --zm-menu-surface:#ffffff;
  --zm-menu-surface-2:#fff4dc;
  --zm-menu-border:#f4dcc5;
  --zm-menu-text:#29100c;
  --zm-menu-muted:#7b5d52;
  background:linear-gradient(180deg,#fff9ed,#fff0dc);
}
.theme-fastfood-red .menu-hero{background:linear-gradient(135deg, rgba(122,13,13,.88), rgba(217,55,55,.62)),radial-gradient(circle at 82% 15%, rgba(255,181,71,.46), transparent 32%)}
.theme-fastfood-red .cat-nav a:first-child,.theme-fastfood-red .cat-nav a:hover,.theme-fastfood-red .cat-nav a.active,.theme-fastfood-red .contact-actions a,.theme-fastfood-red .share-actions a,.theme-fastfood-red .share-actions button{background:linear-gradient(135deg,#ffb547,#d93737);color:#fff}
.theme-fastfood-red .product{border-radius:18px;border-width:2px}

/* Ottoman Royal - mor/lacivert, dekoratif premium */
.menu-body.theme-ottoman-royal{
  --accent:#4f3fa1;
  --accent2:#c1a25b;
  --zm-menu-bg:#f7f4fb;
  --zm-menu-surface:#ffffff;
  --zm-menu-surface-2:#f4f0fb;
  --zm-menu-border:#ddd5ef;
  --zm-menu-text:#1c1830;
  --zm-menu-muted:#69607c;
  background:linear-gradient(180deg,#fbf9ff,#f1edf8);
}
.theme-ottoman-royal .menu-hero{background:linear-gradient(135deg, rgba(18,16,44,.90), rgba(79,63,161,.62)),radial-gradient(circle at 80% 16%, rgba(193,162,91,.32), transparent 34%)}
.theme-ottoman-royal .product,.theme-ottoman-royal .category-card{border-radius:14px 28px 14px 28px}
.theme-ottoman-royal .p-img,.theme-ottoman-royal .category-card-image{border-radius:12px 24px 12px 24px;background:linear-gradient(135deg,#ece7fb,#dfd7f4)}

/* Custom template should reflect selected custom colors more visibly */
.menu-body.theme-custom{--accent:var(--custom-primary, #203f7a);--accent2:var(--custom-secondary, #3e67b2)}
.theme-custom .menu-hero{background:linear-gradient(135deg, var(--accent), var(--accent2))}

@media (max-width: 860px){
  .theme-steakhouse-fire .product,.theme-seafood-blue .product{grid-template-columns:96px minmax(0,1fr)}
  .theme-steakhouse-fire .p-img,.theme-seafood-blue .p-img{width:96px;height:82px}
}



/* v38 - User directed clean professional menu adjustments */
.menu-top-translate{
  position:fixed;
  top:18px;
  right:18px;
  z-index:120;
  min-height:42px;
  display:flex;
  align-items:center;
  justify-content:flex-end;
}
.menu-top-translate:empty{display:none}

.menu-logo{
  display:flex;
  justify-content:center;
  align-items:center;
  margin:0 auto 18px;
}
.menu-logo img{
  width:min(128px,34vw);
  max-height:128px;
  object-fit:contain;
  border-radius:24px;
  background:rgba(255,255,255,.94);
  padding:8px;
  box-shadow:0 18px 45px rgba(0,0,0,.18);
}
.cover{
  text-align:center;
}
.cover h1{
  margin-left:auto;
  margin-right:auto;
}
.cover p,
.menu-about-short{
  margin-left:auto;
  margin-right:auto;
}
.menu-icon-actions,
.menu-share-dock{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
}
.menu-icon-btn{
  width:48px;
  height:48px;
  min-width:48px;
  padding:0!important;
  border-radius:15px!important;
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  font-size:18px;
}
.menu-icon-btn i{
  line-height:1;
}
.menu-share-dock{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:80;
  padding:8px;
  border-radius:22px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(226,232,240,.90);
  backdrop-filter:blur(16px);
  box-shadow:0 18px 44px rgba(15,23,42,.14);
}
.theme-premium-dark .menu-share-dock,
.theme-luxury-gold .menu-share-dock,
.theme-steakhouse-fire .menu-share-dock{
  background:rgba(15,23,42,.78);
  border-color:rgba(255,255,255,.12);
}
.no-results{
  display:none;
  margin:0 0 18px;
  padding:18px 20px;
  border-radius:18px;
  background:#fff;
  border:1px solid var(--zm-menu-border);
  color:var(--zm-menu-muted);
  box-shadow:var(--zm-menu-shadow-soft);
  text-align:center;
}
.no-results.show{display:block}
.p-img img,
.category-card-image img,
.product-modal-media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.product-modal-bottom{
  justify-content:flex-start;
}
.product-modal-bottom:empty{
  display:none;
}
.product-modal-bottom button{
  display:none!important;
}
.menu-footer{
  margin-bottom:88px;
}
.contact-actions.menu-icon-actions a,
.share-actions.menu-share-dock a,
.share-actions.menu-share-dock button{
  color:#13233f;
}
.theme-premium-dark .contact-actions.menu-icon-actions a,
.theme-premium-dark .share-actions.menu-share-dock a,
.theme-premium-dark .share-actions.menu-share-dock button,
.theme-luxury-gold .contact-actions.menu-icon-actions a,
.theme-luxury-gold .share-actions.menu-share-dock a,
.theme-luxury-gold .share-actions.menu-share-dock button,
.theme-steakhouse-fire .contact-actions.menu-icon-actions a,
.theme-steakhouse-fire .share-actions.menu-share-dock a,
.theme-steakhouse-fire .share-actions.menu-share-dock button{
  color:#fff;
  background:rgba(255,255,255,.08);
}
@media(max-width:640px){
  .menu-top-translate{
    top:12px;
    right:12px;
  }
  .menu-logo img{
    max-height:96px;
    border-radius:20px;
  }
  .menu-share-dock{
    left:50%;
    right:auto;
    bottom:12px;
    transform:translateX(-50%);
  }
  .menu-footer{
    margin-bottom:86px;
  }
}



/* v42 - GTranslate sağ üst sabit görünüm */
.menu-top-translate{
  position:absolute!important;
  top:18px!important;
  right:18px!important;
  z-index:99999!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  min-width:48px!important;
  min-height:34px!important;
}
.menu-top-translate .gtranslate_wrapper{
  position:relative!important;
  display:block!important;
  min-width:48px!important;
  min-height:28px!important;
}
#gt_float_wrapper {
    position: relative!important;
    top: -7px!important;
    right: -10px!important;
    z-index: 99999!important;
    height: 20px!important;
}
.gt_float_switcher {
    background: unset!important;
    box-shadow: rgb(0 0 0 / 7%) 0 5px 15px!important;
}
.gt_float_switcher img {
    width: 28px!important;
    margin: 0!important;
}
.gt_float_switcher .gt-selected {
    background-color: unset!important;
}
.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 5px 10px!important;
    color: #fffffff2!important;
    font-weight: unset!important;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code,
.gt_float_switcher .gt-selected .gt-current-lang span:not(.gt_float_switcher-arrow){
    display:none!important;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2716%27%20height%3D%2716%27%20viewBox%3D%270%200%20285%20285%27%3E%3Cpath%20d%3D%27M282%2076.5l-14.2-14.3a9%209%200%200%200-13.1%200L142.5%20174.4%2030.3%2062.2a9%209%200%200%200-13.2%200L3%2076.5a9%209%200%200%200%200%2013.1l133%20133a9%209%200%200%200%2013.1%200l133-133a9%209%200%200%200%200-13z%27%20style%3D%27fill%3A%23FFFFFF%27%2F%3E%3C%2Fsvg%3E") !important;
    transform: rotate(0deg) !important;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow.gt_arrow_rotate {
    transform: rotate(180deg)!important;
}
.gt_float_switcher .gt_options {
    text-align:center!important;
    background-color: #111827f0!important;
    border-radius:12px!important;
    overflow:hidden!important;
}
.gt_float_switcher .gt_options a {
    color: #fffffff2!important;
}
.gt_float_switcher .gt_options a:hover{
    background:#1f2937!important;
}
@media(max-width:640px){
  .menu-top-translate{
    top:12px!important;
    right:12px!important;
  }
}


/* v44 - GTranslate ok rengi düzeltmesi */
.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2716%27%20height%3D%2716%27%20viewBox%3D%270%200%20285%20285%27%3E%3Cpath%20d%3D%27M282%2076.5l-14.2-14.3a9%209%200%200%200-13.1%200L142.5%20174.4%2030.3%2062.2a9%209%200%200%200-13.2%200L3%2076.5a9%209%200%200%200%200%2013.1l133%20133a9%209%200%200%200%2013.1%200l133-133a9%209%200%200%200%200-13z%27%20style%3D%27fill%3A%23FFFFFF%27%2F%3E%3C%2Fsvg%3E") !important;
    transform: rotate(0deg) !important;
}


/* v46 - paylaş ikonları iletişim ikonları içine alındı */
.menu-share-dock{
  position:static!important;
  right:auto!important;
  bottom:auto!important;
  left:auto!important;
  transform:none!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
}
.menu-footer{
  margin-bottom:0!important;
}
@media(max-width:640px){
  .menu-share-dock{
    position:static!important;
    transform:none!important;
  }
  .menu-footer{
    margin-bottom:0!important;
  }
}



/* v47 - button ikonları a ikonlarıyla birebir aynı görünüm */
.contact-actions.menu-icon-actions button.menu-icon-btn,
.share-actions button.menu-icon-btn{
  appearance:none!important;
  -webkit-appearance:none!important;
  border:1px solid rgba(255,255,255,.2)!important;
  font:inherit!important;
  line-height:1!important;
  cursor:pointer!important;
  text-decoration:none!important;
  width:48px!important;
  height:48px!important;
  min-width:48px!important;
  padding:0!important;
  border-radius:15px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:18px!important;
}
.contact-actions.menu-icon-actions button.menu-icon-btn i,
.share-actions button.menu-icon-btn i{
  pointer-events:none;
  line-height:1;
}
.contact-actions.menu-icon-actions button.menu-icon-btn:focus-visible,
.share-actions button.menu-icon-btn:focus-visible{
  outline:3px solid rgba(62,103,178,.28)!important;
  outline-offset:3px!important;
}



/* v48 - contact-actions içindeki buttonlar a etiketleriyle aynı davranır */
.contact-actions button,
.contact-actions button:hover,
.contact-actions button:focus,
.contact-actions button:active{
  font:inherit;
  text-decoration:none;
}
.contact-actions button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border-radius:999px;
  padding:11px 15px;
  background:rgba(0,0,0,.28);
  border:1px solid var(--line2);
  color:#f5ddb0;
  font-weight:800;
  backdrop-filter:blur(12px);
  cursor:pointer;
}
.contact-actions button:hover{
  transform:translateY(-1px);
  background:#f8fbff;
  box-shadow:0 18px 34px rgba(9,15,28,.18);
}
.contact-actions.menu-icon-actions button.menu-icon-btn{
  width:48px!important;
  height:48px!important;
  min-width:48px!important;
  padding:0!important;
  border-radius:15px!important;
  color:inherit;
}
.contact-actions.menu-icon-actions button.menu-icon-btn:hover{
  transform:translateY(-1px);
}
.theme-premium-dark .contact-actions.menu-icon-actions button.menu-icon-btn,
.theme-luxury-gold .contact-actions.menu-icon-actions button.menu-icon-btn,
.theme-steakhouse-fire .contact-actions.menu-icon-actions button.menu-icon-btn{
  color:#fff;
  background:rgba(255,255,255,.08);
}



/* v49 - contact-actions button arka plan düzeltmesi */
.contact-actions button{
  background:#fff!important;
}



/* v50 - Global yazı tipi standardı */
:root{
  --font: Inter, Arial, sans-serif;
  --display: Inter, Arial, sans-serif;
}
html,
body,
button,
input,
select,
textarea,
table,
a,
label,
small,
strong,
b,
span,
p,
h1,
h2,
h3,
h4,
h5,
h6,
li,
div{
  font-family: Inter, Arial, sans-serif!important;
}



/* v53 - Menü hero kontrast ve okunabilirlik standardı */
.menu-body{
  --hero-readable-text:#ffffff;
  --hero-readable-muted:rgba(255,255,255,.84);
  --hero-readable-soft:rgba(255,255,255,.72);
  --hero-action-bg:rgba(255,255,255,.96);
  --hero-action-text:#111827;
  --hero-action-border:rgba(255,255,255,.24);
  --hero-action-shadow:0 16px 34px rgba(0,0,0,.20);
}
.menu-hero{
  isolation:isolate;
}
.menu-hero::before{
  content:'';
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:
    linear-gradient(90deg, rgba(5,9,16,.82) 0%, rgba(8,13,23,.64) 42%, rgba(8,13,23,.38) 100%),
    radial-gradient(circle at 78% 18%, rgba(255,255,255,.12), transparent 30%)!important;
  mix-blend-mode:normal!important;
  opacity:1!important;
}
.menu-hero::after{
  z-index:0;
}
.menu-hero > *{
  position:relative;
  z-index:1;
}
.menu-hero .cover h1,
.menu-hero h1,
.menu-hero .cover h2,
.menu-hero .cover h3{
  color:var(--hero-readable-text)!important;
  text-shadow:0 3px 18px rgba(0,0,0,.42)!important;
}
.menu-hero .cover p,
.menu-hero .menu-about-short,
.menu-hero .cover small,
.menu-hero .cover span{
  color:var(--hero-readable-muted)!important;
  text-shadow:0 2px 12px rgba(0,0,0,.34)!important;
}
.menu-hero .back-pill,
.menu-hero .template-pill,
.menu-hero .menu-contact span{
  background:rgba(0,0,0,.28)!important;
  border-color:rgba(255,255,255,.18)!important;
  color:#fff!important;
  backdrop-filter:blur(14px)!important;
}
.menu-hero .menu-logo img{
  background:rgba(255,255,255,.96)!important;
  border:1px solid rgba(255,255,255,.65)!important;
  box-shadow:0 18px 44px rgba(0,0,0,.25)!important;
}
.menu-hero .contact-actions.menu-icon-actions a,
.menu-hero .contact-actions.menu-icon-actions button,
.menu-hero .contact-actions a,
.menu-hero .contact-actions button,
.menu-hero .share-actions a,
.menu-hero .share-actions button{
  background:var(--hero-action-bg)!important;
  color:var(--hero-action-text)!important;
  border:1px solid var(--hero-action-border)!important;
  box-shadow:var(--hero-action-shadow)!important;
}
.menu-hero .contact-actions.menu-icon-actions a i,
.menu-hero .contact-actions.menu-icon-actions button i,
.menu-hero .contact-actions a i,
.menu-hero .contact-actions button i{
  color:currentColor!important;
}
.menu-hero .contact-actions.menu-icon-actions a:hover,
.menu-hero .contact-actions.menu-icon-actions button:hover,
.menu-hero .contact-actions a:hover,
.menu-hero .contact-actions button:hover{
  background:#ffffff!important;
  color:#0f172a!important;
  transform:translateY(-1px)!important;
}
.menu-hero .contact-actions.menu-icon-actions a:focus-visible,
.menu-hero .contact-actions.menu-icon-actions button:focus-visible,
.menu-hero .back-pill:focus-visible{
  outline:3px solid rgba(255,255,255,.42)!important;
  outline-offset:3px!important;
}

/* Açık şablonlarda da hero metinleri aynı güçlü kontrastta kalsın */
.theme-minimal-light .menu-hero,
.theme-bistro-green .menu-hero,
.theme-seafood-blue .menu-hero,
.theme-dessert-pink .menu-hero,
.theme-fastfood-red .menu-hero,
.theme-ottoman-royal .menu-hero,
.theme-cafe-warm .menu-hero{
  --hero-readable-text:#ffffff;
  --hero-readable-muted:rgba(255,255,255,.86);
  --hero-action-bg:rgba(255,255,255,.96);
  --hero-action-text:#111827;
}
.theme-minimal-light .menu-hero::before,
.theme-bistro-green .menu-hero::before,
.theme-seafood-blue .menu-hero::before,
.theme-dessert-pink .menu-hero::before,
.theme-fastfood-red .menu-hero::before,
.theme-ottoman-royal .menu-hero::before,
.theme-cafe-warm .menu-hero::before{
  background:
    linear-gradient(90deg, rgba(9,15,25,.76) 0%, rgba(15,23,42,.58) 46%, rgba(15,23,42,.36) 100%),
    radial-gradient(circle at 78% 18%, rgba(255,255,255,.16), transparent 30%)!important;
}

/* Koyu şablonlarda butonlar beyaz, yazılar siyah kalsın */
.theme-premium-dark .menu-hero .contact-actions.menu-icon-actions a,
.theme-premium-dark .menu-hero .contact-actions.menu-icon-actions button,
.theme-luxury-gold .menu-hero .contact-actions.menu-icon-actions a,
.theme-luxury-gold .menu-hero .contact-actions.menu-icon-actions button,
.theme-steakhouse-fire .menu-hero .contact-actions.menu-icon-actions a,
.theme-steakhouse-fire .menu-hero .contact-actions.menu-icon-actions button{
  background:#ffffff!important;
  color:#111827!important;
  border-color:rgba(255,255,255,.28)!important;
}

/* GTranslate hero üstünde net kalsın */
.menu-top-translate{
  color:#fff!important;
}
.menu-top-translate .gt_float_switcher .gt-selected .gt-current-lang{
  color:#fff!important;
  text-shadow:0 2px 8px rgba(0,0,0,.35)!important;
}
.menu-top-translate .gt_float_switcher{
  background:rgba(0,0,0,.18)!important;
  border-radius:12px!important;
  backdrop-filter:blur(12px)!important;
}

/* Kategori detay hero alanı da okunabilir kalsın */
.compact-category-hero .back-pill{
  display:inline-flex;
  color:#fff!important;
}
.compact-category-hero .menu-about-short{
  color:rgba(255,255,255,.82)!important;
}

/* Mobilde hero üstü daha dengeli */
@media(max-width:640px){
  .menu-hero::before{
    background:
      linear-gradient(180deg, rgba(5,9,16,.84) 0%, rgba(8,13,23,.62) 58%, rgba(8,13,23,.46) 100%)!important;
  }
  .menu-hero .cover h1{
    text-shadow:0 3px 16px rgba(0,0,0,.50)!important;
  }
  .menu-hero .contact-actions.menu-icon-actions a,
  .menu-hero .contact-actions.menu-icon-actions button{
    box-shadow:0 12px 24px rgba(0,0,0,.20)!important;
  }
}

/* Luxury template hero kontrastı */
body.menu-page .hero-copy{
  color:#fff!important;
}
body.menu-page .hero-copy h1,
body.menu-page .hero-copy h2,
body.menu-page .hero-copy h3{
  color:#fff!important;
  text-shadow:0 3px 18px rgba(0,0,0,.38)!important;
}
body.menu-page .hero-copy p,
body.menu-page .hero-meta span,
body.menu-page .topbar span{
  color:rgba(255,255,255,.82)!important;
}
body.menu-page .topbar,
body.menu-page .hero-copy,
body.menu-page .qr-card{
  background:rgba(9,15,25,.68)!important;
  border-color:rgba(255,255,255,.14)!important;
  backdrop-filter:blur(18px)!important;
}



/* v55 - Standart şablon */
.menu-body.theme-standard{
  --accent:#1f3f78;
  --accent2:#2f6f9f;
  --zm-menu-bg:#f4f6f8;
  --zm-menu-surface:#ffffff;
  --zm-menu-surface-2:#f8fafc;
  --zm-menu-border:#e2e8f0;
  --zm-menu-border-strong:#cbd5e1;
  --zm-menu-text:#111827;
  --zm-menu-muted:#64748b;
  --hero-overlay:linear-gradient(135deg, rgba(11,24,43,.90), rgba(31,63,120,.72) 55%, rgba(47,111,159,.42));
  background:
    radial-gradient(circle at 88% 0%, rgba(47,111,159,.10), transparent 30%),
    linear-gradient(180deg,#f8fafc,#f1f5f9);
}
.theme-standard .menu-hero{
  background:
    var(--hero-overlay),
    radial-gradient(circle at 82% 18%, rgba(255,255,255,.14), transparent 30%),
    linear-gradient(135deg,#0b182b,#1f3f78 58%,#2f6f9f);
}
.theme-standard .cat-nav a:first-child,
.theme-standard .cat-nav a:hover,
.theme-standard .cat-nav a.active{
  background:linear-gradient(135deg,#2f6f9f,#1f3f78);
  color:#fff;
}
.theme-standard .cat-section h2::before,
.theme-standard .company-info-card h2::before{
  background:linear-gradient(135deg,#2f6f9f,#1f3f78);
}
.theme-standard .product,
.theme-standard .category-card,
.theme-standard .company-info-card,
.theme-standard .menu-search{
  background:#fff;
  border-color:#e2e8f0;
  box-shadow:0 14px 34px rgba(15,23,42,.07);
}
.theme-standard .product:hover,
.theme-standard .category-card:hover{
  border-color:#cbd5e1;
  box-shadow:0 18px 44px rgba(15,23,42,.10);
}
.theme-standard .p-img,
.theme-standard .category-card-image{
  background:linear-gradient(135deg,#eef4fb,#dde8f5);
}
.theme-standard .product>strong{
  background:#f8fafc;
  border-color:#dbe3ef;
  color:#16335e;
}
.theme-standard .product-badge-popular{background:#eef6ff;color:#1d4ed8;border-color:#c7dcff}
.theme-standard .product-badge-new{background:#ecfdf5;color:#047857;border-color:#bbf7d0}
.theme-standard .product-badge-campaign{background:#fff7ed;color:#c2410c;border-color:#fed7aa}



/* v57 - kategori giriş başlığı ikonlu liste butonu */
.category-mode-link.icon-only{
  width:46px!important;
  height:46px!important;
  min-width:46px!important;
  padding:0!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:18px!important;
}
.category-index-head > div p{
  display:none!important;
}



/* v58 - kategori başlık hizalama düzeltmesi */
.cat-section h2,
.company-info-card h2{
  margin-bottom:0!important;
}
.category-index-head{
  display:flex!important;
  justify-content:space-between!important;
  align-items:center!important;
  flex-direction:row!important;
  gap:18px!important;
  margin-bottom:20px!important;
}
.category-mode-link{
  margin-top:0!important;
}
@media (max-width: 980px){
  .category-index-head{
    display:flex!important;
    justify-content:space-between!important;
    align-items:center!important;
    flex-direction:row!important;
    gap:18px!important;
    margin-bottom:20px!important;
  }
}
@media (max-width: 860px){
  .category-index-head{
    display:flex!important;
    justify-content:space-between!important;
    align-items:center!important;
    flex-direction:row!important;
    gap:18px!important;
    margin-bottom:20px!important;
  }
  .category-mode-link{
    margin-top:0!important;
  }
}



/* v59 - Premium ürün kartı ve ürün modalı */
.products{
  display:grid!important;
  gap:16px!important;
}
.product{
  position:relative!important;
  display:grid!important;
  grid-template-columns:158px minmax(0,1fr)!important;
  align-items:stretch!important;
  gap:0!important;
  min-height:158px!important;
  padding:0!important;
  overflow:hidden!important;
  border-radius:24px!important;
  background:#fff!important;
  border:1px solid rgba(226,232,240,.95)!important;
  box-shadow:0 16px 38px rgba(15,23,42,.07)!important;
  color:#111827!important;
}
.product:hover{
  transform:translateY(-2px)!important;
  border-color:#cbd5e1!important;
  box-shadow:0 22px 54px rgba(15,23,42,.11)!important;
}
.product::before{
  display:none!important;
}
.product .p-img{
  width:100%!important;
  height:100%!important;
  min-height:158px!important;
  border-radius:0!important;
  border:0!important;
  background:#eef2f7!important;
}
.product .p-img img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
.product .p-info{
  display:flex!important;
  flex-direction:column!important;
  min-width:0!important;
  padding:20px 22px 18px!important;
  color:#111827!important;
}
.product .p-info h3{
  margin:0 0 8px!important;
  color:#111827!important;
  font-size:21px!important;
  line-height:1.22!important;
  letter-spacing:-.025em!important;
  font-weight:900!important;
}
.product .p-info p{
  margin:0!important;
  color:#64748b!important;
  font-size:14px!important;
  line-height:1.65!important;
}
.product-card-bottom{
  margin-top:auto!important;
  padding-top:14px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
}
.product-price,
.product .product-price,
.product>strong{
  margin-left:auto!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:auto!important;
  padding:9px 14px!important;
  border-radius:14px!important;
  background:linear-gradient(135deg,#f8fafc,#eef4fb)!important;
  border:1px solid #dbe3ef!important;
  color:#0f274e!important;
  font-size:18px!important;
  line-height:1!important;
  font-weight:950!important;
  letter-spacing:-.02em!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.70)!important;
}
.product-badge-inline{
  position:static!important;
  width:max-content!important;
  margin:0 0 9px!important;
  min-height:26px!important;
  padding:0 10px!important;
  border-radius:999px!important;
  font-size:11px!important;
  line-height:26px!important;
  font-weight:950!important;
  letter-spacing:.04em!important;
  text-transform:uppercase!important;
  box-shadow:none!important;
}
.product .tag{
  position:static!important;
  display:inline-flex!important;
  align-items:center!important;
  min-height:30px!important;
  padding:0 10px!important;
  border-radius:999px!important;
  font-size:12px!important;
  font-weight:900!important;
  background:#fef2f2!important;
  color:#991b1b!important;
  border:1px solid #fecaca!important;
}
.product.off{
  opacity:.86!important;
}
.featured-products{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
}
.featured-product{
  display:grid!important;
  grid-template-columns:158px minmax(0,1fr)!important;
}
.featured-product .p-img{
  width:100%!important;
  height:100%!important;
  min-height:180px!important;
  border-radius:0!important;
}
.featured-product .p-info{
  padding:22px!important;
}
.featured-product>strong{
  display:none!important;
}
.featured-badge{
  z-index:5!important;
  top:14px!important;
  left:14px!important;
  border-radius:999px!important;
}

/* Şablon karanlık olsa bile ürün kartı okunabilir kalsın */
.theme-premium-dark .product,
.theme-luxury-gold .product,
.theme-steakhouse-fire .product{
  background:#ffffff!important;
  border-color:rgba(226,232,240,.95)!important;
  color:#111827!important;
}
.theme-premium-dark .product .p-info h3,
.theme-luxury-gold .product .p-info h3,
.theme-steakhouse-fire .product .p-info h3{
  color:#111827!important;
}
.theme-premium-dark .product .p-info p,
.theme-luxury-gold .product .p-info p,
.theme-steakhouse-fire .product .p-info p{
  color:#64748b!important;
}

/* Modal komple kurumsal/premium */
.product-modal{
  position:fixed!important;
  inset:0!important;
  z-index:999!important;
  padding:24px!important;
}
.product-modal.is-open,
.product-modal.open{
  display:block!important;
}
.product-modal-backdrop{
  background:rgba(8,13,23,.68)!important;
  backdrop-filter:blur(8px)!important;
}
.product-modal-card{
  width:min(980px,calc(100vw - 32px))!important;
  max-height:calc(100vh - 48px)!important;
  overflow:hidden!important;
  display:grid!important;
  grid-template-columns:410px minmax(0,1fr)!important;
  margin:0 auto!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  position:relative!important;
  border-radius:30px!important;
  background:#ffffff!important;
  border:1px solid rgba(226,232,240,.96)!important;
  box-shadow:0 34px 100px rgba(0,0,0,.34)!important;
  color:#111827!important;
}
.product-modal-media{
  min-height:520px!important;
  background:#eef2f7!important;
  border-right:1px solid #e5e7eb!important;
}
.product-modal-media img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
.product-modal-content{
  padding:34px 36px!important;
  overflow:auto!important;
  color:#111827!important;
}
.product-modal-kicker{
  display:inline-flex!important;
  align-items:center!important;
  min-height:30px!important;
  padding:0 11px!important;
  border-radius:999px!important;
  background:#eff6ff!important;
  border:1px solid #bfdbfe!important;
  color:#1e3a8a!important;
  font-size:12px!important;
  font-weight:950!important;
  letter-spacing:.05em!important;
  text-transform:uppercase!important;
  margin-bottom:14px!important;
}
.product-modal-content h2{
  margin:0 0 12px!important;
  color:#111827!important;
  font-size:36px!important;
  line-height:1.08!important;
  letter-spacing:-.04em!important;
  font-weight:950!important;
}
.product-modal-desc{
  color:#475569!important;
  font-size:15px!important;
  line-height:1.75!important;
  margin:0 0 16px!important;
}
.product-modal-badges{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  margin:16px 0!important;
}
.product-modal-badges span,
.product-modal-badges .modal-product-badge{
  background:#f8fafc!important;
  color:#334155!important;
  border:1px solid #e2e8f0!important;
  border-radius:999px!important;
  padding:8px 11px!important;
  font-size:12px!important;
  font-weight:900!important;
}
.product-modal-badges .modal-product-badge-popular{background:#eef6ff!important;color:#1d4ed8!important;border-color:#c7dcff!important}
.product-modal-badges .modal-product-badge-new{background:#ecfdf5!important;color:#047857!important;border-color:#bbf7d0!important}
.product-modal-badges .modal-product-badge-campaign{background:#fff7ed!important;color:#c2410c!important;border-color:#fed7aa!important}
.product-modal-badges .is-warn{background:#fef2f2!important;color:#991b1b!important;border-color:#fecaca!important}
.product-modal-info{
  display:grid!important;
  gap:12px!important;
  margin:18px 0!important;
}
.product-modal-info article,
.product-modal-info .modal-block{
  padding:16px!important;
  background:#f8fafc!important;
  border:1px solid #e5e7eb!important;
  border-radius:18px!important;
  color:#111827!important;
}
.product-modal-info b{
  display:block!important;
  margin:0 0 8px!important;
  color:#111827!important;
  font-weight:950!important;
}
.product-modal-info p{
  margin:0!important;
  color:#475569!important;
  line-height:1.7!important;
}
.variant-price-list{
  display:grid!important;
  gap:8px!important;
}
.variant-price-list span{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  padding:10px 12px!important;
  border-radius:13px!important;
  background:#fff!important;
  border:1px solid #e2e8f0!important;
}
.variant-price-list em{
  font-style:normal!important;
  color:#334155!important;
}
.variant-price-list strong{
  color:#0f274e!important;
  font-weight:950!important;
}
.product-modal-bottom{
  margin-top:22px!important;
  padding-top:20px!important;
  border-top:1px solid #e5e7eb!important;
  display:flex!important;
  justify-content:flex-end!important;
}
.product-modal-bottom strong{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:12px 18px!important;
  border-radius:16px!important;
  background:linear-gradient(135deg,#f8fafc,#eef4fb)!important;
  border:1px solid #dbe3ef!important;
  color:#0f274e!important;
  font-size:26px!important;
  font-weight:950!important;
}
.product-modal-close{
  position:absolute!important;
  top:18px!important;
  right:18px!important;
  z-index:10!important;
  width:44px!important;
  height:44px!important;
  border-radius:999px!important;
  border:1px solid #e2e8f0!important;
  background:#ffffff!important;
  color:#111827!important;
  box-shadow:0 14px 30px rgba(15,23,42,.12)!important;
}
.product-modal-close:hover{
  background:#f8fafc!important;
  color:#111827!important;
}

/* Görsel kapalıysa kart tam geniş metin düzenine geçsin */
.display-hide-images .product{
  grid-template-columns:minmax(0,1fr)!important;
}
.display-hide-images .product .p-img{
  display:none!important;
}

@media(max-width:980px){
  .featured-products{
    grid-template-columns:1fr!important;
  }
  .product-modal-card{
    grid-template-columns:1fr!important;
    overflow:auto!important;
  }
  .product-modal-media{
    min-height:280px!important;
    max-height:360px!important;
    border-right:0!important;
    border-bottom:1px solid #e5e7eb!important;
  }
}
@media(max-width:640px){
  .product{
    grid-template-columns:118px minmax(0,1fr)!important;
    min-height:132px!important;
    border-radius:20px!important;
  }
  .product .p-img{
    min-height:132px!important;
  }
  .product .p-info{
    padding:15px 16px!important;
  }
  .product .p-info h3{
    font-size:18px!important;
  }
  .product .p-info p{
    font-size:13px!important;
    line-height:1.55!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  .product-card-bottom{
    padding-top:10px!important;
  }
  .product-price,
  .product .product-price{
    font-size:16px!important;
    padding:8px 11px!important;
  }
  .product-modal{
    padding:10px!important;
  }
  .product-modal-card{
    width:100%!important;
    max-height:calc(100vh - 20px)!important;
    border-radius:24px!important;
  }
  .product-modal-content{
    padding:24px!important;
  }
  .product-modal-content h2{
    font-size:28px!important;
  }
  .product-modal-media{
    min-height:230px!important;
  }
}



/* v60 - Ürün kartı ve modal kurumsal sıkılaştırma */
.products{
  gap:12px!important;
}
.product{
  grid-template-columns:118px minmax(0,1fr)!important;
  min-height:118px!important;
  border-radius:16px!important;
  border:1px solid #e5e7eb!important;
  box-shadow:0 8px 22px rgba(15,23,42,.045)!important;
  background:#fff!important;
}
.product:hover{
  transform:translateY(-1px)!important;
  border-color:#d1d5db!important;
  box-shadow:0 12px 28px rgba(15,23,42,.07)!important;
}
.product .p-img{
  min-height:118px!important;
  background:#f1f5f9!important;
}
.product .p-info{
  padding:15px 16px 14px!important;
}
.product .p-info h3{
  margin:0 0 5px!important;
  font-size:17px!important;
  line-height:1.28!important;
  letter-spacing:-.015em!important;
  font-weight:850!important;
  color:#111827!important;
}
.product .p-info p{
  font-size:13px!important;
  line-height:1.5!important;
  color:#6b7280!important;
  max-width:760px!important;
}
.product-card-bottom{
  padding-top:10px!important;
  gap:10px!important;
}
.product-price,
.product .product-price,
.product>strong{
  padding:7px 11px!important;
  border-radius:10px!important;
  background:#f8fafc!important;
  border:1px solid #e5e7eb!important;
  color:#111827!important;
  font-size:15px!important;
  font-weight:850!important;
  box-shadow:none!important;
}
.product-badge-inline{
  min-height:22px!important;
  line-height:22px!important;
  margin:0 0 6px!important;
  padding:0 8px!important;
  font-size:10px!important;
  font-weight:850!important;
  letter-spacing:.035em!important;
}
.product .tag{
  min-height:25px!important;
  padding:0 8px!important;
  font-size:11px!important;
  font-weight:800!important;
}
.featured-products{
  grid-template-columns:1fr!important;
}
.featured-product{
  grid-template-columns:118px minmax(0,1fr)!important;
  min-height:128px!important;
}
.featured-product .p-img{
  min-height:128px!important;
}
.featured-product .p-info{
  padding:16px!important;
}
.featured-badge{
  top:10px!important;
  left:10px!important;
  font-size:11px!important;
  padding:6px 9px!important;
  box-shadow:0 8px 18px rgba(15,23,42,.10)!important;
}

/* Daha kurumsal modal */
.product-modal{
  padding:18px!important;
}
.product-modal-card{
  width:min(780px,calc(100vw - 28px))!important;
  max-height:calc(100vh - 36px)!important;
  grid-template-columns:300px minmax(0,1fr)!important;
  border-radius:20px!important;
  border:1px solid #e5e7eb!important;
  box-shadow:0 24px 70px rgba(0,0,0,.24)!important;
}
.product-modal-media{
  min-height:420px!important;
  background:#f1f5f9!important;
  border-right:1px solid #e5e7eb!important;
}
.product-modal-content{
  padding:26px 28px!important;
}
.product-modal-kicker{
  min-height:26px!important;
  padding:0 9px!important;
  border-radius:999px!important;
  font-size:11px!important;
  margin-bottom:11px!important;
  background:#f8fafc!important;
  border-color:#e2e8f0!important;
  color:#475569!important;
}
.product-modal-content h2{
  margin:0 0 9px!important;
  font-size:27px!important;
  line-height:1.14!important;
  letter-spacing:-.025em!important;
  font-weight:900!important;
  color:#111827!important;
}
.product-modal-desc{
  font-size:14px!important;
  line-height:1.65!important;
  color:#5f6b7a!important;
  margin:0 0 13px!important;
}
.product-modal-badges{
  gap:7px!important;
  margin:13px 0!important;
}
.product-modal-badges span,
.product-modal-badges .modal-product-badge{
  padding:6px 9px!important;
  font-size:11px!important;
  font-weight:800!important;
  border-radius:999px!important;
}
.product-modal-info{
  gap:10px!important;
  margin:14px 0!important;
}
.product-modal-info article,
.product-modal-info .modal-block{
  padding:13px 14px!important;
  border-radius:13px!important;
  background:#f8fafc!important;
  border:1px solid #e5e7eb!important;
}
.product-modal-info b{
  margin:0 0 6px!important;
  font-size:13px!important;
  color:#111827!important;
}
.product-modal-info p{
  font-size:13px!important;
  line-height:1.6!important;
  color:#64748b!important;
}
.variant-price-list{
  gap:7px!important;
}
.variant-price-list span{
  padding:8px 10px!important;
  border-radius:10px!important;
}
.variant-price-list em{
  font-size:13px!important;
}
.variant-price-list strong{
  font-size:13px!important;
  color:#111827!important;
}
.product-modal-bottom{
  margin-top:16px!important;
  padding-top:14px!important;
  border-top:1px solid #e5e7eb!important;
}
.product-modal-bottom strong{
  padding:9px 13px!important;
  border-radius:11px!important;
  background:#f8fafc!important;
  border:1px solid #e5e7eb!important;
  color:#111827!important;
  font-size:19px!important;
  font-weight:900!important;
}
.product-modal-close{
  top:14px!important;
  right:14px!important;
  width:38px!important;
  height:38px!important;
  border:1px solid #e5e7eb!important;
  box-shadow:0 10px 22px rgba(15,23,42,.10)!important;
  font-size:24px!important;
}

/* Koyu şablonlarda modal ve kart kurumsal beyaz standardını korusun */
.theme-premium-dark .product,
.theme-luxury-gold .product,
.theme-steakhouse-fire .product,
.theme-premium-dark .product-modal-card,
.theme-luxury-gold .product-modal-card,
.theme-steakhouse-fire .product-modal-card{
  background:#fff!important;
  color:#111827!important;
  border-color:#e5e7eb!important;
}

@media(max-width:980px){
  .product-modal-card{
    grid-template-columns:1fr!important;
    width:min(620px,calc(100vw - 24px))!important;
  }
  .product-modal-media{
    min-height:240px!important;
    max-height:300px!important;
    border-right:0!important;
    border-bottom:1px solid #e5e7eb!important;
  }
}
@media(max-width:640px){
  .product{
    grid-template-columns:96px minmax(0,1fr)!important;
    min-height:106px!important;
    border-radius:14px!important;
  }
  .product .p-img{
    min-height:106px!important;
  }
  .product .p-info{
    padding:12px 13px!important;
  }
  .product .p-info h3{
    font-size:16px!important;
  }
  .product .p-info p{
    font-size:12.5px!important;
    line-height:1.45!important;
  }
  .product-price,
  .product .product-price{
    font-size:14px!important;
    padding:7px 9px!important;
  }
  .product-modal{
    padding:8px!important;
  }
  .product-modal-card{
    border-radius:18px!important;
    max-height:calc(100vh - 16px)!important;
  }
  .product-modal-content{
    padding:20px!important;
  }
  .product-modal-content h2{
    font-size:24px!important;
  }
  .product-modal-media{
    min-height:210px!important;
  }
}



/* v61 - mobil modal fiyat alanı background temizliği */
@media (max-width:760px){
  .product-modal-bottom{
    background:transparent!important;
  }
}



/* v74 - Menü arama filtreleme görünürlük düzeltmesi */
[data-product].is-hidden,
[data-category-section].is-hidden{
  display:none!important;
}
