html, body {
    font-family: "Urbanist";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding:0; margin:0;
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
    line-height: 1;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
    font-optical-sizing: auto;
    height: 100%;
}

body    {
    background: #fff;
    padding:0;
    margin: 0;
}

.ta-left    { text-align:left !important; }
.ta-center  { text-align:center !important; }
.ta-right   { text-align:right !important; }

.transeffect    {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.subeMenuButon   {
    padding:10px 12px;
    border-radius:5px;
    background:#bd9f57;
    color:#fff;
    font:600 14px 'Urbanist', sans-serif;
}

.subeMenuButon:hover   {
    padding:10px 12px;
    border-radius:5px;
    background:#bd9f57;
    color:#fff;
    font:600 14px 'Urbanist', sans-serif;
}

.header {
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background: #294620;
    z-index:111;
}

.header .container {
    max-width: 768px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between; /* sağ ve solu ittirir */
    margin: 0 auto;
    padding: 0 15px;
}

.header .container > div {
    flex: 1; /* üç div alanı eşit paylaşır */
}

.header .container > div:nth-child(1) {
    text-align: left;
    color:#fff;
    font:400 15px 'Urbanist', sans-serif;
}
.header .container > div:nth-child(1) a {
    color:#fff;
}
.header .container > div:nth-child(1) a i {
    margin-right:5px;
}
.header .container > div:nth-child(1) a:hover {
    color:#000;
    text-decoration:none;
}

.header .container > div:nth-child(2) {
    text-align: center;
}

.header .container > div:nth-child(3) {
    text-align: right;
}
.header .container > div:nth-child(3) a {
    color:#fff;
    margin-left:5px;
}
.header .container > div:nth-child(3) a:hover {
    color:#000;
    text-decoration:none;
}

.slider     {
    width:100%;
    padding:0;
}
.slider .container    {
    margin: 0 auto;
    padding: 0;
    width:100%;
    max-width:768px;
    margin-top:60px;
}
.slider .container img    {
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    overflow: hidden;
}

.menu_category  {
    width:100%;
    position:fixed;
    top:60px;
    z-index:111;
    padding:15px 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 237, 203, .5);
}

.menu_category .container {
    display: flex;
    flex-wrap: wrap;
    max-width: 768px;
    gap:4px;
}
.menu_category .container a {
    flex:0 0 calc(33.333% - 5px);
    box-sizing:border-box;         /* padding dahil olsun */
    display:block;
}

