﻿/* ============================================================
   GUSTO — QR Menu Theme
   Palette: deep green / warm cream / amber accents
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Nunito+Sans:ital,wght@0,400;0,600;0,700;0,800;1,400&family=IBM+Plex+Mono:wght@400&display=swap');
@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css');

/* Views/Page/Showcase.cshtml (TÜM temalar için ortak, dokunulmuyor) her kategori sayfasında
   kendi ecom-breadcrumb-nav'ını basar. Gusto'da bu tema-özel bir CSS override ile gizleniyor —
   chip-rail zaten aynı gezinme işlevini görüyor, .cshtml/Showcase.cshtml'e dokunmadan sadece bu
   temada saklıyoruz (diğer temaların breadcrumb'ı etkilenmez). */
.ecom-breadcrumb-nav{ display:none; }

:root{
  --green:#4C8770;
  --green-deep:#396552;
  --green-soft:#7BA491;
  --cream:#FAF8F3;
  --card:#FFFFFF;
  --ink:#1F2A25;
  --soft:#71807A;
  --line:#E8E4DA;
  --amber:#E9A13B;
  --leaf:#4C9A63;
  --radius:18px;
  --shadow:0 10px 30px rgba(31,42,37,.10);
}

*{ box-sizing:border-box; }
html,body{ margin:0; padding:0; }

body{
  font-family:'Nunito Sans', system-ui, sans-serif;
  background:#E9E6DE;
  color:var(--ink);
  -webkit-font-smoothing:antialiased;
}

a{ color:var(--green); text-decoration:none; }
a:hover{ color:var(--green-deep); }
i {
    display: flex;
}
/* ---------- App shell ---------- */
.app-shell{
  position:relative;
  max-width:760px;
  margin:0 auto;
  min-height:100vh;
  min-height:100dvh;
  background:var(--cream);
  box-shadow:0 0 60px rgba(0,0,0,.18);
  overflow:hidden;
}

.screen{ display:none; min-height:100vh; min-height:100dvh; padding-bottom:110px; }
.screen.active{ display:block; }

