*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}
:root{
  --bg:#1E120A;
  --bg2:#2A1810;
  --bg3:#351F13;
  --card:#3A2218;
  --card2:#442B1E;
  --terra:#D4724A;
  --terra2:#E8946A;
  --terra3:#B5522A;
  --gold:#C9A96E;
  --gold2:#E8C990;
  --cream:#F5EFE0;
  --cream2:#EDE5D0;
  --muted:#9E8070;
  --muted2:#7A6055;
  --white:#FFFFFF;
  --green:#2E7D45;
  --green2:#3DA05A;
  --green3:#4CC870;
  --r:16px;
  --safe-bottom:env(safe-area-inset-bottom,0px);
  --bnav-h:calc(64px + var(--safe-bottom));
}
html{height:100%;scroll-behavior:smooth}
body{min-height:100%;background:var(--bg);color:var(--cream);font-family:'Inter',sans-serif;overflow-x:hidden}

/* SPLASH */
#splash{
  position:fixed;inset:0;background:var(--bg2);z-index:9999;
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;
  transition:opacity 0.7s ease,visibility 0.7s ease;
}
#splash.gone{opacity:0;visibility:hidden;pointer-events:none}
.sp-logo{font-family:'Playfair Display',serif;font-size:72px;font-weight:400;color:var(--gold2);letter-spacing:10px;animation:spIn 0.9s cubic-bezier(.16,1,.3,1) forwards;opacity:0}
.sp-sub{font-size:10px;letter-spacing:5px;text-transform:uppercase;color:var(--muted);margin-top:8px;animation:spIn 0.9s 0.15s cubic-bezier(.16,1,.3,1) forwards;opacity:0}
.sp-line{width:1px;height:0;background:var(--gold);margin-top:32px;animation:spLine 1s 0.4s ease forwards}
@keyframes spIn{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}
@keyframes spLine{to{height:48px}}

/* HEADER */
.hdr{
  position:sticky;top:0;z-index:200;
  background:rgba(30,18,10,0.92);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);
  border-bottom:1px solid rgba(201,169,110,0.12);
  padding:0 16px;height:58px;
  display:flex;align-items:center;justify-content:space-between;
}
.hdr-logo{font-family:'Playfair Display',serif;font-size:20px;font-weight:600;color:var(--gold2);letter-spacing:3px}
.hdr-right{display:flex;align-items:center;gap:10px}
.back-btn{
  width:36px;height:36px;border-radius:50%;
  background:rgba(201,169,110,0.1);border:1px solid rgba(201,169,110,0.2);
  display:flex;align-items:center;justify-content:center;
  cursor:pointer;transition:all 0.2s;visibility:hidden;
}
.back-btn.vis{visibility:visible}
.back-btn svg{width:16px;height:16px;stroke:var(--gold);fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}

/* MASA PILL */
.masa-pill{
  color:var(--cream);font-size:11px;font-weight:600;
  padding:5px 14px;border-radius:20px;letter-spacing:0.5px;
}
.masa-pill.salon{background:linear-gradient(135deg,var(--terra3),var(--terra))}
.masa-pill.bahce{background:linear-gradient(135deg,var(--green),var(--green2))}

/* HERO */
#heroS{position:relative;overflow:hidden}
.hero{
  padding:52px 24px 44px;
  background:linear-gradient(160deg,var(--bg2) 0%,var(--bg3) 40%,#4A2815 100%);
  text-align:center;position:relative;
}
.hero::after{content:'';position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent);opacity:0.3}
.hero-eyebrow{font-size:9px;letter-spacing:5px;text-transform:uppercase;color:var(--muted);margin-bottom:20px;animation:fadeUp 0.5s 0.1s both}
.hero-title{font-family:'Playfair Display',serif;font-size:64px;font-weight:400;color:var(--gold2);letter-spacing:10px;line-height:1;animation:fadeUp 0.5s 0.2s both}
.hero-title em{font-style:italic;color:var(--terra2)}
.hero-sub{font-size:10px;letter-spacing:4px;text-transform:uppercase;color:var(--muted2);margin-top:14px;animation:fadeUp 0.5s 0.3s both}
.hero-ornament{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:28px;animation:fadeUp 0.5s 0.4s both}
.hero-ornament span{flex:1;max-width:64px;height:1px;background:linear-gradient(90deg,transparent,rgba(201,169,110,0.4))}
.hero-ornament span:last-child{background:linear-gradient(90deg,rgba(201,169,110,0.4),transparent)}
.hero-ornament i{color:var(--gold);font-size:10px;font-style:normal;opacity:0.6}
@keyframes fadeUp{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}