.menu_category a    { background:#bd9f57; color:#fff; border:#bd9f57 1px solid; font:600 11px 'Urbanist', sans-serif; padding:5px; border-radius:5px; }
.menu_category a:hover    { background:#fff; border:#bd9f57 1px solid; color:#bd9f57; text-decoration:none; }

.menu_category a.active   { background:#fff !important; border:#bd9f57 1px solid !important; color:#bd9f57 !important; }
.menu_category a.active:hover    { background:#fff; border:#333 1px solid; color:#333; text-decoration:none; }

.menuContent{ width:100%; padding:0 0 70px 0; margin-top:60px; }

.menuContent .container{ max-width:768px;

}

.grid   { display:grid; width:100%; margin-bottom:100px; }
.grid-sizer,
.grid-item { width: calc(100% / 3) !important; }

@media (max-width: 800px){
    .grid-sizer,
    .grid-item { width: calc(100% / 2) !important; }
}

.productItem{ border:1px solid #bd9f57; border-radius:10px; }

.DescriptionArea    { color:#7c7c7c; font:500 13px 'Urbanist', sans-serif; border-top:1px solid #bd9f57; padding:10px 5px; text-align:center; }

.object-fit-cover{ object-fit:cover; }
.productImage{ overflow:hidden; border-bottom-left-radius:10px; border-bottom-right-radius:10px; }


.menuAreaItem   {
    width:100%;
    min-height:220px;
    background:#fff;
    border-radius:10px;
    overflow:hidden;
    border:#bd9f57 1px solid;
}

.menuAreaItem .photoArea {
    width: 100%;
    height: 170px;
    position: relative; /* price için referans */
    overflow: hidden;   /* taşarsa gizle */
}

.menuAreaItem .photoArea .price {
    position: absolute;
    z-index:2;
    bottom: 0;
    left: 0;
    background:#294620; /* opsiyonel: okunaklı olsun diye */
    color: #fff;
    padding: 7px 10px;
    font-size:14px;
    font-weight:600;
    border-top-right-radius: 5px; /* biraz tatlılık */
}

.menuAreaItem .photoArea .kampanya {
    position: absolute;
    z-index:2;
    bottom: 0;
    left: 0;
    background:rgba(243,156,18,0.9);
    color: #fff;
    padding: 9px 10px;
    font-size:14px;
    font-weight:700;
}

.menuAreaItem .photoArea .kampanya img {
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(300deg) brightness(101%) contrast(101%);
}

.qrmodal__kampanya, .openMenuKampanya   {
    width:100%;
    display:flex;
    background:rgba(243,156,18,0.9);
    color:#fff;
    padding:10px;
    font-size:14px;
    font-weight:700;
    border-radius:5px;
    margin-bottom:15px;
    align-items: center;
}
.qrmodal__kampanya img, .openMenuKampanya img {
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(300deg) brightness(101%) contrast(101%);
}

.qrmodal__kampanya{
    margin-top:-15px;
    border-top-left-radius:0;
    border-top-right-radius:0;
}

.menuAreaItem .photoArea a {
    width:100%;
    height:100%;
    display:block;
}

.menuAreaItem .photoArea a img {
    width: 100%;
    height: 100%;
    object-fit: cover;          /* kutuyu doldurur */
    object-position: center;    /* default: ortala */
}

.menuAreaItem .photoArea a img.landscape {
    object-position: center; /* ortalı */
}

.menuAreaItem .photoArea a img.portrait {
    object-position: bottom; /* alta yaslı */
}


.menuAreaItem .titleArea    {
    width:100%;
    height:60px;
    color:#bd9f57;
    font:700 14px 'Urbanist', sans-serif;
    display:flex;
    text-align:center;
    flex-direction: column;
    padding:0 7px;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius:10px; border-bottom-right-radius:10px;
}

.AlerjenIcon    {
    width:100%;
    padding:5px 5px 10px 5px;
    display:flex;
    align-items:center;
    justify-content: center;
    flex-direction: row;
}
.AlerjenIcon img    { margin:0 5px; filter: invert(19%) sepia(79%) saturate(342%) hue-rotate(61deg) brightness(94%) contrast(91%); }
.AlerjenIcon span    { display:none; }
.menuAreaItem .titleArea span { color:#294620; padding:5px 0 0 0; font:700 15px 'Urbanist', sans-serif; }

.menuTitleArea  {
    padding:15px 0 0 0;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom:#294620 1px solid; margin-bottom:20px;
    position: sticky !important;   /* scroll’a yapışır */
    margin-top:-48px;
    top: 60px;          /* üstten 65px boşluk */
    z-index: 100;       /* alttaki içeriklerin üstünde dursun */
    will-change: background;
}
.menuTitleArea.sticky-active {
    background: #1d3116 !important;
    border-bottom:#FF7200 1px solid;
}

.menuTitleArea.sticky-active b {
    background: #FF7200 !important;

}
.menuTitleArea b  {
    width:auto;
    color:#fff;
    font-size:16px;
    background:#294620; padding:8px 12px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}

.footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    background: #294620;
    z-index:111;
}

.footer .container {
    max-width: 768px;
    height: 60px;
    color:#fff;
    cursor:pointer;
    display: flex;
    align-items: center;
    justify-content:center; /* sağ ve solu ittirir */
    margin: 0 auto;
    padding: 0 15px;
}

.footer .container img  { filter: invert(95%) sepia(0%) saturate(7500%) hue-rotate(79deg) brightness(108%) contrast(98%); }


/* Arka plan (blur + karartma) */
.qrmodal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.55);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    transition: opacity .18s ease, visibility .18s ease;
    z-index: 9998;
}

/* Kart (tam ekran hissi, ama içerik kayabilir) */
.qrmodal {
    position: fixed;
    left: 0; right: 0;
    bottom: 0;               /* alta yapış */
    top: auto;               /* üstten serbest */
    background: #fff;
    border-radius: 16px 16px 0 0;
    overflow: hidden;

    display: flex;
    flex-direction: column;

    /* İçerik kadar yükseklik, ama taşarsa ekrana oturup içeride scroll */
    height: auto;
    max-height: 83vh;        /* çok uzunsa ekranı doldur */
    width: 100%;
    max-width:450px;        /* tablet/deskops için */
    margin: 0 auto;          /* ortala */

    transform: translateY(12px);
    opacity: 0;
    transition: transform .22s ease, opacity .22s ease;
    z-index: 9999;
}

/* Açıkken */
.qrmodal-backdrop.is-open { opacity: 1; visibility: visible; }
.qrmodal.is-open { opacity: 1; transform: translateY(0); }

.qrmodal__imagewrap{
    position: relative;   /* referans */
    width: 100%;
    height:auto;
    max-height: 400px;
    overflow: hidden;
    background: #f3f3f3;
}
.qrmodal__image{
    width: 100%;
    height: 100%;
    object-fit: cover;        /* alanı doldur */
    object-position: center;  /* varsayılan: ortala */
    display: block;
}
/* Dikeyse alttan hizala */
.qrmodal__image.portrait{
    object-position: bottom;
}

/* Yataysa merkezde bırakıyoruz ama istersen ayrık sınıf kalsın */
.qrmodal__image.landscape{
    object-position: center;
}
/* İçerik alanı (scrollable) */
.qrmodal__content {
    width:100%;
    padding:15px 20px 20px 20px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    flex: 1 1 auto;          /* yer varsa büyüsün */
    font-weight:500; font-size:15px !important;
}

/* Başlık */
.qrmodal__title {
    width:100%;
    font-size: 25px;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 10px;
}

/* Alerjen ve açıklama alanları */
.qrmodal__badge {
    width:100%;
    display: flex;
    align-items: center;
    /*background: #fff3cd;*/
    color: #7a5a00;
    /*border: 1px solid #ffe69c;*/
    padding: 10px 6px 10px 0;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 12px;
    border-top:#efefef 1px solid;
    border-bottom:#efefef 1px solid;
}

.qrmodal__badge img     {
    height:20px;
    margin-left:10px;
    margin-right:5px;
    filter: invert(33%) sepia(57%) saturate(1037%) hue-rotate(16deg) brightness(93%) contrast(101%);
}
.qrmodal__badge span     {
    margin-right:10px;
}

.qrmodal__desc {
    font-size: 15px;
    line-height: 1.55;
    color: #333;
    white-space: pre-wrap; /* \n’leri koru */
}

/* Fiyat çipi üst görselin üstünde opsiyonel gösterim için (istersen) */
.qrmodal__pricechip{
    position: absolute;
    left: 20px;           /* soldan 10px */
    bottom: 20px;         /* alttan 10px */
    background: #000;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding: 6px 10px;
    border-radius: 10px;
    z-index: 5;           /* görselin üstünde */
    pointer-events: none; /* tıklamayı engellemesin (isteğe bağlı) */
}

/* Body scroll lock */
body.qrmodal-open { overflow: hidden; }

/* Desktop küçük iyileştirme */
@supports (padding: max(0px)) {
    .qrmodal {
        padding-bottom: env(safe-area-inset-bottom);
    }
    .qrmodal__imagewrap { height: 45vh; }
}
.qrmodal__grab{
    width: 44px; height: 4px;
    background: #E5E5E5;
    border-radius: 999px;
    margin: 8px auto 6px;
}
.qrmodal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 12px 12px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    z-index: 5;
    transition: background .2s;
}

.qrmodal__close:hover {
    background: rgba(0,0,0,0.8);
}

.qrmodal__close span {
    font-size: 13px;
}
#qrModalCategories .container {
    display: flex;
    flex-wrap: wrap;
    gap: 7px; /* aralarına boşluk */
    padding: 0;
}

#qrModalCategories a {
    flex: 0 0 calc(50% - 5px); /* her satırda 2 tane */
    background: #bd9f57;
    color: #fff;
    border: #bd9f57 1px solid;
    font: 600 12px 'Urbanist', sans-serif;
    padding: 5px;
    border-radius: 5px;
    display:flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
}

#qrModalCategories a:hover {
    background: #fff;
    border: #bd9f57 1px solid;
    color: #bd9f57;
    text-decoration: none;
}

#qrModalCategories a.active {
    background: #fff !important;
    border: #bd9f57 1px solid !important;
    color: #bd9f57 !important;
}