/* ---------- Image placeholders ---------- */
.ph{
  position:relative;
  background:
    repeating-linear-gradient(45deg, rgba(51,96,79,.10) 0 14px, rgba(51,96,79,.045) 14px 28px),
    linear-gradient(160deg,#DDE5DF, #CBD6CE);
  overflow:hidden;
}
.ph::after{
  content:attr(data-label);
  position:absolute; inset:0;
  display:flex; align-items:center; justify-content:center;
  font-family:'IBM Plex Mono', monospace;
  font-size:11px; letter-spacing:.08em; text-transform:uppercase;
  color:#5E7268; text-align:center; padding:8px;
}
.ph-dark{
  background:
    repeating-linear-gradient(45deg, rgba(255,255,255,.05) 0 16px, rgba(255,255,255,.02) 16px 32px),
    linear-gradient(160deg,#20302A,#141E1A);
}
.ph-dark::after{ color:rgba(255,255,255,.45); }

/* ============================================================
   LANDING
   ============================================================ */
.landing{
  position:relative;
}
.landing.active{
  display:flex; flex-direction:column; align-items:center;
  min-height:100vh; min-height:100dvh;
  padding:56px 24px 130px;
}
.landing-bg{ position:absolute; inset:0; }
.landing-bg .ph{ width:100%; height:100%; }
.landing-scrim{
  position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(12,18,15,.55) 0%, rgba(12,18,15,.25) 40%, rgba(12,18,15,.62) 100%);
}
.landing-inner{
  position:relative; z-index:2;
  display:flex; flex-direction:column; align-items:center;
  width:100%; flex:1;
}

/* Logo badge */
.brand-badge{
  width:148px; height:148px; border-radius:50%;
  background:var(--green);
  border:3px solid rgba(255,255,255,.9);
  box-shadow:0 14px 40px rgba(0,0,0,.35);
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  gap:2px; text-align:center;
}
.brand-badge .brand-name{
  font-family:'Marcellus', serif;
  font-size:34px; color:#fff; letter-spacing:.04em; margin:0; line-height:1;
}
.brand-badge .brand-sub{
  margin:4px 0 0; font-size:8.5px; letter-spacing:.32em; text-transform:uppercase;
  color:rgba(255,255,255,.85);
}
.brand-badge .brand-rule{
  width:34px; height:1px; background:rgba(255,255,255,.5); margin-top:6px;
}

/* Category launcher cards */
.launch-grid{
  margin-top:auto;
  width:100%; max-width:620px;
  display:grid; grid-template-columns:1fr 1fr; gap:20px;
}
.launch-card{
  display:flex; flex-direction:column; align-items:center; justify-content:center; gap:14px;
  padding:30px 16px 24px;
  border-radius:16px;
  background:rgba(30,40,35,.42);
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  color:#fff;
  cursor:pointer;
  transition:background .25s, transform .25s;
}
.launch-card:hover{ background:rgba(30,40,35,.62); transform:translateY(-3px); color:#fff; }
.launch-card i, .launch-card svg, .launch-card iconify-icon { font-size:44px; line-height:1; }
.launch-card span{
  font-weight:800; letter-spacing:.14em; text-transform:uppercase; font-size:16px;
}

/* ============================================================
   BOTTOM BAR + FAB
   ============================================================ */
.bottom-dock{
  position:fixed; bottom:0; left:50%; transform:translateX(-50%);
  width:100%; max-width:760px; z-index:60;
  --dock-notch:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 180 84' preserveAspectRatio='none'%3E%3Cpath d='M0,0 C45,0 40,46 90,46 C140,46 135,0 180,0 L180,84 L0,84 Z' fill='black'/%3E%3C/svg%3E") center top / 180px 100% no-repeat,
    linear-gradient(#000 0 0) left top / calc(50% - 89px) 100% no-repeat,
    linear-gradient(#000 0 0) right top / calc(50% - 89px) 100% no-repeat;
}
.dock-shadow{
  position:absolute; inset:0;
  filter:drop-shadow(0 -8px 22px rgba(31,42,37,.16));
  -webkit-mask:var(--dock-notch);
  mask:var(--dock-notch);
  pointer-events:none;
}
.dock-shadow::before{
  content:''; position:absolute; inset:0;
  background:#fff;
}
.dock-bar{
  position:relative;
  height:84px;
  display:flex; align-items:center; justify-content:space-between;
  padding:6px 22px 18px;
  -webkit-mask:var(--dock-notch);
  mask:var(--dock-notch);
  background:#fff;
}
.dock-side{display:flex;align-items:center;gap:14px;/* width:130px; */}
.dock-side.right{ justify-content:flex-end; }
.dock-icon{
  width:42px; height:42px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  background:transparent; border:none; color:var(--ink);
  font-size:20px; cursor:pointer;
  transition:background .2s;
}
.dock-icon i {
    display: flex;
}
.dock-icon:hover{ background:#F0EDE5; }

.menu-fab-wrap{
  position:absolute; left:50%; top:-33px; transform:translateX(-50%);
  z-index:2;
  display:flex; flex-direction:column; align-items:center; gap:14px;
}
.menu-fab{
  width:68px;
  height:68px;
  border-radius:50%;
  background:var(--green);
  color:#fff;
  border:none;
  font-size:26px;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 8px 20px rgba(38,74,61,.38), inset 0 -3px 8px rgba(0,0,0,.14);
  cursor:pointer;
  transition:transform .2s, background .2s;
  display: flex;
  align-items: center;
  vertical-align: middle;
}
.menu-fab:hover{ transform:scale(1.06); background:var(--green-deep); }
.menu-fab-label{
  font-size:11.5px;
  font-weight:800;
  letter-spacing:.24em;
  text-transform:uppercase;
  color:var(--ink);
  position: relative;
  top: 8px;
}

.lang-select{
  display:flex;
  align-items:center;
  gap:4px;
  background:transparent;
  border:none;
  font-size:19px;
  font-weight:800;
  letter-spacing:.04em;
  color:var(--ink);
  cursor:pointer;
  padding: 0px 8px;
  border-radius:10px;
  height: 42px;
}
.lang-select:hover{ background:#F0EDE5; }
.lang-select i{ font-size:13px; color:var(--soft); }
.flag-round{
  display:block; width:26px; height:26px; border-radius:50%;
  overflow:hidden; border:1px solid rgba(0,0,0,.08);
}

.cart-icon{ position:relative; }
.cart-badge{
  position:absolute;
  top:2px;
  right:2px;
  min-width:17px;
  height:17px;
  padding:0 4px;
  border-radius:9px;
  background:var(--amber);
  color:#fff;
  font-size:10.5px;
  font-weight:800;
  line-height:17px;
  text-align:center;
  /* border:2px solid #fff; */
}

/* ============================================================
   MENU SCREEN
   ============================================================ */
.menu-topbar{
  background:var(--green);
  border-radius:0 0 0 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:14px 20px;
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  overflow: hidden;
}
.topbar-logo{
  display:flex; align-items:center; gap:10px; cursor:pointer;
}
.topbar-logo .mini-badge{
  width:52px; height:52px; border-radius:50%;
  background:var(--green-deep);
  border:2px solid rgba(255,255,255,.75);
  display:flex; align-items:center; justify-content:center;
}
.topbar-logo .mini-badge span{
  font-family:'Marcellus', serif; font-size:15px; color:#fff; letter-spacing:.02em;
}
.topbar-back{
  border:none;
  color:#fff;
  font-size:22px;
  cursor:pointer;
  width:44px;
  height:44px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:background .2s;
  background: rgba(255, 255, 255, .12);
  margin: 0px 6px;
}
.topbar-back:hover{background: rgb(76 146 119);color: white;}

/* Category chip rail — ekrana sigmayan kategoriler icin yatay kaydirma: touch/trackpad swipe
   native, fare tekerlegi custom.js'teki 'wheel' listener'iyla yatay kaydirmaya cevriliyor,
   ayrica fare ile surukleme de destekleniyor (custom.js). Scrollbar gorunmez (temiz gorunum). */
.chip-rail{
  display:flex; gap:10px;
  padding:14px 16px;
  overflow-x:auto;
  scrollbar-width:none;
  background:var(--cream);
  cursor:grab;
  user-select:none;
}
.chip-rail::-webkit-scrollbar{ display:none; }
.chip-rail.dragging{ cursor:grabbing; }
.chip{
  flex:0 0 auto;
  padding: 8px 16px;
  border-radius:12px;
  background:#EFECE3;
  border:1px solid var(--line);
  font-size: 15px;
  font-weight:700;
  color:#3A463F;
  cursor:pointer;
  white-space:nowrap;
  transition:background .2s, color .2s;
  -webkit-user-drag:none;
}
.chip:hover{ background:#E4E0D4; }
.chip.active{ background:var(--green); border-color:var(--green); color:#fff; }

/* Category hero */
.cat-hero{
  position:relative; height:300px;
}
.cat-hero .ph{ position:absolute; inset:0; }
.cat-hero-scrim{
  position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(15,22,18,.15) 0%, rgba(15,22,18,.62) 100%);
}
.cat-hero-copy{
  position:absolute; left:28px; right:28px; bottom:22px; color:#fff;
}
.cat-hero-copy h1{
  margin:0; font-size:44px; font-weight:800; letter-spacing:-.01em;
}
.cat-hero-copy p{margin: 0 0 16px 0;font-size:18px;opacity:.92;}
.cat-hero-copy .cat-count{font-size:14px;opacity:.65;margin:0;display: none;}

/* Item list */
.item-list{
  background:var(--card);
  border-radius:22px 22px 0 0;
  margin-top:-18px;
  position:relative; z-index:2;
  padding:8px 22px 30px;
}
.menu-item{
  display:flex; gap:18px;
  padding:22px 0;
  border-bottom:1px solid #F0EDE5;
  cursor:pointer;
}
.menu-item:last-child{ border-bottom:none; }
.item-thumb{
  flex:0 0 auto;
  width:96px; height:96px; border-radius:12px; overflow:hidden;
}
.item-thumb .ph{ width:100%; height:100%; }
.item-main{ flex:1; min-width:0; }
.item-badges{ display:flex; gap:6px; margin-bottom:6px; flex-wrap:wrap; }
.badge-tag{
  display:inline-flex; align-items:center; gap:4px;
  font-size:11.5px; font-weight:800; letter-spacing:.02em;
  padding:3px 10px; border-radius:7px; color:#fff;
}
.badge-popular{ background:var(--amber); }
.badge-chef{ background:var(--green); }
.badge-new{ background:var(--leaf); }
.badge-veg{background: #46b37d;color:#357A48;}
.item-main h3{
  margin:0 0 4px; font-size:20px; font-weight:800;
  transition:color .2s;
}
.menu-item:hover h3{ color:var(--green); }
.item-main .item-desc{
  margin:0; font-size:15px; font-style:italic; color:#4B564F; line-height:1.5;
}
.item-meta{ display:flex; align-items:center; gap:10px; margin-top:10px; }
.kcal-pill{
  font-size:13px; font-weight:700; color:var(--soft);
  border:1px solid var(--line); border-radius:9px; padding:3px 12px;
  margin:0;
}
.product-list-body .kcal-pill {
    display: none;
}
.allergen-dots{ display:flex; gap:5px; }
.al-dot{
  width:24px; height:24px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  font-size:10.5px; font-weight:800; color:#fff;
}
.item-price{
  flex:0 0 auto;
  font-size:21px; font-weight:800; color:var(--ink);
  white-space:nowrap;
}
.item-price-col{
  flex:0 0 auto;
  display:flex; flex-direction:column; align-items:flex-end; gap:8px;
}
.add-to-cart-btn{
  display:flex; align-items:center; gap:5px;
  border:none; border-radius:9px;
  background:var(--green); color:#fff;
  font-size:12.5px; font-weight:800;
  padding:7px 12px;
  cursor:pointer; white-space:nowrap;
  transition:background .2s;
}
.add-to-cart-btn:hover{ background:var(--green-deep); }
.add-to-cart-btn i{ font-size:11px; }
.detail-order-bar{
  display:flex; align-items:center; gap:16px;
  margin-top:26px;
}
.qty-stepper{
  display:flex; align-items:center; gap:0;
  border:1.5px solid var(--line); border-radius:12px; overflow:hidden;
}
.qty-stepper button{
  width:44px; height:44px; border:none; background:#F5F3EC; color:var(--ink);
  font-size:16px; cursor:pointer;
}
.qty-stepper button:hover{ background:#E4E0D4; }
.qty-stepper span{
  width:44px; text-align:center; font-size:17px; font-weight:800;
}
.detail-add-btn{
  flex:1; justify-content:center;
  font-size:16px; padding:13px 20px; border-radius:12px; gap:8px;
}
.detail-add-btn i{ font-size:16px; }

/* Allergen colors */
.al-gluten{ background:#E98F3B; }
.al-dairy{ background:#8B93D6; }
.al-egg{ background:#EFC244; }
.al-sesame{ background:#B3A284; }
.al-sulphites{ background:#8E4A78; }
.al-nuts{ background:#9A6B45; }
.al-fish{ background:#4A8FA8; }
.al-soy{ background:#7BA05B; }

/* ============================================================
   ITEM DETAIL SCREEN
   ============================================================ */
.detail-hero{ position:relative; height:420px; }
.detail-hero .ph{ position:absolute; inset:0; }
.detail-card{
  position:relative; z-index:2;
  margin-top:-26px;
  background:var(--card);
  border-radius:24px 24px 0 0;
  padding:26px 28px 40px;
}
.crumbs{ margin:0 0 14px; font-size:15px; }
.crumbs a{ color:#8B968F; font-weight:600; }
.crumbs a:hover{ color:var(--green); }
.crumbs .sep{ color:#C9C4B8; margin:0 8px; }
.crumbs .here{ color:var(--green); font-weight:700; }
.detail-head{
  display:flex; align-items:flex-start; justify-content:space-between; gap:16px;
}
.detail-head h1{ margin:0; font-size:34px; font-weight:800; letter-spacing:-.01em; }
.price-pill{
  flex:0 0 auto;
  background:var(--green); color:#fff;
  font-size:22px; font-weight:800;
  padding:10px 24px; border-radius:12px;
}
.detail-badges{ display:flex; gap:8px; margin:16px 0 4px; flex-wrap:wrap; }
.detail-badges .badge-tag{ font-size:13px; padding:6px 14px; border-radius:9px; }
.badge-popular-soft{ background:#FDF3E3; color:#C07A17; }
.badge-veg-soft{ background:#E9F5EC; color:#357A48; }
.badge-chef-soft{ background:#E8F0EC; color:var(--green-deep); }
.badge-new-soft{ background:#E9F5EC; color:#357A48; }
.detail-desc{
  margin:18px 0 0; font-size:18px; line-height:1.65; color:#34403A;
}
.detail-stats{
  display:flex; gap:28px; align-items:center;
  border-top:1px solid #F0EDE5; border-bottom:1px solid #F0EDE5;
  margin-top:24px; padding:16px 0;
}
.stat{ display:flex; align-items:center; gap:8px; margin:0; color:var(--soft); font-size:16px; font-weight:600; }
.stat i{ font-size:18px; }
.detail-allergens h2{
  margin:22px 0 12px;
  font-size:13px; font-weight:800; letter-spacing:.14em; text-transform:uppercase;
  color:#9AA39D;
}
.allergen-chips{display:flex;flex-wrap:wrap;gap:10px;padding: 0;}
.allergen-chip{
  display:inline-flex; align-items:center; gap:8px;
  background:#F5F3EC; border-radius:11px; padding:8px 16px 8px 8px;
  font-size:15px; font-weight:700; color:#3A463F; margin:0;
}

/* ============================================================
   DRAWER NAVIGATION
   ============================================================ */
.drawer-scrim{
  position:fixed; inset:0; z-index:80;
  background:rgba(15,22,18,.45);
  opacity:0; pointer-events:none; transition:opacity .3s;
}
.drawer-scrim.open{ opacity:1; pointer-events:auto; }
.drawer{
  position:fixed;
  top:0;
  bottom:0;
  left:0;
  z-index: 9999;
  width:min(400px, 88vw);
  background:#fff;
  border-radius:0 22px 22px 0;
  transform:translateX(-105%);
  transition:transform .34s cubic-bezier(.22,.8,.3,1);
  display:flex;
  flex-direction:column;
  box-shadow:24px 0 60px rgba(0,0,0,.2);
}
.drawer.open{ transform:translateX(0); }
.drawer-head{
  display:flex; align-items:center; justify-content:space-between;
  padding:18px 20px; border-bottom:1px solid #F0EDE5;
}
.drawer-head .mini-badge{
  width:48px; height:48px; border-radius:50%;
  background:var(--green);
  display:flex; align-items:center; justify-content:center;
}
.drawer-head .mini-badge span{
  font-family:'Marcellus', serif; font-size:13px; color:#fff;
}
.drawer-close{
  width:42px; height:42px; border-radius:50%;
  background:#F0EDE5; border:none; font-size:18px; color:var(--ink);
  cursor:pointer; display:flex; align-items:center; justify-content:center;
  transition:background .2s;
}
.drawer-close:hover{ background:#E4E0D4; }
.drawer-body{ flex:1; overflow-y:auto; }
.drawer-group{ border-bottom:1px solid #F0EDE5; }
.drawer-group-btn{
  width:100%;
  display:flex; align-items:center; gap:16px;
  background:transparent; border:none;
  padding:18px 22px;
  font-size:20px; font-weight:800; color:var(--ink);
  cursor:pointer; text-align:left;
}
.drawer-group-btn i.grp-ic{ font-size:24px; color:var(--green); width:30px; text-align:center; }
.drawer-group-btn i.grp-arrow{
  margin-left:auto; font-size:14px; color:#9AA39D; transition:transform .25s;
}
.drawer-group.open .grp-arrow{ transform:rotate(90deg); }
.drawer-cats{ display:none; padding-bottom:8px; }
.drawer-group.open .drawer-cats{ display:block; }
.drawer-cat{
  display:flex; align-items:center; gap:10px;
  width:100%; background:transparent; border:none;
  padding:12px 22px 12px 68px;
  font-size:17px; color:#4B564F; cursor:pointer; text-align:left;
  border-left:3px solid transparent;
}
.drawer-cat::before{ content:'•'; color:#C9C4B8; }
.drawer-cat:hover{ color:var(--green); }
.drawer-cat.active{
  color:var(--green); font-weight:800;
  background:#F2F5F0; border-left-color:var(--green);
}
.drawer-cat.active::before{ color:var(--green); }
.drawer-reco{
  border-top:1px solid #F0EDE5;
  background:#FAF8F3;
  padding:16px 18px 18px;
  max-height:150px; overflow:hidden;
}
.reco-fallback{
  display:flex; gap:10px; overflow-x:auto; scrollbar-width:none;
}
.reco-fallback::-webkit-scrollbar{ display:none; }
.reco-fallback .reco-card{ flex:0 0 200px; }
.drawer-reco h2{
  margin:0 0 12px;
  font-size:12px; font-weight:800; letter-spacing:.14em; text-transform:uppercase;
  color:#9AA39D;
}
.reco-card{
  display:flex; align-items:center; gap:10px;
  background:#fff; border:1px solid var(--line); border-radius:13px;
  padding:8px; cursor:pointer;
  transition:box-shadow .2s;
}
.reco-card:hover{ box-shadow:var(--shadow); }
.reco-thumb{ width:54px; height:54px; border-radius:9px; overflow:hidden; flex:0 0 auto; }
.reco-thumb .ph{ width:100%; height:100%; }
.reco-card h3{ margin:0; font-size:13.5px; font-weight:700; line-height:1.25; }
.reco-card p{ margin:2px 0 0; font-size:13px; font-weight:800; color:var(--green); }

/* Owl overrides for reco strip */
.reco-owl .owl-stage{ display:flex; }
.reco-owl .owl-item{ display:flex; }
.reco-owl .owl-item > *{ width:100%; }

/* ============================================================
   SEARCH OVERLAY
   ============================================================ */
.overlay{
  position:fixed; inset:0; z-index:100;
  background:rgba(250,248,243,.98);
  display:none; flex-direction:column;
}
.overlay.open{ display:flex; }
.overlay-head{
  display:flex; align-items:center; gap:14px;
  max-width:760px; width:100%; margin:0 auto;
  padding:22px 24px 10px;
}
.search-box{
  flex:1; display:flex; align-items:center; gap:12px;
  background:#fff; border:1.5px solid var(--line); border-radius:14px;
  padding:12px 18px;
}
.search-box i{ color:var(--soft); font-size:18px; }
.search-box input{
  flex:1; border:none; outline:none; background:transparent;
  font-size:17px; font-family:inherit; color:var(--ink);
}
.overlay-close{
  width:46px; height:46px; border-radius:50%; border:none;
  background:#EFECE3; color:var(--ink); font-size:18px; cursor:pointer;
}
.overlay-close:hover{ background:#E4E0D4; }
.overlay-body{
  flex:1; overflow-y:auto;
  max-width:760px; width:100%; margin:0 auto;
  padding:8px 24px 40px;
}
.search-hint{ color:#9AA39D; font-size:15px; text-align:center; margin-top:48px; }
.search-result{
  display:flex; align-items:center; gap:14px;
  padding:14px 4px; border-bottom:1px solid #F0EDE5; cursor:pointer;
}
.search-result .item-thumb{ width:60px; height:60px; }
.search-result h3{ margin:0; font-size:17px; font-weight:800; }
.search-result p{ margin:2px 0 0; font-size:13.5px; color:var(--soft); }
.search-result .item-price{ margin-left:auto; font-size:16px; }

/* ============================================================
   INFO OVERLAY
   ============================================================ */
.info-panel{
  max-width:560px; margin:0 auto; width:100%;
  padding:10px 28px 40px;
}
.info-panel h1{
  font-family:'Marcellus', serif; font-size:30px; margin:16px 0 4px;
}
.info-panel .info-sub{ color:var(--soft); margin:0 0 22px; font-size:16px; }
.info-row{
  display:flex; align-items:flex-start; gap:16px;
  padding:16px 0; border-bottom:1px solid #F0EDE5;
}
.info-row i{ font-size:20px; color:var(--green); margin-top:2px; }
.info-row h2{ margin:0; font-size:13px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; color:#9AA39D; }
.info-row p{ margin:4px 0 0; font-size:17px; font-weight:600; }

/* ---------- Responsive ---------- */
@media (max-width:520px){
  .launch-grid{ gap:14px; }
  .launch-card i{ font-size:36px; }
  .launch-card span{ font-size:13.5px; }
  .brand-badge{ width:124px; height:124px; }
  .brand-badge .brand-name{ font-size:28px; }
  .cat-hero{ height:230px; }
  .cat-hero-copy h1{ font-size:32px; }
  .item-thumb{ width:76px; height:76px; }
  .item-main h3{ font-size:17.5px; }
  .item-main .item-desc{ font-size:13.5px; }
  .item-price{ font-size:17px; }
  .detail-hero{ height:300px; }
  .detail-head h1{ font-size:26px; }
  .dock-side{ width:104px; }
}

/* ============================================================
   E-TICARET MARKER DERİSİ (Gusto)
   data-sw-server="product-list"/"product-detail"/"product-image" sabit HTML
   sözleşmeleri (ProductListProcessor/ProductDetailProcessor/ProductImageProcessor) —
   sınıf isimleri C# tarafında sabit, burada SADECE görünüm Gusto diline çevriliyor.
   Menü ürünleri gerçek EProduct kayıtları, sepet gerçek e-ticaret sepeti (bkz.
   docs/qrmenu-modulu.md §4 karar kaydı).
   ============================================================ */

/* ---- product-list (Menü Listesi) ---- */
.product-list-wrap{background: var(--cream);border-radius:22px 22px 0 0;margin-top:-18px;position:relative;z-index:2;padding:8px 22px 30px;}
.product-list-toolbar{ display:flex; align-items:center; justify-content:space-between; padding:10px 0 4px; }
.product-list-total-count{ font-size:14px; color:var(--soft); font-weight:700; }
.product-list-sort-select{ border:1px solid var(--line); border-radius:9px; padding:6px 10px; font-size:13px; background:#fff; color:var(--ink); }
.product-list-grid{ display:flex; flex-direction:column; margin:0; }
.product-list-grid > [class*="col-"]{ width:100%; max-width:100%; flex:0 0 100%; padding:0; }
.product-list-card{position:relative;display:flex;gap: 14px;padding:22px 0;border-bottom:1px solid #F0EDE5;}
.product-list-grid > [class*="col-"]:last-child .product-list-card{ border-bottom:none; }
.product-list-img-wrap{ position:relative; flex:0 0 auto; width:96px; height:96px; border-radius:12px; overflow:hidden; }
.product-list-img-wrap a{ display:block; width:100%; height:100%; }
.product-list-img{ width:100%; height:100%; object-fit:cover; }
.product-list-img-placeholder{ width:100%; height:100%; display:flex; align-items:center; justify-content:center; background:#EFECE3; color:#9AA39D; font-size:22px; }
.product-list-img-overlay{ position:absolute; inset:auto 6px 6px auto; display:flex; gap:6px; }
/* Sepete ekle asıl olarak fiyatın yanında (.qrmenu-list-side, bkz. QrMenuListMetaProcessor)
   render ediliyor — görsel üzerindeki orijinal overlay butonu burada gizleniyor, favori
   ikonu kalıyor. */
.product-list-cart-btn{ display:none; }
.product-list-fav-btn{
  width:30px; height:30px; border-radius:50%; border:none; background:rgba(255,255,255,.92);
  color:var(--green-deep); display:flex; align-items:center; justify-content:center;
  cursor:pointer; font-size:13px; box-shadow:0 2px 8px rgba(0,0,0,.15); transition:background .2s,color .2s;
}
.product-list-fav-btn:hover{ background:var(--green); color:#fff; }
.product-list-discount{ position:absolute; top:6px; left:6px; background:var(--amber); color:#fff; font-size:11px; font-weight:800; padding:2px 8px; border-radius:7px; }
/* QrMenuListMetaProcessor bu <ul>'u görsel üzerindeki overlay'den gövde akışına (isim satırının
   hemen üstüne) TAŞIR (bkz. o dosya) — burada artık absolute overlay değil, yan yana (row)
   normal akış elemanı olarak stilleniyor. */
.product-list-tags{ position:static; display:flex; flex-direction:row; flex-wrap:wrap; gap:6px; margin:0 0 2px; padding:0; list-style:none; }
.product-list-tag{font-size:10.5px;font-weight:800;padding:2px 8px;border-radius:7px;/* background:var(--amber); */color:#fff;}
.product-list-out-of-stock{ position:absolute; inset:0; background:rgba(250,248,243,.82); display:flex; align-items:center; justify-content:center; font-size:12px; font-weight:800; color:var(--ink); }
/* max-width — ürün adı/açıklama alanı kartın ~58%'iyle sınırlı, kalan sağ boşluk
   .qrmenu-list-side (fiyat + sepete ekle) için ayrılıyor. */
.product-list-body{flex:1;min-width:0;max-width: 55%;display:flex;flex-direction:column;gap:5px;justify-content:center;}
/* Marka alanı restoran menüsünde anlamsız — o yerde artık .product-list-tags (yukarı taşındı). */
.product-list-brand{ display:none; }
.product-list-name{font-size: 18px;font-weight:800;color:var(--ink);transition:color .2s;}
.product-list-card:hover .product-list-name{ color:var(--green); }
.product-list-stars{ color:var(--amber); font-size:13px; letter-spacing:1px; }
/* .qrmenu-list-side — QrMenuListMetaProcessor'ın .product-list-prices'ı SARMALADIĞI yeni
   wrapper (bkz. o dosya): ProductListProcessor.cs'in düz kardeş-eleman yapısı yüzünden CSS
   Grid/flex ile gerçek bir 2. sütun kurulamıyor, bu yüzden fiyat+buton için server-side
   üretilen gerçek bir wrapper div kullanılıyor. Karta göre absolute + dikey ortalanmış. */
.qrmenu-list-side{
  position:absolute;
  right:0;
  top: 18px;
  /* transform:translateY(-50%); */
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:10px;
}
.product-list-prices{ display:flex; flex-direction:column; align-items:flex-end; gap:2px; margin:0; }
.product-list-price{ font-size:21px; font-weight:800; color:var(--ink); white-space:nowrap; }
.product-list-old-price{ font-size:14px; color:#9AA39D; text-decoration:line-through; white-space:nowrap; }
.product-list-empty{ padding:40px 0; text-align:center; color:#9AA39D; }
.product-list-pagination ul{ margin:20px 0 0; padding:0; display:flex; justify-content:center; gap:4px; flex-wrap:wrap; }
.product-list-pagination .page-link{ border:1px solid var(--line); color:var(--ink); border-radius:9px; padding:6px 12px; }
.product-list-pagination .page-item.active .page-link{ background:var(--green); border-color:var(--green); color:#fff; }

/* ---- product-image (ürün görseli / galeri) ---- */
.product-image-module{ position:relative; height:420px; }
.xzoom-container{ position:absolute; inset:0; }
.image-zoom-container{ display:block; width:100%; height:100%; }
.image-zoom-container .xzoom, .image-zoom-container .img-fluid{ width:100%; height:100%; object-fit:cover; }
.xzoom-thumbs{ position:absolute; left:16px; right:16px; bottom:16px; display:flex; gap:8px; margin:0; z-index:2; }
.xzoom-thumbs .col-3{ flex:0 0 auto; width:auto; padding:0; }
.xzoom-thumbs .xzoom-gallery{ width:54px; height:54px; object-fit:cover; border-radius:9px; border:2px solid rgba(255,255,255,.85); box-shadow:0 4px 14px rgba(0,0,0,.18); }
.product-image-skeleton{ display:none; }

/* ---- product-detail (Ürün Detayı) ----
   .detail-card (prototipteki sarmalayıcı, raw HTML'de statik) tüm marker'ları TEK beyaz
   panelde toplar — product-detail kendi arkaplan/padding'ini taşımaz, .detail-card sağlar. */
.detail-card{ position:relative; z-index:2; margin-top:-26px; background:var(--card); border-radius:24px 24px 0 0; padding:26px 28px 40px; }
.product-detail-header{ margin-bottom:4px; }
.product-detail-name{ margin:0; font-size:34px; font-weight:800; letter-spacing:-.01em; color:var(--ink); }
.product-detail-breadcrumb{ list-style:none; display:flex; gap:6px; margin:8px 0 12px; padding:0; font-size:14px; }
.product-detail-breadcrumb-item{ color:#8B968F; font-weight:600; }
.product-detail-breadcrumb-item:not(:last-child)::after{ content:'/'; margin-left:6px; color:#C9C4B8; }
.product-detail-breadcrumb-item a{ color:inherit; }
.product-detail-meta{ display:flex; align-items:center; gap:14px; flex-wrap:wrap; }
.product-detail-brand{ font-size:13px; font-weight:700; color:var(--green); text-transform:uppercase; letter-spacing:.06em; }
.product-detail-stock-code{ font-size:13px; color:var(--soft); }
.product-detail-rating{ color:var(--amber); font-size:14px; }
.product-detail-rating-count{ color:var(--soft); font-size:13px; margin-left:6px; }
.product-detail-short-desc{ margin:14px 0 0; font-size:17px; line-height:1.6; color:#4B564F; font-style:italic; }
.product-detail-tags{ display:flex; gap:8px; margin:16px 0 4px; flex-wrap:wrap; padding:0; list-style:none; }
.product-detail-tag{font-size:13px;font-weight:800;padding:6px 14px;border-radius:9px;/* background:var(--amber); */color:#fff;}
.product-detail-pricing-list{ list-style:none; margin:20px 0 0; padding:0; display:flex; align-items:baseline; gap:14px; flex-wrap:wrap; }
.product-detail-pricing-list label{ display:none; }
.product-detail-featured-price span{ font-size:30px; font-weight:800; color:var(--ink); }
.product-detail-featured-price small{ font-size:16px; font-weight:700; margin-left:2px; }
.product-detail-old-price span{ font-size:16px; color:#9AA39D; text-decoration:line-through; }
.product-detail-out-of-stock{ margin-top:16px; color:#C0392B; font-weight:700; font-size:14px; }
.product-detail-buy{ display:flex; align-items:center; gap:16px; margin-top:26px; }
.quantity-section{ display:flex; align-items:center; border:1.5px solid var(--line); border-radius:12px; overflow:hidden; }
.quantity-section button{ width:44px; height:44px; border:none; background:#F5F3EC; color:var(--ink); font-size:16px; cursor:pointer; }
.quantity-section button:hover{ background:#E4E0D4; }
.quantity-section input{ width:44px; text-align:center; font-size:17px; font-weight:800; border:none; background:transparent; }
.product-detail-add-to-cart{
  flex:1; display:flex; align-items:center; justify-content:center; gap:8px;
  border:none; border-radius:12px; background:var(--green); color:#fff;
  font-size:16px; font-weight:800; padding:13px 20px; cursor:pointer; transition:background .2s;
}
.product-detail-add-to-cart:hover{ background:var(--green-deep); }
.product-detail-social{ display:flex; gap:10px; margin-top:22px; }
.product-detail-social a{ width:36px; height:36px; border-radius:50%; background:#F0EDE5; color:var(--ink); display:flex; align-items:center; justify-content:center; }
.product-detail-social a:hover{ background:var(--green); color:#fff; }

/* ---- QR Menü ek marker'ları (kalori/süre, alerjen) ---- */
.qrmenu-item-meta{ display:flex; gap:28px; align-items:center; border-top:1px solid #F0EDE5; border-bottom:1px solid #F0EDE5; margin-top:24px; padding:16px 0; }
.qrmenu-item-meta .stat{ display:flex; align-items:center; gap:8px; margin:0; color:var(--soft); font-size:16px; font-weight:600; }
.qrmenu-item-meta .stat i{ font-size:18px; }
#sw-img-editor {
    top: 0 !important;
}
.sw-search-overlay {
    z-index: 9999 !important;
}