:root{
  --gold:#f5a623;--gold2:#d9820d;--bg:#0b0b0b;--card:#141414;--card2:#181818;
  --text:#fff;--muted:#a0a0a0;--line:rgba(255,255,255,.09);--ok:#33d17a;--danger:#ff5b5b;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.customer-page{margin:0;background:
 radial-gradient(circle at top right,rgba(245,166,35,.08),transparent 28%),
 var(--bg);color:var(--text);font-family:'Plus Jakarta Sans',Arial,sans-serif;min-height:100vh}
body.customer-page a{text-decoration:none;color:inherit}
button,input,select,textarea{font:inherit}
.customer-nav{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;
 position:sticky;top:0;z-index:100;background:rgba(11,11,11,.92);backdrop-filter:blur(16px);
 border-bottom:1px solid var(--line)}
.customer-brand{font-weight:900;letter-spacing:1.8px;font-size:22px}.customer-brand span{color:var(--gold)}
.customer-nav-links{display:flex;gap:22px;align-items:center;font-size:14px;color:#c5c5c5}
.customer-nav-links a:hover{color:var(--gold)}
.customer-back,.ghost-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;
 border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(255,255,255,.035);color:#fff;cursor:pointer}
.customer-main{width:min(1180px,92vw);margin:auto;padding:64px 0 90px}
.customer-head{margin-bottom:34px}.customer-kicker{color:var(--gold);font-size:12px;letter-spacing:2.6px;text-transform:uppercase;font-weight:800}
.customer-title{font-family:'Playfair Display',serif;font-size:clamp(38px,6vw,68px);line-height:1.04;margin:10px 0 14px}
.customer-title span{color:var(--gold)}.customer-lead{color:var(--muted);line-height:1.75;max-width:720px}
.glass-card,.section-card{background:linear-gradient(145deg,rgba(24,24,24,.96),rgba(16,16,16,.96));
 border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:0 18px 60px rgba(0,0,0,.22)}
.auth-shell{display:grid;grid-template-columns:1fr 1fr;gap:26px;align-items:start}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:flex;flex-direction:column;gap:8px}
.field.full{grid-column:1/-1}.field label{font-size:13px;color:#d8d8d8;font-weight:700}
.field input,.field select,.field textarea{width:100%;background:#0d0d0d;border:1px solid rgba(255,255,255,.12);color:#fff;
 border-radius:14px;padding:14px 15px;outline:none;transition:.2s}
.field textarea{min-height:130px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(245,166,35,.08)}
.gold-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:999px;padding:14px 22px;
 background:linear-gradient(135deg,var(--gold),var(--gold2));color:#080808;font-weight:900;cursor:pointer;box-shadow:0 8px 26px rgba(245,166,35,.2)}
.gold-btn:hover{transform:translateY(-1px)}.danger-btn{background:transparent;color:#ff8080;border:1px solid rgba(255,91,91,.28);padding:9px 13px;border-radius:999px;cursor:pointer}
.notice{padding:13px 15px;border-radius:13px;margin:12px 0;background:rgba(245,166,35,.08);border:1px solid rgba(245,166,35,.2);color:#f6cf89;font-size:14px}
.success-notice{background:rgba(51,209,122,.08);border-color:rgba(51,209,122,.25);color:#8ff0b7}
.dashboard-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:25px}
.dash-card{display:block;background:var(--card);border:1px solid var(--line);border-radius:20px;padding:24px;transition:.25s}
.dash-card:hover{transform:translateY(-4px);border-color:rgba(245,166,35,.42)}
.dash-card i{color:var(--gold);font-size:24px}.dash-card h3{margin:14px 0 6px}.dash-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.6}
.summary-row{display:flex;justify-content:space-between;gap:18px;padding:14px 0;border-bottom:1px solid var(--line);color:#d8d8d8}
.summary-row:last-child{border-bottom:0}.summary-row span{color:var(--muted)}
.empty-state{text-align:center;padding:44px 15px}.empty-state i{font-size:42px;color:var(--gold)}.empty-state p{color:var(--muted)}
.menu-toolbar{display:flex;gap:10px;flex-wrap:wrap;margin:22px 0 30px}.filter-btn{border:1px solid var(--line);background:#121212;color:#ddd;padding:10px 16px;border-radius:999px;cursor:pointer}
.filter-btn.active,.filter-btn:hover{background:var(--gold);color:#080808;border-color:var(--gold)}
.menu-grid-v2{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.menu-card-v2{overflow:hidden;border-radius:22px;background:var(--card);border:1px solid var(--line);display:flex;flex-direction:column}
.menu-card-v2 img{width:100%;height:220px;object-fit:cover}.menu-card-body{padding:20px;display:flex;flex-direction:column;gap:12px;flex:1}
.menu-card-body h3{font-family:'Playfair Display',serif;font-size:23px;margin:0}.menu-card-body p{color:var(--muted);font-size:14px;line-height:1.55;margin:0}
.menu-card-foot{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.price{font-weight:900;color:var(--gold);font-size:21px}
.icon-add{width:42px;height:42px;border-radius:50%;border:0;background:var(--gold);color:#080808;font-size:18px;cursor:pointer}
.cart-row{display:grid;grid-template-columns:76px 1fr auto auto;gap:16px;align-items:center;padding:16px 0;border-bottom:1px solid var(--line)}
.cart-row img{width:76px;height:66px;object-fit:cover;border-radius:12px}.cart-row h4{margin:0 0 5px}.cart-row small{color:var(--muted)}
.qty{display:flex;align-items:center;gap:8px}.qty button{width:30px;height:30px;border-radius:50%;border:1px solid var(--line);background:#101010;color:#fff;cursor:pointer}
.cart-total{margin-top:20px;border-top:1px solid var(--line);padding-top:18px;font-size:20px;font-weight:800;display:flex;justify-content:space-between}
.order-types{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.order-type-card,.pay-option{border:1px solid var(--line);background:#101010;color:#fff;border-radius:16px;padding:16px;cursor:pointer;text-align:left}
.order-type-card.active,.pay-option.active{border-color:var(--gold);background:rgba(245,166,35,.08)}.order-type-card i,.pay-option i{color:var(--gold);margin-right:8px}
.pay-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:16px}.tracking-line{position:relative;padding-left:32px}.track-step{position:relative;padding:0 0 28px 20px;color:#777}
.track-step:before{content:'';position:absolute;left:-22px;top:3px;width:13px;height:13px;border-radius:50%;background:#333;border:3px solid #111}
.track-step:after{content:'';position:absolute;left:-16px;top:18px;width:2px;height:calc(100% - 14px);background:#333}.track-step:last-child:after{display:none}
.track-step.done,.track-step.active{color:#fff}.track-step.done:before{background:var(--ok)}.track-step.active:before{background:var(--gold);box-shadow:0 0 0 6px rgba(245,166,35,.12)}
.track-step h4{margin:0 0 5px}.track-step p{margin:0;color:var(--muted);font-size:13px}
.contact-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:26px}.info-stack{display:grid;gap:14px}
.info-box{display:flex;gap:15px;align-items:flex-start;background:var(--card);border:1px solid var(--line);border-radius:18px;padding:18px}
.info-box i{color:var(--gold);font-size:20px;width:26px}.info-box h3{margin:0 0 5px}.info-box p,.info-box a{color:var(--muted);margin:0;line-height:1.6;font-size:14px}
.hours-grid{display:grid;grid-template-columns:1fr auto;gap:0}.hours-grid div{padding:10px 0;border-bottom:1px solid var(--line)}.hours-grid div:nth-child(even){text-align:right;color:var(--text)}
.service-pills{display:flex;gap:8px;flex-wrap:wrap}.service-pill{padding:8px 12px;border-radius:999px;background:rgba(245,166,35,.09);color:#f7c873;border:1px solid rgba(245,166,35,.19);font-size:13px}
.jobs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.job-card{background:var(--card);border:1px solid var(--line);border-radius:20px;padding:22px}
.job-card h3{font-family:'Playfair Display',serif;font-size:24px;margin:0 0 7px}.job-meta{color:var(--gold);font-size:13px;font-weight:800;margin-bottom:13px}.job-card p{color:var(--muted);line-height:1.6}
.status-pill{display:inline-flex;padding:7px 11px;border-radius:999px;font-size:12px;font-weight:800;background:rgba(245,166,35,.1);color:#f6c76c}
.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.72);backdrop-filter:blur(7px);z-index:5000;display:none;align-items:center;justify-content:center;padding:18px}
.modal-overlay.open{display:flex}.modal-card{width:min(680px,96vw);background:#111;border:1px solid rgba(255,255,255,.11);border-radius:26px;padding:28px;box-shadow:0 30px 80px rgba(0,0,0,.5)}
.modal-top{display:flex;justify-content:space-between;gap:15px;align-items:center}.modal-close{width:38px;height:38px;border-radius:50%;border:1px solid var(--line);background:#191919;color:#fff;cursor:pointer}
.toast-bf{position:fixed;right:22px;bottom:22px;background:#151515;border:1px solid rgba(245,166,35,.3);color:#fff;padding:14px 18px;border-radius:14px;z-index:9000;box-shadow:0 15px 40px rgba(0,0,0,.35);opacity:0;transform:translateY(15px);pointer-events:none;transition:.25s}
.toast-bf.show{opacity:1;transform:none}
@media(max-width:900px){.auth-shell,.contact-layout{grid-template-columns:1fr}.menu-grid-v2{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr}.jobs-grid{grid-template-columns:1fr}.customer-nav-links{display:none}}
@media(max-width:620px){.customer-main{padding-top:40px}.form-grid,.menu-grid-v2,.pay-grid,.order-types{grid-template-columns:1fr}.cart-row{grid-template-columns:62px 1fr auto}.cart-row>.line-price{display:none}.customer-title{font-size:40px}}


/* ===== BUN FRY v2.2 additions ===== */
.bf-logo-link{display:flex;align-items:center;gap:10px;font-weight:900;letter-spacing:1.4px}
.bf-logo-img{width:46px;height:46px;border-radius:50%;object-fit:cover;background:#fff;border:2px solid rgba(245,166,35,.45)}
.lang-mini{display:flex;gap:4px;background:rgba(255,255,255,.05);border:1px solid var(--line);padding:3px;border-radius:999px}
.lang-mini button{border:0;background:transparent;color:#aaa;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:800;cursor:pointer}
.lang-mini button.active{background:var(--gold);color:#080808}
.social-login{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:16px 0}
.social-btn{border:1px solid var(--line);background:#111;color:#fff;border-radius:14px;padding:13px 15px;display:flex;align-items:center;justify-content:center;gap:9px;cursor:pointer;font-weight:800}
.social-btn:hover{border-color:rgba(245,166,35,.5)}
.separator{display:flex;align-items:center;gap:12px;color:#777;font-size:12px;margin:18px 0}
.separator:before,.separator:after{content:"";height:1px;background:var(--line);flex:1}
.cart-gold-panel{background:var(--gold)!important;color:#080808!important;border-color:var(--gold)!important}
.cart-gold-panel .empty-state p,.cart-gold-panel small{color:rgba(0,0,0,.65)!important}
.cart-gold-panel .cart-row{border-bottom-color:rgba(0,0,0,.14)!important}
.cart-gold-panel .qty button{background:#0b0b0b;color:#fff;border:0}
.cart-gold-panel .cart-total{border-top-color:rgba(0,0,0,.18)!important}
.cart-gold-panel .gold-btn{background:#0b0b0b;color:#fff}
.free-delivery-progress{margin-top:16px}
.progress-track{height:8px;background:#292929;border-radius:999px;overflow:hidden}
.progress-fill{height:100%;background:var(--gold);border-radius:999px;transition:.3s}
.dynamic-panel{display:none;margin-top:16px}
.dynamic-panel.show{display:block}
.radio-row{display:flex;gap:10px;flex-wrap:wrap}
.choice-chip{border:1px solid var(--line);background:#111;color:#ddd;padding:10px 14px;border-radius:999px;cursor:pointer}
.choice-chip.active{background:rgba(245,166,35,.10);border-color:var(--gold);color:#fff}
.menu-category-strip{position:sticky;top:76px;z-index:50;background:rgba(11,11,11,.95);backdrop-filter:blur(12px);padding:12px 0;border-bottom:1px solid var(--line);overflow-x:auto;white-space:nowrap}
.menu-category-strip::-webkit-scrollbar{height:5px}
.menu-category-strip .filter-btn{display:inline-flex;margin-right:7px}
.rtl{direction:rtl}
html[dir="rtl"] .customer-nav,html[dir="rtl"] .customer-main{text-align:right}
html[dir="rtl"] .info-box i{margin-left:6px}
@media(max-width:620px){.social-login{grid-template-columns:1fr}.bf-logo-img{width:40px;height:40px}.lang-mini{margin-left:auto}}
.bf-theme-toggle{position:fixed;right:18px;bottom:18px;z-index:9999;width:48px;height:48px;border-radius:50%;border:1px solid var(--line);background:var(--card);color:var(--gold);cursor:pointer}html[data-theme="light"]{--bg:#f6f6f4;--card:#fff;--card2:#f1f1ef;--text:#111;--muted:#666;--line:rgba(0,0,0,.10)}html[data-theme="light"] body.customer-page{background:#f6f6f4;color:#111}html[data-theme="light"] .customer-nav{background:rgba(255,255,255,.94)}html[data-theme="light"] .field input,html[data-theme="light"] .field select,html[data-theme="light"] .field textarea{background:#fff;color:#111;border-color:rgba(0,0,0,.14)}html[data-theme="light"] .glass-card,html[data-theme="light"] .section-card{background:#fff}.terrace-actions{display:grid;grid-template-columns:1fr 1fr;gap:18px}.terrace-action{min-height:190px;border-radius:24px;border:1px solid var(--line);background:var(--card);padding:28px;text-align:left;color:var(--text);cursor:pointer}.terrace-action i{font-size:38px;color:var(--gold)}.terrace-action h2{font-size:25px;margin:15px 0 8px}.terrace-action p{color:var(--muted)}@media(max-width:650px){.terrace-actions{grid-template-columns:1fr}}
/* ===== Order type visual badges ===== */
.order-type-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;font-weight:900;font-size:12px;letter-spacing:.5px;text-transform:uppercase;border:1px solid transparent}
.order-type-badge.delivery{background:rgba(70,130,255,.14);border-color:rgba(70,130,255,.38);color:#7ea5ff}
.order-type-badge.takeaway{background:rgba(255,155,40,.14);border-color:rgba(255,155,40,.38);color:#ffb15a}
.order-type-badge.dinein{background:rgba(65,190,110,.14);border-color:rgba(65,190,110,.38);color:#69d98c}
.order-type-badge.terrace{background:rgba(240,181,45,.14);border-color:rgba(240,181,45,.38);color:var(--gold)}
.order-status-badge{display:inline-flex;padding:6px 10px;border-radius:999px;font-size:11px;font-weight:800;text-transform:uppercase;background:var(--card2);border:1px solid var(--line)}
.kitchen-board{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px}
.kitchen-order{background:var(--card);border:1px solid var(--line);border-radius:20px;padding:18px;box-shadow:0 10px 28px rgba(0,0,0,.12)}
.kitchen-order-head{display:flex;justify-content:space-between;gap:10px;align-items:flex-start;margin-bottom:14px}
.kitchen-order h2{margin:0;font-size:24px}.kitchen-items{display:grid;gap:8px;margin:12px 0}.kitchen-item{display:flex;justify-content:space-between;gap:12px;padding:9px 0;border-bottom:1px solid var(--line)}
.kitchen-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}


/* ===== BUN FRY v3: homepage header fixes ===== */
.lang-switcher{
  display:flex !important;
  align-items:center !important;
  gap:2px !important;
  padding:3px !important;
  border-radius:22px !important;
  background:rgba(255,255,255,.07) !important;
  border:1px solid rgba(255,255,255,.14) !important;
}
.lang-switcher .lang-btn{
  appearance:none !important;
  -webkit-appearance:none !important;
  background:transparent !important;
  background-image:none !important;
  border:0 !important;
  outline:0 !important;
  box-shadow:none !important;
  color:#b9b9b9 !important;
  padding:6px 10px !important;
  min-width:auto !important;
  height:auto !important;
  border-radius:16px !important;
  font-size:12px !important;
  font-weight:800 !important;
  line-height:1 !important;
  cursor:pointer !important;
}
.lang-switcher .lang-btn:hover{
  color:var(--gold,#f5a623) !important;
  background:rgba(245,166,35,.10) !important;
}
.lang-switcher .lang-btn.active{
  color:#111 !important;
  background:var(--gold,#f5a623) !important;
}
.nav-user-actions .nav-icon-link{
  color:inherit !important;
  background:transparent !important;
  border-color:rgba(255,255,255,.12) !important;
}
.nav-user-actions .nav-icon-link i{
  color:var(--gold,#f5a623) !important;
}
.modal-container{
  z-index:20000 !important;
}
.modal-container.show{
  display:flex !important;
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
}
body.bf-modal-open{
  overflow:hidden !important;
}


/* ===== BUN FRY FINAL LAUNCH UI ===== */
.brand-real-logo{width:58px;height:58px;object-fit:contain;display:block}.footer-real-logo{width:48px;height:48px;object-fit:contain}.bf-dev-credit{text-align:center;padding:14px 20px 18px;color:#8d8d8d;font-size:12px;border-top:1px solid rgba(255,255,255,.07)}.bf-dev-credit strong{color:var(--gold,#d4a72c)}
/* Header must remain black in both themes */
#navbar,.customer-nav,.bf-fixed-dark-header,html[data-theme="light"] #navbar,html[data-theme="light"] .customer-nav{background:#111!important;color:#fff!important;border-bottom-color:rgba(255,255,255,.08)!important}.customer-nav a,.customer-nav .customer-back,#navbar a{color:#fff}.customer-nav .customer-back i,#navbar .nav-icon-link i{color:var(--gold,#d4a72c)!important}
.bf-order-choice-section{max-width:1240px;margin:72px auto;padding:0 26px}.bf-order-choice-head{text-align:center;max-width:760px;margin:0 auto 28px}.bf-order-choice-head h2{font-size:clamp(30px,4vw,52px);margin:10px 0;color:var(--text,#fff)}.bf-order-choice-head p{color:var(--muted,#aaa);line-height:1.7}.bf-order-choice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.bf-order-card{border:0;border-radius:24px;padding:24px;min-height:180px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;color:#fff;text-align:left;cursor:pointer;box-shadow:0 18px 48px rgba(0,0,0,.22);transition:.25s ease}.bf-order-card:hover{transform:translateY(-6px) scale(1.01);box-shadow:0 24px 58px rgba(0,0,0,.3)}.bf-order-card .bf-order-icon{width:68px;height:68px;border-radius:20px;background:rgba(255,255,255,.17);display:grid;place-items:center;font-size:30px}.bf-order-copy{display:flex;flex-direction:column;gap:8px}.bf-order-copy strong{font-size:21px}.bf-order-copy small{font-size:13px;line-height:1.45;opacity:.88}.bf-order-arrow{font-size:22px}.bf-delivery{background:linear-gradient(135deg,#1268c4,#0d4b91)}.bf-takeaway{background:linear-gradient(135deg,#ef8d1e,#be5f0c)}.bf-dinein{background:linear-gradient(135deg,#2d9a62,#17643f)}.bf-branch-line{margin:22px auto 0;max-width:620px;display:flex;gap:14px;align-items:center;padding:16px 18px;border:1px solid var(--line);background:var(--card);border-radius:18px}.bf-branch-line i{color:var(--gold);font-size:22px}.bf-branch-line div{display:flex;flex-direction:column;gap:3px}.bf-branch-line span{font-size:12px;color:var(--muted)}
.bf-surplace-page{background:var(--bg)}.surplace-main{max-width:1180px}.surplace-hero{display:grid;grid-template-columns:1.5fr .5fr;gap:25px;align-items:center;padding:40px;border-radius:30px;background:linear-gradient(135deg,rgba(46,139,87,.2),rgba(212,167,44,.12));border:1px solid rgba(212,167,44,.24);margin-bottom:28px}.surplace-hero h1{font-size:clamp(34px,5vw,62px);line-height:1.02;margin:8px 0 14px}.surplace-hero h1 span{color:var(--gold)}.surplace-hero p{color:var(--muted);max-width:720px;line-height:1.7}.surplace-symbol{width:170px;height:170px;border-radius:50%;margin-left:auto;display:grid;place-items:center;background:linear-gradient(145deg,#1c6d49,#2fa76d);box-shadow:0 20px 55px rgba(36,140,89,.28)}.surplace-symbol i{font-size:72px;color:white}.surplace-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.surplace-pills span{padding:9px 13px;border-radius:99px;background:rgba(255,255,255,.07);border:1px solid var(--line);font-size:12px}.surplace-actions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:28px}.surplace-choice{display:grid;grid-template-columns:auto 1fr auto;gap:15px;align-items:center;padding:22px;border-radius:22px;border:1px solid var(--line);background:var(--card);color:var(--text);cursor:pointer;text-align:left;transition:.25s}.surplace-choice:hover{transform:translateY(-4px);border-color:var(--gold)}.surplace-choice>i{width:54px;height:54px;border-radius:17px;display:grid;place-items:center;font-size:23px}.surplace-choice div{display:flex;flex-direction:column;gap:6px}.surplace-choice strong{font-size:16px}.surplace-choice span{font-size:12px;color:var(--muted);line-height:1.4}.surplace-order>i{background:rgba(46,139,87,.17);color:#3bb878}.surplace-reserve>i{background:rgba(212,167,44,.15);color:var(--gold)}.surplace-event>i{background:rgba(207,81,111,.15);color:#e36986}.reservation-premium{padding:28px}.section-card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.section-card-head h2{font-size:30px;margin:5px 0}.section-card-head>i{font-size:36px;color:var(--gold)}
@media(max-width:900px){.bf-order-choice-grid,.surplace-actions-grid{grid-template-columns:1fr}.surplace-hero{grid-template-columns:1fr}.surplace-symbol{width:110px;height:110px;margin:0}.surplace-symbol i{font-size:48px}}@media(max-width:600px){.bf-order-choice-section{padding:0 16px;margin:48px auto}.bf-order-card{min-height:130px;padding:18px}.bf-order-card .bf-order-icon{width:54px;height:54px;font-size:23px}.surplace-hero{padding:24px}.surplace-main{padding-left:14px;padding-right:14px}}

.menu-image-placeholder{height:230px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:linear-gradient(145deg,var(--card2),var(--card));color:var(--gold);border-bottom:1px solid var(--line)}.menu-image-placeholder i{font-size:46px}.menu-image-placeholder span{font-size:11px;color:var(--muted);max-width:80%;text-align:center}.cart-img-placeholder{width:74px;height:74px;border-radius:14px;background:var(--card2);display:grid;place-items:center;color:var(--gold);font-size:24px}


/* ===== BUN FRY RELEASE FIXES 2026-08-10 ===== */
.brand-real-logo{width:98px!important;height:72px!important;object-fit:contain!important;display:block!important;filter:none!important}
.footer-real-logo{width:112px!important;height:82px!important;object-fit:contain!important;display:block!important}
.bf-logo-img{width:92px!important;height:64px!important;border-radius:0!important;object-fit:contain!important;background:transparent!important;border:0!important}
.bf-logo-link{gap:0!important}
#navbar,.customer-nav,html[data-theme="light"] #navbar,html[data-theme="light"] .customer-nav{background:#111!important;color:#fff!important}
html[data-theme="light"] #navbar .nav-links a,html[data-theme="light"] .customer-nav a{color:#fff!important}
.bf-order-choice-section{position:relative;overflow:hidden;border-radius:34px;padding:52px 34px!important;margin-top:72px!important;margin-bottom:34px!important;background:linear-gradient(145deg,rgba(17,17,17,.98),rgba(27,27,27,.96));border:1px solid rgba(212,167,44,.18);box-shadow:0 24px 70px rgba(0,0,0,.20)}
.bf-order-choice-section:before{content:"";position:absolute;inset:auto -120px -170px auto;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(212,167,44,.16),transparent 68%);pointer-events:none}
.bf-order-choice-head{position:relative;z-index:1}.bf-order-choice-head .tag{display:inline-flex;padding:7px 13px;border-radius:99px;background:rgba(212,167,44,.12);border:1px solid rgba(212,167,44,.28);color:var(--gold,#d4a72c);font-weight:900;letter-spacing:1px}
.bf-order-choice-head h2{color:#fff!important}.bf-order-choice-head p{color:#b9b9b9!important}
.bf-order-choice-grid{position:relative;z-index:1}.bf-order-card{overflow:hidden;position:relative}.bf-order-card:after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 35%,rgba(255,255,255,.13),transparent 65%);transform:translateX(-110%);transition:.5s}.bf-order-card:hover:after{transform:translateX(110%)}
.bf-branch-line{position:relative;z-index:1;background:#161616!important;border-color:rgba(255,255,255,.10)!important;color:#fff!important}.bf-branch-line span{color:#aaa!important}
.menu-card-v2 img{width:100%;height:245px;object-fit:cover;object-position:center;border-bottom:1px solid var(--line)}
.bf-dev-credit strong{letter-spacing:.4px}
@media(max-width:900px){.brand-real-logo{width:84px!important;height:62px!important}.bf-logo-img{width:82px!important;height:58px!important}.footer-real-logo{width:100px!important;height:72px!important}}
@media(max-width:620px){.brand-real-logo{width:72px!important;height:54px!important}.bf-logo-img{width:70px!important;height:52px!important}.bf-order-choice-section{border-radius:24px;padding:34px 16px!important}.footer-real-logo{width:92px!important;height:68px!important}}

/* Bowl builder */
.bowl-page{background:var(--bg)}.bowl-shell{max-width:1120px;margin:0 auto;padding:38px 22px 80px}.bowl-hero{display:grid;grid-template-columns:minmax(280px,.9fr) 1.1fr;gap:34px;align-items:center;margin-bottom:28px}.bowl-hero-image{border-radius:28px;overflow:hidden;border:1px solid var(--line);background:var(--card);box-shadow:0 20px 55px rgba(0,0,0,.2)}.bowl-hero-image img{width:100%;height:390px;object-fit:cover;display:block}.bowl-title h1{font-size:clamp(38px,6vw,72px);line-height:.96;margin:10px 0 16px}.bowl-title h1 span{color:var(--gold)}.bowl-price{font-size:30px;font-weight:950;color:var(--gold)}.bowl-desc{color:var(--muted);line-height:1.75;max-width:680px}.bowl-badges{display:flex;flex-wrap:wrap;gap:9px;margin:18px 0}.bowl-badge{padding:8px 12px;border-radius:99px;font-size:12px;font-weight:900;border:1px solid var(--line);background:var(--card2)}.bowl-badge.hot{color:#ff9a56;border-color:rgba(255,154,86,.35);background:rgba(255,154,86,.1)}
.bowl-step{background:var(--card);border:1px solid var(--line);border-radius:24px;padding:24px;margin:16px 0}.bowl-step-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:18px}.bowl-step-head h2{margin:0;font-size:22px}.required-pill{padding:6px 10px;border-radius:99px;background:rgba(231,76,60,.12);color:#ff7667;border:1px solid rgba(231,76,60,.3);font-size:11px;font-weight:900}.bowl-size-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.bowl-size-card{position:relative;border:2px solid transparent;border-radius:22px;background:var(--card2);padding:16px;cursor:pointer;text-align:center;transition:.2s;color:var(--text)}.bowl-size-card:hover{transform:translateY(-4px)}.bowl-size-card.active{border-color:var(--gold);box-shadow:0 0 0 3px rgba(212,167,44,.10)}.bowl-size-image{height:170px;display:flex;align-items:end;justify-content:center}.bowl-size-image img{object-fit:contain;filter:drop-shadow(0 16px 18px rgba(0,0,0,.28))}.bowl-size-card[data-size="S"] img{width:58%}.bowl-size-card[data-size="M"] img{width:74%}.bowl-size-card[data-size="L"] img{width:90%}.bowl-size-letter{position:absolute;left:13px;top:12px;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#111;color:var(--gold);font-weight:950;border:1px solid rgba(212,167,44,.35)}.bowl-size-name{font-weight:950;margin-top:12px}.bowl-size-price{font-size:13px;color:var(--gold);font-weight:900;margin-top:4px}.bowl-option-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.bowl-option{display:flex;align-items:center;gap:10px;border:1px solid var(--line);background:var(--card2);padding:13px 14px;border-radius:15px;cursor:pointer}.bowl-option input{accent-color:var(--gold)}.bowl-sticky-total{position:sticky;bottom:14px;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:22px;padding:15px 18px;border-radius:19px;background:rgba(15,15,15,.94);border:1px solid rgba(212,167,44,.28);backdrop-filter:blur(14px);box-shadow:0 16px 44px rgba(0,0,0,.32);z-index:10;color:#fff}.bowl-total-copy small{display:block;color:#aaa}.bowl-total-copy strong{font-size:24px;color:var(--gold)}
@media(max-width:800px){.bowl-hero{grid-template-columns:1fr}.bowl-hero-image img{height:300px}.bowl-size-grid{gap:9px}.bowl-size-image{height:120px}.bowl-option-grid{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.bowl-shell{padding:22px 12px 70px}.bowl-step{padding:16px}.bowl-size-card{padding:10px}.bowl-size-image{height:95px}.bowl-option-grid{grid-template-columns:1fr}.bowl-sticky-total{bottom:8px}}

.admin-brand-logo img{width:76px;height:52px;object-fit:contain;display:block}.admin-login-logo{text-align:center;margin-bottom:12px}.admin-login-logo img{width:140px;height:90px;object-fit:contain}


/* ===== BUN FRY MENU COMPLETION 2026-08-10 v2 ===== */
.brand-real-logo{width:128px!important;height:88px!important;object-fit:contain!important}
.bf-logo-img{width:118px!important;height:78px!important;object-fit:contain!important}
.footer-real-logo{width:132px!important;height:92px!important;object-fit:contain!important}
.menu-category-nav{position:sticky;top:76px;z-index:70;display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:8px;background:rgba(11,11,11,.97);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.07);border-radius:18px;padding:8px;margin-top:22px;box-shadow:0 10px 28px rgba(0,0,0,.22)}
.menu-category-strip{position:static!important;top:auto!important;z-index:auto!important;background:transparent!important;border:0!important;padding:4px 0!important;overflow-x:auto!important;overflow-y:hidden!important;white-space:nowrap!important;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:var(--gold) #202020}
.menu-category-strip::-webkit-scrollbar{height:7px!important}.menu-category-strip::-webkit-scrollbar-track{background:#202020;border-radius:20px}.menu-category-strip::-webkit-scrollbar-thumb{background:var(--gold);border-radius:20px}
.menu-scroll-btn{width:40px;height:40px;border-radius:12px;border:1px solid rgba(212,167,44,.25);background:#161616;color:var(--gold);cursor:pointer;display:grid;place-items:center;font-size:15px;transition:.2s}.menu-scroll-btn:hover{background:var(--gold);color:#111;transform:scale(1.04)}
.menu-category-strip .filter-btn{display:inline-flex!important;align-items:center!important;margin:0 7px 0 0!important;min-height:44px;font-weight:800}
.menu-card-v2 .product-fallback-logo{width:100%;height:245px;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#111,#1d1d1d);border-bottom:1px solid var(--line);padding:30px}.menu-card-v2 .product-fallback-logo img{width:min(78%,280px);height:150px!important;object-fit:contain!important;border:0!important;opacity:.95}
.menu-card-v2 .popular-badge{display:inline-flex;align-items:center;gap:6px;background:linear-gradient(135deg,#ff9d00,#ffb62e);color:#111;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:900;margin-bottom:8px}
.cart-row img{object-fit:cover;background:#151515}.cart-row img.product-img-fallback{object-fit:contain;padding:8px;background:#111}
@media(max-width:900px){.brand-real-logo{width:108px!important;height:76px!important}.bf-logo-img{width:102px!important;height:70px!important}.menu-category-nav{top:68px;grid-template-columns:38px minmax(0,1fr) 38px}.menu-scroll-btn{width:34px;height:36px}.footer-real-logo{width:116px!important;height:82px!important}}
@media(max-width:620px){.brand-real-logo{width:92px!important;height:66px!important}.bf-logo-img{width:90px!important;height:64px!important}.menu-category-nav{top:62px;margin-left:-4px;margin-right:-4px;border-radius:14px;padding:6px;grid-template-columns:34px minmax(0,1fr) 34px}.menu-scroll-btn{width:32px;height:34px;border-radius:10px}.menu-category-strip .filter-btn{min-height:40px;padding:9px 13px}.footer-real-logo{width:104px!important;height:74px!important}}


/* ===== BUN FRY v3.1 — Footer + readable opening hours ===== */
.hours-grid{color:var(--text)!important}
.hours-grid div{color:var(--text)!important}
.hours-grid div:nth-child(even){text-align:right;color:var(--text)!important;font-weight:800}
.section-card .hours-grid,.section-card .hours-grid *{opacity:1!important}

.customer-site-footer{margin-top:72px;background:#0b0b0b;color:#f5f5f5;border-top:1px solid rgba(255,153,0,.32);padding:52px clamp(20px,5vw,72px) 20px}
.customer-footer-grid{max-width:1280px;margin:auto;display:grid;grid-template-columns:1.4fr 1fr 1.2fr 1.2fr;gap:34px}
.customer-site-footer h3{color:#ff9a00;margin:0 0 16px;font-size:16px}
.customer-site-footer p,.customer-site-footer a,.customer-site-footer span,.customer-site-footer b{color:#d8d8d8}
.customer-site-footer a{display:block;text-decoration:none;margin:9px 0;transition:.2s ease}
.customer-site-footer a:hover{color:#ff9a00;transform:translateX(2px)}
.customer-footer-logo{height:86px;width:auto;max-width:190px;object-fit:contain;display:block;margin-bottom:14px}
.customer-footer-brand p{max-width:360px;line-height:1.7}
.customer-footer-socials{display:flex;gap:10px;margin-top:14px}
.customer-footer-socials a{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(255,153,0,.35);margin:0}
.footer-hours{display:grid;grid-template-columns:1fr auto;gap:9px 14px}
.footer-hours b{color:#fff!important;text-align:right}
.customer-footer-bottom{max-width:1280px;margin:34px auto 0;padding-top:18px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;gap:18px;font-size:12px}
.customer-footer-bottom strong{color:#ff9a00}
@media(max-width:900px){.customer-footer-grid{grid-template-columns:1fr 1fr}.customer-footer-bottom{flex-direction:column}}
@media(max-width:600px){.customer-site-footer{padding:38px 20px 18px}.customer-footer-grid{grid-template-columns:1fr;gap:26px}.customer-footer-logo{height:74px}}

/* ===== BUN FRY MASTER v4 — shared home footer + image fallback ===== */
.site-footer{background-color:#0b0b0b!important;color:#fff!important;padding:60px 80px 30px!important;border-top:1px solid rgba(255,255,255,.08)!important;margin-top:72px}
.site-footer .footer-grid{display:grid;grid-template-columns:2fr 1.2fr 1.8fr 2fr;gap:40px;margin-bottom:50px;max-width:1400px;margin-left:auto;margin-right:auto}
.site-footer .footer-col h3{font-family:'Playfair Display',serif;color:#ff9a00!important;font-size:20px;margin:0 0 20px}
.site-footer .footer-col p{color:#aaa!important;font-size:14px;line-height:1.6;margin-bottom:20px}
.site-footer .footer-logo-area{display:flex;align-items:center;gap:12px;margin-bottom:15px}
.site-footer .footer-real-logo{width:150px!important;height:96px!important;object-fit:contain!important;display:block!important}
.site-footer .footer-socials{display:flex;gap:12px}
.site-footer .footer-social-icon{width:38px;height:38px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff!important;text-decoration:none;transition:.3s}
.site-footer .footer-social-icon:hover{background:#ff9a00;color:#000!important}
.site-footer .footer-links-list,.site-footer .footer-contact-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}
.site-footer .footer-links-list a{color:#aaa!important;text-decoration:none;font-size:14px}.site-footer .footer-links-list a:hover{color:#ff9a00!important}
.site-footer .footer-contact-list li{display:flex;align-items:flex-start;gap:12px;color:#aaa!important;font-size:14px;line-height:1.4}.site-footer .footer-contact-list li i{color:#ff9a00;margin-top:3px}.site-footer .footer-contact-list span{color:#aaa!important}
.site-footer .newsletter-form{display:flex;background:#141414;border:1px solid rgba(255,255,255,.12);border-radius:30px;overflow:hidden;padding:4px;margin-bottom:20px}.site-footer .newsletter-input{background:transparent;border:0;padding:10px 15px;color:#fff;flex:1;outline:0}.site-footer .newsletter-btn{background:#ff9a00;color:#000;border:0;padding:10px 20px;border-radius:25px;font-weight:800;cursor:pointer}.site-footer .footer-badges{display:flex;flex-wrap:wrap;gap:8px}.site-footer .footer-badge{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);padding:6px 14px;border-radius:20px;font-size:12px;color:#aaa!important}
.site-footer .footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:25px;border-top:1px solid rgba(255,255,255,.06);font-size:13px;color:#aaa!important;max-width:1400px;margin:auto}.site-footer .footer-bottom p{color:#aaa!important;margin:0}.site-footer .bf-dev-credit{text-align:center;padding:14px 20px 0;color:#8d8d8d!important;font-size:12px}.site-footer .bf-dev-credit strong{color:#ff9a00!important}
/* Full official logo when any product/sauce image fails */
img.product-img-fallback,.menu-card-v2 img.product-img-fallback,.cart-row img.product-img-fallback{object-fit:contain!important;padding:clamp(18px,4vw,38px)!important;background:#111!important;box-sizing:border-box!important}
/* Removed cart icon protection: no legacy cart counter in headers */
.customer-nav > div:last-child > a[href$="cart.html"],.navbar .nav-user-actions > a[href$="cart.html"]{display:none!important}
@media(max-width:1024px){.site-footer .footer-grid{grid-template-columns:1fr 1fr;gap:30px}.site-footer{padding:50px 40px 24px!important}}
@media(max-width:768px){.site-footer .footer-grid{grid-template-columns:1fr}.site-footer{padding:40px 20px 20px!important}.site-footer .footer-bottom{flex-direction:column;gap:10px;text-align:center}.site-footer .footer-real-logo{width:130px!important;height:86px!important}}

/* ===== MASTER v5 — full BUN FRY logo in missing-product image area ===== */
.menu-card-v2 > img[src*="bunfry-logo"],
.menu-card-v2 img.product-img-fallback,
.product-card img[src*="bunfry-logo"],
.product-card img.product-img-fallback {
  width: 100% !important;
  height: 245px !important;
  object-fit: contain !important;
  object-position: center center !important;
  padding: 26px !important;
  background: #111 !important;
  box-sizing: border-box !important;
}

/* Keep the complete wide logo visible even on narrow cards */
.menu-card-v2 > img[src*="bunfry-logo"] {
  max-width: 100% !important;
  transform: none !important;
}

/* BUN FRY v6 — full Arabic RTL support */
html[dir="rtl"] body{direction:rtl;text-align:right}
html[dir="rtl"] .customer-nav,html[dir="rtl"] .customer-nav-links,html[dir="rtl"] .footer-grid,html[dir="rtl"] .menu-card-foot,html[dir="rtl"] .bowl-step-head,html[dir="rtl"] .summary-row,html[dir="rtl"] .cart-row{direction:rtl}
html[dir="rtl"] .customer-nav-links,html[dir="rtl"] .lang-mini,html[dir="rtl"] .menu-category-nav{flex-direction:row-reverse}
html[dir="rtl"] .customer-head,html[dir="rtl"] .customer-title,html[dir="rtl"] .customer-lead,html[dir="rtl"] .menu-card-body,html[dir="rtl"] .footer-col,html[dir="rtl"] .bowl-title,html[dir="rtl"] .section-card{text-align:right}
html[dir="rtl"] .footer-contact-list li,html[dir="rtl"] .footer-links-list li{direction:rtl}
html[dir="rtl"] input,html[dir="rtl"] textarea,html[dir="rtl"] select{text-align:right;direction:rtl}
html[dir="rtl"] .menu-category-strip{direction:rtl}
html[dir="rtl"] .fa-arrow-right{transform:scaleX(-1)}

/* BUN FRY v7: clickable delivery/social footer links */
.site-footer .footer-order-link{color:inherit!important;text-decoration:none;cursor:pointer;transition:.2s ease}
.site-footer .footer-order-link:hover{border-color:#ff9a00!important;color:#ff9a00!important;transform:translateY(-1px)}
.site-footer .footer-social-icon:focus-visible,.site-footer .footer-order-link:focus-visible{outline:2px solid #ff9a00;outline-offset:3px}


/* ===== FINAL QA: hours contrast ===== */
html[data-theme="dark"] .hours-grid,html[data-theme="dark"] .hours-grid *,html[data-theme="dark"] .opening-hours,html[data-theme="dark"] .opening-hours *,html[data-theme="dark"] .hours-table,html[data-theme="dark"] .hours-table *{color:#fff!important}
html:not([data-theme="dark"]) .hours-grid,html:not([data-theme="dark"]) .hours-grid *,html:not([data-theme="dark"]) .opening-hours,html:not([data-theme="dark"]) .opening-hours *,html:not([data-theme="dark"]) .hours-table,html:not([data-theme="dark"]) .hours-table *{color:#111!important}
.site-footer .footer-contact-list,.site-footer .footer-contact-list *{color:#f7f7f7!important}

/* ===== Home Compose ton Bowl S/M/L ===== */
.home-bowl-showcase{padding-top:12px}.bowl-section-premium{overflow:hidden;align-items:stretch}.home-bowl-desc{color:var(--text-muted);line-height:1.7;margin-bottom:18px;max-width:680px}
.home-bowl-badges{display:flex;gap:10px;flex-wrap:wrap;margin:14px 0 18px}.home-bowl-badges span{border:1px solid rgba(245,166,35,.32);background:rgba(245,166,35,.10);color:var(--primary-gold);padding:8px 12px;border-radius:999px;font-weight:800;font-size:12px}
.home-bowl-start{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.home-bowl-start strong{font-size:25px;color:var(--primary-gold)}.home-bowl-start span{color:var(--text-muted);font-weight:700}
.home-bowl-sizes{display:flex;align-items:flex-end;justify-content:center;gap:16px;min-width:0;padding:20px 10px 8px}.home-bowl-size{position:relative;display:flex;flex-direction:column;align-items:center;text-decoration:none;color:var(--text);width:160px;padding:12px 10px 14px;border-radius:20px;border:1px solid rgba(245,166,35,.22);background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(245,166,35,.05));transition:.25s ease;box-shadow:0 14px 30px rgba(0,0,0,.16)}
.home-bowl-size:hover{transform:translateY(-7px);border-color:var(--primary-gold);box-shadow:0 18px 38px rgba(245,166,35,.14)}.home-bowl-photo{width:100%;height:130px;display:flex;align-items:center;justify-content:center}.home-bowl-photo img{width:100%;height:100%;object-fit:contain!important;filter:drop-shadow(0 12px 14px rgba(0,0,0,.26))}
.home-bowl-letter{position:absolute;top:10px;right:10px;width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:var(--primary-gold);color:#111;font-weight:950;z-index:2}.home-bowl-size strong{font-size:14px;margin-top:8px}.home-bowl-size small{color:var(--primary-gold);font-weight:900;margin-top:4px}
.home-bowl-s{transform:scale(.90);transform-origin:bottom}.home-bowl-m{transform:scale(1);transform-origin:bottom}.home-bowl-l{transform:scale(1.10);transform-origin:bottom;border-color:rgba(245,166,35,.38)}.home-bowl-s:hover{transform:scale(.90) translateY(-7px)}.home-bowl-m:hover{transform:translateY(-7px)}.home-bowl-l:hover{transform:scale(1.10) translateY(-7px)}
@media(max-width:900px){.bowl-section-premium{grid-template-columns:1fr!important}.home-bowl-sizes{padding-top:10px}.home-bowl-size{width:150px}}@media(max-width:620px){.home-bowl-sizes{overflow-x:auto;justify-content:flex-start;padding:22px 10px 18px;scroll-snap-type:x mandatory}.home-bowl-size{min-width:138px;scroll-snap-align:center}.home-bowl-s,.home-bowl-m,.home-bowl-l{transform:none!important}.home-bowl-size:hover{transform:translateY(-4px)!important}}

/* ===== Bowl cards in Menu ===== */
.menu-card-v2.bowl-menu-card{position:relative}.menu-card-v2.bowl-menu-card .menu-card-image-wrap{height:220px;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 40%,rgba(245,166,35,.16),transparent 66%);overflow:hidden}.menu-card-v2.bowl-menu-card img{width:100%;height:100%;object-fit:contain!important;padding:10px;filter:drop-shadow(0 12px 16px rgba(0,0,0,.28))}.bowl-menu-size-badge{position:absolute;top:14px;right:14px;z-index:3;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--gold);color:#111;font-weight:950;font-size:18px;box-shadow:0 6px 18px rgba(0,0,0,.22)}
img.product-img-fallback{object-fit:contain!important;padding:18px!important;background:var(--card)!important}


/* ===== v8: menu category bar full header width + visible bowl size scale ===== */
body.customer-page .menu-category-nav{
  position:sticky!important;
  top:76px!important;
  z-index:90!important;
  width:90vw!important;
  max-width:none!important;
  margin-left:50%!important;
  margin-right:0!important;
  transform:translateX(-50%)!important;
  border-radius:0 0 18px 18px!important;
  padding:10px 12px!important;
  box-shadow:0 12px 34px rgba(0,0,0,.34)!important;
}
/* Menu bowl cards: same product card, same image, visibly different bowl sizes */
.menu-card-v2.bowl-menu-card .menu-card-image-wrap{height:270px!important;padding:8px!important}
.menu-card-v2.bowl-menu-card .menu-card-image-wrap img{height:100%!important;object-fit:contain!important;padding:0!important;transition:.2s ease}
.menu-card-v2.bowl-menu-s .menu-card-image-wrap img{width:66%!important}
.menu-card-v2.bowl-menu-m .menu-card-image-wrap img{width:82%!important}
.menu-card-v2.bowl-menu-l .menu-card-image-wrap img{width:98%!important}
/* Home bowl cards: larger product photos, with real S/M/L visual scale */
.home-bowl-sizes{gap:24px!important;padding:28px 8px 14px!important}
.home-bowl-size{width:205px!important;min-height:255px!important;padding:14px 10px 16px!important}
.home-bowl-photo{height:190px!important}
.home-bowl-photo img{height:100%!important;object-fit:contain!important;padding:0!important}
.home-bowl-s .home-bowl-photo img{width:70%!important}
.home-bowl-m .home-bowl-photo img{width:84%!important}
.home-bowl-l .home-bowl-photo img{width:100%!important}
/* Compose page: same source image, progressively larger bowl */
.bowl-size-image{height:205px!important}
.bowl-size-card[data-size="S"] .bowl-size-image img{width:62%!important}
.bowl-size-card[data-size="M"] .bowl-size-image img{width:80%!important}
.bowl-size-card[data-size="L"] .bowl-size-image img{width:98%!important}
@media(max-width:900px){
  body.customer-page .menu-category-nav{top:68px!important;width:92vw!important}
  .home-bowl-size{width:185px!important}.home-bowl-photo{height:170px!important}
  .bowl-size-image{height:170px!important}
}
@media(max-width:620px){
  body.customer-page .menu-category-nav{top:62px!important;width:100vw!important;border-left:0!important;border-right:0!important;border-radius:0 0 14px 14px!important}
  .home-bowl-size{min-width:170px!important;width:170px!important;min-height:225px!important}.home-bowl-photo{height:155px!important}
  .bowl-size-image{height:130px!important}
}


/* ===== COMPLETE FINAL: explicit theme contrast, full-width menu bar, bowl visual sizing ===== */
html[data-theme="dark"] .hours-grid,
html[data-theme="dark"] .hours-grid *,
html[data-theme="dark"] .opening-hours,
html[data-theme="dark"] .opening-hours *,
html[data-theme="dark"] .hours-table,
html[data-theme="dark"] .hours-table *{color:#fff!important}
html[data-theme="light"] .hours-grid,
html[data-theme="light"] .hours-grid *,
html[data-theme="light"] .opening-hours,
html[data-theme="light"] .opening-hours *,
html[data-theme="light"] .hours-table,
html[data-theme="light"] .hours-table *{color:#111!important}

body.customer-page .menu-category-nav{
  position:sticky!important;top:76px!important;z-index:120!important;
  width:100vw!important;max-width:none!important;
  margin-left:50%!important;margin-right:0!important;transform:translateX(-50%)!important;
  border-left:0!important;border-right:0!important;border-radius:0!important;
  padding:10px clamp(12px,3vw,42px)!important;background:rgba(11,11,11,.98)!important;
}
.menu-card-v2.bowl-menu-card .menu-card-image-wrap{position:relative!important}
.menu-card-v2.bowl-menu-card .bowl-card-brand{
  position:absolute!important;right:12px!important;bottom:10px!important;width:88px!important;height:48px!important;
  object-fit:contain!important;padding:4px!important;background:rgba(10,10,10,.76)!important;border-radius:10px!important;
  border:1px solid rgba(255,153,0,.28)!important;filter:none!important;z-index:4!important;
}
.menu-card-v2.bowl-menu-s .menu-card-image-wrap>img:first-child{width:64%!important}
.menu-card-v2.bowl-menu-m .menu-card-image-wrap>img:first-child{width:81%!important}
.menu-card-v2.bowl-menu-l .menu-card-image-wrap>img:first-child{width:98%!important}
.home-bowl-size{overflow:hidden!important}
.home-bowl-s .home-bowl-photo img{width:68%!important}
.home-bowl-m .home-bowl-photo img{width:84%!important}
.home-bowl-l .home-bowl-photo img{width:100%!important}
@media(max-width:900px){body.customer-page .menu-category-nav{top:68px!important}}
@media(max-width:620px){body.customer-page .menu-category-nav{top:62px!important}.menu-card-v2.bowl-menu-card .bowl-card-brand{width:72px!important;height:40px!important}}

/* BUN FRY customization + restored cart */
.bf-cart-link{position:relative;display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border:1px solid #3a3a3a;border-radius:12px;color:inherit;text-decoration:none}.bf-cart-link [data-cart-count]{position:absolute;right:-5px;top:-8px;background:#f5a000;color:#111;min-width:22px;height:22px;border-radius:20px;font-size:12px;font-weight:800;display:flex;align-items:center;justify-content:center}.bf-customize-overlay{position:fixed;inset:0;background:rgba(0,0,0,.72);z-index:99999;display:none;align-items:center;justify-content:center;padding:18px}.bf-customize-overlay.show{display:flex}.bf-customize-modal{position:relative;width:min(680px,100%);max-height:92vh;overflow:auto;background:#fff;color:#161616;border-radius:28px;padding:26px;box-shadow:0 30px 90px rgba(0,0,0,.45)}.bf-modal-x{position:absolute;right:18px;top:14px;border:0;background:#eee;width:38px;height:38px;border-radius:50%;font-size:26px;cursor:pointer}.bf-customize-head{display:grid;grid-template-columns:180px 1fr;gap:20px;align-items:center;margin-bottom:18px}.bf-customize-head img{width:100%;height:150px;object-fit:contain;border-radius:18px;background:#f6f6f6}.bf-customize-head h2{margin:0 0 8px}.bf-customize-head p{margin:0;color:#555}.bf-ingredient-list{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:14px 0 20px}.bf-ingredient-list label{display:flex;gap:10px;align-items:center;border:1px solid #ddd;border-radius:12px;padding:12px;cursor:pointer}.bf-ingredient-list input{accent-color:#f5a000;width:19px;height:19px}.bf-ingredient-list span{color:#17985b;font-weight:900}.bf-allergy-box{border:1px solid #e0a000;background:#fff8df;border-radius:14px;padding:14px;display:grid;gap:8px}.bf-allergy-box input,.bf-item-notes{width:100%;box-sizing:border-box;border:1px solid #ccc;border-radius:10px;padding:12px;font:inherit}.bf-item-notes{min-height:80px;margin-top:12px}.bf-customize-actions{display:flex;justify-content:space-between;gap:12px;margin-top:18px}.cart-options{font-size:12px;color:#999;margin-top:4px}.cart-allergy{font-size:12px;color:#d69200;font-weight:700;margin-top:4px}.bf-modal-open{overflow:hidden}.guest-box{border:1px solid #f5a000;border-radius:16px;padding:16px;margin-bottom:18px}.guest-box h3{margin-top:0}@media(max-width:650px){.bf-customize-head{grid-template-columns:1fr}.bf-customize-head img{height:170px}.bf-ingredient-list{grid-template-columns:1fr}.bf-customize-modal{padding:20px;border-radius:20px}}

/* v11 — CART ICON: keep exactly one visible cart button in customer headers */
a.bf-cart-link,
.customer-nav a.bf-cart-link,
.navbar a.bf-cart-link,
.customer-nav > div:last-child > a[href$="cart.html"].bf-cart-link,
.navbar .nav-user-actions > a[href$="cart.html"].bf-cart-link,
.navbar .nav-right-actions > a[href$="cart.html"].bf-cart-link{
  display:inline-flex!important;
  visibility:visible!important;
  opacity:1!important;
  flex:0 0 46px!important;
  width:46px!important;
  height:46px!important;
  align-items:center!important;
  justify-content:center!important;
}
.bf-cart-link i{font-size:19px;line-height:1}
.bf-cart-link [data-cart-count]{display:flex!important;visibility:visible!important;opacity:1!important}


/* ===== v12 premium order UX ===== */
/* Home cards + buttons use the same premium lift as Compose ton Bowl */
body:not(.customer-page) .card,
body:not(.customer-page) .feature-box,
body:not(.customer-page) .service-card,
body:not(.customer-page) .order-choice-card{
  transition:transform .28s cubic-bezier(.2,.8,.2,1),box-shadow .28s ease,border-color .28s ease!important;
  will-change:transform;
}
body:not(.customer-page) .card:hover,
body:not(.customer-page) .feature-box:hover,
body:not(.customer-page) .service-card:hover,
body:not(.customer-page) .order-choice-card:hover{
  transform:translateY(-8px) scale(1.012)!important;
  box-shadow:0 24px 55px rgba(0,0,0,.22),0 0 0 1px rgba(245,166,35,.22)!important;
  border-color:rgba(245,166,35,.48)!important;
}
body:not(.customer-page) .card img{transition:transform .45s cubic-bezier(.2,.8,.2,1),filter .3s ease!important}
body:not(.customer-page) .card:hover img{transform:scale(1.055)!important;filter:saturate(1.06) contrast(1.02)!important}
.btn-primary,.gold-btn,.btn-commander-top,.icon-add,.ghost-btn,.bf-choice-btn{transition:transform .2s ease,box-shadow .2s ease,filter .2s ease!important}
.btn-primary:hover,.gold-btn:hover,.btn-commander-top:hover,.icon-add:hover,.bf-choice-btn:hover{transform:translateY(-2px) scale(1.025)!important;box-shadow:0 10px 26px rgba(245,166,35,.25)!important;filter:brightness(1.04)}

/* Menu product cards: smooth hover + image zoom */
.menu-card-v2.bf-hover-card{overflow:hidden;transition:transform .28s cubic-bezier(.2,.8,.2,1),box-shadow .28s ease,border-color .28s ease!important;will-change:transform}
.menu-card-v2.bf-hover-card:hover{transform:translateY(-8px)!important;border-color:rgba(245,166,35,.62)!important;box-shadow:0 24px 60px rgba(0,0,0,.34),0 0 0 1px rgba(245,166,35,.16)!important}
.bf-menu-img-wrap{height:260px;overflow:hidden;background:var(--card);display:flex;align-items:center;justify-content:center}
.bf-menu-img-wrap>img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.2,.8,.2,1),filter .35s ease!important}
.menu-card-v2.bf-hover-card:hover .bf-menu-img-wrap>img{transform:scale(1.085);filter:saturate(1.08) contrast(1.03)}
.bf-menu-img-wrap>img.product-img-fallback{object-fit:contain!important;transform:none!important}

/* Single / Meal buttons */
.bf-choice-foot{display:grid!important;grid-template-columns:1fr 1fr;gap:10px!important;align-items:stretch!important}
.bf-choice-btn{appearance:none;border-radius:15px;padding:10px 12px;min-height:58px;cursor:pointer;font:inherit;display:flex;align-items:center;justify-content:center;gap:5px;flex-wrap:wrap;border:1px solid rgba(255,255,255,.14);background:transparent;color:inherit}
.bf-choice-btn span{font-weight:800;font-size:12px;text-transform:uppercase;letter-spacing:.02em}.bf-choice-btn strong{font-size:16px;white-space:nowrap}.bf-choice-btn small{width:100%;font-size:11px;opacity:.85}
.bf-single-choice{border-color:rgba(245,166,35,.48)!important}.bf-single-choice:hover{background:rgba(245,166,35,.09)!important}
.bf-menu-choice{background:linear-gradient(135deg,#ffb126,#f29200)!important;color:#111!important;border-color:#f5a000!important;box-shadow:0 8px 24px rgba(245,166,35,.14)}
.bf-menu-choice strong{color:#111!important}

/* Product customization: larger image with desktop hover zoom */
.bf-customize-modal{width:min(820px,100%)!important}
.bf-customize-head{grid-template-columns:minmax(280px,360px) 1fr!important;align-items:start!important}
.bf-product-zoom{width:100%;height:300px;border-radius:22px;overflow:hidden;background:#f5f5f3;display:flex;align-items:center;justify-content:center;cursor:zoom-in;box-shadow:inset 0 0 0 1px #e8e8e8}
.bf-product-zoom img{width:100%!important;height:100%!important;object-fit:contain!important;border-radius:0!important;background:transparent!important;transition:transform .48s cubic-bezier(.2,.8,.2,1)!important;transform-origin:center center}
@media (hover:hover) and (pointer:fine){.bf-product-zoom:hover img{transform:scale(1.32)!important}}
.bf-mode-pill{display:inline-flex;padding:7px 11px;border-radius:999px;font-weight:900;font-size:12px;margin-bottom:10px}.bf-mode-pill.is-single{background:#efefef;color:#222}.bf-mode-pill.is-menu{background:#f5a000;color:#111}.bf-mode-price{font-weight:950;font-size:24px;color:#e89200;margin-top:12px}
.bf-meal-box{border:1px solid #f2a000;border-radius:18px;padding:15px;margin:6px 0 22px;background:linear-gradient(135deg,#fff8e8,#fff)}.bf-meal-title{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:13px}.bf-meal-title>span{font-size:28px}.bf-meal-title b{font-size:16px}.bf-meal-title small{color:#666;width:100%;padding-left:38px}.bf-meal-selects{display:grid;grid-template-columns:1fr 1fr;gap:12px}.bf-meal-selects label{font-weight:800;font-size:13px;display:grid;gap:6px}.bf-meal-selects select{width:100%;border:1px solid #d6d6d6;border-radius:11px;padding:11px 12px;background:#fff;font:inherit}
@media(max-width:700px){.bf-customize-head{grid-template-columns:1fr!important}.bf-product-zoom{height:230px}.bf-meal-selects{grid-template-columns:1fr}.bf-choice-foot{grid-template-columns:1fr 1fr!important}.bf-menu-img-wrap{height:220px}}

/* ===== v13 — always show the official BUN FRY logo in full ===== */
.bf-menu-img-wrap > img[src*="bunfry-logo"],
.menu-card-v2 > img[src*="bunfry-logo"],
.menu-card-v2 img[src*="bunfry-logo"],
.product-card img[src*="bunfry-logo"],
.cart-row img[src*="bunfry-logo"] {
  object-fit: contain !important;
  object-position: center center !important;
  padding: clamp(18px, 3vw, 34px) !important;
  box-sizing: border-box !important;
  background: #111 !important;
  transform: none !important;
}

/* Avoid zoom/cropping when the fallback/logo image is used */
.menu-card-v2:hover .bf-menu-img-wrap > img[src*="bunfry-logo"],
.bf-menu-img-wrap:hover > img[src*="bunfry-logo"] {
  transform: none !important;
}