#qrModalCategories a.active:hover {
    background: #fff;
    border: #333 1px solid;
    color: #333;
    text-decoration: none;
}

/* BACKDROP: buzlu cam + karartma */
.menudrawer-backdrop{
    position: fixed; inset: 0;
    background: rgba(0,0,0,.55);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    opacity: 0; visibility: hidden;
    transition: opacity .2s ease, visibility .2s ease;
    z-index: 9997;
}
.menudrawer-backdrop.is-open{ opacity:1; visibility:visible; }

/* DRAWER container */
.menudrawer{
    position: fixed; inset: 0;
    pointer-events: none; /* kapalıyken tıklama almasın */
    z-index: 9998;
}
.menudrawer.is-open{ pointer-events: auto; }

/* PANELLER */
.menudrawer__panel{
    position: absolute; top:0; bottom:0;
    overflow:auto; -webkit-overflow-scrolling:touch;
    box-shadow: 0 10px 30px rgba(0,0,0,.2);
    transform: translateX(-100%);   /* kapalı konum */
    transition: transform .28s ease;
}

/* SOL BEYAZ */
.menudrawer__panel--primary{
    left:0; width:200px; min-width:200px;
    background: #fff; color:#2b2b2b;
    padding: 20px 18px 28px;
    border-right: 1px solid rgba(0,0,0,.06);
    z-index:222;
}
.menudrawer.is-open .menudrawer__panel--primary{
    transform: translateX(0);      /* içeri kay */
}