/* SEARCH */
.search-wrap{padding:12px 14px;background:var(--bg);border-bottom:1px solid rgba(201,169,110,0.08);position:sticky;top:58px;z-index:150}
.search-inner{position:relative;display:flex;align-items:center}
.search-wrap input{width:100%;padding:11px 40px 11px 42px;background:var(--bg3);border:1px solid rgba(201,169,110,0.15);border-radius:50px;color:var(--cream);font-size:14px;font-family:'Inter',sans-serif;outline:none;transition:all 0.25s}
.search-wrap input:focus{border-color:rgba(212,114,74,0.5);background:var(--card)}
.search-wrap input::placeholder{color:var(--muted2)}
.si{position:absolute;left:14px;pointer-events:none}
.si svg{width:16px;height:16px;stroke:var(--muted2);fill:none;stroke-linecap:round;stroke-linejoin:round}
.sc{position:absolute;right:14px;cursor:pointer;display:none;align-items:center}
.sc svg{width:14px;height:14px;stroke:var(--muted);fill:none;stroke-linecap:round}

/* CAT VIEW */
#catView{padding:20px 14px 0}
.sec-label{font-size:9px;letter-spacing:3px;text-transform:uppercase;color:var(--terra2);margin-bottom:14px;display:flex;align-items:center;gap:12px}
.sec-label::after{content:'';flex:1;height:1px;background:rgba(201,169,110,0.12)}
.cat-grid{display:flex;flex-direction:column;gap:10px}
.cat-card{border-radius:18px;overflow:hidden;background:var(--card);border:1px solid rgba(201,169,110,0.1);cursor:pointer;display:flex;align-items:stretch;min-height:100px;transition:all 0.25s cubic-bezier(.16,1,.3,1);opacity:0;transform:translateY(20px)}
.cat-card.vis{opacity:1;transform:none}
.cat-card:active{transform:scale(0.98);border-color:rgba(212,114,74,0.3)}
.cat-img-wrap{width:105px;flex-shrink:0;position:relative;overflow:hidden}
.cat-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform 0.4s ease;display:block}
.cat-card:active .cat-img-wrap img{transform:scale(1.06)}
.cat-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(30,18,10,0.2),rgba(30,18,10,0))}
.cat-body{flex:1;padding:16px 14px;display:flex;flex-direction:column;justify-content:space-between}
.cat-name{font-family:'Playfair Display',serif;font-size:19px;font-weight:600;color:var(--cream);line-height:1.2}
.cat-sub{font-size:11px;color:var(--muted);margin-top:3px}
.cat-meta{display:flex;align-items:center;justify-content:space-between;margin-top:10px}
.cat-count{font-size:11px;color:var(--muted2)}
.cat-tag{font-size:9px;letter-spacing:0.5px;text-transform:uppercase;padding:3px 10px;border-radius:20px;font-weight:600}
.t-pop{background:rgba(212,114,74,0.2);color:var(--terra2)}
.t-spec{background:rgba(201,169,110,0.15);color:var(--gold)}
.t-sabah{background:rgba(184,82,42,0.2);color:var(--terra2)}
.cat-arr svg{width:16px;height:16px;stroke:var(--muted2);fill:none;stroke-linecap:round;stroke-linejoin:round;transition:transform 0.2s}
.cat-card:active .cat-arr svg{transform:translateX(3px)}