/* SAĞ SARI: beyaz panelin sağında durur; ilk açılışta gizli */
.menudrawer__panel--secondary{
    left:200px; min-width:250px;
    background: rgba(189,159,87,0.92);
    color:#2b2b2b;
    padding: 16px 16px 28px;
    border-left: 1px solid rgba(0,0,0,.06);
    transform: translateX(-180%);   /* sağdan gelsin */
    z-index:199;
}
@media (min-width: 480px){
    .menudrawer__panel--secondary{ left:200px; }
}

/* Şubeler paneli açıkken sağ paneli içeri al */
.menudrawer.is-secondary .menudrawer__panel--secondary{
    transform: translateX(0);
}

/* Başlıklar */
.menudrawer__title{
    font: 800 20px/1.2 'Urbanist', system-ui, -apple-system, sans-serif;
    margin: 6px 6px 18px;
}
.menudrawer__subtitle{
    font: 800 18px/1.2 'Urbanist', system-ui, -apple-system, sans-serif;
    margin: 6px 0 14px;
}

/* Menü linkleri (sol panel) */
.menudrawer__nav a{
    display:block;
    padding: 12px 0;
    font: 700 16px 'Urbanist', system-ui, -apple-system, sans-serif;
    color:#2b2b2b;
    text-decoration:none;
    border-radius:8px;
}
.menudrawer__nav a:hover{ background:#f4f4f4; }

/* Şubeler listesi (sağ panel) → senin chip tarzını uyguladım */
.menudrawer__list a{
    background:#bd9f57;
    color:#fff;
    border:#bd9f57 1px solid;
    font:700 14px 'Urbanist', sans-serif;
    padding:6px 10px;
    border-radius:6px;
    display:block;
    margin: 3px 5px 6px 0;
    text-decoration:none;
}
.menudrawer__list a:hover{
    background:#fff; color:#bd9f57; border-color:#bd9f57;
}

/* Boş durum */
.menudrawer__empty{ opacity:.7; font-size:14px; }

/* Kapat / Geri butonları */
.menudrawer__close{
    position:absolute; top:10px; right:10px;
    background: rgba(0,0,0,.65); color:#fff;
    border:0; border-radius:20px;
    padding:4px 12px; font:600 14px 'Urbanist',sans-serif;
    display:flex; align-items:center; gap:6px; cursor:pointer;
}
.menudrawer__close:hover{ background:rgba(0,0,0,.8); }

.menudrawer__back{
    background: transparent; border:0; cursor:pointer;
    font:700 14px 'Urbanist',sans-serif; padding:6px 0; margin-bottom:8px;
}

.maplink    {
    display:inline-block;
    background:#bd9f57; color:#000;
    font:700 14px 'Urbanist',sans-serif;
    padding:7px 15px; border-radius:50px;
}