/* PRODUCT VIEW */
#prodView{display:none;padding-bottom:var(--bnav-h)}
.prod-hdr{padding:28px 16px 24px;background:var(--bg2);border-bottom:1px solid rgba(201,169,110,0.1);position:relative}
.prod-hdr::after{content:'';position:absolute;bottom:-1px;left:20px;right:20px;height:1px;background:linear-gradient(90deg,transparent,rgba(212,114,74,0.3),transparent)}
.prod-hdr-title{font-family:'Playfair Display',serif;font-size:28px;font-weight:600;color:var(--gold2)}
.prod-hdr-sub{font-size:11px;color:var(--muted);margin-top:5px;letter-spacing:0.5px}
.prod-hdr-dot{width:32px;height:2px;background:var(--terra);margin-top:12px;border-radius:2px}
.prod-list{padding:14px}
.prod-item{display:flex;gap:12px;padding:14px;background:var(--card);border-radius:16px;border:1px solid rgba(201,169,110,0.08);margin-bottom:10px;opacity:0;transform:translateX(-14px);transition:all 0.35s cubic-bezier(.16,1,.3,1)}
.prod-item.vis{opacity:1;transform:none}
.prod-img-wrap{position:relative;flex-shrink:0}
.prod-img{width:80px;height:80px;border-radius:12px;object-fit:cover;background:var(--bg3);display:block}
.pop-dot{position:absolute;top:-4px;right:-4px;background:var(--terra);color:var(--cream);font-size:7px;font-weight:700;padding:2px 6px;border-radius:10px;letter-spacing:0.5px;white-space:nowrap;text-transform:uppercase}
.prod-info{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:space-between}
.prod-name{font-size:14px;font-weight:600;color:var(--cream);line-height:1.3}
.prod-desc{font-size:11px;color:var(--muted);margin-top:3px;line-height:1.45}
.prod-tags{display:flex;flex-wrap:wrap;gap:4px;margin-top:6px}
.ptag{font-size:9px;padding:2px 8px;border-radius:20px;letter-spacing:0.3px;background:rgba(201,169,110,0.1);color:var(--muted);border:1px solid rgba(201,169,110,0.15)}
.prod-foot{display:flex;align-items:center;justify-content:space-between;margin-top:10px}
.prod-price{font-family:'Playfair Display',serif;font-size:24px;font-weight:600;color:var(--gold2)}
.add-btn{width:34px;height:34px;border-radius:50%;background:var(--terra);display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;transition:all 0.18s;flex-shrink:0}
.add-btn:active{transform:scale(0.86);background:var(--terra3)}
.add-btn svg{width:16px;height:16px;stroke:var(--cream);fill:none;stroke-width:2.5;stroke-linecap:round}
.qty-row{display:flex;align-items:center;gap:8px;flex-shrink:0}
.qty-btn{width:30px;height:30px;border-radius:50%;border:1.5px solid var(--terra);background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.18s;flex-shrink:0}
.qty-btn:active{background:var(--terra);border-color:var(--terra)}
.qty-btn svg{width:14px;height:14px;stroke:var(--terra2);fill:none;stroke-width:2.5;stroke-linecap:round}
.qty-btn:active svg{stroke:var(--cream)}
.qty-num{font-size:15px;font-weight:600;color:var(--cream);min-width:18px;text-align:center}

/* CART BAR — bnav üstünde durur */
.cart-bar{
  position:fixed;
  bottom:var(--bnav-h);
  left:0;right:0;
  padding:10px 14px;
  background:var(--terra3);
  transform:translateY(calc(100% + var(--bnav-h)));
  transition:transform 0.35s cubic-bezier(.16,1,.3,1);
  z-index:190;
  display:flex;align-items:center;justify-content:space-between;
  border-top:1px solid rgba(232,148,106,0.3);
  border-radius:14px 14px 0 0;
}
.cart-bar.show{transform:translateY(0)}
.cart-left{color:var(--cream)}
.cart-count{font-size:11px;color:rgba(245,239,224,0.7);margin-bottom:1px}
.cart-total{font-family:'Playfair Display',serif;font-size:22px;font-weight:600;color:var(--cream)}
.view-cart-btn{background:var(--cream);color:var(--terra3);border:none;border-radius:24px;padding:10px 20px;font-size:13px;font-weight:600;font-family:'Inter',sans-serif;cursor:pointer;transition:all 0.18s;white-space:nowrap}
.view-cart-btn:active{transform:scale(0.96)}

/* MODAL */
.modal-bg{position:fixed;inset:0;background:rgba(10,5,2,0.75);z-index:500;display:none;align-items:flex-end;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}
.modal-bg.open{display:flex}
.modal-sheet{background:var(--bg2);border-radius:22px 22px 0 0;width:100%;max-height:88vh;overflow-y:auto;padding:0 0 calc(16px + var(--safe-bottom));transform:translateY(100%);transition:transform 0.4s cubic-bezier(.16,1,.3,1);border-top:1px solid rgba(201,169,110,0.15)}
.modal-bg.open .modal-sheet{transform:none}
.modal-drag{width:36px;height:4px;background:rgba(201,169,110,0.2);border-radius:4px;margin:14px auto 0}
.modal-head{display:flex;align-items:center;justify-content:space-between;padding:14px 18px 14px;border-bottom:1px solid rgba(201,169,110,0.1)}
.modal-head-title{font-family:'Playfair Display',serif;font-size:20px;color:var(--gold2)}
.modal-head-right{display:flex;gap:8px;align-items:center}
.clear-all-btn{font-size:11px;color:var(--terra2);background:rgba(212,114,74,0.12);border:1px solid rgba(212,114,74,0.2);border-radius:12px;padding:5px 12px;cursor:pointer;font-family:'Inter',sans-serif;font-weight:500;transition:all 0.18s}
.clear-all-btn:active{background:rgba(212,114,74,0.25)}
.modal-close{width:30px;height:30px;border-radius:50%;background:rgba(201,169,110,0.1);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}
.modal-close svg{width:14px;height:14px;stroke:var(--muted);fill:none;stroke-linecap:round;stroke-width:2}

/* CART ITEMS */
.cart-items{padding:0 16px}
.empty-cart{text-align:center;padding:40px 20px;color:var(--muted);font-size:13px}
.empty-cart-icon{font-size:36px;display:block;margin-bottom:12px;opacity:0.5}
.ci-row{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid rgba(201,169,110,0.08)}
.ci-img{width:48px;height:48px;border-radius:10px;object-fit:cover;background:var(--bg3);flex-shrink:0}
.ci-info{flex:1;min-width:0}
.ci-name{font-size:13px;font-weight:500;color:var(--cream);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ci-sub{font-size:11px;color:var(--muted);margin-top:2px}
.ci-right{display:flex;flex-direction:column;align-items:flex-end;gap:6px;flex-shrink:0}
.ci-price{font-family:'Playfair Display',serif;font-size:17px;color:var(--gold2)}
.ci-qty-row{display:flex;align-items:center;gap:6px}
.ci-qty-btn{width:26px;height:26px;border-radius:50%;border:1.5px solid rgba(212,114,74,0.4);background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.15s}
.ci-qty-btn:active{background:var(--terra);border-color:var(--terra)}
.ci-qty-btn svg{width:12px;height:12px;stroke:var(--terra2);fill:none;stroke-width:2.5;stroke-linecap:round}
.ci-qty-btn:active svg{stroke:var(--cream)}
.ci-del{background:rgba(180,40,40,0.12);border:1px solid rgba(180,40,40,0.2);border-radius:8px;padding:3px 8px;font-size:10px;color:#E57373;cursor:pointer;font-family:'Inter',sans-serif;transition:all 0.15s}
.ci-del:active{background:rgba(180,40,40,0.25)}
.cart-summary{margin:14px 16px 0;background:var(--card);border-radius:14px;border:1px solid rgba(201,169,110,0.1);overflow:hidden}
.cart-summary-row{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid rgba(201,169,110,0.08);font-size:13px}
.cart-summary-row:last-child{border-bottom:none}
.cart-summary-row.total{font-size:15px;font-weight:600}
.cart-summary-row.total .val{font-family:'Playfair Display',serif;font-size:20px;color:var(--gold2)}
.cart-summary-row .lbl{color:var(--muted)}
.order-note-wrap{padding:12px 16px 0}
.order-note{width:100%;padding:10px 14px;background:var(--card);border:1px solid rgba(201,169,110,0.12);border-radius:12px;font-size:13px;font-family:'Inter',sans-serif;color:var(--cream);resize:none;outline:none;transition:border-color 0.2s;line-height:1.5}
.order-note:focus{border-color:rgba(212,114,74,0.4)}
.order-note::placeholder{color:var(--muted2)}
.wa-btn{margin:14px 16px 0;width:calc(100% - 32px);background:linear-gradient(135deg,#1B7A43,#25D366);color:white;border:none;border-radius:14px;padding:14px;font-size:14px;font-weight:600;font-family:'Inter',sans-serif;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all 0.18s}
.wa-btn:active{transform:scale(0.98);opacity:0.9}

/* SEARCH RESULTS */
#srView{display:none;padding:14px;padding-bottom:var(--bnav-h)}
.sr-count{font-size:10px;letter-spacing:2px;text-transform:uppercase;color:var(--muted);margin-bottom:12px}
.sr-item{display:flex;gap:12px;background:var(--card);border-radius:14px;border:1px solid rgba(201,169,110,0.08);padding:12px;margin-bottom:8px;cursor:pointer;transition:all 0.18s}
.sr-item:active{background:var(--card2)}
.sr-img{width:56px;height:56px;border-radius:10px;object-fit:cover;flex-shrink:0}
.sr-info{flex:1;min-width:0}
.sr-cat{font-size:10px;color:var(--terra2);letter-spacing:0.5px;text-transform:uppercase;margin-bottom:2px}
.sr-name{font-size:13px;font-weight:500;color:var(--cream)}
.sr-desc{font-size:11px;color:var(--muted);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sr-price{font-family:'Playfair Display',serif;font-size:18px;font-weight:600;color:var(--gold2);flex-shrink:0;align-self:center}

/* CONTACT VIEW */
#contactView{display:none;padding-bottom:var(--bnav-h)}
.contact-hero{background:linear-gradient(150deg,var(--bg2),var(--bg3));padding:36px 20px 28px;text-align:center;border-bottom:1px solid rgba(201,169,110,0.1)}
.contact-hero-title{font-family:'Playfair Display',serif;font-size:30px;color:var(--gold2);letter-spacing:2px}
.contact-hero-sub{font-size:10px;letter-spacing:3px;text-transform:uppercase;color:var(--muted);margin-top:6px}
.cs{padding:16px 14px 0}
.cb{background:var(--card);border-radius:16px;border:1px solid rgba(201,169,110,0.08);overflow:hidden;margin-bottom:10px}
.cb-title{font-size:9px;letter-spacing:3px;text-transform:uppercase;color:var(--terra2);padding:12px 14px 0;font-weight:600}
.cr{display:flex;align-items:center;gap:12px;padding:12px 14px;border-top:1px solid rgba(201,169,110,0.06);text-decoration:none;transition:background 0.15s;cursor:pointer}
.cr:first-of-type{border-top:none}
.cr:active{background:var(--card2)}
.cr-icon{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.ic-phone{background:rgba(107,180,107,0.15)}
.ic-wa{background:rgba(37,211,102,0.15)}
.ic-ig{background:rgba(212,114,74,0.15)}
.ic-fb{background:rgba(66,103,178,0.15)}
.cr-label{font-size:13px;font-weight:500;color:var(--cream);flex:1}
.cr-val{font-size:11px;color:var(--muted);margin-top:1px}
.cr-arr svg{width:14px;height:14px;stroke:var(--muted2);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

/* WORKING HOURS */
.hours-grid{padding:8px 14px 14px;display:grid;grid-template-columns:1fr 1fr;gap:6px}
.hour-row{display:flex;justify-content:space-between;font-size:12px;padding:6px 10px;background:var(--bg3);border-radius:8px}
.hour-day{color:var(--muted)}
.hour-time{color:var(--cream);font-weight:500}
.hour-row.today{background:rgba(212,114,74,0.15);border:1px solid rgba(212,114,74,0.2)}
.hour-row.today .hour-day{color:var(--terra2)}
.hour-row.today .hour-time{color:var(--gold2)}

/* RATING SECTION */
.rating-block{background:var(--card);border-radius:16px;border:1px solid rgba(201,169,110,0.08);margin:10px 14px;padding:20px 16px;text-align:center}
.rating-title{font-family:'Playfair Display',serif;font-size:18px;color:var(--gold2);margin-bottom:4px}
.rating-sub{font-size:11px;color:var(--muted);margin-bottom:18px}
.stars-row{display:flex;justify-content:center;gap:10px;margin-bottom:20px}
.star-btn{background:none;border:none;cursor:pointer;padding:4px;transition:transform 0.15s;outline:none}
.star-btn:active{transform:scale(1.3)}
.star-btn svg{width:38px;height:38px;transition:all 0.2s}
.star-btn svg .star-fill{fill:rgba(201,169,110,0.15);transition:fill 0.2s}
.star-btn svg .star-stroke{stroke:rgba(201,169,110,0.3);transition:stroke 0.2s}
.star-btn.active svg .star-fill{fill:#F5C842}
.star-btn.active svg .star-stroke{stroke:#E8A800}
.rating-msg{font-size:13px;color:var(--muted);min-height:20px;margin-bottom:16px;transition:all 0.2s}
.google-review-btn{
  display:flex;align-items:center;justify-content:center;gap:10px;
  width:100%;padding:13px;border-radius:14px;border:none;
  background:linear-gradient(135deg,#1a73e8,#4285F4);
  color:white;font-size:14px;font-weight:600;font-family:'Inter',sans-serif;
  cursor:pointer;transition:all 0.18s;text-decoration:none;
}
.google-review-btn:active{transform:scale(0.97);opacity:0.9}
.google-review-btn svg{width:20px;height:20px;flex-shrink:0}

/* BOTTOM NAV */
.bnav{
  position:fixed;bottom:0;left:0;right:0;z-index:200;
  background:rgba(26,14,6,0.96);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);
  border-top:1px solid rgba(201,169,110,0.1);
  padding:8px 0;padding-bottom:calc(8px + var(--safe-bottom));
  display:flex;align-items:center;justify-content:space-around;
}
.bnav-btn{display:flex;flex-direction:column;align-items:center;gap:3px;cursor:pointer;background:none;border:none;padding:4px 18px;transition:all 0.2s}
.bnav-icon-wrap{position:relative;display:inline-flex}
.bnav-icon{width:22px;height:22px;fill:none;stroke:var(--muted2);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:stroke 0.2s}
.bnav-label{font-size:9px;letter-spacing:1px;text-transform:uppercase;color:var(--muted2);font-weight:500;transition:color 0.2s}
.bnav-btn.active .bnav-icon{stroke:var(--gold2)}
.bnav-btn.active .bnav-label{color:var(--gold2)}
.bnav-badge{position:absolute;top:-5px;right:-8px;background:var(--terra);color:white;font-size:8px;font-weight:700;min-width:16px;height:16px;border-radius:8px;padding:0 4px;display:none;align-items:center;justify-content:center}
.bnav-badge.show{display:flex}

/* TOAST */
.toast{position:fixed;bottom:calc(var(--bnav-h) + 10px);left:50%;transform:translateX(-50%) translateY(20px);background:var(--card2);color:var(--cream);border:1px solid rgba(201,169,110,0.15);padding:9px 18px;border-radius:22px;font-size:12px;font-weight:500;z-index:9000;opacity:0;transition:all 0.3s;pointer-events:none;white-space:nowrap;box-shadow:0 8px 32px rgba(0,0,0,0.4)}
.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}
.pad-bot{height:var(--bnav-h)}
::-webkit-scrollbar{display:none}
*{scrollbar-width:none}/* V2 FIXES */
.prod-item.focused{border-color:rgba(232,201,144,0.55);box-shadow:0 0 0 1px rgba(232,201,144,0.18),0 10px 30px rgba(0,0,0,0.22)}
.load-error{margin:18px 14px;padding:18px;border-radius:16px;background:var(--card);border:1px solid rgba(212,114,74,0.35);color:var(--cream);font-size:13px;line-height:1.55;text-align:center}
button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid rgba(232,201,144,0.65);outline-offset:3px}

/* HEADER TAM BAŞLIK GÖSTERME DÜZELTMESİ */
.hdr {
  min-height: 58px !important;
  height: auto !important;
  gap: 10px !important;
  padding: 8px 12px !important;
}

.hdr-logo {
  flex: 1 !important;
  min-width: 0 !important;
  max-width: calc(100vw - 135px) !important;
  overflow: visible !important;
  text-overflow: unset !important;
  white-space: normal !important;
  line-height: 1.15 !important;
  word-break: normal !important;
}

.hdr-right {
  flex-shrink: 0 !important;
}

@media (max-width: 420px) {
  .hdr {
    gap: 8px !important;
    padding: 8px 10px !important;
  }

  .hdr-logo {
    max-width: calc(100vw - 120px) !important;
    font-size: 15px !important;
    letter-spacing: 0 !important;
  }

  .hdr-right {
    gap: 8px !important;
  }

  .back-btn {
    width: 34px !important;
    height: 34px !important;
  }

  .masa-pill {
    font-size: 10px !important;
    padding: 5px 10px !important;
  }
}
