/* Dizikade Kian - Production stylesheet */
@font-face{
  font-family:'VazirmatnLocal';
  src:url('../fonts/Vazirmatn-Regular.woff2') format('woff2');
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'VazirmatnLocal';
  src:url('../fonts/Vazirmatn-Bold.woff2') format('woff2');
  font-weight:700;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'VazirmatnLocal';
  src:url('../fonts/Vazirmatn-ExtraBold.woff2') format('woff2');
  font-weight:900;
  font-style:normal;
  font-display:swap;
}

:root{
 --bg:#efe0c8;--bg2:#f8efdF;--dark:#1b1410;--text:#2a211a;--muted:#756654;
 --primary:#111111;--primary2:#6b4a2f;--accent:#c39a63;--accent2:#ead3a8;
 --card:#fffaf1;--line:#d6bd91;--danger:#b42318;--ok:#18864b;--shadow:0 22px 55px rgba(40,25,12,.16)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'VazirmatnLocal','Vazirmatn','IRANSansX','IRANSans',Tahoma,Arial,sans-serif;background:radial-gradient(circle at top right,#f1dfc1 0,#efe0c8 38%,#f8efdf 100%);color:var(--text);direction:rtl}a{text-decoration:none;color:inherit}.container{width:min(1160px,92%);margin:auto}
body:before{content:"";position:fixed;inset:0;pointer-events:none;background-image:linear-gradient(rgba(143,63,22,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(143,63,22,.035) 1px,transparent 1px);background-size:34px 34px;mask-image:linear-gradient(to bottom,black,transparent 70%)}
.topbar{position:sticky;top:0;z-index:20;background:rgba(255,248,239,.82);backdrop-filter:blur(16px);border-bottom:1px solid rgba(234,216,194,.9)}.nav{display:flex;align-items:center;justify-content:space-between;padding:14px 0}.brand{font-weight:950;font-size:24px;color:var(--primary);letter-spacing:-.5px}.brand:before{content:none!important;display:none!important}.nav-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.btn{border:0;border-radius:16px;padding:12px 18px;background:linear-gradient(135deg,var(--primary),var(--primary2));color:white;cursor:pointer;font-weight:850;display:inline-flex;align-items:center;gap:8px;box-shadow:0 10px 24px rgba(143,63,22,.22);transition:.22s ease;font-family:inherit}.btn:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(143,63,22,.28)}.btn.secondary{background:#fff;border:1px solid var(--line);color:var(--primary);box-shadow:none}.btn.danger{background:linear-gradient(135deg,#b42318,#d92d20)}.btn.small{padding:7px 11px;border-radius:11px}.btn:active{transform:scale(.98)}
.hero{padding:76px 0 46px;position:relative;overflow:hidden}.hero:after{content:"";position:absolute;left:-120px;top:80px;width:340px;height:340px;border-radius:50%;background:radial-gradient(circle,#f3b75f55,transparent 70%);filter:blur(8px)}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:38px;align-items:center;position:relative;z-index:1}.kicker{display:inline-flex;align-items:center;gap:8px;background:#fff4df;border:1px solid #f3d3a4;color:#8a4b00;border-radius:999px;padding:8px 14px;font-weight:850;margin-bottom:14px}.hero h1{font-size:50px;line-height:1.32;margin:0 0 14px;letter-spacing:-1.2px}.hero h1 span{color:var(--primary)}.hero p{font-size:18px;color:var(--muted);line-height:2}.hero-card{position:relative;background:linear-gradient(145deg,#111111,#5b3f2b 58%,#c39a63);border-radius:38px;min-height:360px;padding:28px;color:#fff;display:flex;flex-direction:column;justify-content:end;box-shadow:var(--shadow);overflow:hidden;animation:floatCard 5s ease-in-out infinite}.hero-card:before{content:"";position:absolute;inset:18px;border-radius:30px;border:1px solid rgba(255,255,255,.22)}.hero-card:after{content:"☕";position:absolute;top:18px;left:22px;font-size:95px;filter:drop-shadow(0 10px 16px rgba(0,0,0,.16));animation:steam 4s ease-in-out infinite}.hero-card h2{font-size:38px;margin:0;position:relative}.hero-card p{color:#fff7e8;position:relative}.info-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:24px}.info-box,.card{background:rgba(255,255,255,.88);border:1px solid var(--line);border-radius:24px;padding:18px;box-shadow:0 10px 30px rgba(90,45,15,.06);transition:.22s}.info-box:hover,.card:hover{transform:translateY(-3px);box-shadow:0 18px 36px rgba(90,45,15,.10)}.info-box strong{color:var(--primary)}
.section{padding:38px 0}.section-title{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:18px}.section-title h2{margin:0;font-size:32px;letter-spacing:-.6px}.section-title p{color:var(--muted)}.categories{display:flex;gap:10px;overflow:auto;padding:4px 2px 14px}.cat{white-space:nowrap;background:#fff;border:1px solid #e5cfb6;border-radius:999px;padding:11px 18px;cursor:pointer;font-weight:800;transition:.2s}.cat:hover{border-color:var(--primary);color:var(--primary)}.cat.active{background:linear-gradient(135deg,var(--primary),var(--primary2));color:#fff;box-shadow:0 10px 25px rgba(143,63,22,.18)}.menu-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.food{position:relative;overflow:hidden;animation:fadeUp .55s ease both}.food img{width:100%;height:198px;object-fit:cover;border-radius:20px;background:#f1dfca;transition:.35s}.food:hover img{transform:scale(1.045)}.food h3{margin:15px 0 8px;font-size:21px}.food p{color:var(--muted);min-height:54px;line-height:1.85}.price{font-weight:950;color:var(--primary);font-size:19px}.food-footer{display:flex;justify-content:space-between;align-items:center;gap:10px}.badge{display:inline-flex;align-items:center;justify-content:center;background:#fff1d8;color:#8a4b00;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:900}.unavailable{filter:grayscale(1);opacity:.68}.unavailable:before{content:"ناموجود";position:absolute;top:18px;right:18px;background:#222;color:#fff;border-radius:999px;padding:7px 12px;z-index:2;font-weight:900}.cart-panel{position:fixed;inset:0 0 0 auto;width:min(455px,100%);background:rgba(255,255,255,.96);backdrop-filter:blur(14px);z-index:40;transform:translateX(105%);transition:.3s cubic-bezier(.2,.8,.2,1);box-shadow:-22px 0 60px rgba(0,0,0,.18);padding:22px;overflow:auto}.cart-panel.open{transform:translateX(0)}.cart-head{display:flex;justify-content:space-between;align-items:center}.cart-item{display:grid;grid-template-columns:1fr auto;gap:10px;border-bottom:1px solid #eee;padding:15px 0;animation:fadeUp .25s ease}.qty{display:flex;gap:6px;align-items:center}.form{display:grid;gap:11px;margin-top:14px}.input,textarea,select{width:100%;padding:13px 14px;border:1px solid #ddc7ad;border-radius:14px;font-family:inherit;background:#fff;outline:none;transition:.18s}.input:focus,textarea:focus,select:focus{border-color:var(--primary);box-shadow:0 0 0 4px rgba(143,63,22,.10)}textarea{min-height:88px}.total{display:flex;justify-content:space-between;font-size:21px;font-weight:950;margin:18px 0;color:var(--primary)}.footer{background:#24150e;color:#fff;padding:30px 0;margin-top:40px}.empty{color:var(--muted);padding:22px;text-align:center}
.admin-layout{display:grid;grid-template-columns:270px 1fr;min-height:100vh;background:#fff8ef}.sidebar{background:linear-gradient(180deg,#24120a,#3a1c0c);color:#fff;padding:24px;position:sticky;top:0;height:100vh}.sidebar h2{margin-top:0}.sidebar a{display:block;padding:13px 14px;border-radius:14px;margin:7px 0;color:#fff;transition:.2s}.sidebar a:hover,.sidebar a.active{background:rgba(255,255,255,.12);transform:translateX(-3px)}.admin-main{padding:28px}.admin-main h1{letter-spacing:-.5px}.table-wrap{overflow:auto;background:#fff;border-radius:20px;border:1px solid var(--line);box-shadow:0 12px 30px rgba(90,45,15,.06)}table{width:100%;border-collapse:collapse;background:#fff}th,td{padding:13px;border-bottom:1px solid #eee;text-align:right}th{background:#fff2df;color:#6b2f12}.admin-form{display:grid;grid-template-columns:repeat(2,1fr);gap:13px}.full{grid-column:1/-1}.login-box{width:min(430px,92%);margin:90px auto;background:#fff;border:1px solid var(--line);border-radius:28px;padding:28px;box-shadow:var(--shadow)}.notice{padding:13px 15px;border-radius:14px;margin:12px 0;background:#eaf7ef;color:#14622b}.notice.error{background:#fdecea;color:#8a1c14}.order-toolbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;background:#fff;border:1px solid var(--line);border-radius:18px;padding:15px 17px;margin:0 0 17px;box-shadow:0 8px 24px rgba(0,0,0,.04)}.muted{color:#777;font-size:.92rem}.new-order-alert{position:fixed;z-index:9999;left:24px;bottom:24px;background:linear-gradient(135deg,#16a34a,#22c55e);color:#fff;padding:16px 21px;border-radius:18px;box-shadow:0 16px 40px rgba(0,0,0,.25);font-weight:900;animation:pop .28s ease}.hidden{display:none}.row-new{background:#fff7ed}.status{display:inline-block;padding:5px 10px;border-radius:999px;font-weight:800;font-size:.85rem}.status.new{background:#fee2e2;color:#991b1b}.status.processing{background:#fef3c7;color:#92400e}.status.done{background:#dcfce7;color:#166534}
@keyframes fadeUp{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes floatCard{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}@keyframes steam{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-9px) rotate(-4deg)}}@keyframes pop{from{transform:scale(.92);opacity:0}to{transform:scale(1);opacity:1}}
@media(max-width:900px){.hero-grid,.info-row,.menu-grid,.admin-layout{grid-template-columns:1fr}.hero{padding-top:42px}.hero h1{font-size:35px}.hero-card{min-height:260px}.nav{gap:12px}.nav-actions{flex-wrap:wrap}.admin-form{grid-template-columns:1fr}.sidebar{position:relative;height:auto}.menu-grid{gap:14px}.section-title{align-items:start;flex-direction:column}.admin-main{padding:18px}.topbar .btn.secondary[href='admin/login.php']{display:none}}
.checkout-field-group{display:grid;gap:6px}.field-hint{color:var(--muted);font-size:12px;line-height:1.7}.checkout-field-group.hidden{display:none!important}
.hero{
 background:
 linear-gradient(90deg, rgba(36,18,10,.86), rgba(36,18,10,.48), rgba(36,18,10,.18)),
 url('../images/covers/cover-3.png') center/cover no-repeat;
 color:#fff;
 border-bottom-left-radius:42px;
 border-bottom-right-radius:42px;
}
.hero h1 span,.hero h1,.hero p{color:#fff}.hero p{color:#fff2df}.hero .kicker{background:rgba(255,244,223,.95)}
.hero .info-box{background:rgba(255,255,255,.92);color:var(--text)}
.hero-card.image-card{
 background:
 linear-gradient(180deg, rgba(0,0,0,.06), rgba(36,18,10,.78)),
 url('../images/covers/cover-2.png') center/cover no-repeat;
}
.hero-card.image-card:after{content:""}
.gallery-section{padding-top:10px}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.gallery-grid img{width:100%;height:240px;object-fit:cover;border-radius:24px;border:1px solid var(--line);box-shadow:0 12px 32px rgba(90,45,15,.10);transition:.25s ease}.gallery-grid img:hover{transform:translateY(-4px) scale(1.01)}
.persian-number{font-feature-settings:"ss01";}
@media(max-width:900px){.gallery-grid{grid-template-columns:repeat(2,1fr)}.gallery-grid img{height:180px}.hero{border-bottom-left-radius:26px;border-bottom-right-radius:26px}}
.brand-logo{display:flex;align-items:center;gap:10px}
.brand-logo img{width:42px;height:42px;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(0,0,0,.08))}
.hero .hero-grid{grid-template-columns:.92fr 1.08fr}
.hero-card.image-card{background-size:cover;background-position:center;min-height:330px}
.footer{background:linear-gradient(135deg,#1f120b,#31180d 58%,#48230f);padding:44px 0;color:#fff;border-top:1px solid rgba(218,165,74,.35)}
.footer-grid{display:grid;grid-template-columns:1.1fr 1.2fr 1fr;gap:28px;align-items:start}
.footer h3{margin-top:0;color:#daa54a}
.footer p{line-height:2;color:#fff5e6;margin:8px 0}
.footer-brand img{width:92px;height:auto;object-fit:contain;margin-bottom:10px;filter:drop-shadow(0 10px 18px rgba(0,0,0,.25))}
.footer-brand strong{display:block;font-size:24px;color:#daa54a}
.footer-links{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}
.footer-links a{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(218,165,74,.5);background:rgba(255,255,255,.06);color:#fff;border-radius:14px;padding:10px 13px;font-weight:850;transition:.2s}
.footer-links a:hover{background:#daa54a;color:#24120a;transform:translateY(-2px)}
.masonry-gallery{grid-template-columns:repeat(4,1fr)}
.masonry-gallery img:nth-child(2),.masonry-gallery img:nth-child(5){height:310px}
.masonry-gallery img:nth-child(3){grid-column:span 2}
.masonry-gallery img:nth-child(6){grid-column:span 2}
.food .badge{background:#fff4df;color:#8a4b00}
@media(max-width:900px){
 .hero .hero-grid{grid-template-columns:1fr}
 .footer-grid{grid-template-columns:1fr}
 .masonry-gallery{grid-template-columns:repeat(2,1fr)}
 .masonry-gallery img:nth-child(3),.masonry-gallery img:nth-child(6){grid-column:span 1}
 .brand-logo img{width:36px;height:36px}
}
*{font-family:'VazirmatnLocal','Vazirmatn','IRANSansX','IRANSans',Tahoma,Arial,sans-serif!important}
.brand:before{content:none!important;display:none!important}
.brand-logo{gap:8px!important}
.brand-logo img{width:34px!important;height:34px!important;object-fit:contain!important}
.brand{font-weight:800!important;font-size:22px!important;letter-spacing:0!important}
.btn,.cat{font-weight:700!important;letter-spacing:0!important}
.nav .btn{padding:10px 16px!important;border-radius:18px!important}
.nav-actions{gap:12px!important}
html,body,button,input,textarea,select,a,span,div,p,h1,h2,h3,h4,h5,h6,table,th,td{
 font-family:'VazirmatnLocal',Tahoma,Arial,sans-serif!important;
 letter-spacing:0!important;
 font-synthesis:none!important;
}
.brand::before,.brand::after,.brand-logo::before,.brand-logo::after,.topbar .brand::before,.topbar .brand::after{
 content:none!important;
 display:none!important;
 width:0!important;
 height:0!important;
 margin:0!important;
 padding:0!important;
}
.topbar .brand-logo{
 display:inline-flex!important;
 align-items:center!important;
 flex-direction:row!important;
 gap:10px!important;
 font-size:22px!important;
 font-weight:700!important;
 color:var(--primary)!important;
}
.topbar .brand-logo .site-logo,
.topbar .brand-logo img{
 display:block!important;
 width:32px!important;
 height:32px!important;
 min-width:32px!important;
 max-width:32px!important;
 object-fit:contain!important;
 object-position:center!important;
 filter:none!important;
}
.nav .btn,.categories .cat,.cat,.btn{
 font-family:'VazirmatnLocal',Tahoma,Arial,sans-serif!important;
 font-weight:600!important;
 font-size:14px!important;
}
.footer-actions{display:grid;gap:28px;max-width:380px;margin-inline:auto;width:100%}
.footer-link-section h3{margin:0 0 14px;color:#daa54a;font-size:21px;font-weight:900;text-align:right}
.footer-buttons{display:grid;grid-template-columns:1fr;gap:12px;width:100%}
.footer-buttons.single{grid-template-columns:1fr}
.footer-btn{
 width:100%;
 min-height:58px;
 position:relative;
 display:flex;
 align-items:center;
 justify-content:center;
 border:1px solid rgba(255,255,255,.14);
 border-radius:14px;
 padding:14px 78px 14px 24px;
 color:#fff;
 font-weight:900;
 font-size:17px;
 line-height:1.2;
 background:rgba(255,255,255,.08);
 box-shadow:0 10px 24px rgba(0,0,0,.14);
 transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;
 text-decoration:none;
 overflow:hidden;
}
.footer-btn::after{
 content:"";
 position:absolute;
 inset:0;
 background:linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.08) 58%,rgba(255,255,255,.30) 100%);
 pointer-events:none;
}
.footer-btn img{
 position:absolute;
 right:26px;
 top:50%;
 width:42px;
 height:42px;
 transform:translateY(-50%) scale(1.55);
 transform-origin:center;
 object-fit:contain;
 flex:0 0 auto;
 background:transparent!important;
 border-radius:0!important;
 padding:0!important;
 box-shadow:none!important;
 filter:drop-shadow(0 2px 3px rgba(0,0,0,.25));
 z-index:2;
}
.footer-btn span{position:relative;z-index:2;text-align:center;white-space:nowrap}
.footer-btn:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(0,0,0,.22);filter:saturate(1.05)}
.footer-btn.instagram{background:linear-gradient(90deg,#b63bb0 0%,#f23854 58%,#ff9745 100%)}
.footer-btn.neshan{background:linear-gradient(90deg,#1788e8 0%,#2277f5 62%,#76bdff 100%)}
.footer-btn.balad{background:linear-gradient(90deg,#14875e 0%,#169d70 62%,#48d59c 100%)}
.footer-btn.google{background:linear-gradient(90deg,#438be2 0%,#4f9fd3 58%,#73d28f 100%)}
.footer-btn.waze{background:linear-gradient(90deg,#25aee2 0%,#2695dc 58%,#84dcff 100%)}
.footer-links{display:none}
@media (max-width: 640px){
 .footer-actions{max-width:100%}
 .footer-btn{min-height:56px;padding:13px 72px 13px 18px;font-size:16px}
 .footer-btn img{right:22px;width:39px;height:39px;transform:translateY(-50%) scale(1.55)}
 .footer-link-section h3{text-align:right}
}
.footer-grid{grid-template-columns:1fr 1.1fr 1fr!important;gap:30px!important}
.footer-info{display:grid;gap:16px;color:#fff}
.footer-info-block{padding:0 0 2px 0}
.footer-info-block h3{display:flex;align-items:center;gap:8px;margin:0 0 8px!important;color:#daa54a;font-size:19px;font-weight:900}
.footer-mini-icon{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;background:rgba(218,165,74,.14);border:1px solid rgba(218,165,74,.28);font-size:17px;line-height:1}
.footer-info-block p{margin:5px 0!important;line-height:1.9!important;color:#fff7ea!important;font-weight:650}
.footer-phone-line{direction:ltr;text-align:right;font-size:17px;letter-spacing:.3px!important}
.footer-info-separator{height:1px;background:linear-gradient(90deg,rgba(218,165,74,0),rgba(218,165,74,.42),rgba(218,165,74,0));margin:2px 0}
.footer-actions{max-width:360px!important;margin-inline:auto!important;width:100%!important;gap:26px!important}
.footer-link-section h3{font-size:20px!important;margin:0 0 12px!important;text-align:right!important}
.footer-buttons{gap:10px!important}
.footer-btn{
 height:54px!important;
 min-height:54px!important;
 width:100%!important;
 display:grid!important;
 grid-template-columns:56px 1fr 56px!important;
 align-items:center!important;
 justify-items:center!important;
 position:relative!important;
 padding:0 14px!important;
 border-radius:14px!important;
 font-size:16px!important;
 font-weight:850!important;
 line-height:1!important;
 overflow:hidden!important;
 border:1px solid rgba(255,255,255,.13)!important;
 box-shadow:0 9px 20px rgba(0,0,0,.13)!important;
}
.footer-btn::after{
 content:""!important;
 position:absolute!important;
 inset:0!important;
 background:linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.045) 58%,rgba(255,255,255,.20) 100%)!important;
 pointer-events:none!important;
}
.footer-btn img{
 position:static!important;
 grid-column:3!important;
 grid-row:1!important;
 width:31px!important;
 height:31px!important;
 max-width:31px!important;
 max-height:31px!important;
 transform:none!important;
 justify-self:center!important;
 align-self:center!important;
 object-fit:contain!important;
 box-sizing:content-box!important;
 padding:4px!important;
 border-radius:10px!important;
 background:rgba(255,255,255,.18)!important;
 border:1px solid rgba(255,255,255,.38)!important;
 box-shadow:0 4px 10px rgba(0,0,0,.12)!important;
 filter:drop-shadow(0 1px 1px rgba(0,0,0,.10))!important;
 z-index:3!important;
}
.footer-btn span{
 grid-column:1 / 4!important;
 grid-row:1!important;
 justify-self:center!important;
 align-self:center!important;
 text-align:center!important;
 width:auto!important;
 white-space:nowrap!important;
 z-index:2!important;
 padding:0!important;
 margin:0!important;
}
.footer-btn.instagram{background:linear-gradient(90deg,#ad35aa 0%,#ef304f 58%,#ff9344 100%)!important}
.footer-btn.neshan{background:linear-gradient(90deg,#188beb 0%,#267cf3 62%,#62aefd 100%)!important}
.footer-btn.balad{background:linear-gradient(90deg,#12895e 0%,#189b70 62%,#48c994 100%)!important}
.footer-btn.google{background:linear-gradient(90deg,#438de4 0%,#4da0cf 58%,#65c98d 100%)!important}
.footer-btn.waze{background:linear-gradient(90deg,#28afe3 0%,#2e9ade 58%,#75d3fa 100%)!important}
@media(max-width:900px){.footer-grid{grid-template-columns:1fr!important}.footer-actions{max-width:360px!important}.footer-info-block h3{font-size:18px}}
@media(max-width:640px){.footer-actions{max-width:100%!important}.footer-btn{height:52px!important;min-height:52px!important;font-size:15px!important;grid-template-columns:52px 1fr 52px!important}.footer-btn img{width:29px!important;height:29px!important;max-width:29px!important;max-height:29px!important;padding:4px!important}.footer-phone-line{font-size:16px}}
.footer-link-section h3{
 display:block!important;
 text-align:right!important;
 direction:rtl!important;
}
.footer-btn{
 height:52px!important;
 min-height:52px!important;
 display:flex!important;
 align-items:center!important;
 justify-content:center!important;
 position:relative!important;
 padding:0 74px 0 18px!important;
 border-radius:13px!important;
 font-size:16px!important;
 font-weight:850!important;
}
.footer-btn img{
 position:absolute!important;
 right:22px!important;
 left:auto!important;
 top:50%!important;
 transform:translateY(-50%)!important;
 width:32px!important;
 height:32px!important;
 max-width:32px!important;
 max-height:32px!important;
 padding:3px!important;
 border-radius:10px!important;
 background:rgba(255,255,255,.18)!important;
 border:1px solid rgba(255,255,255,.48)!important;
 object-fit:contain!important;
 box-shadow:0 4px 9px rgba(0,0,0,.14)!important;
}
.footer-btn span{
 display:block!important;
 position:relative!important;
 width:100%!important;
 text-align:center!important;
 padding:0!important;
 margin:0!important;
 white-space:nowrap!important;
}
.footer-mini-icon{
 width:34px!important;
 height:34px!important;
 min-width:34px!important;
 border-radius:50%!important;
 background:rgba(218,165,74,.12)!important;
 border:1px solid rgba(218,165,74,.42)!important;
 padding:7px!important;
}
.footer-mini-icon img{
 width:100%!important;
 height:100%!important;
 display:block!important;
 object-fit:contain!important;
 filter:brightness(0) saturate(100%) invert(74%) sepia(53%) saturate(680%) hue-rotate(348deg) brightness(94%) contrast(89%);
}
.footer-info-block h3{
 justify-content:flex-start!important;
 direction:rtl!important;
 text-align:right!important;
}
.footer-info-block.address-block p,
.footer-info-block.hours-block p{
 text-align:right!important;
}
.footer-phone-line{
 direction:ltr!important;
 text-align:right!important;
 unicode-bidi:embed!important;
}
@media(max-width:640px){
 .footer-btn{height:50px!important;min-height:50px!important;padding-right:68px!important;font-size:15px!important}
 .footer-btn img{right:18px!important;width:30px!important;height:30px!important}
}
.hero-card.image-card{
 background-size:cover!important;
 background-position:center bottom!important;
 min-height:330px!important;
}
.hero-card.image-card h2,
.hero-card.image-card p{
 text-shadow:0 2px 10px rgba(0,0,0,.45);
}
.footer-info-block h3{
 display:flex!important;
 flex-direction:row!important;
 align-items:center!important;
 justify-content:flex-start!important;
 gap:10px!important;
 text-align:right!important;
 direction:rtl!important;
}
.footer-mini-icon{
 width:40px!important;
 height:40px!important;
 min-width:40px!important;
 padding:8px!important;
 display:inline-flex!important;
 align-items:center!important;
 justify-content:center!important;
 border-radius:14px!important;
 background:rgba(218,165,74,.12)!important;
 border:1px solid rgba(218,165,74,.48)!important;
 box-shadow:0 8px 18px rgba(0,0,0,.12)!important;
}
.footer-mini-icon img{
 width:100%!important;
 height:100%!important;
 display:block!important;
 object-fit:contain!important;
 filter:none!important;
}
.footer-info-block p{
 text-align:right!important;
}
.footer-phone-line{
 direction:ltr!important;
 unicode-bidi:embed!important;
 text-align:right!important;
}
.footer-btn{
 height:50px!important;
 min-height:50px!important;
 display:block!important;
 position:relative!important;
 padding:0!important;
 border-radius:13px!important;
 overflow:hidden!important;
 font-size:16px!important;
 font-weight:850!important;
 line-height:50px!important;
}
.footer-btn img{
 position:absolute!important;
 right:20px!important;
 left:auto!important;
 top:50%!important;
 transform:translateY(-50%)!important;
 width:31px!important;
 height:31px!important;
 max-width:31px!important;
 max-height:31px!important;
 padding:4px!important;
 border-radius:10px!important;
 background:rgba(255,255,255,.20)!important;
 border:1px solid rgba(255,255,255,.50)!important;
 box-shadow:0 4px 11px rgba(0,0,0,.14)!important;
 object-fit:contain!important;
 z-index:3!important;
}
.footer-btn span{
 position:absolute!important;
 top:50%!important;
 left:50%!important;
 transform:translate(-50%,-50%)!important;
 display:block!important;
 width:auto!important;
 margin:0!important;
 padding:0!important;
 text-align:center!important;
 white-space:nowrap!important;
 line-height:1!important;
 z-index:2!important;
}
.footer-btn.instagram{background:linear-gradient(90deg,#a936aa 0%,#f23452 58%,#ff9145 100%)!important}
.footer-btn.neshan{background:linear-gradient(90deg,#1689e8 0%,#2e83f4 58%,#7abfff 100%)!important}
.footer-btn.balad{background:linear-gradient(90deg,#12875e 0%,#1aa374 58%,#58d29e 100%)!important}
.footer-btn.google{background:linear-gradient(90deg,#438ce3 0%,#54a4d0 58%,#76d594 100%)!important}
.footer-btn.waze{background:linear-gradient(90deg,#27afe3 0%,#2d9edf 58%,#85dcff 100%)!important}
@media(max-width:640px){
 .hero-card.image-card{background-position:center bottom!important;min-height:300px!important}
 .footer-btn{height:49px!important;min-height:49px!important;line-height:49px!important;font-size:15px!important}
 .footer-btn img{right:18px!important;width:30px!important;height:30px!important}
 .footer-mini-icon{width:38px!important;height:38px!important;min-width:38px!important}
}
.hero{
 padding:66px 0 42px!important;
}
.hero .hero-grid{
 grid-template-columns:.9fr 1.1fr!important;
 gap:34px!important;
 align-items:center!important;
}
.hero h1{
 font-size:48px!important;
 line-height:1.28!important;
 margin-bottom:12px!important;
 letter-spacing:-.8px!important;
}
.hero p[data-tagline]{
 margin:0 0 18px!important;
 font-size:17px!important;
 line-height:1.9!important;
}
.hero .nav-actions{
 margin-top:4px!important;
}
.hero-info-row{
 grid-template-columns:repeat(3,minmax(0,1fr))!important;
 gap:12px!important;
 margin-top:22px!important;
 align-items:stretch!important;
}
.hero-info-card{
 min-height:126px!important;
 padding:15px 14px!important;
 border-radius:22px!important;
 display:flex!important;
 flex-direction:column!important;
 justify-content:flex-start!important;
 align-items:center!important;
 text-align:center!important;
 gap:6px!important;
 line-height:1.85!important;
 background:rgba(255,255,255,.90)!important;
 border:1px solid rgba(255,255,255,.72)!important;
 box-shadow:0 10px 28px rgba(36,18,10,.12)!important;
 backdrop-filter:blur(8px)!important;
}
.hero-info-title{
 display:block!important;
 color:var(--primary)!important;
 font-size:16px!important;
 font-weight:900!important;
 margin-bottom:3px!important;
}
.hero-info-card span{
 color:var(--text)!important;
 font-size:14px!important;
 font-weight:650!important;
}
.hero-phone{
 direction:ltr!important;
 unicode-bidi:embed!important;
 text-align:center!important;
}
.hero-info-separator{
 width:76%!important;
 height:1px!important;
 display:block!important;
 background:linear-gradient(90deg,rgba(143,63,22,0),rgba(143,63,22,.28),rgba(143,63,22,0))!important;
 margin:1px 0!important;
 padding:0!important;
}
.hero-address-card span:not(.hero-info-title){
 max-width:170px!important;
}
.hero-card.image-card{
 min-height:360px!important;
 background-position:center 65%!important;
}
.hero-card.image-card h2{
 font-size:36px!important;
 line-height:1.35!important;
}
.hero-card.image-card p{
 font-size:16px!important;
 line-height:1.9!important;
}
@media(max-width:900px){
 .hero .hero-grid{grid-template-columns:1fr!important;gap:24px!important}
 .hero h1{font-size:36px!important}
 .hero-info-row{grid-template-columns:1fr!important}
 .hero-info-card{min-height:auto!important;padding:14px!important}
 .hero-address-card span:not(.hero-info-title){max-width:none!important}
 .hero-card.image-card{min-height:320px!important;background-position:center 65%!important}
}
.hero{padding-bottom:92px!important}
.hero .hero-grid{align-items:center!important}
.hero-info-section{padding:0 0 22px!important;margin-top:-74px!important;position:relative;z-index:5}
.detached-info-row{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:18px!important;align-items:stretch!important;margin-top:0!important}
.detached-info-row .hero-info-card{min-height:178px!important;padding:22px 18px!important;border-radius:24px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;text-align:center!important;background:rgba(255,255,255,.94)!important;border:1px solid rgba(234,215,191,.92)!important;box-shadow:0 18px 42px rgba(75,35,10,.13)!important;backdrop-filter:blur(12px)!important}
.hero-info-icon{width:46px!important;height:46px!important;border-radius:50%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:linear-gradient(135deg,var(--primary),var(--primary2))!important;margin:0 auto 4px!important;box-shadow:0 9px 20px rgba(143,63,22,.20)!important;padding:11px!important}
.hero-info-icon img{width:100%!important;height:100%!important;object-fit:contain!important;filter:brightness(0) invert(1)!important}
.detached-info-row .hero-info-title{font-size:18px!important;margin:2px 0 8px!important;color:var(--primary)!important}
.detached-info-row .hero-info-card span:not(.hero-info-icon):not(.hero-info-separator){font-size:15px!important;line-height:2!important;color:var(--text)!important;font-weight:700!important;text-align:center!important}
.detached-info-row .hero-phone{display:block!important;direction:ltr!important;unicode-bidi:embed!important;text-align:center!important;font-size:17px!important;line-height:1.8!important}
.detached-info-row .hero-address-card span[data-address]{max-width:220px!important;margin-inline:auto!important;display:block!important}
.hours-line{display:flex!important;flex-direction:column!important;align-items:center!important;gap:2px!important;line-height:1.7!important}
.hours-line strong{font-weight:900!important;color:var(--primary)!important;font-size:15px!important}
.hours-line em{font-style:normal!important;font-weight:800!important;color:var(--text)!important;font-size:15px!important}
.detached-info-row .hero-info-separator{width:70%!important;margin:6px auto!important;background:linear-gradient(90deg,rgba(143,63,22,0),rgba(143,63,22,.28),rgba(143,63,22,0))!important}
.gallery-section{padding-top:30px!important;overflow:hidden!important}
.gallery-slider{position:relative;width:100%;padding:6px 42px 16px!important}
.gallery-track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:6px 4px 18px;scrollbar-width:none}
.gallery-track::-webkit-scrollbar{display:none}
.gallery-item{flex:0 0 270px;height:170px;border:0;background:transparent;padding:0;cursor:pointer;border-radius:20px;overflow:hidden;scroll-snap-align:center;box-shadow:0 12px 30px rgba(75,35,10,.13);transition:.22s ease;position:relative}
.gallery-item:hover{transform:translateY(-4px)}
.gallery-item img{width:100%;height:100%;object-fit:cover;display:block;border-radius:20px;border:1px solid var(--line)}
.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:42px;height:42px;border-radius:50%;border:1px solid rgba(143,63,22,.22);background:rgba(255,255,255,.92);color:var(--primary);font-size:32px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 10px 25px rgba(75,35,10,.14);transition:.18s ease;font-family:serif!important}
.gallery-nav:hover{background:var(--primary);color:#fff}.gallery-prev{right:0}.gallery-next{left:0}
.gallery-lightbox{position:fixed;inset:0;background:rgba(0,0,0,.82);z-index:100;display:none;align-items:center;justify-content:center;padding:28px}.gallery-lightbox.open{display:flex}.lightbox-content{width:min(900px,92vw);margin:0;text-align:center}.lightbox-content img{width:100%;max-height:76vh;object-fit:contain;border-radius:20px;box-shadow:0 18px 60px rgba(0,0,0,.38);background:#111}.lightbox-content figcaption{color:#fff;margin-top:12px;font-weight:800}.lightbox-close,.lightbox-nav{position:absolute;border:0;border-radius:50%;background:rgba(255,255,255,.14);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(8px)}.lightbox-close{top:24px;left:24px;width:44px;height:44px;font-size:34px}.lightbox-nav{top:50%;transform:translateY(-50%);width:52px;height:52px;font-size:42px;font-family:serif!important}.lightbox-prev{right:28px}.lightbox-next{left:28px}.lightbox-close:hover,.lightbox-nav:hover{background:rgba(255,255,255,.28)}
@media(max-width:900px){.hero{padding-bottom:50px!important}.hero-info-section{margin-top:-28px!important}.detached-info-row{grid-template-columns:1fr!important}.detached-info-row .hero-info-card{min-height:auto!important}.gallery-slider{padding-inline:34px!important}.gallery-item{flex-basis:235px;height:150px}.lightbox-nav{width:44px;height:44px}.lightbox-prev{right:12px}.lightbox-next{left:12px}}
@media(max-width:520px){.gallery-item{flex-basis:78vw;height:170px}.gallery-slider{padding-inline:30px!important}.detached-info-row .hero-info-card span:not(.hero-info-icon):not(.hero-info-separator){font-size:14px!important}}
html, body{
 cursor:auto!important;
}
a, button, .btn, .cat, .food, .gallery-item, .footer-btn, .tel-link, .hero-address-card{
 cursor:pointer!important;
}
.hero-card.image-card::after{
 content:""!important;
 display:none!important;
 animation:none!important;
 background:none!important;
}
.hero-phone,
.hero-phone.tel-link,
.detached-info-row .hero-phone,
.detached-info-row .hero-phone.tel-link,
.footer-phone-line a,
.tel-link{
 font-weight:900!important;
}
.hero-address-card{
 transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease!important;
}
.hero-address-card:hover{
 transform:translateY(-4px)!important;
 border-color:rgba(143,63,22,.28)!important;
 box-shadow:0 22px 50px rgba(75,35,10,.18)!important;
}
.hero-address-card::after{
 content:"برای مسیریابی لمس کنید";
 display:block;
 margin-top:6px;
 color:var(--primary);
 font-size:12px;
 font-weight:850;
}


/* v29 - sorted section menu, sticky categories, discount UI */
#menu{
  scroll-margin-top:90px;
}
#categories.categories{
  position:sticky;
  top:74px;
  z-index:15;
  background:rgba(255,247,237,.92);
  backdrop-filter:blur(14px);
  border:1px solid rgba(234,215,191,.9);
  border-radius:22px;
  padding:10px;
  margin-bottom:18px;
  box-shadow:0 12px 28px rgba(90,45,15,.08);
}
.menu-sections{
  display:block;
}
.menu-category-section{
  scroll-margin-top:155px;
  margin:0 0 32px;
}
.category-header{
  position:sticky;
  top:148px;
  z-index:12;
  display:flex;
  align-items:center;
  gap:10px;
  margin:0 0 16px;
  padding:12px 18px;
  border-radius:18px;
  background:linear-gradient(135deg,#fff7ed,#fff0d8);
  border:1px solid var(--line);
  color:var(--primary);
  font-size:22px;
  font-weight:950;
  box-shadow:0 10px 22px rgba(90,45,15,.07);
}
.category-header::before{
  content:"";
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--accent);
  box-shadow:0 0 0 5px rgba(240,179,91,.18);
}
.category-food-grid{
  margin-bottom:8px;
}
.food.has-discount{
  border-color:rgba(180,35,24,.26);
}
.food-discount-ribbon{
  position:absolute;
  top:16px;
  left:16px;
  z-index:4;
  background:linear-gradient(135deg,#d92d20,#ff7a45);
  color:#fff;
  border-radius:999px;
  padding:7px 12px;
  font-size:12px;
  font-weight:950;
  box-shadow:0 8px 18px rgba(217,45,32,.24);
}
.food-price-wrap{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
}
.price-stack{
  display:flex;
  flex-direction:column;
  gap:3px;
  align-items:flex-start;
}
.old-price{
  color:#9a8173;
  font-size:13px;
  text-decoration:line-through;
  text-decoration-thickness:2px;
}
.new-price{
  color:#d92d20;
  font-weight:950;
  font-size:19px;
}
.discount-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#fff1ee;
  color:#b42318;
  border:1px solid rgba(180,35,24,.22);
  border-radius:999px;
  padding:5px 9px;
  font-size:12px;
  font-weight:950;
}
@media(max-width:900px){
  #categories.categories{
    top:62px;
    border-radius:18px;
    overflow-x:auto;
  }
  .menu-category-section{
    scroll-margin-top:145px;
  }
  .category-header{
    top:132px;
    font-size:19px;
    padding:10px 14px;
  }
}


/* v30 - improved sticky category scroll spy */
#categories .cat.active{
  box-shadow:0 10px 24px rgba(143,63,22,.22);
}
#categories{
  scroll-behavior:smooth;
}


/* v33 - improved admin menu panel */
.admin-food-form-card .admin-field{display:grid;gap:6px}.admin-field span{font-weight:900;color:var(--primary)}.admin-field small{color:var(--muted);font-size:12px}.custom-category-field{display:none}.admin-check{display:flex;align-items:center;gap:8px;font-weight:800}.admin-image-preview{border:1px dashed var(--line);border-radius:18px;padding:12px;background:#fffaf3;display:flex;justify-content:center}.admin-image-preview img{width:220px;height:150px;object-fit:cover;border-radius:14px}.admin-food-tools{padding:16px}.admin-tool-grid{display:grid;grid-template-columns:repeat(5,minmax(140px,1fr));gap:10px;align-items:center}.admin-food-table small{color:var(--muted)}.status-toggle{display:inline-flex;align-items:center;justify-content:center;min-width:78px;padding:7px 10px;border-radius:999px;font-weight:900}.status-toggle.is-on{background:#dcfce7;color:#166534}.status-toggle.is-off{background:#fee2e2;color:#991b1b}.admin-pagination{display:flex;gap:8px;align-items:center;justify-content:center;flex-wrap:wrap;margin:18px 0}.admin-pagination span{color:var(--muted);font-weight:800}.admin-pagination .cat{padding:7px 12px}@media(max-width:900px){.admin-tool-grid{grid-template-columns:1fr}.admin-image-preview img{width:100%;height:180px}}


/* v34 - admin panel final polish */
.admin-image-preview{
  width:160px!important;
  height:120px!important;
  max-width:160px!important;
  min-height:120px!important;
  border:1px dashed var(--line)!important;
  border-radius:18px!important;
  background:#fff8ef!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
  padding:8px!important;
}
.admin-image-preview img,
#foodImagePreview{
  width:100%!important;
  height:100%!important;
  max-width:144px!important;
  max-height:104px!important;
  object-fit:contain!important;
  display:block!important;
  border-radius:12px!important;
  background:#fff!important;
}
.admin-food-thumb{
  width:76px!important;
  height:56px!important;
  max-width:76px!important;
  max-height:56px!important;
  object-fit:cover!important;
  border-radius:12px!important;
  background:#fff8ef!important;
  border:1px solid var(--line)!important;
  display:block!important;
}
.admin-report-card{
  margin-bottom:18px!important;
}
.admin-report-form{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(220px,1fr))!important;
  gap:18px!important;
  align-items:end!important;
}
.admin-report-form .admin-field{
  display:grid!important;
  gap:8px!important;
}
.admin-report-form .input{
  min-height:48px!important;
}
.admin-report-actions{
  grid-column:1/-1!important;
  display:flex!important;
  gap:12px!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  justify-content:flex-start!important;
  padding-top:4px!important;
}
.admin-report-summary{
  display:flex!important;
  gap:12px!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  margin-bottom:18px!important;
  color:var(--primary)!important;
}
.admin-food-form-card{
  margin-bottom:22px!important;
}
.admin-food-tools{
  display:none!important;
}
@media(max-width:900px){
  .admin-report-form{
    grid-template-columns:1fr!important;
  }
  .admin-image-preview{
    width:140px!important;
    height:110px!important;
  }
}


/* v35 - responsive sticky header polish */
.topbar{
  position:sticky!important;
  top:0!important;
  z-index:1000!important;
  background:rgba(255,248,239,.94)!important;
  backdrop-filter:blur(16px)!important;
  box-shadow:0 8px 24px rgba(90,45,15,.08)!important;
}
.topbar .nav{
  min-height:72px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:16px!important;
  flex-wrap:nowrap!important;
}
.topbar .brand-logo{
  min-width:0!important;
  flex:0 1 auto!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  white-space:nowrap!important;
}
.topbar .brand-logo .brand,
.topbar .brand-logo span[data-restaurant]{
  white-space:nowrap!important;
  word-break:keep-all!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  max-width:260px!important;
  line-height:1.2!important;
}
.topbar .brand-logo img,
.topbar .brand-logo .site-logo{
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
}
.topbar .nav-actions{
  flex:0 0 auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:10px!important;
  flex-wrap:nowrap!important;
}
.topbar .nav-actions .btn{
  white-space:nowrap!important;
}

@media(max-width:640px){
  .topbar{
    padding:0!important;
  }
  .topbar .container{
    width:100%!important;
    padding:0 12px!important;
  }
  .topbar .nav{
    min-height:64px!important;
    padding:8px 0!important;
    gap:8px!important;
    flex-direction:row!important;
  }
  .topbar .brand-logo{
    order:2!important;
    flex:1 1 auto!important;
    justify-content:flex-end!important;
    max-width:48%!important;
  }
  .topbar .brand-logo .brand,
  .topbar .brand-logo span[data-restaurant]{
    font-size:17px!important;
    max-width:120px!important;
    white-space:nowrap!important;
    line-height:1!important;
  }
  .topbar .brand-logo img,
  .topbar .brand-logo .site-logo{
    width:28px!important;
    height:28px!important;
    min-width:28px!important;
  }
  .topbar .nav-actions{
    order:1!important;
    flex:0 0 auto!important;
    gap:6px!important;
    flex-wrap:nowrap!important;
  }
  .topbar .nav-actions .btn{
    height:42px!important;
    min-height:42px!important;
    padding:0 11px!important;
    border-radius:14px!important;
    font-size:12px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    line-height:1!important;
  }
  .topbar .nav-actions .btn .cart-count,
  .topbar .nav-actions .btn #cartCount{
    margin-inline-start:3px!important;
  }

  #categories.categories{
    top:64px!important;
  }
  .category-header{
    top:126px!important;
  }
  .menu-category-section{
    scroll-margin-top:144px!important;
  }
}

@media(max-width:380px){
  .topbar .brand-logo .brand,
  .topbar .brand-logo span[data-restaurant]{
    max-width:96px!important;
    font-size:15px!important;
  }
  .topbar .nav-actions .btn{
    padding:0 8px!important;
    font-size:11px!important;
  }
}


/* v36 - mobile header RTL alignment fix */
@media(max-width:640px){
  .topbar .container{
    width:100%!important;
    padding:0 18px!important;
  }
  .topbar .nav{
    display:flex!important;
    flex-direction:row!important;
    justify-content:space-between!important;
    align-items:center!important;
    gap:12px!important;
  }
  .topbar .brand-logo{
    order:1!important;
    flex:1 1 auto!important;
    justify-content:flex-start!important;
    max-width:52%!important;
    margin-inline-start:0!important;
    margin-inline-end:auto!important;
  }
  .topbar .nav-actions{
    order:2!important;
    flex:0 0 auto!important;
    justify-content:flex-end!important;
    margin-inline-start:auto!important;
    margin-inline-end:0!important;
    gap:8px!important;
  }
  .topbar .brand-logo .brand,
  .topbar .brand-logo span[data-restaurant]{
    max-width:145px!important;
    font-size:16px!important;
  }
  .topbar .nav-actions .btn{
    padding:0 10px!important;
  }
}
@media(max-width:380px){
  .topbar .container{
    padding:0 14px!important;
  }
  .topbar .brand-logo{
    max-width:46%!important;
  }
  .topbar .brand-logo .brand,
  .topbar .brand-logo span[data-restaurant]{
    max-width:105px!important;
    font-size:14px!important;
  }
  .topbar .nav-actions{
    gap:6px!important;
  }
  .topbar .nav-actions .btn{
    padding:0 7px!important;
    font-size:10.8px!important;
  }
}


/* v38 - customer login, checkout mobile spacing, working-hours polish */
.cart-panel{
  padding-top:calc(22px + env(safe-area-inset-top))!important;
}
.cart-panel.open{
  scroll-padding-top:80px!important;
}
.checkout-form{
  padding-bottom:24px!important;
}
.customer-auth-box{
  display:flex!important;
  justify-content:space-between!important;
  align-items:center!important;
  gap:12px!important;
  margin:14px 0 16px!important;
  padding:14px!important;
  border:1px solid var(--line)!important;
  border-radius:18px!important;
  background:#fff8ef!important;
}
.customer-auth-box p{
  margin:5px 0 0!important;
  color:var(--muted)!important;
  font-size:13px!important;
  line-height:1.8!important;
}
.customer-auth-box.is-logged-in{
  background:#edfdf3!important;
  border-color:rgba(24,134,75,.25)!important;
}
.customer-auth-actions{
  display:flex!important;
  gap:8px!important;
  flex-wrap:wrap!important;
  justify-content:flex-end!important;
}
.customer-modal{
  position:fixed!important;
  inset:0!important;
  z-index:3000!important;
  display:none!important;
  align-items:center!important;
  justify-content:center!important;
  padding:18px!important;
  background:rgba(36,18,10,.55)!important;
  backdrop-filter:blur(8px)!important;
}
.customer-modal.open{
  display:flex!important;
}
.customer-modal-card{
  width:min(470px,100%)!important;
  max-height:90vh!important;
  overflow:auto!important;
  position:relative!important;
  background:#fffaf3!important;
  border:1px solid var(--line)!important;
  border-radius:26px!important;
  padding:24px!important;
  box-shadow:0 24px 70px rgba(0,0,0,.25)!important;
}
.customer-orders-card{
  width:min(620px,100%)!important;
}
.customer-modal-close{
  position:absolute!important;
  top:12px!important;
  left:12px!important;
  width:36px!important;
  height:36px!important;
  border:0!important;
  border-radius:50%!important;
  background:#fff!important;
  color:var(--primary)!important;
  font-size:24px!important;
  cursor:pointer!important;
}
.customer-auth-modal-actions{
  display:flex!important;
  gap:10px!important;
  flex-wrap:wrap!important;
}
.my-orders-content{
  display:grid!important;
  gap:10px!important;
}
.my-order-card{
  display:grid!important;
  gap:5px!important;
  padding:13px 14px!important;
  border:1px solid var(--line)!important;
  border-radius:16px!important;
  background:#fff!important;
}
.hours-line{
  display:grid!important;
  gap:6px!important;
}
.hours-line em{
  font-style:normal!important;
  direction:ltr!important;
  unicode-bidi:embed!important;
  text-align:right!important;
}
.footer-info-block.hours-block p{
  margin:3px 0!important;
}
.footer-info-block.hours-block p:nth-child(3),
.footer-info-block.hours-block p:nth-child(5){
  direction:ltr!important;
  unicode-bidi:embed!important;
  text-align:right!important;
  font-weight:850!important;
}
@media(max-width:640px){
  .cart-panel{
    padding-top:74px!important;
  }
  .cart-head{
    position:sticky!important;
    top:0!important;
    z-index:3!important;
    background:rgba(255,255,255,.96)!important;
    padding:8px 0 12px!important;
    backdrop-filter:blur(10px)!important;
  }
  .customer-auth-box{
    display:grid!important;
    gap:10px!important;
  }
  .customer-auth-actions{
    justify-content:flex-start!important;
  }
  .customer-modal-card{
    padding:22px 16px!important;
    border-radius:22px!important;
  }
}


/* v39 - final mobile/order refinements */

/* Cart: do NOT freeze cart title/header as a white block */
@media(max-width:640px){
  .cart-panel{
    padding-top:74px!important;
  }
  .cart-panel .cart-head{
    position:relative!important;
    top:auto!important;
    z-index:auto!important;
    background:transparent!important;
    backdrop-filter:none!important;
    box-shadow:none!important;
    padding:0 0 14px!important;
    margin:0!important;
  }
}

/* Keep checkout form visible below sticky site header without ugly frozen inner header */
.checkout-form{
  scroll-margin-top:92px!important;
}

/* More spacing between sticky category bar and sticky category title */
#categories.categories{
  margin-bottom:24px!important;
}
.menu-category-section{
  padding-top:10px!important;
  scroll-margin-top:172px!important;
}
.category-header{
  top:154px!important;
  margin-top:12px!important;
  margin-bottom:20px!important;
}
@media(max-width:640px){
  #categories.categories{
    top:64px!important;
    margin-bottom:22px!important;
  }
  .category-header{
    top:142px!important;
    margin-top:14px!important;
    margin-bottom:18px!important;
  }
  .menu-category-section{
    padding-top:12px!important;
    scroll-margin-top:164px!important;
  }
}

/* Working-hour numbers: Persian font, clear timing line */
.hours-line em,
.footer-info-block.hours-block p{
  font-family:'VazirmatnLocal','Vazirmatn','IRANSansX','IRANSans',Tahoma,Arial,sans-serif!important;
  letter-spacing:0!important;
}
.hours-line em{
  direction:rtl!important;
  unicode-bidi:normal!important;
  text-align:right!important;
  font-weight:850!important;
}
.footer-info-block.hours-block p:nth-child(3),
.footer-info-block.hours-block p:nth-child(5){
  direction:rtl!important;
  unicode-bidi:normal!important;
  text-align:right!important;
  font-weight:850!important;
}

/* Brand must feel clickable */
.brand-logo{
  cursor:pointer!important;
}


/* v40 - cart panel and category sticky cleanup */

/* When cart opens, lock underlying page scroll */
body.cart-open{
  overflow:hidden!important;
  touch-action:none!important;
}

/* Desktop cart should start below sticky header so close/logout/buttons do not hide */
@media(min-width:641px){
  .cart-panel{
    top:78px!important;
    height:calc(100vh - 78px)!important;
    padding-top:22px!important;
  }
}

/* Mobile: cart covers usable area, and only cart itself scrolls */
@media(max-width:640px){
  .cart-panel{
    top:64px!important;
    height:calc(100vh - 64px)!important;
    max-height:calc(100vh - 64px)!important;
    overflow-y:auto!important;
    overscroll-behavior:contain!important;
    touch-action:pan-y!important;
    padding-top:18px!important;
  }
}

/* Remove the large sticky category title bars; keep category nav active/scrollspy only */
.category-header{
  position:relative!important;
  top:auto!important;
  z-index:1!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0 4px 10px!important;
  margin:16px 0 12px!important;
  border-radius:0!important;
}
.category-header::before{
  display:none!important;
}
.menu-category-section{
  padding-top:0!important;
  scroll-margin-top:138px!important;
}
@media(max-width:640px){
  .menu-category-section{
    scroll-margin-top:126px!important;
  }
}


/* v40-final - mobile checkout submit visibility fix */
@media(max-width:640px){
  .cart-panel{
    top:64px!important;
    height:calc(100dvh - 64px)!important;
    max-height:calc(100dvh - 64px)!important;
    overflow-y:auto!important;
    -webkit-overflow-scrolling:touch!important;
    padding:18px 18px calc(120px + env(safe-area-inset-bottom))!important;
  }

  .cart-panel .form.checkout-form{
    padding-bottom:calc(96px + env(safe-area-inset-bottom))!important;
  }

  .cart-panel .form.checkout-form > button[type="submit"],
  .cart-panel .checkout-form .btn[type="submit"]{
    position:sticky!important;
    bottom:calc(12px + env(safe-area-inset-bottom))!important;
    z-index:20!important;
    width:100%!important;
    min-height:58px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    box-shadow:0 18px 38px rgba(143,63,22,.28)!important;
  }

  .cart-panel textarea[name="note"]{
    min-height:118px!important;
  }
}


/* v41 - mobile checkout button normal flow fix */
@media(max-width:640px){
  .cart-panel .form.checkout-form{
    padding-bottom:calc(120px + env(safe-area-inset-bottom))!important;
  }

  .cart-panel .form.checkout-form > button[type="submit"],
  .cart-panel .checkout-form .btn[type="submit"]{
    position:relative!important;
    bottom:auto!important;
    top:auto!important;
    z-index:1!important;
    width:100%!important;
    min-height:58px!important;
    margin-top:14px!important;
    margin-bottom:calc(36px + env(safe-area-inset-bottom))!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    box-shadow:0 14px 30px rgba(143,63,22,.22)!important;
  }

  .cart-panel{
    padding-bottom:calc(72px + env(safe-area-inset-bottom))!important;
  }
}


/* v42 - customer login header and modal polish */
.customer-header-auth{
  min-width:72px!important;
}
.header-cart-btn{
  transition:.2s ease!important;
}
.customer-login-card{
  text-align:center!important;
}
.customer-login-icon{
  width:70px!important;
  height:70px!important;
  border-radius:50%!important;
  background:#fff3e3!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0 auto 12px!important;
  font-size:32px!important;
  color:var(--primary)!important;
}
.customer-login-form{
  text-align:right!important;
}
.customer-login-form .input{
  min-height:52px!important;
}
.customer-login-note{
  background:#fff4df!important;
  color:var(--primary)!important;
  border:1px solid #f3d3a4!important;
  border-radius:16px!important;
  padding:10px 12px!important;
  font-size:13px!important;
  text-align:center!important;
  line-height:1.8!important;
}
@media(max-width:640px){
  .topbar .nav-actions{
    gap:6px!important;
  }
  .topbar .nav-actions .customer-header-auth,
  .topbar .nav-actions .btn{
    font-size:11px!important;
    padding:0 8px!important;
  }
  .header-cart-btn{
    display:none;
  }
}


/* v43 - split login/register form */
.auth-tabs{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:8px!important;
  margin:14px 0!important;
  padding:6px!important;
  background:#fff4e8!important;
  border:1px solid var(--line)!important;
  border-radius:18px!important;
}
.auth-tab{
  border:0!important;
  background:transparent!important;
  color:var(--primary)!important;
  font-family:inherit!important;
  font-weight:900!important;
  border-radius:14px!important;
  padding:11px 12px!important;
  cursor:pointer!important;
}
.auth-tab.active{
  background:linear-gradient(135deg,var(--primary),var(--primary2))!important;
  color:#fff!important;
  box-shadow:0 10px 22px rgba(143,63,22,.18)!important;
}
.customer-login-card .register-only{
  display:none!important;
}
.customer-login-card.register-mode .register-only{
  display:block!important;
}
.customer-login-card:not(.register-mode) #authPassword,
.customer-login-card:not(.register-mode) #authName{
  display:none!important;
}


/* v44 - final fix for split login/register visibility */
.customer-login-card .register-only{
  display:none!important;
}
.customer-login-card.register-mode .register-only{
  display:block!important;
}
.customer-login-card.register-mode #authName,
.customer-login-card.register-mode #authPassword{
  display:block!important;
}
.customer-login-card:not(.register-mode) #authName,
.customer-login-card:not(.register-mode) #authPassword{
  display:none!important;
}


/* v45 - cart UX, header login alignment, reset password */
.cart-decision-actions{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:10px!important;
  margin:14px 0 16px!important;
}
.cart-decision-actions .btn{
  justify-content:center!important;
  min-height:48px!important;
}
.cart-toast{
  position:fixed!important;
  left:50%!important;
  bottom:calc(22px + env(safe-area-inset-bottom))!important;
  transform:translateX(-50%) translateY(30px)!important;
  z-index:5000!important;
  background:rgba(36,18,10,.94)!important;
  color:#fff!important;
  border-radius:999px!important;
  padding:12px 18px!important;
  font-weight:900!important;
  box-shadow:0 18px 40px rgba(0,0,0,.22)!important;
  opacity:0!important;
  pointer-events:none!important;
  transition:.22s ease!important;
  white-space:nowrap!important;
  max-width:92vw!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.cart-toast.show{
  opacity:1!important;
  transform:translateX(-50%) translateY(0)!important;
}
.customer-header-auth,
#headerLoginBtn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  line-height:1!important;
  font-family:'VazirmatnLocal','Vazirmatn','IRANSansX','IRANSans',Tahoma,Arial,sans-serif!important;
  font-weight:900!important;
}
.auth-reset-link{
  border:0!important;
  background:transparent!important;
  color:var(--primary)!important;
  font-family:inherit!important;
  font-weight:850!important;
  cursor:pointer!important;
  margin:4px auto 8px!important;
  display:block!important;
  padding:8px!important;
}
.auth-reset-link:hover{
  text-decoration:underline!important;
}
@media(max-width:640px){
  .cart-decision-actions{
    grid-template-columns:1fr 1fr!important;
  }
  .topbar .nav-actions .customer-header-auth,
  .topbar .nav-actions #headerLoginBtn{
    min-width:58px!important;
    height:42px!important;
    padding:0 10px!important;
  }
}


/* v46 - iOS input zoom fix, customer addresses, auth polish */
@media(max-width:640px){
  input, select, textarea, .input{
    font-size:16px!important;
  }
}
.customer-login-icon{
  font-size:34px!important;
}
.my-address-select{
  display:none;
  margin-bottom:8px!important;
}
.save-address-check{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  font-weight:850!important;
  color:var(--primary)!important;
  background:#fff8ef!important;
  border:1px solid var(--line)!important;
  border-radius:14px!important;
  padding:10px 12px!important;
}
#headerLoginBtn{
  min-width:86px!important;
  text-align:center!important;
}
@media(max-width:640px){
  #headerLoginBtn{
    min-width:64px!important;
    font-size:10.5px!important;
  }
}


/* v48 - profile dropdown, addresses, session polish */
.profile-dropdown{
  position:absolute!important;
  top:calc(100% + 8px)!important;
  left:22px!important;
  width:min(280px,92vw)!important;
  background:#fff!important;
  border:1px solid var(--line)!important;
  border-radius:22px!important;
  box-shadow:0 24px 60px rgba(36,18,10,.18)!important;
  padding:12px!important;
  display:none!important;
  z-index:1500!important;
}
.profile-dropdown.open{
  display:block!important;
}
.profile-card-head{
  text-align:center!important;
  padding:12px 10px 14px!important;
  border-bottom:1px solid var(--line)!important;
  margin-bottom:8px!important;
}
.profile-card-head strong{
  display:block!important;
  font-size:16px!important;
  color:var(--text)!important;
}
.profile-card-head span{
  display:block!important;
  color:var(--muted)!important;
  margin-top:5px!important;
  direction:ltr!important;
}
.profile-dropdown button{
  width:100%!important;
  border:0!important;
  background:#fff!important;
  color:var(--text)!important;
  font-family:inherit!important;
  font-weight:850!important;
  padding:13px 12px!important;
  border-radius:14px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  cursor:pointer!important;
  text-align:right!important;
}
.profile-dropdown button:hover{
  background:#fff4e8!important;
  color:var(--primary)!important;
}
.profile-dropdown button.danger{
  color:#b42318!important;
}
.profile-dropdown button::after{
  opacity:.8!important;
  font-size:18px!important;
}
.profile-dropdown button:nth-of-type(1)::after{content:"📦";}
.profile-dropdown button:nth-of-type(2)::after{content:"🧾";}
.profile-dropdown button:nth-of-type(3)::after{content:"🪧";}
.profile-dropdown button:nth-of-type(4)::after{content:"🔒";}
.profile-dropdown button:nth-of-type(5)::after{content:"↪";}
.address-add-form{
  display:grid!important;
  gap:10px!important;
  margin-bottom:16px!important;
}
.address-add-form textarea{
  min-height:90px!important;
}
.addresses-list{
  display:grid!important;
  gap:10px!important;
}
.address-row{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  padding:12px!important;
  border:1px solid var(--line)!important;
  border-radius:16px!important;
  background:#fff!important;
}
.address-row span{
  line-height:1.8!important;
}
input, textarea, select, button{
  font-size:16px!important;
}
@media(max-width:640px){
  .profile-dropdown{
    left:12px!important;
    right:auto!important;
    top:calc(100% + 6px)!important;
  }
  .addresses-list .address-row{
    align-items:flex-start!important;
    flex-direction:column!important;
  }
}


/* v49 - customer account page and header/cart corrections */
.topbar .nav-actions .btn,
.topbar .nav-actions .customer-header-auth,
.topbar .nav-actions #headerLoginBtn,
.topbar .nav-actions #headerCartBtn{
  min-height:44px!important;
  height:44px!important;
  min-width:92px!important;
  padding:0 14px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  line-height:1!important;
  font-family:'VazirmatnLocal','Vazirmatn','IRANSansX','IRANSans',Tahoma,Arial,sans-serif!important;
  font-weight:900!important;
}
.header-cart-btn{
  display:inline-flex!important;
}
@media(max-width:640px){
  .topbar .nav-actions .btn,
  .topbar .nav-actions .customer-header-auth,
  .topbar .nav-actions #headerLoginBtn,
  .topbar .nav-actions #headerCartBtn{
    min-width:auto!important;
    height:42px!important;
    min-height:42px!important;
    padding:0 9px!important;
    font-size:11px!important;
  }
  .header-cart-btn{
    display:inline-flex!important;
  }
}

/* Full customer dashboard page */
.customer-page-body{
  background:linear-gradient(180deg,#fff7ed,#fffaf4)!important;
}
.customer-dashboard{
  width:min(1040px,94%)!important;
  margin:34px auto!important;
  display:grid!important;
  grid-template-columns:320px 1fr!important;
  gap:22px!important;
  align-items:start!important;
}
.customer-account-card,
.customer-panel-card{
  background:#fff!important;
  border:1px solid var(--line)!important;
  border-radius:26px!important;
  box-shadow:0 18px 45px rgba(90,45,15,.08)!important;
  padding:24px!important;
}
.customer-account-card{
  text-align:center!important;
  position:sticky!important;
  top:92px!important;
}
.customer-avatar{
  width:78px!important;
  height:78px!important;
  border-radius:50%!important;
  margin:0 auto 14px!important;
  background:#fff4e8!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:34px!important;
}
.customer-account-card h1{
  margin:0!important;
  font-size:22px!important;
}
.customer-account-card p{
  margin:8px 0 18px!important;
  color:var(--muted)!important;
  direction:ltr!important;
}
.wallet-box{
  background:#f6f6f8!important;
  border-radius:20px!important;
  padding:18px!important;
  display:grid!important;
  gap:12px!important;
  margin-bottom:18px!important;
}
.customer-menu-list{
  display:grid!important;
  gap:4px!important;
  border-top:1px solid var(--line)!important;
  padding-top:12px!important;
}
.customer-menu-list button{
  width:100%!important;
  border:0!important;
  background:#fff!important;
  padding:14px 8px!important;
  font-family:inherit!important;
  font-weight:850!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  cursor:pointer!important;
  color:var(--text)!important;
  border-radius:14px!important;
}
.customer-menu-list button:hover{
  background:#fff4e8!important;
  color:var(--primary)!important;
}
.customer-menu-list button.danger{
  color:#b42318!important;
  border-top:1px solid var(--line)!important;
  margin-top:10px!important;
  padding-top:18px!important;
}
.customer-panel-card h2{
  margin-top:0!important;
}
.customer-info-grid{
  display:grid!important;
  grid-template-columns:repeat(2,1fr)!important;
  gap:14px!important;
}
.customer-info-grid div{
  border:1px solid var(--line)!important;
  border-radius:16px!important;
  padding:14px!important;
  background:#fffaf4!important;
  display:grid!important;
  gap:8px!important;
}
.customer-info-grid span{
  color:var(--muted)!important;
}
.customer-password-form{
  display:grid!important;
  gap:12px!important;
  max-width:420px!important;
}
@media(max-width:820px){
  .customer-dashboard{
    grid-template-columns:1fr!important;
    margin:18px auto!important;
  }
  .customer-account-card{
    position:relative!important;
    top:auto!important;
  }
  .customer-info-grid{
    grid-template-columns:1fr!important;
  }
}


/* v50 MASO requested minimalist landing */
body:before{display:none!important;content:none!important}
body{background:#f7f0e6!important}
.hero{
  background:linear-gradient(135deg,#f8f1e8 0%,#efe0ce 100%)!important;
  color:var(--text)!important;
  border-bottom-left-radius:0!important;
  border-bottom-right-radius:0!important;
  padding:74px 0 54px!important;
}
.hero:after{display:none!important;content:none!important}
.hero h1,.hero h1 span{color:#2a211a!important}
.hero p[data-tagline]{color:#6f5f4d!important}
.hero .kicker{background:rgba(255,255,255,.68)!important;border-color:rgba(195,154,99,.24)!important;color:#8b6741!important}
.hero .hero-grid{grid-template-columns:1fr .86fr!important;gap:28px!important}
.hero-drink-visual{position:relative;min-height:430px;display:flex;align-items:flex-end;justify-content:center;overflow:visible}
.hero-drink-visual:before{content:"";position:absolute;width:82%;height:58%;right:8%;bottom:12%;border-radius:50%;background:rgba(151,105,58,.22);filter:blur(54px);transform:rotate(-8deg)}
.hero-drink-visual:after{content:"";position:absolute;width:58%;height:28%;right:24%;bottom:0;border-radius:50%;background:rgba(48,30,18,.14);filter:blur(24px)}
.hero-drink-visual img{position:relative;z-index:2;max-height:470px;width:auto;max-width:100%;object-fit:contain;filter:drop-shadow(0 28px 40px rgba(64,38,20,.22))}
.hero-card.image-card,.hero-card.image-card:before,.hero-card.image-card:after{display:none!important}
.hero-info-section{margin-top:0!important;padding:20px 0 28px!important;background:#f7f0e6!important}
.detached-info-row .hero-info-card{min-height:136px!important;border-radius:20px!important;box-shadow:none!important;background:rgba(255,255,255,.72)!important;border:1px solid rgba(212,185,151,.42)!important;backdrop-filter:blur(10px)!important}
.hero-info-icon{background:#fff!important;border:1px solid rgba(195,154,99,.35)!important;box-shadow:none!important}
.hero-info-icon img{filter:none!important}
.hours-line + .hours-line{margin-top:2px!important}
.footer{background:#241a13!important;border-top:0!important;margin-top:26px!important}
@media(max-width:900px){
 .hero .hero-grid{grid-template-columns:1fr!important;text-align:center!important}
 .hero .nav-actions{justify-content:center!important}
 .hero-drink-visual{min-height:320px;margin-top:10px}
 .hero-drink-visual img{max-height:360px}
 .hero-info-section{margin-top:0!important}
}


/* v53 MASO animated minimal hero */
.hero{
  position:relative!important;
  overflow:hidden!important;
  background:
    radial-gradient(circle at 72% 34%, rgba(195,154,99,.22), transparent 34%),
    linear-gradient(135deg,#fbf7ef 0%,#f4eadc 48%,#ead6bd 100%)!important;
}
.hero::after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  width:min(86vw,920px)!important;
  height:150px!important;
  left:50%!important;
  bottom:-46px!important;
  transform:translateX(-50%)!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,248,236,.78),rgba(195,154,99,.28),rgba(255,255,255,0))!important;
  filter:blur(20px)!important;
  opacity:.95!important;
  pointer-events:none!important;
  z-index:0!important;
}
.hero::before{
  content:""!important;
  position:absolute!important;
  width:560px!important;
  height:260px!important;
  right:42%!important;
  top:90px!important;
  border-radius:50%!important;
  background:radial-gradient(circle,rgba(255,255,255,.72),rgba(225,198,164,.30) 48%,rgba(255,255,255,0) 72%)!important;
  filter:blur(34px)!important;
  opacity:.78!important;
  animation:masoCloudFloat 13s ease-in-out infinite alternate!important;
  pointer-events:none!important;
  z-index:0!important;
}
.hero .hero-grid{position:relative!important;z-index:2!important}
.hero .hero-grid::before{
  content:"";
  position:absolute;
  width:360px;
  height:180px;
  left:6%;
  top:20%;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,255,255,.62),rgba(195,154,99,.22) 52%,transparent 74%);
  filter:blur(28px);
  animation:masoCloudFloatAlt 16s ease-in-out infinite alternate;
  pointer-events:none;
  z-index:-1;
}
.hero-drink-visual{position:relative!important;animation:masoHeroFloat 5.8s ease-in-out infinite!important;z-index:2!important}
.hero-drink-visual .hero-drink-blur{
  position:absolute!important;
  width:74%!important;
  height:64%!important;
  right:11%!important;
  bottom:9%!important;
  border-radius:48% 52% 45% 55%!important;
  background:radial-gradient(circle,rgba(181,123,73,.38),rgba(255,244,225,.22) 45%,transparent 70%)!important;
  filter:blur(44px)!important;
  animation:masoPulseBlur 6.8s ease-in-out infinite!important;
  z-index:0!important;
}
.hero-drink-visual img{
  animation:masoDrinkSway 7.2s ease-in-out infinite!important;
  transform-origin:50% 88%!important;
  will-change:transform,filter!important;
}
.hero-drink-visual::before{
  content:"";
  position:absolute;
  width:62%;
  height:90px;
  left:18%;
  bottom:-16px;
  border-radius:50%;
  background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,238,203,.75),rgba(174,122,78,.25),rgba(255,255,255,0));
  filter:blur(15px);
  z-index:1;
  pointer-events:none;
}
.site-logo{background:transparent!important;object-fit:contain!important}
.footer-btn.balad,.footer-btn.waze,[data-map-balad],[data-map-waze]{display:none!important}
@keyframes masoCloudFloat{
  0%{transform:translate3d(0,0,0) scale(1);opacity:.58}
  50%{transform:translate3d(-80px,22px,0) scale(1.08);opacity:.82}
  100%{transform:translate3d(70px,-18px,0) scale(.96);opacity:.66}
}
@keyframes masoCloudFloatAlt{
  0%{transform:translate3d(0,0,0) scale(.95);opacity:.45}
  100%{transform:translate3d(78px,-28px,0) scale(1.12);opacity:.72}
}
@keyframes masoHeroFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-14px)}
}
@keyframes masoDrinkSway{
  0%,100%{transform:rotate(-1.2deg) translateY(0);filter:drop-shadow(0 28px 40px rgba(64,38,20,.22))}
  50%{transform:rotate(1.4deg) translateY(-8px);filter:drop-shadow(0 36px 48px rgba(64,38,20,.28))}
}
@keyframes masoPulseBlur{
  0%,100%{transform:scale(.96);opacity:.72}
  50%{transform:scale(1.08);opacity:.95}
}
@media (prefers-reduced-motion: reduce){
  .hero::before,.hero .hero-grid::before,.hero-drink-visual,.hero-drink-visual .hero-drink-blur,.hero-drink-visual img{animation:none!important}
}
@media(max-width:900px){
  .hero::before{right:10%!important;top:230px!important;width:420px!important;height:210px!important}
  .hero::after{height:110px!important;bottom:-34px!important}
}

/* v54 hero redesign */
.hero{padding:76px 0 60px;position:relative;overflow:hidden}
.hero::before,.hero::after{content:"";position:absolute;border-radius:50%;filter:blur(80px);opacity:.55;animation:cloudMove 16s ease-in-out infinite}
.hero::before{width:420px;height:420px;background:#d7b089;right:8%;top:10%}
.hero::after{width:320px;height:320px;background:#f3d7b6;left:5%;bottom:5%;animation-delay:-8s}
.hero-drink-visual{position:relative;display:flex;justify-content:center;align-items:center}
.hero-drink-blur{position:absolute;width:70%;height:70%;background:radial-gradient(circle,#d8b18a 0%,transparent 70%);filter:blur(60px);animation:pulseGlow 6s ease-in-out infinite}
.hero-drink-visual img{max-width:700px;width:100%;height:auto;animation:heroFloat 6s ease-in-out infinite;filter:drop-shadow(0 25px 40px rgba(0,0,0,.15))}
.hero-gradient-bar{position:absolute;left:0;right:0;bottom:0;height:120px;background:linear-gradient(to bottom,transparent,rgba(255,255,255,.8),transparent)}
@keyframes heroFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-14px)}}
@keyframes cloudMove{0%,100%{transform:translate(0,0)}50%{transform:translate(40px,-30px)}}
@keyframes pulseGlow{0%,100%{opacity:.45}50%{opacity:.8}}
.hero-card{display:none!important}

/* v55 hero update */
.hero-drink-visual img{max-height:700px!important;width:min(48vw,820px)!important;filter:none!important;animation:heroFloat 6s ease-in-out infinite}
.hero-drink-visual:before{background:rgba(180,120,70,.18)!important;filter:blur(90px)!important}
.hero-drink-visual:after{display:none!important}
@media(max-width:768px){.hero-drink-visual img{width:85%!important;max-height:none!important}}

/* v56 hero sizing and clean background fix */
.hero{
  padding:68px 0 58px!important;
  background:linear-gradient(135deg,#fbf7ef 0%,#f4eadc 52%,#ead6bd 100%)!important;
}
.hero .hero-grid{
  grid-template-columns:.82fr 1.18fr!important;
  gap:18px!important;
}
.hero-drink-visual{
  min-height:500px!important;
  align-items:center!important;
  justify-content:center!important;
  margin-inline-start:-72px!important;
  overflow:visible!important;
}
.hero-drink-visual img{
  width:min(62vw,980px)!important;
  max-width:none!important;
  max-height:none!important;
  height:auto!important;
  display:block!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:transparent!important;
  filter:none!important;
  animation:heroFloat 6s ease-in-out infinite!important;
}
.hero-drink-visual::before,
.hero-drink-visual::after,
.hero-drink-blur,
.hero-gradient-bar{
  display:none!important;
  content:none!important;
  background:none!important;
}
.hero::after{
  display:none!important;
  content:none!important;
}
@media(max-width:900px){
  .hero .hero-grid{grid-template-columns:1fr!important;gap:20px!important}
  .hero-drink-visual{min-height:auto!important;margin:22px 0 0!important}
  .hero-drink-visual img{width:min(94vw,620px)!important}
}
@media(max-width:520px){
  .hero-drink-visual img{width:108vw!important;max-width:none!important}
}


/* v57 hero image replacement + larger clean layout */
.hero .hero-grid{
  grid-template-columns:.78fr 1.22fr!important;
  align-items:center!important;
}
.hero-drink-visual{
  min-height:560px!important;
  align-items:center!important;
  justify-content:center!important;
  margin-inline-start:-96px!important;
  overflow:visible!important;
}
.hero-drink-visual img{
  content:url("../../assets/images/hero-maso-v57.png")!important;
  width:min(72vw,1120px)!important;
  max-width:none!important;
  max-height:none!important;
  height:auto!important;
  display:block!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:transparent!important;
  filter:none!important;
  animation:masoDrinkSway 7.2s ease-in-out infinite!important;
  transform-origin:50% 88%!important;
}
.hero-drink-visual::before,
.hero-drink-visual::after,
.hero-gradient-bar{
  display:none!important;
  content:none!important;
  background:none!important;
}
.hero-drink-blur{
  display:block!important;
  width:82%!important;
  height:62%!important;
  right:8%!important;
  bottom:16%!important;
  border-radius:48% 52% 45% 55%!important;
  background:radial-gradient(circle,rgba(181,123,73,.22),rgba(255,244,225,.16) 45%,transparent 72%)!important;
  filter:blur(72px)!important;
  animation:masoPulseBlur 7s ease-in-out infinite!important;
  z-index:0!important;
}
.food-image img{
  object-fit:cover!important;
}
@media(max-width:1100px){
  .hero-drink-visual{margin-inline-start:-48px!important;min-height:500px!important}
  .hero-drink-visual img{width:min(70vw,900px)!important}
}
@media(max-width:900px){
  .hero .hero-grid{grid-template-columns:1fr!important}
  .hero-drink-visual{min-height:auto!important;margin:18px 0 0!important}
  .hero-drink-visual img{width:min(100vw,760px)!important}
}
@media(max-width:520px){
  .hero-drink-visual img{width:118vw!important}
}

/* v58 hero size correction */
.hero{
  padding:62px 0 50px!important;
}
.hero .hero-grid{
  grid-template-columns:.92fr 1.08fr!important;
  gap:28px!important;
}
.hero-drink-visual{
  min-height:430px!important;
  margin-inline-start:-38px!important;
  align-items:center!important;
  justify-content:center!important;
}
.hero-drink-visual img{
  width:min(54vw,780px)!important;
  max-width:none!important;
  height:auto!important;
}
.hero-drink-blur{
  width:68%!important;
  height:52%!important;
  right:16%!important;
  bottom:20%!important;
  filter:blur(64px)!important;
  opacity:.75!important;
}
@media(max-width:1100px){
  .hero-drink-visual{min-height:390px!important;margin-inline-start:-18px!important}
  .hero-drink-visual img{width:min(54vw,660px)!important}
}
@media(max-width:900px){
  .hero .hero-grid{grid-template-columns:1fr!important;text-align:center!important}
  .hero-drink-visual{min-height:auto!important;margin:18px 0 0!important}
  .hero-drink-visual img{width:min(86vw,560px)!important}
}
@media(max-width:520px){
  .hero-drink-visual img{width:92vw!important}
}


/* v59 seamless sections + compact responsive info cards + placeholders */
:root{
  --maso-hero-top:#f8f1e7;
  --maso-hero-mid:#f3e7d7;
  --maso-page-bg:#efe3d2;
}
body{
  background:linear-gradient(180deg,var(--maso-hero-top) 0%,var(--maso-hero-mid) 34%,var(--maso-page-bg) 100%)!important;
}
.hero{
  background:
    radial-gradient(circle at 18% 36%,rgba(255,255,255,.72) 0%,rgba(255,255,255,.32) 24%,rgba(255,255,255,0) 52%),
    linear-gradient(180deg,var(--maso-hero-top) 0%,#f6ebdc 50%,var(--maso-page-bg) 100%)!important;
  border-radius:0!important;
  padding-bottom:64px!important;
}
.hero-gradient-bar{
  display:none!important;
}
.hero-info-section{
  margin-top:0!important;
  padding:0 0 28px!important;
  background:linear-gradient(180deg,var(--maso-page-bg) 0%,#f1e6d8 100%)!important;
  border-top:0!important;
}
.hero-info-section::before{
  content:"";
  position:absolute;
  left:0;right:0;top:-110px;height:110px;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(239,227,210,0) 0%,var(--maso-page-bg) 78%,var(--maso-page-bg) 100%);
}
.detached-info-row{
  grid-template-columns:1.05fr .9fr .95fr!important;
  gap:14px!important;
  margin-top:0!important;
  align-items:stretch!important;
}
.detached-info-row .hero-info-card{
  min-height:118px!important;
  padding:16px 16px!important;
  border-radius:18px!important;
  gap:6px!important;
  box-shadow:0 10px 24px rgba(75,35,10,.07)!important;
  background:rgba(255,250,242,.76)!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
}
.hero-info-icon{
  width:38px!important;
  height:38px!important;
  padding:9px!important;
  margin-bottom:2px!important;
}
.detached-info-row .hero-info-title{
  font-size:16px!important;
  margin:0 0 4px!important;
}
.detached-info-row .hero-info-card span:not(.hero-info-icon):not(.hero-info-separator),
.detached-info-row .hero-info-card a{
  font-size:13.5px!important;
  line-height:1.75!important;
}
.detached-info-row .hero-phone{
  font-size:15px!important;
  line-height:1.5!important;
}
.detached-info-row .hero-address-card span[data-address]{
  max-width:100%!important;
  white-space:normal!important;
  overflow-wrap:normal!important;
  text-wrap:balance;
  line-height:1.75!important;
}
.detached-info-row .hero-hours-card .hours-line{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  flex-wrap:wrap!important;
  line-height:1.6!important;
}
.hero-drink-visual img{
  content:url("../../assets/images/hero-maso-v59.png")!important;
  width:min(47vw,690px)!important;
  max-width:none!important;
}
.food img,.food-image img{
  object-fit:contain!important;
  background:#fff7ee!important;
  padding:18px!important;
}
@media(max-width:900px){
  .hero{padding-bottom:42px!important}
  .hero-info-section{padding-top:10px!important}
  .detached-info-row{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:10px!important;
  }
  .detached-info-row .hero-info-card{
    min-height:104px!important;
    padding:12px 9px!important;
    border-radius:16px!important;
  }
  .hero-info-icon{width:34px!important;height:34px!important;padding:8px!important}
  .detached-info-row .hero-info-title{font-size:14px!important}
  .detached-info-row .hero-info-card span:not(.hero-info-icon):not(.hero-info-separator),
  .detached-info-row .hero-info-card a{font-size:11.5px!important;line-height:1.55!important}
  .detached-info-row .hero-phone{font-size:13px!important}
  .hero-drink-visual img{width:min(82vw,510px)!important}
}
@media(max-width:620px){
  .detached-info-row{
    grid-template-columns:1fr!important;
    gap:8px!important;
  }
  .detached-info-row .hero-info-card{
    min-height:82px!important;
    display:grid!important;
    grid-template-columns:34px auto!important;
    grid-template-rows:auto auto!important;
    column-gap:10px!important;
    text-align:right!important;
    align-items:center!important;
    justify-content:stretch!important;
    padding:11px 13px!important;
  }
  .hero-info-icon{grid-row:1/3;margin:0!important}
  .detached-info-row .hero-info-title{margin:0!important;text-align:right!important}
  .detached-info-row .hero-info-card span:not(.hero-info-icon):not(.hero-info-separator),
  .detached-info-row .hero-info-card a{text-align:right!important;font-size:12.5px!important}
  .detached-info-row .hero-address-card span[data-address]{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:calc(100vw - 115px)!important}
  .detached-info-row .hero-hours-card .hours-line{justify-content:flex-start!important}
}

/* v60 - MASO glassmorphism landing redesign + animated blurred aura + glass category toolbar */
:root{
  --maso-cream:#fff8ef;
  --maso-warm:#f4e5d2;
  --maso-peach:#ffd8a8;
  --maso-lilac:#efe8ff;
  --maso-caramel:#c7965f;
  --maso-coffee:#2d2018;
}
body{
  background:
    radial-gradient(circle at 0% 12%, rgba(255,207,142,.45), transparent 26%),
    radial-gradient(circle at 104% 34%, rgba(226,218,255,.58), transparent 28%),
    linear-gradient(180deg,#fffaf3 0%,#f8eddd 46%,#fff7ec 78%,#fffaf5 100%)!important;
}
body::before,
body::after{
  content:""!important;
  display:block!important;
  position:fixed!important;
  width:420px!important;
  height:420px!important;
  border-radius:45% 55% 60% 40%!important;
  filter:blur(68px)!important;
  opacity:.36!important;
  pointer-events:none!important;
  z-index:-1!important;
  animation:masoPageAura 18s ease-in-out infinite alternate!important;
}
body::before{right:-120px;top:380px;background:rgba(255,189,112,.72)!important}
body::after{left:-130px;top:650px;background:rgba(213,203,255,.72)!important;animation-delay:-7s!important}
.topbar{
  background:rgba(255,250,244,.72)!important;
  border-bottom:1px solid rgba(201,159,110,.20)!important;
  backdrop-filter:blur(22px)!important;
  -webkit-backdrop-filter:blur(22px)!important;
  box-shadow:0 8px 30px rgba(65,38,18,.04)!important;
}
.hero{
  min-height:610px!important;
  padding:88px 0 116px!important;
  overflow:hidden!important;
  background:
    radial-gradient(circle at 15% 18%, rgba(255,220,180,.70), transparent 22%),
    radial-gradient(circle at 74% 70%, rgba(226,218,255,.68), transparent 31%),
    radial-gradient(circle at 49% 38%, rgba(255,255,255,.80), transparent 35%),
    linear-gradient(135deg,#fff8ef 0%,#f6e6d3 56%,#efe0ce 100%)!important;
}
.hero::before{
  content:""!important;
  display:block!important;
  position:absolute!important;
  width:560px!important;
  height:430px!important;
  left:3%!important;
  right:auto!important;
  top:35px!important;
  border-radius:48% 52% 59% 41%!important;
  background:radial-gradient(circle,rgba(255,209,160,.72),rgba(255,244,232,.42) 43%,transparent 72%)!important;
  filter:blur(42px)!important;
  opacity:.72!important;
  animation:masoBlobLeft 17s ease-in-out infinite alternate!important;
  z-index:0!important;
}
.hero::after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  width:520px!important;
  height:420px!important;
  right:auto!important;
  left:55%!important;
  top:255px!important;
  bottom:auto!important;
  border-radius:55% 45% 44% 56%!important;
  background:radial-gradient(circle,rgba(222,214,255,.78),rgba(255,255,255,.46) 44%,transparent 72%)!important;
  filter:blur(48px)!important;
  opacity:.68!important;
  transform:none!important;
  animation:masoBlobRight 20s ease-in-out infinite alternate!important;
  z-index:0!important;
}
.hero .hero-grid{
  grid-template-columns:.9fr 1.1fr!important;
  gap:54px!important;
  align-items:center!important;
  position:relative!important;
  z-index:2!important;
}
.hero .hero-grid > div:first-child{
  padding:28px 30px!important;
  border-radius:36px!important;
  background:rgba(255,255,255,.20)!important;
  border:1px solid rgba(255,255,255,.36)!important;
  backdrop-filter:blur(12px)!important;
  -webkit-backdrop-filter:blur(12px)!important;
}
.hero .kicker{
  background:rgba(255,255,255,.64)!important;
  border:1px solid rgba(255,255,255,.58)!important;
  box-shadow:0 14px 34px rgba(80,45,16,.06)!important;
  color:#9a7148!important;
}
.hero h1{font-size:50px!important;line-height:1.45!important;color:var(--maso-coffee)!important}
.hero p[data-tagline]{color:#6f5f4d!important;max-width:540px!important}
.hero-drink-visual{min-height:430px!important;align-items:center!important;justify-content:center!important}
.hero-drink-visual::before{
  width:66%!important;
  height:115px!important;
  bottom:4%!important;
  left:17%!important;
  background:radial-gradient(ellipse,rgba(124,78,42,.20),transparent 70%)!important;
  filter:blur(22px)!important;
}
.hero-drink-visual::after{display:none!important}
.hero-drink-visual .hero-drink-blur{
  width:68%!important;
  height:68%!important;
  right:16%!important;
  bottom:16%!important;
  background:radial-gradient(circle,rgba(255,213,157,.55),rgba(196,139,83,.20) 48%,transparent 72%)!important;
  filter:blur(46px)!important;
}
.hero-drink-visual img{
  width:min(35vw,560px)!important;
  max-height:455px!important;
  max-width:100%!important;
  filter:drop-shadow(0 34px 50px rgba(64,38,20,.18))!important;
}
.hero-gradient-bar{display:none!important}
.hero-info-section{
  margin-top:-78px!important;
  padding:0 0 56px!important;
  background:linear-gradient(180deg,rgba(244,229,210,0),rgba(248,238,224,.48) 46%,rgba(255,248,239,.78) 100%)!important;
  position:relative!important;
  z-index:4!important;
}
.detached-info-row{
  gap:18px!important;
  align-items:stretch!important;
}
.detached-info-row .hero-info-card{
  min-height:150px!important;
  padding:20px 18px!important;
  border-radius:28px!important;
  background:linear-gradient(145deg,rgba(255,255,255,.50),rgba(255,255,255,.22))!important;
  border:1px solid rgba(255,255,255,.58)!important;
  box-shadow:0 22px 55px rgba(83,50,24,.11)!important;
  backdrop-filter:blur(18px) saturate(140%)!important;
  -webkit-backdrop-filter:blur(18px) saturate(140%)!important;
  justify-content:center!important;
}
.hero-info-icon{
  width:52px!important;height:52px!important;
  border-radius:18px!important;
  background:radial-gradient(circle at 30% 20%,#fff5dc,#f0b765 60%,#d4934f)!important;
  border:1px solid rgba(255,255,255,.54)!important;
  box-shadow:0 14px 28px rgba(208,142,72,.23)!important;
}
.hero-info-icon img{filter:brightness(0) invert(1)!important}
.detached-info-row .hero-info-title{font-size:16px!important;color:#2f2118!important;margin:4px 0 7px!important}
.detached-info-row .hero-info-card span:not(.hero-info-icon):not(.hero-info-separator),
.detached-info-row .hero-phone{
  font-size:13px!important;line-height:1.9!important;color:#2e2119!important;font-weight:800!important
}
.detached-info-row .hero-address-card span[data-address]{max-width:100%!important;white-space:normal!important;text-wrap:balance!important}
.section:not(.hero-info-section):not(.footer){
  position:relative!important;
  background:transparent!important;
}
#menu{
  padding-top:34px!important;
}
#menu .container{
  position:relative!important;
  padding-top:18px!important;
}
#menu .container::before{
  content:"";
  position:absolute;
  inset:0 -12px auto -12px;
  height:100%;
  min-height:680px;
  border-radius:34px;
  background:linear-gradient(145deg,rgba(255,255,255,.36),rgba(255,255,255,.14));
  border:1px solid rgba(255,255,255,.46);
  box-shadow:0 24px 70px rgba(98,58,24,.08);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  z-index:-1;
}
#categories.categories{
  top:78px!important;
  display:flex!important;
  justify-content:center!important;
  gap:14px!important;
  padding:12px!important;
  margin:10px auto 30px!important;
  border-radius:28px!important;
  background:rgba(255,255,255,.38)!important;
  border:1px solid rgba(255,255,255,.58)!important;
  box-shadow:0 18px 48px rgba(91,53,22,.09)!important;
  backdrop-filter:blur(20px) saturate(145%)!important;
  -webkit-backdrop-filter:blur(20px) saturate(145%)!important;
  overflow-x:auto!important;
  scrollbar-width:none!important;
}
#categories.categories::-webkit-scrollbar{display:none!important}
#categories .cat{
  min-width:92px!important;
  height:86px!important;
  padding:10px 12px!important;
  flex:0 0 auto!important;
  border-radius:18px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  background:linear-gradient(145deg,rgba(255,255,255,.62),rgba(255,255,255,.26))!important;
  border:1px solid rgba(255,255,255,.62)!important;
  box-shadow:0 12px 28px rgba(80,46,18,.07)!important;
  color:#6f513a!important;
}
#categories .cat .cat-icon{
  width:34px;height:34px;
  display:inline-flex;align-items:center;justify-content:center;
  border-radius:12px;
  background:rgba(255,255,255,.62);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.75);
  font-size:18px;line-height:1;
}
#categories .cat .cat-label{font-size:12px!important;font-weight:950!important;line-height:1.2!important;text-align:center!important}
#categories .cat.active{
  background:linear-gradient(145deg,#7a4d2f,#3a2418)!important;
  color:#fff!important;
  transform:translateY(-2px)!important;
  box-shadow:0 18px 36px rgba(58,36,24,.22)!important;
}
#categories .cat.active .cat-icon{background:rgba(255,255,255,.17)}
.category-header{display:none!important}
.menu-category-section{scroll-margin-top:190px!important;margin-bottom:22px!important}
.food.card{
  background:linear-gradient(145deg,rgba(255,255,255,.56),rgba(255,255,255,.28))!important;
  border:1px solid rgba(255,255,255,.62)!important;
  border-radius:24px!important;
  backdrop-filter:blur(14px)!important;
  -webkit-backdrop-filter:blur(14px)!important;
  box-shadow:0 18px 44px rgba(85,50,24,.08)!important;
}
.food img{
  background:linear-gradient(135deg,rgba(239,221,207,.78),rgba(255,255,255,.52))!important;
  border:1px solid rgba(255,255,255,.56)!important;
}
.footer{margin-top:0!important}
@keyframes masoPageAura{0%{transform:translate3d(0,0,0) scale(.95)}100%{transform:translate3d(70px,-50px,0) scale(1.08)}}
@keyframes masoBlobLeft{0%{transform:translate3d(0,0,0) scale(.96) rotate(0deg)}50%{transform:translate3d(90px,32px,0) scale(1.10) rotate(10deg)}100%{transform:translate3d(18px,82px,0) scale(1.02) rotate(-8deg)}}
@keyframes masoBlobRight{0%{transform:translate3d(0,0,0) scale(.94) rotate(0deg)}50%{transform:translate3d(-96px,-28px,0) scale(1.08) rotate(-12deg)}100%{transform:translate3d(-32px,62px,0) scale(1.02) rotate(8deg)}}
@media(max-width:900px){
  .hero{min-height:auto!important;padding:62px 0 86px!important}
  .hero .hero-grid{grid-template-columns:1fr!important;gap:18px!important;text-align:center!important}
  .hero .hero-grid > div:first-child{padding:20px 16px!important;border-radius:28px!important;order:1}
  .hero-drink-visual{order:0;min-height:310px!important}
  .hero-drink-visual img{width:min(82vw,430px)!important;max-height:330px!important}
  .hero h1{font-size:35px!important;line-height:1.48!important}
  .hero-info-section{margin-top:-46px!important;padding-bottom:36px!important}
  .detached-info-row{grid-template-columns:1fr!important;gap:12px!important}
  .detached-info-row .hero-info-card{min-height:auto!important;padding:16px 14px!important;border-radius:22px!important}
  .detached-info-row .hero-address-card span[data-address]{font-size:12.5px!important;line-height:1.8!important}
  #categories.categories{top:64px!important;justify-content:flex-start!important;margin-inline:-8px!important;border-radius:22px!important;padding:10px!important}
  #categories .cat{min-width:82px!important;height:78px!important;padding:8px!important}
  #categories .cat .cat-icon{width:30px;height:30px;font-size:16px}
  #categories .cat .cat-label{font-size:11px!important}
  #menu .container::before{inset:0 0 auto 0;border-radius:26px}
}
@media(max-width:520px){
  .topbar .nav{gap:10px!important}
  .hero{padding-top:48px!important}
  .hero h1{font-size:30px!important}
  .hero .nav-actions{gap:8px!important}
  .hero .btn{padding:11px 12px!important;font-size:12px!important}
  .hero-drink-visual{min-height:270px!important}
  .hero-drink-visual img{width:88vw!important;max-height:290px!important}
}


/* v61 MASO landing polish: seamless gradients, moving glass auras, equal info cards, category alignment */
:root{
  --maso-bg-top:#fbf5ec;
  --maso-bg-mid:#f4e7d5;
  --maso-bg-soft:#fff9f1;
  --maso-glass:rgba(255,255,255,.46);
  --maso-glass-border:rgba(255,255,255,.68);
}
body{
  background:
    radial-gradient(900px 520px at 7% 28%, rgba(255,196,126,.34), transparent 64%),
    radial-gradient(760px 520px at 94% 44%, rgba(211,178,255,.20), transparent 66%),
    linear-gradient(180deg,var(--maso-bg-top) 0%,#f7ecdd 34%,#fff8ef 68%,#f4e7d5 100%)!important;
}
main{
  position:relative;
  overflow:hidden;
  background:transparent!important;
}
main::before,
main::after{
  content:"";
  position:absolute;
  width:520px;
  height:520px;
  border-radius:42% 58% 55% 45%;
  pointer-events:none;
  z-index:0;
  opacity:.72;
  filter:blur(54px);
  will-change:transform;
}
main::before{
  right:-145px;
  top:255px;
  background:radial-gradient(circle at 40% 40%,rgba(255,207,141,.55),rgba(244,167,83,.26) 44%,transparent 72%);
  animation:masoAuraV61A 18s ease-in-out infinite alternate;
}
main::after{
  left:-170px;
  top:670px;
  background:radial-gradient(circle at 48% 44%,rgba(214,190,255,.36),rgba(255,229,192,.22) 48%,transparent 74%);
  animation:masoAuraV61B 21s ease-in-out infinite alternate;
}
.hero,
.hero-info-section,
#menu,
.gallery-section{
  position:relative!important;
  z-index:1!important;
  background:transparent!important;
}
.hero{
  isolation:isolate;
  overflow:visible!important;
  padding:64px 0 118px!important;
  background:
    radial-gradient(680px 420px at 24% 42%,rgba(255,210,150,.30),transparent 62%),
    radial-gradient(580px 420px at 76% 18%,rgba(255,255,255,.40),transparent 65%),
    linear-gradient(180deg,rgba(255,250,243,.78) 0%,rgba(248,236,218,.62) 72%,rgba(247,234,214,0) 100%)!important;
}
.hero::before{
  display:block!important;
  content:""!important;
  position:absolute!important;
  width:430px!important;
  height:300px!important;
  right:5%!important;
  top:116px!important;
  border-radius:48% 52% 44% 56%!important;
  background:radial-gradient(circle at 48% 52%,rgba(255,201,126,.44),rgba(255,242,218,.34) 52%,transparent 76%)!important;
  filter:blur(48px)!important;
  opacity:.74!important;
  animation:masoHeroCloudV61 16s ease-in-out infinite alternate!important;
  z-index:-1!important;
  pointer-events:none!important;
}
.hero::after{
  display:block!important;
  content:""!important;
  position:absolute!important;
  width:520px!important;
  height:360px!important;
  left:-80px!important;
  bottom:22px!important;
  border-radius:54% 46% 60% 40%!important;
  background:radial-gradient(circle at 42% 46%,rgba(205,184,255,.25),rgba(255,219,165,.20) 50%,transparent 76%)!important;
  filter:blur(56px)!important;
  opacity:.62!important;
  animation:masoHeroCloudV61B 19s ease-in-out infinite alternate!important;
  z-index:-1!important;
  pointer-events:none!important;
}
.hero .hero-grid{
  align-items:center!important;
}
.hero .hero-grid > div:first-child{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  padding:0!important;
  border-radius:0!important;
}
.hero .kicker{
  background:rgba(255,255,255,.70)!important;
  border:1px solid rgba(255,255,255,.72)!important;
  box-shadow:0 12px 34px rgba(93,55,22,.08)!important;
  backdrop-filter:blur(14px)!important;
  -webkit-backdrop-filter:blur(14px)!important;
}
.hero-info-section{
  margin-top:-74px!important;
  padding:0 0 42px!important;
  background:linear-gradient(180deg,rgba(247,234,214,0) 0%,rgba(247,234,214,.34) 32%,rgba(255,248,239,.56) 72%,rgba(255,248,239,.18) 100%)!important;
}
.hero-info-section::after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:-110px;
  height:180px;
  background:linear-gradient(180deg,rgba(255,248,239,.18) 0%,rgba(255,248,239,.72) 54%,rgba(255,248,239,0) 100%);
  pointer-events:none;
  z-index:-1;
}
.detached-info-row{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:22px!important;
  align-items:stretch!important;
  max-width:1120px!important;
  margin:0 auto!important;
}
.detached-info-row .hero-info-card{
  min-height:192px!important;
  height:100%!important;
  padding:24px 22px!important;
  border-radius:28px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:8px!important;
  text-align:center!important;
  background:linear-gradient(145deg,rgba(255,255,255,.62),rgba(255,255,255,.30))!important;
  border:1px solid var(--maso-glass-border)!important;
  box-shadow:0 26px 64px rgba(95,58,25,.10), inset 0 1px 0 rgba(255,255,255,.72)!important;
  backdrop-filter:blur(22px) saturate(145%)!important;
  -webkit-backdrop-filter:blur(22px) saturate(145%)!important;
}
.hero-info-icon{
  width:52px!important;
  height:52px!important;
  min-width:52px!important;
  min-height:52px!important;
  margin:0 auto 6px!important;
  flex:0 0 52px!important;
  border-radius:18px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.hero-info-icon img{
  width:27px!important;
  height:27px!important;
  object-fit:contain!important;
}
.detached-info-row .hero-info-title{
  min-height:28px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  font-size:17px!important;
  line-height:1.6!important;
}
.detached-info-row .hero-info-card span:not(.hero-info-icon):not(.hero-info-separator),
.detached-info-row .hero-phone,
.detached-info-row .hours-line{
  width:100%!important;
  margin:0!important;
  font-size:13.5px!important;
  line-height:1.85!important;
  color:#2f231b!important;
  font-weight:800!important;
}
.detached-info-row .hours-line{
  display:grid!important;
  gap:2px!important;
}
.detached-info-row .hours-line strong,
.detached-info-row .hours-line em{
  display:block!important;
  font-style:normal!important;
}
.detached-info-row .hero-address-card span[data-address]{
  max-width:270px!important;
  margin-inline:auto!important;
  white-space:normal!important;
  text-wrap:balance!important;
}
#menu{
  margin-top:0!important;
  padding-top:54px!important;
  background:linear-gradient(180deg,rgba(255,248,239,.10) 0%,rgba(255,248,239,.64) 32%,rgba(246,232,211,.42) 100%)!important;
}
#menu::before{
  content:"";
  position:absolute;
  right:-12%;top:80px;
  width:420px;height:420px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,185,102,.22),transparent 70%);
  filter:blur(54px);
  animation:masoAuraV61C 18s ease-in-out infinite alternate;
  pointer-events:none;
}
#menu .container::before{
  inset:26px 0 auto 0!important;
  border-radius:34px!important;
  background:linear-gradient(145deg,rgba(255,255,255,.44),rgba(255,255,255,.20))!important;
  border:1px solid rgba(255,255,255,.58)!important;
  box-shadow:0 28px 78px rgba(99,62,31,.08),inset 0 1px 0 rgba(255,255,255,.64)!important;
}
#categories.categories{
  width:100%!important;
  max-width:100%!important;
  box-sizing:border-box!important;
  justify-content:flex-start!important;
  align-items:stretch!important;
  gap:12px!important;
  padding:12px!important;
  margin:18px 0 32px!important;
  scroll-padding-inline:12px!important;
}
#categories .cat{
  width:92px!important;
  min-width:92px!important;
  height:88px!important;
  box-sizing:border-box!important;
  border-radius:18px!important;
}
#categories .cat .cat-icon{
  width:36px!important;
  height:36px!important;
  min-height:36px!important;
  margin:0!important;
  border-radius:13px!important;
}
#categories .cat .cat-label{
  min-height:28px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
}
@keyframes masoHeroCloudV61{
  0%{transform:translate3d(0,0,0) scale(.94) rotate(0deg)}
  50%{transform:translate3d(-66px,18px,0) scale(1.08) rotate(8deg)}
  100%{transform:translate3d(38px,-26px,0) scale(1.02) rotate(-6deg)}
}
@keyframes masoHeroCloudV61B{
  0%{transform:translate3d(0,0,0) scale(.96)}
  100%{transform:translate3d(84px,-34px,0) scale(1.10)}
}
@keyframes masoAuraV61A{
  0%{transform:translate3d(0,0,0) scale(.95) rotate(0deg)}
  100%{transform:translate3d(-90px,42px,0) scale(1.10) rotate(12deg)}
}
@keyframes masoAuraV61B{
  0%{transform:translate3d(0,0,0) scale(.94) rotate(0deg)}
  100%{transform:translate3d(86px,-54px,0) scale(1.08) rotate(-10deg)}
}
@keyframes masoAuraV61C{
  0%{transform:translate3d(0,0,0) scale(.96)}
  100%{transform:translate3d(-90px,70px,0) scale(1.12)}
}
@media(max-width:900px){
  main::before{right:-230px;top:260px;width:480px;height:480px}
  main::after{left:-240px;top:780px;width:460px;height:460px}
  .hero{padding:54px 0 86px!important}
  .hero .hero-grid > div:first-child{padding:0!important;border-radius:0!important;order:1!important}
  .hero .nav-actions{justify-content:center!important}
  .hero-info-section{margin-top:-44px!important;padding-bottom:34px!important}
  .detached-info-row{grid-template-columns:1fr!important;gap:14px!important;max-width:520px!important}
  .detached-info-row .hero-info-card{min-height:142px!important;padding:18px 16px!important;border-radius:24px!important}
  .detached-info-row .hero-address-card span[data-address]{max-width:310px!important;font-size:12.8px!important;line-height:1.75!important}
  #menu{padding-top:38px!important}
  #categories.categories{margin-inline:0!important;width:100%!important;border-radius:22px!important;gap:10px!important;padding:10px!important}
  #categories .cat{width:84px!important;min-width:84px!important;height:80px!important}
  #categories .cat .cat-icon{width:32px!important;height:32px!important;min-height:32px!important}
}
@media(max-width:520px){
  .hero h1{font-size:31px!important;line-height:1.48!important}
  .hero p[data-tagline]{font-size:15px!important;line-height:1.9!important}
  .detached-info-row .hero-info-card{min-height:132px!important}
  .hero-info-icon{width:46px!important;height:46px!important;min-width:46px!important;min-height:46px!important;flex-basis:46px!important;border-radius:16px!important}
  .hero-info-icon img{width:24px!important;height:24px!important}
  #categories .cat{width:78px!important;min-width:78px!important;height:76px!important;padding:8px 7px!important}
  #categories .cat .cat-label{font-size:10.5px!important}
}

/* v62 - responsive category drag, menu glass spacing, equal info cards */
:root{--maso-v62-panel:rgba(255,255,255,.42);--maso-v62-panel-border:rgba(255,255,255,.68)}
#menu{
  padding-top:76px!important;
}
#menu .container{
  position:relative!important;
  padding:34px 34px 44px!important;
  border-radius:36px!important;
  isolation:isolate!important;
}
#menu .container::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  height:auto!important;
  pointer-events:none!important;
  border-radius:36px!important;
  background:linear-gradient(145deg,rgba(255,255,255,.48),rgba(255,255,255,.22))!important;
  border:1px solid rgba(255,255,255,.62)!important;
  box-shadow:0 30px 90px rgba(89,55,27,.08), inset 0 1px 0 rgba(255,255,255,.68)!important;
  backdrop-filter:blur(20px) saturate(145%)!important;
  -webkit-backdrop-filter:blur(20px) saturate(145%)!important;
  z-index:-1!important;
}
#menu .section-title{
  padding:0 8px 0!important;
  margin-bottom:24px!important;
  align-items:center!important;
}
#menu .section-title h2{
  line-height:1.35!important;
  margin-bottom:8px!important;
}
#menu .section-title p{
  line-height:1.9!important;
  margin:0!important;
}
#menu .section-title .btn{
  margin-inline-start:18px!important;
  flex:0 0 auto!important;
}
#categories.categories{
  position:sticky!important;
  top:78px!important;
  z-index:12!important;
  display:flex!important;
  flex-wrap:nowrap!important;
  justify-content:flex-start!important;
  align-items:stretch!important;
  gap:12px!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  -webkit-overflow-scrolling:touch!important;
  touch-action:pan-x!important;
  overscroll-behavior-x:contain!important;
  scroll-snap-type:x proximity!important;
  scroll-padding-inline:14px!important;
  padding:14px!important;
  margin:0 0 36px!important;
  border-radius:24px!important;
  background:linear-gradient(145deg,rgba(255,255,255,.50),rgba(255,255,255,.24))!important;
  border:1px solid rgba(255,255,255,.66)!important;
  box-shadow:0 16px 44px rgba(86,52,27,.08), inset 0 1px 0 rgba(255,255,255,.68)!important;
  backdrop-filter:blur(18px) saturate(145%)!important;
  -webkit-backdrop-filter:blur(18px) saturate(145%)!important;
  cursor:grab!important;
  user-select:none!important;
}
#categories.categories.is-dragging{cursor:grabbing!important;scroll-snap-type:none!important}
#categories.categories::-webkit-scrollbar{height:0!important;display:none!important}
#categories .cat{
  scroll-snap-align:start!important;
  flex:0 0 92px!important;
  width:92px!important;
  min-width:92px!important;
  height:88px!important;
  margin:0!important;
}
.menu-category-section{scroll-margin-top:205px!important}
.detached-info-row{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:22px!important;
}
.detached-info-row .hero-info-card{
  width:100%!important;
  height:200px!important;
  min-height:200px!important;
  max-height:200px!important;
  padding:22px 20px!important;
  justify-content:center!important;
  align-items:center!important;
  gap:8px!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
}
.detached-info-row .hero-info-title{min-height:28px!important;margin:0!important;line-height:1.5!important}
.detached-info-row .hero-info-card span:not(.hero-info-icon):not(.hero-info-separator),
.detached-info-row .hero-phone,
.detached-info-row .hours-line{
  display:block!important;
  max-width:290px!important;
  margin-inline:auto!important;
  text-align:center!important;
}
.detached-info-row .hero-address-card span[data-address]{
  max-width:300px!important;
  white-space:normal!important;
  overflow-wrap:normal!important;
  text-wrap:balance!important;
}
@media(max-width:900px){
  #menu{padding-top:56px!important}
  #menu .container{padding:22px 14px 28px!important;border-radius:28px!important}
  #menu .container::before{border-radius:28px!important}
  #menu .section-title{padding:0 6px!important;gap:14px!important;align-items:flex-start!important}
  #menu .section-title .btn{margin-inline-start:0!important;margin-top:8px!important;align-self:flex-start!important}
  #categories.categories{
    top:68px!important;
    width:100%!important;
    max-width:100%!important;
    margin:0 0 28px!important;
    padding:12px!important;
    gap:10px!important;
    border-radius:22px!important;
  }
  #categories .cat{flex-basis:84px!important;width:84px!important;min-width:84px!important;height:80px!important}
  .menu-category-section{scroll-margin-top:178px!important}
  .detached-info-row{grid-template-columns:1fr!important;gap:14px!important;max-width:520px!important}
  .detached-info-row .hero-info-card{
    height:184px!important;
    min-height:184px!important;
    max-height:184px!important;
    padding:20px 18px!important;
    justify-content:center!important;
  }
  .detached-info-row .hero-info-card span:not(.hero-info-icon):not(.hero-info-separator),
  .detached-info-row .hero-phone,
  .detached-info-row .hours-line{max-width:360px!important;font-size:13px!important;line-height:1.85!important}
  .detached-info-row .hero-address-card span[data-address]{max-width:360px!important;font-size:13px!important;line-height:1.8!important}
}
@media(max-width:520px){
  #menu .container{padding:20px 10px 24px!important;border-radius:24px!important}
  #menu .section-title{padding-inline:4px!important}
  #menu .section-title h2{font-size:26px!important}
  #categories.categories{top:62px!important;margin-bottom:24px!important;padding:10px!important;gap:9px!important;border-radius:20px!important}
  #categories .cat{flex-basis:78px!important;width:78px!important;min-width:78px!important;height:76px!important}
  .menu-category-section{scroll-margin-top:166px!important}
  .detached-info-row .hero-info-card{height:178px!important;min-height:178px!important;max-height:178px!important;padding:18px 16px!important;border-radius:24px!important}
  .detached-info-row .hero-info-title{font-size:16px!important}
  .detached-info-row .hero-address-card span[data-address]{max-width:310px!important;font-size:12.5px!important;line-height:1.75!important}
  .detached-info-row .hero-phone,.detached-info-row .hours-line{font-size:12.8px!important}
}

/* v63 - rebuilt info cards + fixed/draggable category toolbar */
.hero-info-section{
  margin-top:0!important;
  padding:42px 0 48px!important;
  background:linear-gradient(180deg,rgba(246,236,222,0) 0%,rgba(243,231,214,.58) 48%,rgba(250,246,239,.78) 100%)!important;
  overflow:visible!important;
}
.hero-info-section .container{overflow:visible!important}
.detached-info-row{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:24px!important;
  align-items:stretch!important;
  max-width:1120px!important;
  margin:0 auto!important;
  direction:rtl!important;
}
.detached-info-row .hero-info-card{
  position:relative!important;
  display:grid!important;
  grid-template-rows:54px 30px 1fr!important;
  align-items:start!important;
  justify-items:center!important;
  height:176px!important;
  min-height:176px!important;
  max-height:176px!important;
  padding:22px 26px 20px!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
  border-radius:28px!important;
  text-align:center!important;
  background:linear-gradient(145deg,rgba(255,255,255,.62),rgba(255,255,255,.28))!important;
  border:1px solid rgba(255,255,255,.72)!important;
  box-shadow:0 24px 70px rgba(93,58,30,.09), inset 0 1px 0 rgba(255,255,255,.78)!important;
  backdrop-filter:blur(22px) saturate(150%)!important;
  -webkit-backdrop-filter:blur(22px) saturate(150%)!important;
  transform:none!important;
}
.detached-info-row .hero-info-card::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:radial-gradient(circle at 50% 0%,rgba(239,176,89,.20),transparent 42%)!important;
  pointer-events:none!important;
}
.detached-info-row .hero-info-icon{
  position:relative!important;
  inset:auto!important;
  width:48px!important;
  height:48px!important;
  min-width:48px!important;
  min-height:48px!important;
  margin:0 auto 6px!important;
  border-radius:16px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:linear-gradient(135deg,#ffe4b9,#d99943)!important;
  box-shadow:0 12px 28px rgba(196,126,38,.20)!important;
  transform:none!important;
  z-index:1!important;
}
.detached-info-row .hero-info-icon img{width:25px!important;height:25px!important;display:block!important;object-fit:contain!important;filter:brightness(0) invert(1)!important}
.detached-info-row .hero-info-title{
  position:relative!important;
  min-height:0!important;
  margin:0!important;
  line-height:30px!important;
  font-size:16px!important;
  font-weight:950!important;
  color:#2d2118!important;
  text-align:center!important;
  z-index:1!important;
}
.detached-info-row .hero-info-card span:not(.hero-info-icon):not(.hero-info-separator),
.detached-info-row .hero-info-card a,
.detached-info-row .hero-phone,
.detached-info-row .hours-line{
  position:relative!important;
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  margin:0 auto!important;
  padding:0!important;
  text-align:center!important;
  color:#33271f!important;
  font-size:13px!important;
  font-weight:800!important;
  line-height:1.9!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  z-index:1!important;
}
.detached-info-row .hero-phone{direction:ltr!important;unicode-bidi:embed!important;font-size:13.5px!important;line-height:1.9!important}
.detached-info-row .hero-hours-card{grid-template-rows:54px 30px auto!important}
.detached-info-row .hero-hours-card .hours-line{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:1px!important;
  line-height:1.65!important;
  margin-top:2px!important;
}
.detached-info-row .hero-hours-card .hours-line + .hours-line{margin-top:5px!important}
.detached-info-row .hours-line strong,
.detached-info-row .hours-line em{display:block!important;text-align:center!important;font-style:normal!important;font-size:12.8px!important;line-height:1.55!important}
.detached-info-row .hero-address-card span[data-address]{
  max-width:290px!important;
  direction:rtl!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  text-wrap:balance!important;
  overflow-wrap:anywhere!important;
  line-height:1.75!important;
}

/* category toolbar must remain visible and manually slidable */
#menu,#menu .container{overflow:visible!important}
#menu{padding-top:54px!important}
#menu .container{padding-top:30px!important}
#categories.categories{
  position:sticky!important;
  top:74px!important;
  z-index:80!important;
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:stretch!important;
  justify-content:flex-start!important;
  gap:12px!important;
  width:100%!important;
  max-width:100%!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  -webkit-overflow-scrolling:touch!important;
  overscroll-behavior-x:contain!important;
  touch-action:pan-x!important;
  scroll-snap-type:x proximity!important;
  scrollbar-width:none!important;
  padding:14px 16px!important;
  margin:0 0 34px!important;
  border-radius:26px!important;
  background:linear-gradient(145deg,rgba(255,255,255,.64),rgba(255,255,255,.30))!important;
  border:1px solid rgba(255,255,255,.76)!important;
  box-shadow:0 18px 50px rgba(85,54,29,.11), inset 0 1px 0 rgba(255,255,255,.78)!important;
  backdrop-filter:blur(22px) saturate(155%)!important;
  -webkit-backdrop-filter:blur(22px) saturate(155%)!important;
  cursor:grab!important;
}
#categories.categories.is-dragging{cursor:grabbing!important;scroll-snap-type:none!important}
#categories.categories::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}
#categories .cat{
  flex:0 0 92px!important;
  width:92px!important;
  min-width:92px!important;
  height:88px!important;
  scroll-snap-align:start!important;
  border-radius:18px!important;
  padding:9px 7px!important;
  user-select:none!important;
  -webkit-user-select:none!important;
  touch-action:manipulation!important;
}
#categories .cat .cat-icon{width:34px!important;height:34px!important;min-height:34px!important;margin-bottom:7px!important}
#categories .cat .cat-label{font-size:11.3px!important;line-height:1.25!important}
.menu-category-section{scroll-margin-top:188px!important}

@media(max-width:900px){
  .hero-info-section{padding:28px 0 34px!important}
  .detached-info-row{grid-template-columns:1fr!important;gap:14px!important;max-width:520px!important;padding-inline:10px!important}
  .detached-info-row .hero-info-card{
    height:154px!important;
    min-height:154px!important;
    max-height:154px!important;
    grid-template-rows:48px 28px 1fr!important;
    padding:18px 20px 17px!important;
    border-radius:24px!important;
  }
  .detached-info-row .hero-hours-card{height:178px!important;min-height:178px!important;max-height:178px!important}
  .detached-info-row .hero-info-icon{width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;border-radius:15px!important}
  .detached-info-row .hero-info-title{font-size:15px!important;line-height:28px!important}
  .detached-info-row .hero-info-card span:not(.hero-info-icon):not(.hero-info-separator),
  .detached-info-row .hero-info-card a,
  .detached-info-row .hero-phone,
  .detached-info-row .hours-line{font-size:12.5px!important;line-height:1.75!important}
  .detached-info-row .hero-address-card span[data-address]{max-width:360px!important;line-height:1.65!important;overflow-wrap:normal!important}
  #categories.categories{top:64px!important;margin-bottom:24px!important;padding:12px!important;gap:10px!important;border-radius:22px!important}
  #categories .cat{flex:0 0 84px!important;width:84px!important;min-width:84px!important;height:80px!important;border-radius:17px!important}
  .menu-category-section{scroll-margin-top:168px!important}
}
@media(max-width:520px){
  .hero-info-section{padding:24px 0 30px!important}
  .detached-info-row{gap:12px!important;padding-inline:10px!important}
  .detached-info-row .hero-info-card{height:148px!important;min-height:148px!important;max-height:148px!important;padding:16px 18px!important;border-radius:22px!important}
  .detached-info-row .hero-hours-card{height:172px!important;min-height:172px!important;max-height:172px!important}
  .detached-info-row .hero-info-icon{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important}
  .detached-info-row .hero-info-icon img{width:22px!important;height:22px!important}
  .detached-info-row .hero-address-card span[data-address]{font-size:11.7px!important;line-height:1.58!important;max-width:310px!important;text-wrap:pretty!important}
  .detached-info-row .hero-phone{font-size:12.4px!important}
  .detached-info-row .hours-line strong,.detached-info-row .hours-line em{font-size:12px!important}
  #categories.categories{top:61px!important;margin-inline:0!important;margin-bottom:22px!important;padding:10px!important;gap:9px!important;border-radius:20px!important}
  #categories .cat{flex:0 0 78px!important;width:78px!important;min-width:78px!important;height:76px!important;padding:8px 6px!important}
  #categories .cat .cat-icon{width:31px!important;height:31px!important;min-height:31px!important}
  #categories .cat .cat-label{font-size:10.4px!important}
}

/* v64 - final responsive info cards + truly sticky category toolbar */
html, body{overflow-x:hidden!important;}
body main{overflow:visible!important;}
.hero-info-section{overflow:visible!important;padding:34px 0 38px!important;}
.detached-info-row{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
  align-items:stretch!important;
  max-width:1040px!important;
  margin:0 auto!important;
  padding:0 18px!important;
}
.detached-info-row .hero-info-card{
  display:grid!important;
  grid-template-columns:56px minmax(0,1fr)!important;
  grid-template-rows:auto auto!important;
  grid-template-areas:"icon title" "icon body"!important;
  align-content:center!important;
  align-items:center!important;
  justify-items:start!important;
  column-gap:14px!important;
  row-gap:5px!important;
  width:100%!important;
  height:auto!important;
  min-height:122px!important;
  max-height:none!important;
  padding:20px 22px!important;
  overflow:hidden!important;
  text-align:right!important;
  direction:rtl!important;
  border-radius:26px!important;
  background:linear-gradient(145deg,rgba(255,255,255,.66),rgba(255,255,255,.28))!important;
  border:1px solid rgba(255,255,255,.78)!important;
  box-shadow:0 20px 56px rgba(84,52,26,.08), inset 0 1px 0 rgba(255,255,255,.82)!important;
  backdrop-filter:blur(22px) saturate(150%)!important;
  -webkit-backdrop-filter:blur(22px) saturate(150%)!important;
  transform:none!important;
}
.detached-info-row .hero-info-icon{
  grid-area:icon!important;
  position:static!important;
  width:50px!important;
  height:50px!important;
  min-width:50px!important;
  min-height:50px!important;
  margin:0!important;
  align-self:center!important;
  justify-self:center!important;
  border-radius:17px!important;
  transform:none!important;
}
.detached-info-row .hero-info-title{
  grid-area:title!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
  font-size:16px!important;
  line-height:1.55!important;
  text-align:right!important;
}
.detached-info-row .hero-info-card span:not(.hero-info-icon):not(.hero-info-separator),
.detached-info-row .hero-info-card a,
.detached-info-row .hero-phone,
.detached-info-row .hours-line{
  grid-area:body!important;
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  padding:0!important;
  text-align:right!important;
  font-size:12.8px!important;
  line-height:1.85!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  overflow-wrap:break-word!important;
}
.detached-info-row .hero-phone{direction:ltr!important;text-align:right!important;unicode-bidi:embed!important;}
.detached-info-row .hero-hours-card{
  grid-template-columns:56px minmax(0,1fr)!important;
  min-height:132px!important;
}
.detached-info-row .hero-hours-card .hours-line{
  display:block!important;
  line-height:1.75!important;
}
.detached-info-row .hero-hours-card .hours-line + .hours-line{margin-top:4px!important;}
.detached-info-row .hours-line strong,
.detached-info-row .hours-line em{
  display:inline!important;
  font-size:12.6px!important;
  line-height:1.75!important;
  text-align:right!important;
}
.detached-info-row .hours-line strong::after{content:" : ";}
.detached-info-row .hero-address-card span[data-address]{max-width:100%!important;text-wrap:auto!important;overflow-wrap:normal!important;}

#menu,#menu .container{overflow:visible!important;}
#menu{position:relative!important;z-index:5!important;}
#categories.categories{
  position:sticky!important;
  top:74px!important;
  z-index:999!important;
  direction:rtl!important;
  display:flex!important;
  flex-wrap:nowrap!important;
  justify-content:flex-start!important;
  align-items:stretch!important;
  gap:12px!important;
  width:100%!important;
  max-width:100%!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  -webkit-overflow-scrolling:touch!important;
  overscroll-behavior-x:contain!important;
  touch-action:pan-x!important;
  scroll-snap-type:x proximity!important;
  scrollbar-width:none!important;
  padding:12px 14px!important;
  margin:18px 0 36px!important;
  border-radius:24px!important;
  background:linear-gradient(145deg,rgba(255,255,255,.72),rgba(255,255,255,.36))!important;
  border:1px solid rgba(255,255,255,.82)!important;
  box-shadow:0 18px 48px rgba(82,49,24,.12), inset 0 1px 0 rgba(255,255,255,.85)!important;
  backdrop-filter:blur(24px) saturate(165%)!important;
  -webkit-backdrop-filter:blur(24px) saturate(165%)!important;
}
#categories.categories::-webkit-scrollbar{display:none!important;}
#categories .cat{
  flex:0 0 86px!important;
  width:86px!important;
  min-width:86px!important;
  height:82px!important;
  border-radius:18px!important;
  scroll-snap-align:start!important;
}
.menu-category-section{scroll-margin-top:180px!important;}

@media(max-width:900px){
  .hero-info-section{padding:24px 0 30px!important;}
  .detached-info-row{
    grid-template-columns:1fr!important;
    gap:12px!important;
    max-width:480px!important;
    padding:0 16px!important;
  }
  .detached-info-row .hero-info-card,
  .detached-info-row .hero-hours-card{
    grid-template-columns:48px minmax(0,1fr)!important;
    min-height:108px!important;
    height:auto!important;
    max-height:none!important;
    padding:18px 20px!important;
    column-gap:13px!important;
    border-radius:22px!important;
  }
  .detached-info-row .hero-info-icon{width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;border-radius:15px!important;}
  .detached-info-row .hero-info-title{font-size:15px!important;line-height:1.45!important;}
  .detached-info-row .hero-info-card span:not(.hero-info-icon):not(.hero-info-separator),
  .detached-info-row .hero-info-card a,
  .detached-info-row .hero-phone,
  .detached-info-row .hours-line{font-size:12.2px!important;line-height:1.75!important;}
  .detached-info-row .hours-line strong,
  .detached-info-row .hours-line em{font-size:12.1px!important;}
  #categories.categories{top:62px!important;margin:12px 0 24px!important;padding:10px 12px!important;gap:10px!important;border-radius:21px!important;}
  #categories .cat{flex-basis:80px!important;width:80px!important;min-width:80px!important;height:76px!important;padding:8px 7px!important;}
  .menu-category-section{scroll-margin-top:158px!important;}
}
@media(max-width:520px){
  .detached-info-row{padding:0 14px!important;gap:10px!important;}
  .detached-info-row .hero-info-card,
  .detached-info-row .hero-hours-card{
    min-height:102px!important;
    padding:16px 18px!important;
    grid-template-columns:44px minmax(0,1fr)!important;
    column-gap:12px!important;
  }
  .detached-info-row .hero-info-icon{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;}
  .detached-info-row .hero-info-icon img{width:21px!important;height:21px!important;}
  .detached-info-row .hero-info-title{font-size:14.5px!important;}
  .detached-info-row .hero-address-card span[data-address]{font-size:11.5px!important;line-height:1.65!important;}
  #categories.categories{top:60px!important;margin-bottom:22px!important;padding:9px 10px!important;gap:9px!important;border-radius:20px!important;}
  #categories .cat{flex-basis:76px!important;width:76px!important;min-width:76px!important;height:72px!important;}
  #categories .cat .cat-icon{width:30px!important;height:30px!important;min-height:30px!important;}
  #categories .cat .cat-label{font-size:10.2px!important;}
}

/* v65 - clean responsive info cards + reliable sticky category bar */
.hero-info-section{
  overflow:visible!important;
}
.detached-info-row{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  align-items:stretch!important;
  gap:18px!important;
}
.detached-info-row .hero-info-card,
.detached-info-row .hero-hours-card{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  height:auto!important;
  min-height:182px!important;
  max-height:none!important;
  padding:26px 24px!important;
  gap:10px!important;
  overflow:hidden!important;
  border-radius:28px!important;
  box-sizing:border-box!important;
}
.detached-info-row .hero-info-icon{
  position:static!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:54px!important;
  height:54px!important;
  min-width:54px!important;
  min-height:54px!important;
  margin:0 0 4px!important;
  transform:none!important;
}
.detached-info-row .hero-info-title{
  width:100%!important;
  margin:0!important;
  padding:0!important;
  text-align:center!important;
  font-size:17px!important;
  line-height:1.5!important;
}
.detached-info-row .hero-info-card span:not(.hero-info-icon):not(.hero-info-separator),
.detached-info-row .hero-info-card a,
.detached-info-row .hero-phone,
.detached-info-row .hours-line,
.detached-info-row .hours-line strong,
.detached-info-row .hours-line em{
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  padding:0!important;
  display:block!important;
  text-align:center!important;
  line-height:1.8!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  word-break:normal!important;
  overflow-wrap:break-word!important;
}
.detached-info-row .hero-phone{direction:ltr!important;text-align:center!important;}
.detached-info-row .hero-info-separator{display:none!important;}
.detached-info-row .hours-line + .hours-line{margin-top:4px!important;}
.detached-info-row .hours-line strong::after{content:""!important;}
.detached-info-row .hours-line em{font-size:13px!important;}
.detached-info-row .hero-address-card span[data-address]{max-width:92%!important;font-size:13px!important;line-height:1.85!important;}

#menu{
  position:relative!important;
  overflow:visible!important;
  z-index:5!important;
}
#menu > .container{
  overflow:visible!important;
}
#categories.categories{
  position:-webkit-sticky!important;
  position:sticky!important;
  top:calc(var(--topbar-height, 72px) + 10px)!important;
  z-index:80!important;
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  justify-content:flex-start!important;
  align-items:center!important;
  gap:12px!important;
  width:100%!important;
  max-width:100%!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  direction:rtl!important;
  padding:13px 14px!important;
  margin:18px 0 30px!important;
  border-radius:24px!important;
  cursor:grab!important;
  user-select:none!important;
  -webkit-user-select:none!important;
  -webkit-overflow-scrolling:touch!important;
  overscroll-behavior-x:contain!important;
  touch-action:pan-x!important;
  scroll-snap-type:x proximity!important;
  scrollbar-width:none!important;
  background:linear-gradient(145deg,rgba(255,255,255,.76),rgba(255,255,255,.42))!important;
  border:1px solid rgba(255,255,255,.82)!important;
  box-shadow:0 18px 48px rgba(82,49,24,.13), inset 0 1px 0 rgba(255,255,255,.88)!important;
  backdrop-filter:blur(24px) saturate(165%)!important;
  -webkit-backdrop-filter:blur(24px) saturate(165%)!important;
}
#categories.categories.is-dragging{cursor:grabbing!important;scroll-snap-type:none!important;}
#categories.categories::-webkit-scrollbar{display:none!important;width:0!important;height:0!important;}
#categories .cat{
  flex:0 0 86px!important;
  width:86px!important;
  min-width:86px!important;
  height:82px!important;
  scroll-snap-align:start!important;
  cursor:pointer!important;
}
.menu-category-section{scroll-margin-top:calc(var(--topbar-height, 72px) + 132px)!important;}

@media(max-width:900px){
  .detached-info-row{
    grid-template-columns:1fr!important;
    max-width:480px!important;
    margin-inline:auto!important;
    padding:0 16px!important;
    gap:14px!important;
  }
  .detached-info-row .hero-info-card,
  .detached-info-row .hero-hours-card{
    min-height:150px!important;
    padding:22px 20px!important;
    border-radius:24px!important;
    gap:9px!important;
  }
  .detached-info-row .hero-info-icon{width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important;}
  .detached-info-row .hero-info-title{font-size:16px!important;}
  .detached-info-row .hero-info-card span:not(.hero-info-icon):not(.hero-info-separator),
  .detached-info-row .hero-info-card a,
  .detached-info-row .hero-phone,
  .detached-info-row .hours-line,
  .detached-info-row .hours-line strong,
  .detached-info-row .hours-line em{font-size:12.5px!important;line-height:1.75!important;}
  #categories.categories{top:calc(var(--topbar-height, 62px) + 8px)!important;margin:14px 0 24px!important;padding:11px 12px!important;gap:10px!important;border-radius:21px!important;}
  #categories .cat{flex-basis:80px!important;width:80px!important;min-width:80px!important;height:76px!important;padding:8px 7px!important;}
  .menu-category-section{scroll-margin-top:calc(var(--topbar-height, 62px) + 118px)!important;}
}
@media(max-width:520px){
  .detached-info-row{padding:0 12px!important;gap:12px!important;}
  .detached-info-row .hero-info-card,
  .detached-info-row .hero-hours-card{min-height:142px!important;padding:20px 18px!important;border-radius:23px!important;}
  .detached-info-row .hero-info-icon{width:46px!important;height:46px!important;min-width:46px!important;min-height:46px!important;}
  .detached-info-row .hero-info-title{font-size:15.5px!important;}
  .detached-info-row .hero-address-card span[data-address]{font-size:11.8px!important;line-height:1.75!important;max-width:95%!important;}
  #categories.categories{top:calc(var(--topbar-height, 60px) + 7px)!important;margin-bottom:22px!important;padding:10px!important;gap:9px!important;border-radius:20px!important;}
  #categories .cat{flex-basis:76px!important;width:76px!important;min-width:76px!important;height:72px!important;}
  #categories .cat .cat-icon{width:30px!important;height:30px!important;min-height:30px!important;}
  #categories .cat .cat-label{font-size:10.2px!important;}
}

/* v66 - reliable fixed category toolbar only while the online menu section is active */
.categories-spacer{
  display:none!important;
  width:100%!important;
  flex:0 0 auto!important;
}
#categories.categories.maso-menu-fixed{
  position:fixed!important;
  top:calc(var(--topbar-height, 64px) + 10px)!important;
  right:auto!important;
  left:auto!important;
  z-index:9999!important;
  margin:0!important;
  transform:translateZ(0)!important;
  will-change:left,width!important;
  display:flex!important;
  flex-wrap:nowrap!important;
  align-items:stretch!important;
  justify-content:flex-start!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  -webkit-overflow-scrolling:touch!important;
  overscroll-behavior-x:contain!important;
  touch-action:pan-x!important;
  pointer-events:auto!important;
}
#categories.categories.maso-menu-fixed + .menu-grid,
.categories-spacer.is-active + #categories.categories + .menu-grid{
  position:relative!important;
}
#categories.categories .cat{
  touch-action:manipulation!important;
}
#categories.categories.maso-menu-fixed::before{
  content:""!important;
  position:absolute!important;
  inset:-10px!important;
  border-radius:inherit!important;
  pointer-events:none!important;
}
#categories.categories.maso-click-lock .cat{
  pointer-events:none!important;
}
@media(max-width:700px){
  #categories.categories.maso-menu-fixed{
    top:calc(var(--topbar-height, 58px) + 8px)!important;
  }
}

/* v67 - scoped floating category toolbar fix: original toolbar stays in layout, clone floats only inside #menu */
#menu,
#menu > .container{
  overflow:visible!important;
}
#categories.categories{
  position:relative!important;
  top:auto!important;
  left:auto!important;
  right:auto!important;
  width:100%!important;
  z-index:2!important;
  display:flex!important;
  flex-wrap:nowrap!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  -webkit-overflow-scrolling:touch!important;
  overscroll-behavior-x:contain!important;
  touch-action:pan-x!important;
  scroll-snap-type:x proximity!important;
}
#categories.categories.maso-source-hidden{
  visibility:hidden!important;
  pointer-events:none!important;
}
#masoCategoryFloating.categories{
  position:fixed!important;
  display:none!important;
  flex-wrap:nowrap!important;
  align-items:stretch!important;
  justify-content:flex-start!important;
  gap:10px!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  -webkit-overflow-scrolling:touch!important;
  overscroll-behavior-x:contain!important;
  touch-action:pan-x!important;
  scroll-snap-type:x proximity!important;
  z-index:9999!important;
  margin:0!important;
  padding:12px!important;
  border-radius:24px!important;
  background:rgba(255,255,255,.43)!important;
  border:1px solid rgba(255,255,255,.58)!important;
  box-shadow:0 18px 45px rgba(72,42,18,.13)!important;
  backdrop-filter:blur(22px) saturate(1.45)!important;
  -webkit-backdrop-filter:blur(22px) saturate(1.45)!important;
  transform:translate3d(0,0,0)!important;
  will-change:transform,left,width!important;
}
#masoCategoryFloating.categories.is-visible{
  display:flex!important;
}
#masoCategoryFloating.categories::-webkit-scrollbar,
#categories.categories::-webkit-scrollbar{
  display:none!important;
  width:0!important;
  height:0!important;
}
#masoCategoryFloating .cat,
#categories.categories .cat{
  flex:0 0 88px!important;
  width:88px!important;
  min-width:88px!important;
  height:84px!important;
  border-radius:18px!important;
  scroll-snap-align:center!important;
  user-select:none!important;
  -webkit-user-select:none!important;
}
#masoCategoryFloating .cat .cat-icon,
#categories.categories .cat .cat-icon{
  width:34px!important;
  height:34px!important;
  min-height:34px!important;
}
#masoCategoryFloating.is-dragging,
#categories.categories.is-dragging{
  cursor:grabbing!important;
  scroll-snap-type:none!important;
}
.menu-category-section{
  scroll-margin-top:calc(var(--topbar-height, 64px) + 132px)!important;
}
@media(max-width:700px){
  #masoCategoryFloating.categories,
  #categories.categories{
    padding:10px!important;
    gap:9px!important;
    border-radius:20px!important;
  }
  #masoCategoryFloating .cat,
  #categories.categories .cat{
    flex-basis:78px!important;
    width:78px!important;
    min-width:78px!important;
    height:74px!important;
    padding:8px 6px!important;
    border-radius:16px!important;
  }
  #masoCategoryFloating .cat .cat-icon,
  #categories.categories .cat .cat-icon{
    width:30px!important;
    height:30px!important;
    min-height:30px!important;
  }
  #masoCategoryFloating .cat .cat-label,
  #categories.categories .cat .cat-label{
    font-size:10.2px!important;
  }
  .menu-category-section{
    scroll-margin-top:calc(var(--topbar-height, 58px) + 112px)!important;
  }
}

/* v68 - category bar copied back from the original source behavior/appearance */
#masoCategoryFloating,
#masoCategoryFloating.categories,
#masoCategoryFloating.categories.is-visible{
  display:none!important;
  visibility:hidden!important;
  pointer-events:none!important;
}
#menu{
  scroll-margin-top:90px!important;
  overflow:visible!important;
}
#menu > .container,
#menu .container{
  overflow:visible!important;
}
#categories.categories{
  position:sticky!important;
  top:74px!important;
  z-index:15!important;
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:10px!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  -webkit-overflow-scrolling:touch!important;
  overscroll-behavior-x:contain!important;
  scroll-behavior:smooth!important;
  scroll-snap-type:none!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  background:rgba(255,247,237,.92)!important;
  backdrop-filter:blur(14px)!important;
  -webkit-backdrop-filter:blur(14px)!important;
  border:1px solid rgba(234,215,191,.9)!important;
  border-radius:22px!important;
  padding:10px!important;
  margin:0 0 24px!important;
  box-shadow:0 12px 28px rgba(90,45,15,.08)!important;
  visibility:visible!important;
}
#categories.categories.maso-source-hidden,
#categories.categories.maso-menu-fixed{
  visibility:visible!important;
  position:sticky!important;
  top:74px!important;
  left:auto!important;
  right:auto!important;
  width:100%!important;
  transform:none!important;
}
#categories.categories::before,
#categories.categories.maso-menu-fixed::before{
  display:none!important;
  content:none!important;
}
#categories.categories::-webkit-scrollbar{
  display:none!important;
  width:0!important;
  height:0!important;
}
#categories .cat,
#categories.categories .cat{
  white-space:nowrap!important;
  flex:0 0 auto!important;
  width:auto!important;
  min-width:auto!important;
  max-width:none!important;
  height:auto!important;
  min-height:0!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#fff!important;
  border:1px solid #e5cfb6!important;
  border-radius:999px!important;
  padding:11px 18px!important;
  color:var(--text)!important;
  cursor:pointer!important;
  font-weight:800!important;
  font-size:14px!important;
  line-height:1.2!important;
  transition:.2s!important;
  box-shadow:none!important;
  user-select:none!important;
  -webkit-user-select:none!important;
}
#categories .cat:hover,
#categories.categories .cat:hover{
  border-color:var(--primary)!important;
  color:var(--primary)!important;
}
#categories .cat.active,
#categories.categories .cat.active{
  background:linear-gradient(135deg,var(--primary),var(--primary2))!important;
  color:#fff!important;
  border-color:transparent!important;
  box-shadow:0 10px 24px rgba(143,63,22,.22)!important;
}
#categories .cat .cat-icon,
#categories .cat .cat-label{
  display:contents!important;
  width:auto!important;
  height:auto!important;
  min-height:0!important;
  margin:0!important;
  background:none!important;
}
.menu-sections{
  display:block!important;
}
.menu-category-section{
  scroll-margin-top:138px!important;
  margin:0 0 32px!important;
  padding-top:0!important;
}
.category-header{
  position:relative!important;
  top:auto!important;
  z-index:1!important;
  display:block!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  color:var(--primary)!important;
  padding:0 4px 10px!important;
  margin:16px 0 12px!important;
  border-radius:0!important;
  font-size:22px!important;
  font-weight:950!important;
}
.category-header::before{
  display:none!important;
  content:none!important;
}
.categories-spacer,
.categories-spacer.is-active{
  display:none!important;
  height:0!important;
}
@media(max-width:900px){
  #categories.categories,
  #categories.categories.maso-menu-fixed{
    top:64px!important;
    border-radius:18px!important;
    padding:10px!important;
    margin:0 0 22px!important;
  }
  .menu-category-section{
    scroll-margin-top:126px!important;
  }
  .category-header{
    font-size:19px!important;
    padding:0 4px 10px!important;
    margin:14px 0 12px!important;
  }
}
@media(max-width:640px){
  #categories.categories,
  #categories.categories.maso-menu-fixed{
    top:64px!important;
    gap:8px!important;
    padding:9px!important;
    border-radius:18px!important;
  }
  #categories .cat,
  #categories.categories .cat{
    width:auto!important;
    min-width:auto!important;
    height:auto!important;
    padding:10px 15px!important;
    border-radius:999px!important;
    font-size:13px!important;
  }
}

/* v69 - minimal sticky menu navbar with search/filter */
#menu{
  overflow:visible!important;
  scroll-margin-top:calc(var(--topbar-height, 68px) + 18px)!important;
}
#menu > .container{
  overflow:visible!important;
}
#menu .section-title{
  align-items:center!important;
  gap:18px!important;
  margin-bottom:18px!important;
  padding-inline:4px!important;
}
.menu-toolbar-placeholder{
  display:none!important;
  height:0!important;
  pointer-events:none!important;
}
.menu-toolbar-placeholder.is-active{
  display:block!important;
}
.menu-toolbar{
  position:relative!important;
  z-index:28!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  width:100%!important;
  margin:0 0 28px!important;
  padding:0 8px!important;
  min-height:56px!important;
  background:rgba(255,255,255,.68)!important;
  border:1px solid rgba(215,197,170,.72)!important;
  border-radius:0!important;
  box-shadow:none!important;
  backdrop-filter:blur(18px)!important;
  -webkit-backdrop-filter:blur(18px)!important;
  border-inline:0!important;
  border-top:0!important;
}
.menu-toolbar.is-fixed{
  position:fixed!important;
  margin:0!important;
  z-index:35!important;
  box-shadow:0 16px 30px rgba(65,38,15,.08)!important;
}
.menu-toolbar.is-fixed::before{
  content:"";
  position:absolute;
  inset:0 -18px;
  background:rgba(255,250,242,.72);
  border-bottom:1px solid rgba(215,197,170,.65);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  z-index:-1;
}
.menu-tool-btn{
  width:44px!important;
  height:44px!important;
  min-width:44px!important;
  border:0!important;
  border-radius:12px!important;
  background:transparent!important;
  color:#5f5d62!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  cursor:pointer!important;
  box-shadow:none!important;
  transition:.18s ease!important;
  padding:0!important;
}
.menu-tool-btn svg{width:24px!important;height:24px!important;display:block!important}
.menu-tool-btn:hover,
.menu-tool-btn.active{
  background:rgba(112,75,48,.08)!important;
  color:var(--primary)!important;
}
#menu #categories.categories{
  position:static!important;
  top:auto!important;
  left:auto!important;
  right:auto!important;
  z-index:auto!important;
  flex:1 1 auto!important;
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:0!important;
  width:auto!important;
  min-width:0!important;
  min-height:56px!important;
  height:56px!important;
  padding:0!important;
  margin:0!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  scroll-snap-type:none!important;
  -webkit-overflow-scrolling:touch!important;
  overscroll-behavior-x:contain!important;
  scrollbar-width:none!important;
  direction:rtl!important;
}
#menu #categories.categories::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}
#menu #categories.categories .cat,
#menu #categories .cat{
  position:relative!important;
  flex:0 0 auto!important;
  width:auto!important;
  min-width:max-content!important;
  max-width:none!important;
  height:56px!important;
  min-height:56px!important;
  padding:0 18px!important;
  margin:0!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:0!important;
  white-space:nowrap!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  color:#5f5a55!important;
  font-size:15px!important;
  font-weight:850!important;
  line-height:1!important;
  cursor:pointer!important;
  transition:color .18s ease!important;
  user-select:none!important;
  -webkit-user-select:none!important;
}
#menu #categories .cat:hover{color:var(--primary)!important;background:transparent!important}
#menu #categories .cat.active,
#menu #categories.categories .cat.active{
  color:var(--primary)!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
#menu #categories .cat::after{
  content:""!important;
  position:absolute!important;
  right:16px!important;
  left:16px!important;
  bottom:0!important;
  height:3px!important;
  border-radius:999px 999px 0 0!important;
  background:transparent!important;
  transform:scaleX(.35)!important;
  opacity:0!important;
  transition:.2s ease!important;
}
#menu #categories .cat.active::after{
  background:var(--primary)!important;
  transform:scaleX(1)!important;
  opacity:1!important;
}
#menu #categories .cat .cat-icon,
#menu #categories .cat .cat-label{
  display:inline!important;
  width:auto!important;
  height:auto!important;
  min-height:0!important;
  margin:0!important;
  background:none!important;
  font-size:inherit!important;
  line-height:inherit!important;
}
.menu-search-panel,
.menu-filter-panel{
  position:absolute!important;
  top:calc(100% + 10px)!important;
  right:8px!important;
  z-index:50!important;
  display:none!important;
  background:rgba(255,255,255,.88)!important;
  border:1px solid rgba(215,197,170,.75)!important;
  border-radius:18px!important;
  box-shadow:0 18px 42px rgba(58,34,18,.12)!important;
  backdrop-filter:blur(18px)!important;
  -webkit-backdrop-filter:blur(18px)!important;
}
.menu-search-panel.open,
.menu-filter-panel.open{display:block!important}
.menu-search-panel{width:min(360px, calc(100vw - 32px))!important;padding:10px!important}
.menu-search-panel .input{margin:0!important;background:rgba(255,255,255,.84)!important;border-radius:14px!important}
.menu-filter-panel{min-width:180px!important;padding:8px!important}
.menu-filter-panel button{
  width:100%!important;
  border:0!important;
  background:transparent!important;
  color:var(--text)!important;
  font-family:inherit!important;
  text-align:right!important;
  padding:11px 12px!important;
  border-radius:12px!important;
  cursor:pointer!important;
  font-weight:800!important;
}
.menu-filter-panel button:hover,
.menu-filter-panel button.active{background:rgba(112,75,48,.10)!important;color:var(--primary)!important}
.menu-category-section{
  scroll-margin-top:calc(var(--topbar-height, 68px) + var(--menu-toolbar-height, 58px) + 22px)!important;
  margin-bottom:34px!important;
}
.menu-sections.has-query .category-header::after,
.menu-sections.has-filter .category-header::after{
  content:"نتایج فیلتر شده";
  display:inline-flex;
  margin-right:10px;
  font-size:11px;
  font-weight:850;
  color:#8a5c32;
  background:#fff2df;
  border-radius:999px;
  padding:5px 9px;
  vertical-align:middle;
}
@media(max-width:900px){
  .menu-toolbar{
    min-height:52px!important;
    padding-inline:6px!important;
    margin-bottom:22px!important;
  }
  .menu-tool-btn{width:40px!important;height:40px!important;min-width:40px!important}
  #menu #categories.categories{height:52px!important;min-height:52px!important}
  #menu #categories .cat{height:52px!important;min-height:52px!important;padding:0 15px!important;font-size:14px!important}
  .menu-category-section{scroll-margin-top:calc(var(--topbar-height, 60px) + var(--menu-toolbar-height, 54px) + 18px)!important}
}
@media(max-width:640px){
  #menu .section-title{gap:12px!important;margin-bottom:14px!important}
  #menu .section-title h2{font-size:25px!important}
  #menu .section-title p{font-size:13px!important;line-height:1.8!important}
  .menu-toolbar{margin-inline:-12px!important;width:calc(100% + 24px)!important;border-radius:0!important}
  .menu-toolbar.is-fixed{margin-inline:0!important}
  #menu #categories .cat{padding:0 14px!important;font-size:13.5px!important}
  .menu-search-panel{right:6px!important;left:6px!important;width:auto!important}
}

/* v70 - balanced menu card rows: no orphan card with a huge blank row */
.v70-balanced-menu .category-food-grid{
  display:grid!important;
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:22px!important;
  align-items:stretch!important;
  margin-bottom:18px!important;
}
.v70-balanced-menu .category-food-grid > .food{
  grid-column:span 2!important;
  min-width:0!important;
  min-height:100%!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:space-between!important;
}
.v70-balanced-menu .category-food-grid > .food.layout-half{
  grid-column:span 3!important;
}
.v70-balanced-menu .category-food-grid > .food.layout-full{
  grid-column:1 / -1!important;
  display:grid!important;
  grid-template-columns:minmax(250px,340px) minmax(0,1fr)!important;
  grid-template-rows:auto auto 1fr!important;
  column-gap:24px!important;
  row-gap:10px!important;
  align-items:center!important;
  min-height:255px!important;
}
.v70-balanced-menu .category-food-grid > .food.layout-full > img{
  grid-column:1!important;
  grid-row:1 / 4!important;
  height:220px!important;
  margin:0!important;
}
.v70-balanced-menu .category-food-grid > .food.layout-full > .food-title-row,
.v70-balanced-menu .category-food-grid > .food.layout-full > div:first-of-type{
  grid-column:2!important;
  grid-row:1!important;
  align-self:end!important;
}
.v70-balanced-menu .category-food-grid > .food.layout-full > p{
  grid-column:2!important;
  grid-row:2!important;
  min-height:0!important;
  margin:0!important;
}
.v70-balanced-menu .category-food-grid > .food.layout-full > .food-footer{
  grid-column:2!important;
  grid-row:3!important;
  align-self:end!important;
}
.v70-balanced-menu .food-title-row{
  display:flex!important;
  justify-content:space-between!important;
  gap:8px!important;
  align-items:center!important;
}
.v70-balanced-menu .menu-category-section{
  scroll-margin-top:calc(var(--topbar-height, 68px) + var(--menu-toolbar-height, 58px) + 34px)!important;
  margin-bottom:30px!important;
}
.v70-balanced-menu .category-header{
  margin:24px 0 16px!important;
  padding-top:4px!important;
}
@media(max-width:1050px){
  .v70-balanced-menu .category-food-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important;}
  .v70-balanced-menu .category-food-grid > .food{grid-column:span 2!important;}
  .v70-balanced-menu .category-food-grid > .food.layout-half,
  .v70-balanced-menu .category-food-grid > .food.layout-full{grid-column:1 / -1!important;}
}
@media(max-width:700px){
  .v70-balanced-menu .category-food-grid{grid-template-columns:1fr!important;gap:16px!important;}
  .v70-balanced-menu .category-food-grid > .food,
  .v70-balanced-menu .category-food-grid > .food.layout-half,
  .v70-balanced-menu .category-food-grid > .food.layout-full{
    grid-column:1!important;
    display:flex!important;
    flex-direction:column!important;
    min-height:auto!important;
  }
  .v70-balanced-menu .category-food-grid > .food.layout-full > img,
  .v70-balanced-menu .category-food-grid > .food > img{
    grid-column:auto!important;
    grid-row:auto!important;
    height:180px!important;
  }
  .v70-balanced-menu .category-food-grid > .food.layout-full > .food-title-row,
  .v70-balanced-menu .category-food-grid > .food.layout-full > div:first-of-type,
  .v70-balanced-menu .category-food-grid > .food.layout-full > p,
  .v70-balanced-menu .category-food-grid > .food.layout-full > .food-footer{
    grid-column:auto!important;
    grid-row:auto!important;
  }
  .v70-balanced-menu .menu-category-section{
    scroll-margin-top:calc(var(--topbar-height, 60px) + var(--menu-toolbar-height, 54px) + 24px)!important;
  }
}

/* v71 - menu list redesign: no product cards */
.v71-list-menu{
  display:block!important;
  width:min(980px, 100%)!important;
  margin:18px auto 0!important;
  padding:0!important;
  background:transparent!important;
}
.v71-list-menu .menu-list-category{
  display:block!important;
  margin:0 0 12px!important;
  padding:0!important;
  border:1px solid rgba(88,55,31,.08)!important;
  border-radius:0!important;
  background:rgba(255,255,255,.88)!important;
  box-shadow:none!important;
  overflow:hidden!important;
  scroll-margin-top:calc(var(--topbar-height, 68px) + var(--menu-toolbar-height, 58px) + 24px)!important;
}
.v71-list-menu .menu-list-category-title{
  margin:0!important;
  padding:24px 24px 14px!important;
  font-size:22px!important;
  font-weight:950!important;
  color:#24150e!important;
  line-height:1.35!important;
  text-align:right!important;
  background:#fff!important;
  border-bottom:0!important;
}
.v71-list-menu .menu-list-items{
  display:block!important;
  background:#fff!important;
}
.v71-list-menu .menu-list-item{
  direction:ltr!important;
  display:grid!important;
  grid-template-columns:122px minmax(0,1fr)!important;
  gap:22px!important;
  align-items:center!important;
  padding:18px 24px!important;
  margin:0!important;
  border:0!important;
  border-bottom:1px solid rgba(36,21,14,.08)!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
  overflow:visible!important;
  min-height:150px!important;
  animation:none!important;
}
.v71-list-menu .menu-list-item:last-child{
  border-bottom:0!important;
}
.v71-list-menu .menu-list-media{
  direction:rtl!important;
  grid-column:1!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:14px!important;
  min-width:0!important;
}
.v71-list-menu .menu-list-media img{
  width:112px!important;
  height:112px!important;
  object-fit:cover!important;
  border-radius:8px!important;
  background:#f4f0eb!important;
  box-shadow:none!important;
  transform:none!important;
  transition:none!important;
  display:block!important;
}
.v71-list-menu .menu-list-content{
  direction:rtl!important;
  grid-column:2!important;
  min-width:0!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-items:stretch!important;
  text-align:right!important;
}
.v71-list-menu .menu-list-head{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  gap:8px!important;
}
.v71-list-menu .menu-list-head h3{
  margin:0!important;
  font-size:20px!important;
  font-weight:950!important;
  color:#1f1f1f!important;
  line-height:1.5!important;
}
.v71-list-menu .menu-list-tags{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  gap:8px!important;
}
.v71-list-menu .menu-list-badge,
.v71-list-menu .menu-list-discount{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:max-content!important;
  border-radius:6px!important;
  padding:5px 9px!important;
  font-size:12px!important;
  font-weight:900!important;
  line-height:1!important;
}
.v71-list-menu .menu-list-badge{
  background:#fff1d8!important;
  color:#8a4b00!important;
}
.v71-list-menu .menu-list-discount{
  background:#e73930!important;
  color:#fff!important;
}
.v71-list-menu .menu-list-content p{
  margin:8px 0 18px!important;
  color:#6f665e!important;
  font-size:15px!important;
  line-height:1.95!important;
  min-height:0!important;
  max-width:720px!important;
}
.v71-list-menu .menu-list-price{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:8px!important;
  font-weight:950!important;
  color:#161616!important;
  font-size:16px!important;
  margin-top:auto!important;
}
.v71-list-menu .menu-list-price .price,
.v71-list-menu .menu-list-price .new-price{
  color:#161616!important;
  font-size:17px!important;
  font-weight:950!important;
}
.v71-list-menu .menu-list-price .price-stack{
  display:flex!important;
  flex-direction:row-reverse!important;
  align-items:center!important;
  gap:8px!important;
}
.v71-list-menu .menu-list-add{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  min-width:104px!important;
  height:38px!important;
  border:0!important;
  border-radius:7px!important;
  background:#ffeaf3!important;
  color:#d71966!important;
  font:inherit!important;
  font-size:14px!important;
  font-weight:950!important;
  cursor:pointer!important;
  box-shadow:none!important;
}
.v71-list-menu .menu-list-add b{
  font-size:20px!important;
  line-height:1!important;
}
.v71-list-menu .menu-list-add:disabled{
  opacity:.55!important;
  cursor:not-allowed!important;
}
.v71-list-menu .unavailable{
  filter:none!important;
  opacity:.65!important;
}
.v71-list-menu .unavailable:before,
.v71-list-menu .food-discount-ribbon{
  display:none!important;
}
.v71-list-menu .empty{
  background:rgba(255,255,255,.86)!important;
  border:1px solid rgba(88,55,31,.08)!important;
  border-radius:0!important;
}
#menu .menu-toolbar{
  z-index:36!important;
}
#menu .menu-toolbar.is-fixed{
  position:fixed!important;
  right:auto!important;
  z-index:60!important;
}
@media (max-width:768px){
  .v71-list-menu{
    width:100%!important;
    margin-top:12px!important;
  }
  .v71-list-menu .menu-list-category{
    margin-bottom:10px!important;
    border-left:0!important;
    border-right:0!important;
  }
  .v71-list-menu .menu-list-category-title{
    padding:20px 16px 12px!important;
    font-size:20px!important;
  }
  .v71-list-menu .menu-list-item{
    grid-template-columns:96px minmax(0,1fr)!important;
    gap:14px!important;
    padding:16px!important;
    min-height:132px!important;
  }
  .v71-list-menu .menu-list-media img{
    width:88px!important;
    height:88px!important;
  }
  .v71-list-menu .menu-list-add{
    min-width:88px!important;
    height:34px!important;
    font-size:13px!important;
  }
  .v71-list-menu .menu-list-head h3{
    font-size:17px!important;
  }
  .v71-list-menu .menu-list-content p{
    margin:6px 0 14px!important;
    font-size:13px!important;
    line-height:1.8!important;
  }
  .v71-list-menu .menu-list-price .price,
  .v71-list-menu .menu-list-price .new-price{
    font-size:15px!important;
  }
}
@media (max-width:420px){
  .v71-list-menu .menu-list-item{
    grid-template-columns:84px minmax(0,1fr)!important;
    gap:12px!important;
    padding:14px 12px!important;
  }
  .v71-list-menu .menu-list-media img{
    width:78px!important;
    height:78px!important;
  }
  .v71-list-menu .menu-list-add{
    min-width:78px!important;
    height:32px!important;
    font-size:12px!important;
  }
}

/* v72 - final category toolbar: pure sticky inside online-menu box, no JS fixed overflow */
#menu,
#menu > .container,
#menu .container{
  overflow: visible !important;
}
#menu{
  position: relative !important;
}
#menu .container{
  position: relative !important;
}
#menu #menuToolbarPlaceholder,
#menu #menuToolbarPlaceholder.is-active,
.menu-toolbar-placeholder,
.menu-toolbar-placeholder.is-active{
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
#menu .menu-toolbar,
#menu .menu-toolbar.is-fixed{
  position: sticky !important;
  top: calc(var(--topbar-height, 68px) + 0px) !important;
  inset-inline: auto !important;
  right: auto !important;
  left: auto !important;
  bottom: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 24px 0 !important;
  transform: none !important;
  z-index: 75 !important;
  border-radius: 0 !important;
  box-shadow: 0 10px 24px rgba(65,38,15,.055) !important;
  background: rgba(255,250,243,.86) !important;
  border-bottom: 1px solid rgba(215,197,170,.75) !important;
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
  box-sizing: border-box !important;
}
#menu .menu-toolbar::before,
#menu .menu-toolbar.is-fixed::before{
  display: none !important;
  content: none !important;
}
#menu .menu-toolbar.is-fixed{
  /* keep class harmless if older JS adds it */
  position: sticky !important;
}
#menu #categories.categories{
  max-width: 100% !important;
  min-width: 0 !important;
}
#menu .menu-search-panel,
#menu .menu-filter-panel{
  z-index: 90 !important;
}
#menu .menu-category-section,
#menu .menu-list-category{
  scroll-margin-top: calc(var(--topbar-height, 68px) + var(--menu-toolbar-height, 58px) + 22px) !important;
}
@media (max-width: 640px){
  #menu .menu-toolbar,
  #menu .menu-toolbar.is-fixed{
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: 0 !important;
    margin-bottom: 18px !important;
    top: calc(var(--topbar-height, 60px) + 0px) !important;
    border-radius: 0 !important;
  }
  #menu #categories.categories{
    width: auto !important;
    max-width: 100% !important;
  }
  #menu .menu-category-section,
  #menu .menu-list-category{
    scroll-margin-top: calc(var(--topbar-height, 60px) + var(--menu-toolbar-height, 54px) + 18px) !important;
  }
}

/* v73 - definitive menu category sticky bar + nescafe add buttons */
#menu .section-title > .btn,
#menu .section-title > button{
  display:none!important;
}
#menu #menuToolbarPlaceholder{
  display:none!important;
  height:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  overflow:hidden!important;
  pointer-events:none!important;
}
#menu #menuToolbarPlaceholder.is-active{
  display:block!important;
  height:var(--menu-toolbar-height, 56px)!important;
}
#menu .menu-toolbar,
#menu .menu-toolbar:not(.is-js-fixed),
#menu .menu-toolbar:not(.is-fixed){
  position:relative!important;
  top:auto!important;
  right:auto!important;
  left:auto!important;
  bottom:auto!important;
  width:100%!important;
  max-width:100%!important;
  margin:0 0 24px 0!important;
  box-sizing:border-box!important;
  transform:none!important;
}
#menu .menu-toolbar.is-js-fixed,
#menu .menu-toolbar.is-fixed.is-js-fixed{
  position:fixed!important;
  right:auto!important;
  bottom:auto!important;
  margin:0!important;
  width:var(--menu-toolbar-fixed-width, 100%)!important;
  max-width:var(--menu-toolbar-fixed-width, 100%)!important;
  z-index:120!important;
  box-sizing:border-box!important;
  box-shadow:0 14px 30px rgba(65,38,15,.09)!important;
  background:rgba(255,250,243,.92)!important;
  border-bottom:1px solid rgba(215,197,170,.78)!important;
  backdrop-filter:blur(18px)!important;
  -webkit-backdrop-filter:blur(18px)!important;
}
#menu .menu-toolbar.is-js-fixed::before,
#menu .menu-toolbar.is-fixed.is-js-fixed::before{
  display:none!important;
  content:none!important;
}
.v71-list-menu .menu-list-add{
  background:linear-gradient(135deg,#c9a06d,#9b7048)!important;
  color:#fff!important;
  box-shadow:0 8px 18px rgba(111,76,45,.18)!important;
}
.v71-list-menu .menu-list-add:hover{
  background:linear-gradient(135deg,#d1aa7a,#8f653f)!important;
  transform:translateY(-1px)!important;
}
.v71-list-menu .menu-list-add:disabled{
  background:#d8c6b2!important;
  color:#fff!important;
  box-shadow:none!important;
}
@media(max-width:640px){
  #menu .menu-toolbar,
  #menu .menu-toolbar:not(.is-js-fixed){
    margin-inline:0!important;
    width:100%!important;
    max-width:100%!important;
  }
  #menu .menu-toolbar.is-js-fixed{
    margin-inline:0!important;
    width:var(--menu-toolbar-fixed-width, 100%)!important;
    max-width:var(--menu-toolbar-fixed-width, 100%)!important;
  }
}

/* v73 patch: placeholder must stay measurable while visually zero-height */
#menu #menuToolbarPlaceholder,
#menu #menuToolbarPlaceholder.menu-toolbar-placeholder,
.menu-toolbar-placeholder#menuToolbarPlaceholder{
  display:block!important;
  height:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  overflow:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}
#menu #menuToolbarPlaceholder.is-active,
#menu #menuToolbarPlaceholder.menu-toolbar-placeholder.is-active,
.menu-toolbar-placeholder#menuToolbarPlaceholder.is-active{
  display:block!important;
  height:var(--menu-toolbar-height, 56px)!important;
  min-height:var(--menu-toolbar-height, 56px)!important;
}

/* v74 - bounded sticky menu toolbar: stay inside online-menu content box + safe content gap */
#menu{
  --menu-toolbar-safe-gap: 18px;
}
#menu .menu-toolbar,
#menu .menu-toolbar.is-js-fixed,
#menu .menu-toolbar.is-fixed.is-js-fixed{
  box-sizing: border-box !important;
  max-width: 100% !important;
}
#menu .menu-toolbar.is-js-fixed,
#menu .menu-toolbar.is-fixed.is-js-fixed{
  /* JS supplies exact left/width from the menu container content-box, not viewport */
  position: fixed !important;
  right: auto !important;
  bottom: auto !important;
  margin: 0 !important;
  width: var(--menu-toolbar-fixed-width, 100%) !important;
  max-width: var(--menu-toolbar-fixed-width, 100%) !important;
  z-index: 120 !important;
  border-radius: 0 !important;
  overflow: visible !important;
}
#menu #menuToolbarPlaceholder.is-active,
#menu #menuToolbarPlaceholder.menu-toolbar-placeholder.is-active,
.menu-toolbar-placeholder#menuToolbarPlaceholder.is-active{
  height: calc(var(--menu-toolbar-height, 56px) + var(--menu-toolbar-safe-gap, 18px)) !important;
  min-height: calc(var(--menu-toolbar-height, 56px) + var(--menu-toolbar-safe-gap, 18px)) !important;
}
#menu.menu-toolbar-stuck .v71-list-menu{
  margin-top: 0 !important;
}
#menu .menu-category-section,
#menu .menu-list-category{
  scroll-margin-top: calc(var(--topbar-height, 68px) + var(--menu-toolbar-height, 58px) + 46px) !important;
}
@media(max-width:640px){
  #menu{
    --menu-toolbar-safe-gap: 16px;
  }
  #menu .menu-category-section,
  #menu .menu-list-category{
    scroll-margin-top: calc(var(--topbar-height, 60px) + var(--menu-toolbar-height, 54px) + 40px) !important;
  }
}

/* v75 - final sticky toolbar polish: opaque bar + earlier release at menu box end */
#menu{
  --menu-toolbar-safe-gap: 22px;
}
#menu .menu-toolbar,
#menu .menu-toolbar.is-js-fixed,
#menu .menu-toolbar.is-fixed.is-js-fixed{
  background: #fffaf3 !important;
  border-bottom: 1px solid rgba(215,197,170,.95) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: 0 10px 22px rgba(65,38,15,.07) !important;
  isolation: isolate !important;
}
#menu .menu-toolbar.is-js-fixed,
#menu .menu-toolbar.is-fixed.is-js-fixed{
  border-radius: 0 !important;
  overflow: visible !important;
}
#menu .menu-toolbar.is-js-fixed::after,
#menu .menu-toolbar.is-fixed.is-js-fixed::after{
  content: "" !important;
  position: absolute !important;
  inset: 100% 0 auto 0 !important;
  height: var(--menu-toolbar-safe-gap, 22px) !important;
  pointer-events: none !important;
  background: linear-gradient(to bottom, rgba(255,250,243,1), rgba(255,250,243,0)) !important;
  z-index: -1 !important;
}
#menu #menuToolbarPlaceholder.is-active,
#menu #menuToolbarPlaceholder.menu-toolbar-placeholder.is-active,
.menu-toolbar-placeholder#menuToolbarPlaceholder.is-active{
  height: calc(var(--menu-toolbar-height, 56px) + var(--menu-toolbar-safe-gap, 22px)) !important;
  min-height: calc(var(--menu-toolbar-height, 56px) + var(--menu-toolbar-safe-gap, 22px)) !important;
}
#menu .menu-category-section,
#menu .menu-list-category{
  scroll-margin-top: calc(var(--topbar-height, 68px) + var(--menu-toolbar-height, 58px) + 34px) !important;
}
@media(max-width:640px){
  #menu{
    --menu-toolbar-safe-gap: 18px;
  }
  #menu .menu-category-section,
  #menu .menu-list-category{
    scroll-margin-top: calc(var(--topbar-height, 60px) + var(--menu-toolbar-height, 54px) + 30px) !important;
  }
}

/* v76 - sticky category bar as an internal header of menu list, not an overlay */
#menu{
  --menu-toolbar-safe-gap: 0px;
}
#menu #menuToolbarPlaceholder,
#menu #menuToolbarPlaceholder.is-active,
#menu #menuToolbarPlaceholder.menu-toolbar-placeholder,
#menu #menuToolbarPlaceholder.menu-toolbar-placeholder.is-active,
.menu-toolbar-placeholder#menuToolbarPlaceholder,
.menu-toolbar-placeholder#menuToolbarPlaceholder.is-active{
  display:none!important;
  height:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  opacity:0!important;
  pointer-events:none!important;
}
#menu .menu-toolbar,
#menu .menu-toolbar.is-fixed,
#menu .menu-toolbar.is-js-fixed,
#menu .menu-toolbar.is-fixed.is-js-fixed{
  position:-webkit-sticky!important;
  position:sticky!important;
  top:var(--topbar-height, 68px)!important;
  left:auto!important;
  right:auto!important;
  bottom:auto!important;
  width:100%!important;
  max-width:100%!important;
  min-height:56px!important;
  margin:0!important;
  padding:0 8px!important;
  z-index:90!important;
  box-sizing:border-box!important;
  transform:none!important;
  border-radius:0!important;
  background:#fffaf3!important;
  border-top:1px solid rgba(215,197,170,.72)!important;
  border-bottom:1px solid rgba(215,197,170,.95)!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  overflow:visible!important;
  isolation:isolate!important;
}
#menu .menu-toolbar::before,
#menu .menu-toolbar::after,
#menu .menu-toolbar.is-fixed::before,
#menu .menu-toolbar.is-fixed::after,
#menu .menu-toolbar.is-js-fixed::before,
#menu .menu-toolbar.is-js-fixed::after{
  display:none!important;
  content:none!important;
}
#menu #categories.categories{
  height:56px!important;
  min-height:56px!important;
}
#menu .v71-list-menu{
  margin-top:0!important;
}
#menu .v71-list-menu .menu-list-category:first-child{
  border-top:0!important;
}
#menu .menu-category-section,
#menu .menu-list-category{
  scroll-margin-top:calc(var(--topbar-height, 68px) + var(--menu-toolbar-height, 56px) + 12px)!important;
}
@media(max-width:640px){
  #menu .menu-toolbar,
  #menu .menu-toolbar.is-fixed,
  #menu .menu-toolbar.is-js-fixed,
  #menu .menu-toolbar.is-fixed.is-js-fixed{
    top:var(--topbar-height, 60px)!important;
    min-height:52px!important;
    padding-inline:6px!important;
  }
  #menu #categories.categories{
    height:52px!important;
    min-height:52px!important;
  }
  #menu .menu-category-section,
  #menu .menu-list-category{
    scroll-margin-top:calc(var(--topbar-height, 60px) + var(--menu-toolbar-height, 52px) + 10px)!important;
  }
}

/* v77 - reliable sticky category toolbar: bounded fixed header inside menu only */
#menu{
  --menu-toolbar-safe-gap:12px;
}
#menu #menuToolbarPlaceholder,
#menu #menuToolbarPlaceholder.menu-toolbar-placeholder{
  display:block!important;
  height:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  opacity:0!important;
  overflow:hidden!important;
  pointer-events:none!important;
}
#menu #menuToolbarPlaceholder.is-active,
#menu #menuToolbarPlaceholder.menu-toolbar-placeholder.is-active{
  display:block!important;
  height:calc(var(--menu-toolbar-height,56px) + var(--menu-toolbar-safe-gap,12px))!important;
  min-height:calc(var(--menu-toolbar-height,56px) + var(--menu-toolbar-safe-gap,12px))!important;
}
#menu .menu-toolbar{
  position:relative!important;
  top:auto!important;
  left:auto!important;
  right:auto!important;
  bottom:auto!important;
  width:100%!important;
  max-width:100%!important;
  min-height:56px!important;
  margin:0 0 14px 0!important;
  padding:0 8px!important;
  box-sizing:border-box!important;
  transform:none!important;
  border-radius:0!important;
  z-index:5!important;
  background:#fffaf3!important;
  border-top:1px solid rgba(215,197,170,.72)!important;
  border-bottom:1px solid rgba(215,197,170,.95)!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  overflow:visible!important;
  isolation:isolate!important;
}
#menu .menu-toolbar.is-js-fixed,
#menu .menu-toolbar.is-fixed.is-js-fixed{
  position:fixed!important;
  top:var(--topbar-height,68px)!important;
  left:0!important; /* JS writes exact content-box left inline */
  right:auto!important;
  bottom:auto!important;
  width:var(--menu-toolbar-fixed-width,100%)!important;
  max-width:var(--menu-toolbar-fixed-width,100%)!important;
  margin:0!important;
  z-index:140!important;
  background:#fffaf3!important;
  border-radius:0!important;
  border-top:1px solid rgba(215,197,170,.72)!important;
  border-bottom:1px solid rgba(215,197,170,.98)!important;
  box-shadow:0 8px 20px rgba(65,38,15,.055)!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
#menu .menu-toolbar.is-js-fixed::before,
#menu .menu-toolbar.is-fixed.is-js-fixed::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:#fffaf3!important;
  z-index:-1!important;
  pointer-events:none!important;
}
#menu .menu-toolbar.is-js-fixed::after,
#menu .menu-toolbar.is-fixed.is-js-fixed::after{
  content:""!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  top:100%!important;
  height:var(--menu-toolbar-safe-gap,12px)!important;
  background:#fffaf3!important;
  pointer-events:none!important;
  z-index:-1!important;
}
#menu #categories.categories{
  height:56px!important;
  min-height:56px!important;
  max-width:100%!important;
  min-width:0!important;
}
#menu .menu-category-section,
#menu .menu-list-category{
  scroll-margin-top:calc(var(--topbar-height,68px) + var(--menu-toolbar-height,56px) + 18px)!important;
}
@media(max-width:640px){
  #menu{--menu-toolbar-safe-gap:10px;}
  #menu .menu-toolbar,
  #menu .menu-toolbar.is-js-fixed,
  #menu .menu-toolbar.is-fixed.is-js-fixed{
    min-height:52px!important;
    padding-inline:6px!important;
  }
  #menu #categories.categories{
    height:52px!important;
    min-height:52px!important;
  }
  #menu .menu-category-section,
  #menu .menu-list-category{
    scroll-margin-top:calc(var(--topbar-height,60px) + var(--menu-toolbar-height,52px) + 16px)!important;
  }
}

/* v78 - category bar is a real sticky header in the product box, not a fixed pixel overlay */
#menu,
#menu > .container,
#menu .container{
  overflow: visible !important;
}
#menu{
  --menu-toolbar-safe-gap: 0px !important;
}
#menu #menuToolbarPlaceholder,
#menu #menuToolbarPlaceholder.is-active,
#menu #menuToolbarPlaceholder.menu-toolbar-placeholder,
#menu #menuToolbarPlaceholder.menu-toolbar-placeholder.is-active,
.menu-toolbar-placeholder#menuToolbarPlaceholder,
.menu-toolbar-placeholder#menuToolbarPlaceholder.is-active{
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
#menu .menu-toolbar,
#menu .menu-toolbar.is-fixed,
#menu .menu-toolbar.is-js-fixed,
#menu .menu-toolbar.is-fixed.is-js-fixed{
  position: -webkit-sticky !important;
  position: sticky !important;
  top: var(--menu-sticky-top, var(--topbar-height, 0px)) !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 56px !important;
  margin: 0 !important;
  padding: 0 8px !important;
  z-index: 80 !important;
  box-sizing: border-box !important;
  transform: none !important;
  border-radius: 0 !important;
  background: #fffaf3 !important;
  border-top: 1px solid rgba(215,197,170,.72) !important;
  border-bottom: 1px solid rgba(215,197,170,.98) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  overflow: visible !important;
  isolation: isolate !important;
}
#menu .menu-toolbar::before,
#menu .menu-toolbar::after,
#menu .menu-toolbar.is-fixed::before,
#menu .menu-toolbar.is-fixed::after,
#menu .menu-toolbar.is-js-fixed::before,
#menu .menu-toolbar.is-js-fixed::after{
  display: none !important;
  content: none !important;
}
#menu .menu-toolbar + #menuGrid,
#menu .menu-toolbar + .menu-grid,
#menu #menuGrid.v71-list-menu{
  margin-top: 0 !important;
}
#menu #categories.categories{
  height: 56px !important;
  min-height: 56px !important;
  max-width: 100% !important;
  min-width: 0 !important;
}
#menu .menu-category-section,
#menu .menu-list-category{
  scroll-margin-top: calc(var(--menu-sticky-top, 0px) + var(--menu-toolbar-height, 56px) + 14px) !important;
}
@media(max-width:640px){
  #menu .menu-toolbar,
  #menu .menu-toolbar.is-fixed,
  #menu .menu-toolbar.is-js-fixed,
  #menu .menu-toolbar.is-fixed.is-js-fixed{
    min-height: 52px !important;
    padding-inline: 6px !important;
  }
  #menu #categories.categories{
    height: 52px !important;
    min-height: 52px !important;
  }
  #menu .menu-category-section,
  #menu .menu-list-category{
    scroll-margin-top: calc(var(--menu-sticky-top, 0px) + var(--menu-toolbar-height, 52px) + 12px) !important;
  }
}

/* v79 - reference-like sticky category bar: fixed under visible header with real flow spacer */
#menu{
  --menu-toolbar-safe-gap: 0px !important;
}
#menu,
#menu > .container,
#menu .container{
  overflow: visible !important;
}
#menu #menuToolbarPlaceholder,
#menu #menuToolbarPlaceholder.menu-toolbar-placeholder{
  display:block !important;
  height:0 !important;
  min-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  opacity:0 !important;
  overflow:hidden !important;
  pointer-events:none !important;
}
#menu #menuToolbarPlaceholder.is-active,
#menu #menuToolbarPlaceholder.menu-toolbar-placeholder.is-active{
  display:block !important;
  height:var(--menu-toolbar-height,56px) !important;
  min-height:var(--menu-toolbar-height,56px) !important;
}
#menu .menu-toolbar,
#menu .menu-toolbar:not(.is-js-fixed),
#menu .menu-toolbar:not(.is-fixed){
  position:relative !important;
  top:auto !important;
  left:auto !important;
  right:auto !important;
  bottom:auto !important;
  width:100% !important;
  max-width:100% !important;
  min-height:56px !important;
  margin:0 !important;
  padding:0 8px !important;
  box-sizing:border-box !important;
  transform:none !important;
  border-radius:0 !important;
  z-index:10 !important;
  background:#fffaf3 !important;
  border-top:1px solid rgba(215,197,170,.68) !important;
  border-bottom:1px solid rgba(215,197,170,.98) !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
  overflow:visible !important;
  isolation:isolate !important;
}
#menu .menu-toolbar.is-js-fixed,
#menu .menu-toolbar.is-fixed.is-js-fixed{
  position:fixed !important;
  top:var(--menu-toolbar-fixed-top, 0px) !important;
  left:var(--menu-toolbar-fixed-left, 0px) !important;
  right:auto !important;
  bottom:auto !important;
  width:var(--menu-toolbar-fixed-width, 100%) !important;
  max-width:var(--menu-toolbar-fixed-width, 100%) !important;
  min-height:var(--menu-toolbar-height,56px) !important;
  margin:0 !important;
  padding:0 8px !important;
  z-index:140 !important;
  background:#fffaf3 !important;
  border-radius:0 !important;
  border-top:1px solid rgba(215,197,170,.68) !important;
  border-bottom:1px solid rgba(215,197,170,.98) !important;
  box-shadow:0 6px 18px rgba(65,38,15,.05) !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
  overflow:visible !important;
}
#menu .menu-toolbar.is-js-fixed::before,
#menu .menu-toolbar.is-fixed.is-js-fixed::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  background:#fffaf3 !important;
  z-index:-1 !important;
  pointer-events:none !important;
}
#menu .menu-toolbar.is-js-fixed::after,
#menu .menu-toolbar.is-fixed.is-js-fixed::after{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  top:100% !important;
  height:1px !important;
  background:rgba(215,197,170,.75) !important;
  z-index:-1 !important;
  pointer-events:none !important;
}
#menu #categories.categories{
  height:56px !important;
  min-height:56px !important;
  max-width:100% !important;
  min-width:0 !important;
}
#menu .menu-category-section,
#menu .menu-list-category{
  scroll-margin-top:calc(var(--menu-toolbar-fixed-top, 0px) + var(--menu-toolbar-height,56px) + 14px) !important;
}
@media(max-width:640px){
  #menu .menu-toolbar,
  #menu .menu-toolbar.is-js-fixed,
  #menu .menu-toolbar.is-fixed.is-js-fixed{
    min-height:52px !important;
    padding-inline:6px !important;
  }
  #menu #categories.categories{
    height:52px !important;
    min-height:52px !important;
  }
  #menu .menu-category-section,
  #menu .menu-list-category{
    scroll-margin-top:calc(var(--menu-toolbar-fixed-top, 0px) + var(--menu-toolbar-height,52px) + 12px) !important;
  }
}

/* MASO v80 — Customer Hub */
:root{
  --maso-account-bg:#fbf6ef;
  --maso-account-card:rgba(255,255,255,.72);
  --maso-account-border:rgba(194,146,90,.20);
  --maso-account-text:#2b2018;
  --maso-account-muted:#7a6b5d;
  --maso-account-gold:#c39159;
  --maso-account-dark:#2f2218;
}
.customer-header-auth{min-width:92px}
.account-dropdown.profile-dropdown{min-width:260px;padding:12px;border-radius:24px;background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border:1px solid rgba(195,145,89,.20);box-shadow:0 24px 70px rgba(47,34,24,.14)}
.account-dropdown .profile-card-head{padding:14px 16px 12px;border-radius:18px;background:linear-gradient(135deg,rgba(248,239,226,.95),rgba(255,255,255,.75));margin-bottom:8px;text-align:right}
.account-dropdown .profile-card-head strong{display:block;font-size:16px;color:var(--maso-account-text)}
.account-dropdown .profile-card-head span{display:block;margin-top:5px;color:var(--maso-account-muted);font-size:13px}
.account-dropdown button{height:44px;border-radius:14px;margin:2px 0;color:#3b2a1d;background:transparent}
.account-dropdown button:hover{background:#fbf2e8;color:#2f2118}
.account-dropdown button.danger{color:#b54735}

.customer-modal.open{display:flex!important;align-items:center;justify-content:center;padding:16px;background:rgba(30,22,16,.42);backdrop-filter:blur(12px)}
.customer-login-card{width:min(94vw,460px)!important;border-radius:30px!important;padding:28px!important;background:linear-gradient(145deg,rgba(255,255,255,.95),rgba(250,239,226,.88))!important;border:1px solid rgba(195,145,89,.24)!important;box-shadow:0 30px 90px rgba(47,34,24,.22)!important}
.customer-login-card .customer-login-icon{width:64px;height:64px;border-radius:22px;margin:0 auto 12px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f7d8a9,#bd8247);box-shadow:0 16px 36px rgba(195,145,89,.30);font-size:28px}
.customer-login-card h2{text-align:center;color:var(--maso-account-text);font-size:28px;margin:8px 0}
.customer-login-card .field-hint{text-align:center;line-height:2;color:var(--maso-account-muted);max-width:340px;margin:0 auto 18px}
.auth-tabs{background:rgba(255,255,255,.7);border:1px solid rgba(195,145,89,.18);border-radius:18px;padding:5px;gap:5px}
.auth-tab{border-radius:14px!important;color:#6a5b4e!important}
.auth-tab.active{background:#2f2218!important;color:#fff!important;box-shadow:0 10px 22px rgba(47,34,24,.18)}
.customer-login-form .input{height:50px;border-radius:16px;background:rgba(255,255,255,.82);border:1px solid rgba(195,145,89,.22)}
.customer-auth-modal-actions .btn,#customerAuthSubmitBtn{border-radius:16px;background:#2f2218;color:#fff;box-shadow:0 14px 28px rgba(47,34,24,.18)}
.auth-reset-link{color:#9a7046!important;text-decoration:none!important;margin-top:8px}
.customer-login-note{background:#fff6ec;border:1px solid rgba(195,145,89,.18);border-radius:16px;color:#7a6b5d;line-height:1.9;padding:10px 14px}

.customer-page-body.maso-account-page{min-height:100vh;background:
  radial-gradient(circle at 12% 10%,rgba(231,180,112,.22),transparent 34%),
  radial-gradient(circle at 88% 4%,rgba(199,151,96,.18),transparent 30%),
  linear-gradient(180deg,#fffaf4 0%,#f7ecdf 48%,#fbf7f1 100%);color:var(--maso-account-text)}
.account-topbar{background:rgba(255,255,255,.80);backdrop-filter:blur(16px);border-bottom:1px solid rgba(195,145,89,.15)}
.account-shell{width:min(1120px,calc(100% - 32px));margin:34px auto 70px;display:grid;grid-template-columns:320px 1fr;gap:24px;align-items:start}
.account-hero-card{position:sticky;top:94px;overflow:hidden;border-radius:32px;padding:30px 22px;background:linear-gradient(145deg,rgba(56,42,31,.94),rgba(68,50,35,.86)),url('assets/images/food-placeholder.svg');background-size:180px,cover;border:1px solid rgba(255,255,255,.35);box-shadow:0 26px 90px rgba(47,34,24,.20);text-align:center;color:#fff}
.account-hero-overlay{position:absolute;inset:0;background:radial-gradient(circle at 20% 5%,rgba(232,188,122,.25),transparent 45%),linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.18));pointer-events:none}
.account-hero-card>*:not(.account-hero-overlay){position:relative;z-index:1}
.account-avatar-ring{width:78px;height:78px;margin:2px auto 14px;border-radius:28px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fff,#f5d9ac);color:#332419;font-size:34px;box-shadow:0 18px 40px rgba(0,0,0,.20)}
.account-hero-card h1{font-size:26px;margin:0 0 8px;color:#fff}
.account-hero-card p{margin:0 0 16px;color:rgba(255,255,255,.82);direction:ltr;text-align:center}
.account-wallet-pill{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.55);border-radius:999px;padding:8px 16px;background:rgba(255,255,255,.10);backdrop-filter:blur(8px);font-size:13px}
.account-wallet-pill strong{color:#fff}
.account-wallet-btn{display:block;margin:14px auto 24px;background:#fff;color:#332419;border-radius:16px;padding:11px 22px;box-shadow:none}
.account-tabs{display:grid;gap:7px;margin-top:6px;text-align:right}
.account-tab{width:100%;border:0;background:transparent;color:rgba(255,255,255,.72);display:flex;align-items:center;gap:10px;justify-content:flex-start;padding:13px 14px;border-radius:16px;font-weight:800;cursor:pointer;transition:.2s}
.account-tab span{width:28px;text-align:center;opacity:.9}
.account-tab:hover,.account-tab.active{background:rgba(255,255,255,.13);color:#fff}
.account-tab.active{box-shadow:inset 3px 0 0 #f5d19a}
.account-logout-tab{color:#ffd6ca!important;margin-top:8px;border-top:1px solid rgba(255,255,255,.16);border-radius:0;padding-top:16px}
.account-content-card{min-height:590px;border-radius:34px;padding:30px;background:rgba(255,255,255,.72);border:1px solid rgba(195,145,89,.20);box-shadow:0 26px 80px rgba(76,54,35,.10);backdrop-filter:blur(18px)}
.account-panel-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:32px;border-bottom:1px solid rgba(195,145,89,.16);padding-bottom:18px}
.account-mini-title{display:block;color:#b98752;font-weight:900;font-size:13px;margin-bottom:5px}
.account-panel-head h2{font-size:28px;margin:0;color:#2c2019}
.account-back-link{color:#9a7046;text-decoration:none;border:1px solid rgba(195,145,89,.22);border-radius:14px;padding:10px 14px;background:rgba(255,255,255,.55);font-weight:800}
.account-form{display:grid;grid-template-columns:1fr 1fr;gap:22px;max-width:760px;margin:0 auto}
.account-field{display:grid;gap:9px;color:#6f6256;font-weight:800}
.account-field span{font-size:13px}
.account-field-wide{grid-column:1 / -1}
.account-form .input,.account-address-form .input,.account-password-form .input{height:52px;border:0;border-bottom:1px solid rgba(100,85,72,.24);border-radius:0;background:transparent;padding:0 6px;color:#2c2019;box-shadow:none}
.account-form .input:focus,.account-address-form .input:focus,.account-password-form .input:focus{outline:0;border-color:#c39159;background:rgba(255,255,255,.35)}
.birth-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.gender-row{display:flex;align-items:center;gap:20px;min-height:48px;color:#3d3028}
.gender-row label{display:inline-flex;gap:8px;align-items:center;cursor:pointer}
.gender-row input{accent-color:#c39159}
.account-form-actions{grid-column:1 / -1;text-align:center;margin-top:18px}
.account-form-actions .btn,.account-address-form .btn,.account-password-form .btn{min-width:110px;background:#2f2218;color:#fff;border-radius:14px;padding:13px 22px;box-shadow:0 14px 26px rgba(47,34,24,.16)}
.account-address-form{display:grid;grid-template-columns:1fr auto;gap:14px;align-items:end;margin-bottom:22px}
.account-address-form textarea.input{min-height:86px;resize:vertical;padding:14px;background:rgba(255,255,255,.50);border:1px solid rgba(195,145,89,.18);border-radius:20px}
.account-list{display:grid;gap:12px}
.account-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 20px;border-radius:22px;background:rgba(255,255,255,.68);border:1px solid rgba(195,145,89,.14)}
.account-row>div{display:grid;gap:7px}
.account-row strong{font-size:16px;color:#2c2019}
.account-row span{display:block;color:#6f6256;line-height:1.9}
.account-row b{white-space:nowrap;color:#2f2218}
.account-row .btn.small{border-radius:12px;background:#fff0ed;color:#b54735;border:1px solid rgba(181,71,53,.14)}
.account-empty{padding:34px;text-align:center;border-radius:22px;background:rgba(255,255,255,.54);color:#796b5d;border:1px dashed rgba(195,145,89,.28)}
.account-password-form{max-width:480px;margin:0 auto;display:grid;gap:18px}

@media (max-width:900px){
  .account-shell{grid-template-columns:1fr;margin-top:20px;width:min(100% - 20px,620px)}
  .account-hero-card{position:relative;top:auto;border-radius:0 0 30px 30px;margin:-20px -10px 0;padding:26px 14px 18px}
  .account-tabs{display:flex;overflow-x:auto;gap:8px;padding:4px 4px 8px;margin-top:18px;scroll-snap-type:x proximity}
  .account-tab{flex:0 0 auto;width:auto;min-width:max-content;border-radius:999px;background:rgba(255,255,255,.10);padding:11px 14px;scroll-snap-align:start}
  .account-tab.active{box-shadow:inset 0 -3px 0 #f5d19a}
  .account-logout-tab{border-top:0;margin-top:0;color:#ffd6ca!important}
  .account-content-card{border-radius:28px;padding:22px 16px;min-height:420px}
  .account-panel-head{align-items:flex-start;margin-bottom:22px}
  .account-panel-head h2{font-size:24px}
  .account-form{grid-template-columns:1fr;gap:18px}
  .account-address-form{grid-template-columns:1fr}
}
@media (max-width:520px){
  .account-topbar .nav{gap:8px}.account-topbar .nav-actions{gap:6px}.customer-page-nav-btn{padding:10px 12px;font-size:12px}
  .account-shell{width:100%;margin-bottom:38px}
  .account-content-card{border-left:0;border-right:0;border-radius:24px 24px 0 0}
  .birth-grid{grid-template-columns:1fr 1fr 1fr;gap:8px}
  .account-row{align-items:flex-start;flex-direction:column}
  .order-row b{align-self:flex-end}
}

/* MASO v82 — Info Cards Recovery (safe final override) */
@media (min-width: 901px){
  .hero-info-section .detached-info-row{
    display:grid!important;
    grid-template-columns:repeat(3, minmax(0,1fr))!important;
    align-items:stretch!important;
    gap:20px!important;
  }
  .hero-info-section .detached-info-row .hero-info-card{
    height:210px!important;
    min-height:210px!important;
    max-height:210px!important;
    padding:28px 24px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:9px!important;
    text-align:center!important;
    overflow:hidden!important;
  }
  .hero-info-section .hero-info-icon{
    width:54px!important;
    height:54px!important;
    min-width:54px!important;
    min-height:54px!important;
    flex:0 0 54px!important;
    margin:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    align-self:center!important;
  }
  .hero-info-section .hero-info-icon img{
    width:26px!important;
    height:26px!important;
    display:block!important;
    object-fit:contain!important;
  }
  .hero-info-section .hero-info-title{
    height:auto!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    display:block!important;
    font-size:17px!important;
    line-height:1.45!important;
    font-weight:900!important;
    text-align:center!important;
    color:#2f2118!important;
  }
  .hero-info-section .detached-info-row .hero-info-card span:not(.hero-info-icon):not(.hero-info-title):not(.hero-info-separator),
  .hero-info-section .detached-info-row .hero-info-card a,
  .hero-info-section .detached-info-row .hours-line{
    margin:0!important;
    padding:0!important;
    max-width:100%!important;
    display:block!important;
    font-size:13.5px!important;
    line-height:1.8!important;
    font-weight:800!important;
    text-align:center!important;
    color:#2f2118!important;
    white-space:normal!important;
  }
  .hero-info-section .hero-phone{
    direction:ltr!important;
    unicode-bidi:embed!important;
    font-size:14px!important;
    line-height:1.8!important;
  }
  .hero-info-section .hero-hours-card{
    gap:7px!important;
  }
  .hero-info-section .hero-hours-card .hours-line{
    display:grid!important;
    gap:2px!important;
    justify-items:center!important;
  }
  .hero-info-section .hero-hours-card .hours-line strong,
  .hero-info-section .hero-hours-card .hours-line em{
    display:block!important;
    margin:0!important;
    padding:0!important;
    font-size:13.5px!important;
    line-height:1.65!important;
    font-style:normal!important;
    font-weight:800!important;
    text-align:center!important;
    white-space:nowrap!important;
  }
  .hero-info-section .hero-address-card span[data-address]{
    max-width:300px!important;
    margin:0 auto!important;
    line-height:1.85!important;
  }
}

/* MASO v83 — Desktop Info Cards Final Fix */
@media (min-width:901px){
  .hero-info-section .detached-info-row{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:22px!important;
    align-items:stretch!important;
    width:min(1040px,100%)!important;
    margin-inline:auto!important;
  }
  .hero-info-section .detached-info-row .hero-info-card{
    height:210px!important;
    min-height:210px!important;
    max-height:210px!important;
    padding:24px 22px!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    grid-auto-flow:row!important;
    align-content:center!important;
    justify-items:center!important;
    row-gap:9px!important;
    text-align:center!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
  }
  .hero-info-section .detached-info-row .hero-info-card,
  .hero-info-section .detached-info-row .hero-info-card *{
    position:static!important;
    transform:none!important;
    float:none!important;
    inset:auto!important;
    letter-spacing:normal!important;
  }
  .hero-info-section .hero-info-icon{
    width:54px!important;
    height:54px!important;
    min-width:54px!important;
    min-height:54px!important;
    max-width:54px!important;
    max-height:54px!important;
    margin:0!important;
    padding:13px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:17px!important;
    box-sizing:border-box!important;
  }
  .hero-info-section .hero-info-icon img{
    width:26px!important;
    height:26px!important;
    min-width:26px!important;
    min-height:26px!important;
    object-fit:contain!important;
    display:block!important;
  }
  .hero-info-section .hero-info-title{
    display:block!important;
    margin:0!important;
    padding:0!important;
    min-height:0!important;
    height:auto!important;
    font-size:17px!important;
    line-height:1.45!important;
    font-weight:950!important;
    color:#2f2118!important;
    text-align:center!important;
    white-space:nowrap!important;
  }
  .hero-info-section .hero-phone,
  .hero-info-section .hero-info-card span[data-address],
  .hero-info-section .hero-hours-card .hours-line{
    display:block!important;
    margin:0!important;
    padding:0!important;
    width:100%!important;
    max-width:300px!important;
    font-size:13.5px!important;
    line-height:1.8!important;
    font-weight:800!important;
    color:#2f2118!important;
    text-align:center!important;
    white-space:normal!important;
    overflow:visible!important;
    text-overflow:clip!important;
  }
  .hero-info-section .hero-phone{
    direction:ltr!important;
    unicode-bidi:embed!important;
    font-size:14px!important;
    line-height:1.8!important;
  }
  .hero-info-section .hero-hours-card .hours-line{
    display:grid!important;
    justify-items:center!important;
    gap:1px!important;
    max-width:220px!important;
    line-height:1.55!important;
  }
  .hero-info-section .hero-hours-card .hours-line strong,
  .hero-info-section .hero-hours-card .hours-line em{
    display:block!important;
    margin:0!important;
    padding:0!important;
    font-size:13px!important;
    line-height:1.55!important;
    font-weight:850!important;
    font-style:normal!important;
    text-align:center!important;
    white-space:nowrap!important;
    color:#2f2118!important;
  }
  .hero-info-section .hero-hours-card .hours-line strong::after{
    content:""!important;
  }
  .hero-info-section .hero-address-card span[data-address]{
    max-width:280px!important;
    line-height:1.8!important;
    text-wrap:balance!important;
  }
}


/* MASO v84 — Desktop Info Cards Hard Reset + Cache Bust */
@media (min-width: 901px){
  .hero-info-section .container{
    width:min(1120px, calc(100% - 48px)) !important;
    margin-inline:auto !important;
  }
  .hero-info-section .info-row.detached-info-row,
  .hero-info-section .detached-info-row{
    display:grid !important;
    grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
    gap:22px !important;
    align-items:stretch !important;
    justify-items:stretch !important;
    width:100% !important;
    max-width:1040px !important;
    margin:0 auto !important;
  }
  .hero-info-section .detached-info-row > .info-box.hero-info-card{
    height:210px !important;
    min-height:210px !important;
    max-height:210px !important;
    width:100% !important;
    max-width:none !important;
    padding:26px 24px !important;
    margin:0 !important;
    box-sizing:border-box !important;
    display:flex !important;
    flex-direction:column !important;
    flex-wrap:nowrap !important;
    align-items:center !important;
    justify-content:center !important;
    align-content:center !important;
    gap:9px !important;
    text-align:center !important;
    direction:rtl !important;
    overflow:hidden !important;
  }
  .hero-info-section .detached-info-row > .info-box.hero-info-card,
  .hero-info-section .detached-info-row > .info-box.hero-info-card > *{
    float:none !important;
    position:static !important;
    inset:auto !important;
    transform:none !important;
    translate:none !important;
    grid-area:auto !important;
    align-self:center !important;
    justify-self:center !important;
    text-align:center !important;
  }
  .hero-info-section .hero-info-card > .hero-info-icon{
    order:1 !important;
    flex:0 0 54px !important;
    width:54px !important;
    height:54px !important;
    min-width:54px !important;
    min-height:54px !important;
    max-width:54px !important;
    max-height:54px !important;
    margin:0 auto !important;
    padding:13px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    border-radius:17px !important;
    box-sizing:border-box !important;
  }
  .hero-info-section .hero-info-card > .hero-info-icon img{
    width:26px !important;
    height:26px !important;
    min-width:26px !important;
    min-height:26px !important;
    display:block !important;
    object-fit:contain !important;
    margin:0 !important;
  }
  .hero-info-section .hero-info-card > .hero-info-title{
    order:2 !important;
    flex:0 0 auto !important;
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
    padding:0 !important;
    display:block !important;
    font-size:17px !important;
    line-height:1.45 !important;
    font-weight:900 !important;
    color:#2f2118 !important;
    white-space:nowrap !important;
  }
  .hero-info-section .hero-info-card > .hero-phone{
    order:3 !important;
    flex:0 0 auto !important;
    width:100% !important;
    max-width:240px !important;
    margin:0 auto !important;
    padding:0 !important;
    display:block !important;
    direction:ltr !important;
    unicode-bidi:embed !important;
    font-size:14px !important;
    line-height:1.8 !important;
    font-weight:800 !important;
    color:#2f2118 !important;
    white-space:nowrap !important;
    text-decoration:none !important;
  }
  .hero-info-section .hero-address-card > span[data-address]{
    order:3 !important;
    flex:0 0 auto !important;
    width:100% !important;
    max-width:285px !important;
    margin:0 auto !important;
    padding:0 !important;
    display:block !important;
    font-size:13px !important;
    line-height:1.75 !important;
    font-weight:800 !important;
    color:#2f2118 !important;
    white-space:normal !important;
    overflow-wrap:normal !important;
    text-wrap:balance !important;
  }
  .hero-info-section .hero-hours-card > .hours-line{
    order:3 !important;
    flex:0 0 auto !important;
    width:100% !important;
    max-width:220px !important;
    margin:0 auto !important;
    padding:0 !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    gap:1px !important;
    font-size:13px !important;
    line-height:1.55 !important;
    font-weight:800 !important;
    color:#2f2118 !important;
    text-align:center !important;
  }
  .hero-info-section .hero-hours-card > .hours-line strong,
  .hero-info-section .hero-hours-card > .hours-line em{
    display:block !important;
    margin:0 !important;
    padding:0 !important;
    width:auto !important;
    max-width:100% !important;
    font-size:13px !important;
    line-height:1.55 !important;
    font-style:normal !important;
    font-weight:800 !important;
    color:#2f2118 !important;
    text-align:center !important;
    white-space:nowrap !important;
  }
  .hero-info-section .hero-hours-card > .hours-line strong::after,
  .hero-info-section .hero-info-card > *::before,
  .hero-info-section .hero-info-card > *::after{
    transform:none !important;
  }
}

@media (max-width: 900px){
  .hero-info-section .detached-info-row > .info-box.hero-info-card{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
  }
}

/* MASO v87 — Info Cards Stable Desktop Reset
   فقط اصلاح سه کارت اطلاعات در دسکتاپ؛ بدون تغییر منطق کتگوری‌بار */
@media (min-width: 901px){
  .hero-info-section{
    padding:42px 0 52px!important;
  }

  .hero-info-section .container{
    width:min(1120px, calc(100% - 64px))!important;
    margin-inline:auto!important;
  }

  .hero-info-section .detached-info-row,
  .hero-info-section .info-row.detached-info-row{
    display:grid!important;
    grid-template-columns:repeat(3, minmax(0, 1fr))!important;
    gap:28px!important;
    align-items:stretch!important;
    justify-items:stretch!important;
    width:100%!important;
    max-width:1050px!important;
    margin:0 auto!important;
  }

  .hero-info-section .detached-info-row > .hero-info-card,
  .hero-info-section .detached-info-row > .info-box.hero-info-card{
    width:100%!important;
    height:210px!important;
    min-height:210px!important;
    max-height:210px!important;
    padding:26px 22px!important;
    margin:0!important;
    box-sizing:border-box!important;
    display:flex!important;
    flex-direction:column!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    justify-content:center!important;
    gap:10px!important;
    text-align:center!important;
    direction:rtl!important;
    overflow:hidden!important;
    position:relative!important;
  }

  .hero-info-section .detached-info-row > .hero-info-card > *,
  .hero-info-section .detached-info-row > .info-box.hero-info-card > *{
    position:static!important;
    inset:auto!important;
    float:none!important;
    transform:none!important;
    translate:none!important;
    margin-left:auto!important;
    margin-right:auto!important;
    text-align:center!important;
    max-width:100%!important;
    box-sizing:border-box!important;
  }

  .hero-info-section .hero-address-card::before,
  .hero-info-section .hero-address-card::after,
  .hero-info-section .hero-info-card::before,
  .hero-info-section .hero-info-card::after{
    display:none!important;
    content:none!important;
  }

  .hero-info-section .hero-info-card > .hero-info-icon{
    order:1!important;
    flex:0 0 54px!important;
    width:54px!important;
    height:54px!important;
    min-width:54px!important;
    min-height:54px!important;
    max-width:54px!important;
    max-height:54px!important;
    padding:13px!important;
    border-radius:17px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin:0 auto!important;
  }

  .hero-info-section .hero-info-card > .hero-info-icon img{
    width:26px!important;
    height:26px!important;
    min-width:26px!important;
    min-height:26px!important;
    display:block!important;
    object-fit:contain!important;
    margin:0!important;
  }

  .hero-info-section .hero-info-card > .hero-info-title{
    order:2!important;
    flex:0 0 auto!important;
    width:100%!important;
    display:block!important;
    margin:0!important;
    padding:0!important;
    font-size:18px!important;
    line-height:1.45!important;
    font-weight:900!important;
    color:#2f2118!important;
    white-space:nowrap!important;
  }

  .hero-info-section .hero-info-card > .hero-phone,
  .hero-info-section .hero-address-card > span[data-address],
  .hero-info-section .hero-hours-card > .hours-line{
    order:3!important;
    flex:0 0 auto!important;
    display:block!important;
    width:100%!important;
    margin:0 auto!important;
    padding:0!important;
    color:#2f2118!important;
    font-size:13.5px!important;
    line-height:1.75!important;
    font-weight:750!important;
    text-align:center!important;
    white-space:normal!important;
    overflow:visible!important;
    text-overflow:clip!important;
  }

  .hero-info-section .hero-info-card > .hero-phone{
    direction:ltr!important;
    unicode-bidi:embed!important;
    white-space:nowrap!important;
    font-size:14px!important;
    text-decoration:none!important;
    max-width:220px!important;
  }

  .hero-info-section .hero-address-card > span[data-address]{
    max-width:285px!important;
    text-wrap:balance!important;
    overflow-wrap:normal!important;
  }

  .hero-info-section .hero-hours-card{
    gap:7px!important;
  }

  .hero-info-section .hero-hours-card > .hours-line{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:0!important;
    max-width:220px!important;
    line-height:1.55!important;
  }

  .hero-info-section .hero-hours-card > .hours-line + .hours-line{
    margin-top:2px!important;
  }

  .hero-info-section .hero-hours-card > .hours-line strong,
  .hero-info-section .hero-hours-card > .hours-line em{
    display:block!important;
    margin:0!important;
    padding:0!important;
    width:auto!important;
    font-size:13px!important;
    line-height:1.55!important;
    font-style:normal!important;
    font-weight:800!important;
    color:#2f2118!important;
    text-align:center!important;
    white-space:nowrap!important;
  }

  .hero-info-section .hero-hours-card > .hours-line strong::after{
    display:none!important;
    content:none!important;
  }
}

/* MASO v88 — Info Cards Motion
   فقط بازطراحی سه کارت اطلاعات؛ بدون دست‌زدن به استیکی‌بار و منطق کتگوری‌ها */
@keyframes masoInfoCardEnter{
  from{opacity:0;transform:translateY(18px) scale(.985)}
  to{opacity:1;transform:translateY(0) scale(1)}
}

.hero-info-section .detached-info-row,
.hero-info-section .info-row.detached-info-row{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:24px!important;
  width:min(100%,980px)!important;
  max-width:980px!important;
  margin:0 auto!important;
  align-items:stretch!important;
  justify-items:stretch!important;
}

.hero-info-section .detached-info-row > .info-box.hero-info-card,
.hero-info-section .detached-info-row > .hero-info-card{
  width:100%!important;
  min-width:0!important;
  height:auto!important;
  min-height:214px!important;
  max-height:none!important;
  margin:0!important;
  padding:26px 24px 24px!important;
  box-sizing:border-box!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  text-align:center!important;
  direction:rtl!important;
  position:relative!important;
  overflow:hidden!important;
  border-radius:28px!important;
  background:rgba(255,255,255,.72)!important;
  border:1px solid rgba(255,255,255,.68)!important;
  box-shadow:0 18px 44px rgba(74,51,42,.065)!important;
  backdrop-filter:blur(14px)!important;
  -webkit-backdrop-filter:blur(14px)!important;
  transform:translateY(0)!important;
  opacity:0;
  animation:masoInfoCardEnter .72s cubic-bezier(.22,1,.36,1) forwards!important;
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease, background .28s ease!important;
}

.hero-info-section .detached-info-row > .info-box.hero-info-card:nth-child(1){animation-delay:.06s!important}
.hero-info-section .detached-info-row > .info-box.hero-info-card:nth-child(2){animation-delay:.14s!important}
.hero-info-section .detached-info-row > .info-box.hero-info-card:nth-child(3){animation-delay:.22s!important}

.hero-info-section .detached-info-row > .info-box.hero-info-card:hover,
.hero-info-section .detached-info-row > .hero-info-card:hover{
  transform:translateY(-8px)!important;
  background:rgba(255,255,255,.82)!important;
  border-color:rgba(195,154,99,.24)!important;
  box-shadow:0 26px 56px rgba(74,51,42,.11)!important;
}

.hero-info-section .detached-info-row > .info-box.hero-info-card > *,
.hero-info-section .detached-info-row > .hero-info-card > *{
  position:static!important;
  inset:auto!important;
  float:none!important;
  transform:none!important;
  translate:none!important;
  margin-left:auto!important;
  margin-right:auto!important;
  text-align:center!important;
  max-width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
}

.hero-info-section .hero-info-card > .hero-info-icon{
  order:1!important;
  flex:0 0 58px!important;
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
  min-height:58px!important;
  max-width:58px!important;
  max-height:58px!important;
  padding:14px!important;
  margin:0 auto 10px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:18px!important;
  background:linear-gradient(135deg,rgba(247,215,164,.98),rgba(218,159,78,.92))!important;
  border:1px solid rgba(255,255,255,.68)!important;
  box-shadow:0 16px 36px rgba(190,130,55,.22)!important;
  transition:transform .28s ease, box-shadow .28s ease!important;
}

.hero-info-section .hero-info-card:hover > .hero-info-icon{
  transform:scale(1.08)!important;
  box-shadow:0 20px 40px rgba(190,130,55,.30)!important;
}

.hero-info-section .hero-info-card > .hero-info-icon img{
  width:27px!important;
  height:27px!important;
  min-width:27px!important;
  min-height:27px!important;
  max-width:27px!important;
  max-height:27px!important;
  display:block!important;
  object-fit:contain!important;
  margin:0!important;
  filter:brightness(0) invert(1)!important;
}

.hero-info-section .hero-info-card > .hero-info-title{
  order:2!important;
  flex:0 0 auto!important;
  display:block!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
  color:#3a2720!important;
  font-size:19px!important;
  line-height:1.45!important;
  font-weight:900!important;
  letter-spacing:-.2px!important;
  white-space:nowrap!important;
}

.hero-info-section .hero-info-card > .hero-phone,
.hero-info-section .hero-address-card > span[data-address],
.hero-info-section .hero-hours-card > .hours-line{
  order:3!important;
  flex:0 0 auto!important;
  width:100%!important;
  max-width:250px!important;
  margin:0 auto!important;
  padding:0!important;
  color:#6f5a4f!important;
  font-size:14px!important;
  line-height:1.85!important;
  font-weight:650!important;
  text-align:center!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
}

.hero-info-section .hero-info-card > .hero-phone{
  direction:ltr!important;
  unicode-bidi:embed!important;
  white-space:nowrap!important;
  text-decoration:none!important;
  color:#6f5a4f!important;
  font-weight:750!important;
}

.hero-info-section .hero-address-card > span[data-address]{
  max-width:270px!important;
  text-wrap:balance!important;
  overflow-wrap:normal!important;
  font-weight:700!important;
}

.hero-info-section .hero-hours-card > .hours-line{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:1px!important;
  max-width:210px!important;
  line-height:1.65!important;
}

.hero-info-section .hero-hours-card > .hours-line + .hours-line{
  margin-top:4px!important;
}

.hero-info-section .hero-hours-card > .hours-line strong,
.hero-info-section .hero-hours-card > .hours-line em{
  display:block!important;
  margin:0!important;
  padding:0!important;
  width:auto!important;
  font-size:13.5px!important;
  line-height:1.65!important;
  font-style:normal!important;
  font-weight:750!important;
  color:#6f5a4f!important;
  text-align:center!important;
  white-space:nowrap!important;
}

.hero-info-section .hero-hours-card > .hours-line strong::after{
  display:none!important;
  content:none!important;
}

.hero-info-section .hero-address-card::before,
.hero-info-section .hero-info-card::before{
  display:none!important;
  content:none!important;
}

.hero-info-section .detached-info-row > .info-box.hero-info-card::after,
.hero-info-section .detached-info-row > .hero-info-card::after{
  order:4!important;
  flex:0 0 auto!important;
  display:block!important;
  position:static!important;
  margin:6px auto 0!important;
  padding:0!important;
  background:none!important;
  box-shadow:none!important;
  transform:none!important;
  color:#a37a6a!important;
  font-size:12px!important;
  line-height:1.5!important;
  font-weight:800!important;
  text-align:center!important;
}

.hero-info-section .detached-info-row > .info-box.hero-info-card:nth-child(1)::after{
  content:"برای سفارش تلفنی تماس بگیرید"!important;
}

.hero-info-section .hero-address-card::after{
  content:"مسیریابی"!important;
}

.hero-info-section .hero-hours-card::after{
  content:""!important;
  display:none!important;
}

@media (min-width:901px){
  .hero-info-section{
    padding:42px 0 58px!important;
  }
  .hero-info-section .container{
    width:min(1120px, calc(100% - 64px))!important;
    margin-inline:auto!important;
  }
}

@media (max-width:900px){
  .hero-info-section .detached-info-row,
  .hero-info-section .info-row.detached-info-row{
    grid-template-columns:1fr!important;
    gap:14px!important;
    width:min(100%,440px)!important;
  }
  .hero-info-section .detached-info-row > .info-box.hero-info-card,
  .hero-info-section .detached-info-row > .hero-info-card{
    min-height:178px!important;
    padding:22px 20px!important;
    border-radius:24px!important;
  }
}

@media (prefers-reduced-motion:reduce){
  .hero-info-section .detached-info-row > .info-box.hero-info-card,
  .hero-info-section .detached-info-row > .hero-info-card{
    opacity:1!important;
    animation:none!important;
    transition:none!important;
  }
}

/* MASO v89 — Hours Split Cards Final
   Only adjusts the three hero info cards and the working-hours layout. */
.hero-info-section .detached-info-row > .info-box.hero-info-card,
.hero-info-section .detached-info-row > .hero-info-card{
  min-height:232px!important;
  height:232px!important;
  padding:28px 24px 24px!important;
  justify-content:center!important;
  gap:8px!important;
}

.hero-info-section .hero-info-card > .hero-info-icon{
  flex:0 0 56px!important;
  width:56px!important;
  height:56px!important;
  min-width:56px!important;
  min-height:56px!important;
  max-width:56px!important;
  max-height:56px!important;
  margin:0 auto 8px!important;
}

.hero-info-section .hero-info-card > .hero-info-title{
  font-size:18.5px!important;
  line-height:1.35!important;
  margin:0 0 2px!important;
}

.hero-info-section .hero-hours-card > .hours-line{
  display:none!important;
}

.hero-info-section .hero-hours-card > .hours-split{
  order:3!important;
  width:100%!important;
  max-width:270px!important;
  margin:4px auto 0!important;
  padding:0!important;
  display:flex!important;
  flex-direction:row!important;
  direction:rtl!important;
  align-items:center!important;
  justify-content:center!important;
  gap:13px!important;
  box-sizing:border-box!important;
}

.hero-info-section .hero-hours-card .hours-col{
  flex:1 1 0!important;
  min-width:0!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:3px!important;
  margin:0!important;
  padding:0!important;
  color:#6f5a4f!important;
  text-align:center!important;
}

.hero-info-section .hero-hours-card .hours-col strong,
.hero-info-section .hero-hours-card .hours-col em{
  display:block!important;
  margin:0!important;
  padding:0!important;
  font-style:normal!important;
  text-align:center!important;
  white-space:nowrap!important;
  color:#6f5a4f!important;
}

.hero-info-section .hero-hours-card .hours-col strong{
  font-size:13px!important;
  line-height:1.35!important;
  font-weight:850!important;
}

.hero-info-section .hero-hours-card .hours-col em{
  font-size:12.6px!important;
  line-height:1.35!important;
  font-weight:750!important;
  direction:rtl!important;
}

.hero-info-section .hero-hours-card .hours-divider{
  flex:0 0 1px!important;
  width:1px!important;
  height:44px!important;
  display:block!important;
  border-radius:999px!important;
  background:linear-gradient(to bottom, transparent, rgba(163,122,106,.42), transparent)!important;
}

.hero-info-section .hero-phone,
.hero-info-section .hero-address-card > span[data-address]{
  margin-top:3px!important;
}

@media (max-width:900px){
  .hero-info-section .detached-info-row > .info-box.hero-info-card,
  .hero-info-section .detached-info-row > .hero-info-card{
    height:auto!important;
    min-height:178px!important;
  }
  .hero-info-section .hero-hours-card > .hours-split{
    max-width:275px!important;
    gap:12px!important;
  }
}

/* MASO v90 — Checkout & Account Flow
   Base: MASO v89 — Hours Split Cards. */

/* Hero: a little larger on desktop without breaking mobile balance */
@media (min-width:901px){
  .hero-drink-visual{
    min-height:470px!important;
  }
  .hero-drink-visual img{
    max-height:535px!important;
    width:min(49vw,720px)!important;
    height:auto!important;
  }
}
@media (max-width:900px){
  .hero-drink-visual img{
    width:min(88vw,440px)!important;
    height:auto!important;
  }
}

/* Cart: clear two-step checkout flow */
.cart-panel{
  scroll-behavior:smooth;
}
.checkout-steps{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:8px!important;
  margin:16px 0 14px!important;
  padding:6px!important;
  background:#f6eee5!important;
  border:1px solid rgba(195,154,99,.28)!important;
  border-radius:18px!important;
}
.checkout-step{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:42px!important;
  border-radius:14px!important;
  font-size:13px!important;
  font-weight:900!important;
  color:#8a7363!important;
  background:transparent!important;
  transition:.22s ease!important;
}
.checkout-step.is-active{
  color:#fff!important;
  background:#5a3a25!important;
  box-shadow:0 10px 24px rgba(90,58,37,.18)!important;
}
.checkout-back-btn{
  width:100%!important;
  margin:12px 0 4px!important;
}
.cart-panel[data-checkout-step="cart"] .customer-auth-box,
.cart-panel[data-checkout-step="cart"] .checkout-form,
.cart-panel[data-checkout-step="cart"] .checkout-back-btn{
  display:none!important;
}
.cart-panel[data-checkout-step="details"] #cartItems{
  display:none!important;
}
.cart-panel[data-checkout-step="details"] .cart-decision-actions{
  display:none!important;
}
.cart-panel[data-checkout-step="details"] .total{
  margin:14px 0!important;
  padding:15px 16px!important;
  border-radius:18px!important;
  background:#fbf5ec!important;
  border:1px solid rgba(195,154,99,.28)!important;
}
.cart-panel[data-checkout-step="details"] .customer-auth-box{
  margin-top:12px!important;
}
.cart-panel[data-checkout-step="details"] .checkout-form{
  margin-top:12px!important;
  padding-top:8px!important;
}
.cart-decision-actions{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:10px!important;
}
@media (max-width:520px){
  .cart-decision-actions{grid-template-columns:1fr!important;}
  .checkout-step{font-size:12px!important;min-height:40px!important;}
}

/* Customer account: mobile tabs should be obvious, not hidden horizontal scroll */
@media (max-width:760px){
  .account-tabs{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    overflow:visible!important;
    padding:14px!important;
    width:100%!important;
  }
  .account-tab{
    width:100%!important;
    min-height:52px!important;
    justify-content:space-between!important;
    border-radius:16px!important;
    background:rgba(255,255,255,.74)!important;
    border:1px solid rgba(195,154,99,.24)!important;
    padding:0 16px!important;
  }
  .account-tab.active{
    background:#5a3a25!important;
    color:#fff!important;
    border-color:#5a3a25!important;
  }
  .account-hero-card{
    padding-bottom:12px!important;
  }
}

/* Customer orders: show what was ordered */
.account-order-card{
  background:rgba(255,255,255,.82)!important;
  border:1px solid rgba(195,154,99,.24)!important;
  border-radius:20px!important;
  padding:0!important;
  overflow:hidden!important;
  box-shadow:0 14px 34px rgba(74,51,42,.06)!important;
}
.account-order-card + .account-order-card{
  margin-top:12px!important;
}
.account-order-card summary{
  list-style:none!important;
  cursor:pointer!important;
  padding:16px 18px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
}
.account-order-card summary::-webkit-details-marker{display:none!important;}
.account-order-card summary div{
  display:grid!important;
  gap:6px!important;
}
.account-order-card summary strong{
  color:#2f241e!important;
  font-size:16px!important;
}
.account-order-card summary span,
.account-order-meta span{
  color:#7a685c!important;
  font-size:13px!important;
  font-weight:700!important;
}
.account-order-card summary b{
  white-space:nowrap!important;
  color:#5a3a25!important;
  font-size:15px!important;
}
.account-order-meta{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px 14px!important;
  padding:0 18px 12px!important;
  border-bottom:1px solid rgba(195,154,99,.18)!important;
}
.account-order-items{
  list-style:none!important;
  padding:12px 18px!important;
  margin:0!important;
  display:grid!important;
  gap:8px!important;
}
.account-order-items li{
  display:grid!important;
  grid-template-columns:1fr auto auto!important;
  align-items:center!important;
  gap:10px!important;
  padding:9px 0!important;
  border-bottom:1px dashed rgba(195,154,99,.2)!important;
}
.account-order-items li:last-child{border-bottom:none!important;}
.account-order-items span{font-weight:850!important;color:#2f241e!important;}
.account-order-items em{font-style:normal!important;color:#8a7363!important;font-weight:850!important;}
.account-order-items b{color:#5a3a25!important;font-size:13px!important;white-space:nowrap!important;}
.account-order-address,
.order-items-empty{
  margin:0 18px 14px!important;
  padding:12px 14px!important;
  border-radius:14px!important;
  background:#fbf5ec!important;
  color:#6d5b50!important;
  line-height:1.8!important;
  font-size:13px!important;
}
.my-orders-content .my-order-items{
  margin:10px 0 0!important;
  padding:10px!important;
  border-radius:14px!important;
  background:#fbf5ec!important;
}
.my-orders-content .my-order-items div{
  display:flex!important;
  justify-content:space-between!important;
  gap:10px!important;
  padding:5px 0!important;
  border-bottom:1px dashed rgba(195,154,99,.2)!important;
}
.my-orders-content .my-order-items div:last-child{border-bottom:none!important;}


/* MASO v91 — Checkout Cart UX Polish
   Base: MASO v89/v90. Only checkout flow, cart controls, hero sizing and mobile performance polish. */
.checkout-back-btn{
  width:auto!important;
  margin:10px 0 12px auto!important;
  padding:9px 13px!important;
  border-radius:999px!important;
  background:transparent!important;
  color:#7b5a40!important;
  border:1px solid rgba(123,90,64,.26)!important;
  box-shadow:none!important;
  font-size:13px!important;
  font-weight:900!important;
  justify-content:center!important;
}
.checkout-back-btn::before{content:"→";font-weight:950;margin-inline-end:4px}
.checkout-back-btn:hover{background:#fbf4ec!important;transform:none!important;box-shadow:none!important}
.cart-panel[data-checkout-step="details"] .customer-auth-box{
  border-radius:20px!important;
  border:1px solid rgba(195,154,99,.38)!important;
  background:#fff8ef!important;
  padding:16px!important;
  align-items:center!important;
}
.cart-panel[data-checkout-step="details"].needs-auth .checkout-form{display:none!important}
.cart-panel[data-checkout-step="details"].needs-auth .customer-auth-box{
  display:grid!important;
  grid-template-columns:1fr auto!important;
  gap:14px!important;
}
.cart-panel[data-checkout-step="details"].needs-auth #customerAuthTitle::before{content:"ورود یا ثبت‌نام برای ادامه";font-size:18px;font-weight:950;color:#2c1d15;display:block;margin-bottom:2px}
.cart-panel[data-checkout-step="details"].needs-auth #customerAuthTitle{font-size:0!important}
.cart-panel[data-checkout-step="details"].needs-auth #customerAuthText{font-size:13px!important;line-height:1.9!important;color:#7a6a5d!important;margin:0!important}
.cart-panel[data-checkout-step="details"]:not(.needs-auth) .checkout-form #customerNameInput,
.cart-panel[data-checkout-step="details"]:not(.needs-auth) .checkout-form #customerPhoneInput{
  display:none!important;
}
.cart-panel[data-checkout-step="details"]:not(.needs-auth) .customer-auth-box{
  background:#f7efe5!important;
}
.cart-panel[data-checkout-step="details"]:not(.needs-auth) #customerAuthTitle::before{content:"حساب سفارش‌دهنده";font-size:15px;font-weight:950;color:#2c1d15;display:block;margin-bottom:2px}
.cart-panel[data-checkout-step="details"]:not(.needs-auth) #customerAuthTitle{font-size:0!important}
.cart-panel[data-checkout-step="details"]:not(.needs-auth) #customerAuthText{font-size:13px!important;color:#6c5a4c!important;margin:0!important;line-height:1.8!important}
.cart-panel[data-checkout-step="details"]:not(.needs-auth) #cartLoginBtn{display:none!important}

.floating-cart-fab{
  position:fixed!important;
  left:22px!important;
  bottom:22px!important;
  z-index:145!important;
  width:58px!important;
  height:58px!important;
  border-radius:22px!important;
  border:1px solid rgba(195,154,99,.42)!important;
  background:linear-gradient(135deg,#5a3a25,#7a4d2e)!important;
  color:#fff!important;
  box-shadow:0 18px 38px rgba(64,38,20,.26)!important;
  display:none!important;
  align-items:center!important;
  justify-content:center!important;
  cursor:pointer!important;
  transform:translateY(14px) scale(.94)!important;
  opacity:0!important;
  transition:opacity .22s ease, transform .22s ease!important;
  font:inherit!important;
}
.floating-cart-fab.show{display:flex!important;opacity:1!important;transform:translateY(0) scale(1)!important}
.floating-cart-fab svg{width:26px;height:26px;stroke-width:2.2}
.floating-cart-fab .floating-cart-badge{
  position:absolute!important;
  top:-7px!important;
  right:-7px!important;
  min-width:24px!important;
  height:24px!important;
  padding:0 7px!important;
  border-radius:999px!important;
  background:#fff!important;
  color:#5a3a25!important;
  border:1px solid rgba(90,58,37,.18)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:12px!important;
  font-weight:950!important;
  box-shadow:0 8px 18px rgba(64,38,20,.18)!important;
}
body.cart-open .floating-cart-fab{display:none!important}
.menu-list-action-wrap{width:100%;display:flex;justify-content:center}
.menu-item-qty{
  display:inline-grid!important;
  grid-template-columns:34px 34px 34px!important;
  align-items:center!important;
  justify-content:center!important;
  height:38px!important;
  border-radius:11px!important;
  background:#f5eadc!important;
  border:1px solid rgba(195,154,99,.55)!important;
  overflow:hidden!important;
  color:#5a3a25!important;
  box-shadow:0 8px 18px rgba(64,38,20,.08)!important;
}
.menu-item-qty button{
  width:34px!important;height:38px!important;border:0!important;background:transparent!important;color:#5a3a25!important;font-size:20px!important;font-weight:950!important;cursor:pointer!important;font-family:inherit!important;
}
.menu-item-qty span{font-size:15px!important;font-weight:950!important;text-align:center!important;color:#2c1d15!important}
.menu-item-qty button:hover{background:rgba(195,154,99,.18)!important}

@media (min-width:901px){
  .hero-grid{grid-template-columns:.86fr 1.14fr!important;gap:18px!important}
  .hero-drink-visual{min-height:560px!important;margin-inline-start:-58px!important;transform:translateX(-12px)}
  .hero-drink-visual img{width:min(58vw,920px)!important;max-height:640px!important;height:auto!important}
  .hero-drink-visual .hero-drink-blur{width:82%!important;height:76%!important;filter:blur(72px)!important}
}
@media (max-width:900px){
  .floating-cart-fab{left:14px!important;bottom:calc(14px + env(safe-area-inset-bottom))!important;width:54px!important;height:54px!important;border-radius:20px!important}
  .cart-panel[data-checkout-step="details"].needs-auth .customer-auth-box{grid-template-columns:1fr!important;text-align:right!important}
}
@media (max-width:768px){
  .hero::before,.hero::after,.hero .hero-grid::before,.hero-drink-visual::before,.hero-drink-visual::after,.hero-drink-blur{
    animation:none!important;
    filter:blur(22px)!important;
  }
  .hero-drink-visual,.hero-drink-visual img,.hero-info-card,.info-box,.menu-panel,.menu-toolbar{
    animation:none!important;
  }
  .hero-info-card,.menu-panel,.menu-toolbar,.cart-panel{
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }
  html{scroll-behavior:auto!important}
}

/* MASO v92 — Checkout/Admin/Performance polish */
.cart-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
}
.cart-head-actions{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  flex-shrink:0!important;
}
.cart-head-actions .checkout-back-btn{
  margin:0!important;
  min-height:44px!important;
}
.cart-panel[data-checkout-step="cart"] .cart-head-actions .checkout-back-btn{
  display:none!important;
}
.cart-panel[data-checkout-step="details"] .cart-head-actions .checkout-back-btn{
  display:inline-flex!important;
  align-items:center!important;
}
.cart-panel[data-checkout-step="details"] .cart-decision-actions,
.cart-panel[data-checkout-step="details"] #cartItems,
.cart-panel[data-checkout-step="details"] .total{
  display:none!important;
}
.cart-panel{
  background:#fffaf4!important;
}
@media(max-width:760px){
  .cart-panel{
    background:#fffaf4!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
    box-shadow:-18px 0 48px rgba(46,30,20,.20)!important;
  }
  .cart-panel::before{
    content:"";
    position:fixed;
    inset:0;
    background:#fffaf4;
    z-index:-1;
  }
  .customer-modal-card,.cart-panel .input,.cart-panel textarea,.cart-panel select{
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }
}
@media(min-width:901px){
  .hero-drink-visual img{
    width:min(60vw,var(--maso-hero-img-max,920px))!important;
    max-height:680px!important;
  }
}
@media(max-width:768px){
  .hero-drink-visual{
    transform:translateZ(0)!important;
    will-change:auto!important;
  }
  .hero-drink-visual img{
    transform:translateZ(0)!important;
    backface-visibility:hidden!important;
  }
  .hero,.section,#menu,.gallery-section{
    contain:paint!important;
  }
  .hero-drink-blur{
    display:none!important;
  }
}

/* Admin live editor */
.admin-live-editor{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(320px,.85fr);
  gap:22px;
  align-items:start;
}
.admin-settings-form h2{
  margin:6px 0 0!important;
  color:#3a2720!important;
  font-size:18px!important;
}
.admin-field{display:grid;gap:8px;font-weight:800;color:#3a2720}
.admin-field small{font-size:12px;color:#8a7568;font-weight:700;line-height:1.8}
.admin-preview-panel{position:sticky;top:22px;overflow:hidden;background:rgba(255,255,255,.84)!important}
.admin-preview-label{font-weight:950;margin-bottom:14px;color:#8a6353}
.admin-preview-hero{border-radius:24px;background:radial-gradient(circle at 30% 20%,#fff 0,#fff8ef 48%,#f2e8df 100%);padding:20px;text-align:center;border:1px solid rgba(195,154,99,.22)}
.admin-preview-hero span{display:inline-flex;border-radius:999px;background:#fff;padding:6px 12px;color:#8a6353;font-weight:900;font-size:12px}
.admin-preview-hero h2{margin:12px 0 8px;font-size:24px;line-height:1.55;color:#2e211a}
.admin-preview-hero h2 b,.admin-preview-hero h2 em{display:block;font-style:normal}
.admin-preview-hero p{margin:0 auto 12px;max-width:320px;color:#7a685c;line-height:1.9;font-size:13px}
.admin-preview-hero img{max-width:300px;width:80%;height:auto;display:block;margin:8px auto 0;filter:drop-shadow(0 14px 28px rgba(90,58,37,.15))}
.admin-preview-cards{display:grid;grid-template-columns:1fr;gap:10px;margin-top:12px}
.admin-preview-cards div{border:1px solid rgba(195,154,99,.20);background:rgba(255,255,255,.76);border-radius:18px;padding:12px;display:grid;gap:5px;text-align:center}
.admin-preview-cards strong{font-weight:950;color:#2e211a}.admin-preview-cards span{font-weight:800;color:#6b5a4e;font-size:13px}.admin-preview-cards small{color:#a37a6a;font-weight:850}
.admin-gallery-list{display:grid;gap:10px}.admin-gallery-item{display:grid;grid-template-columns:72px 1fr auto;align-items:center;gap:10px;padding:10px;border:1px solid rgba(195,154,99,.18);border-radius:16px;background:#fffaf4}.admin-gallery-item img{width:72px;height:54px;object-fit:cover;border-radius:12px}.admin-gallery-item span{direction:ltr;text-align:left;font-size:12px;color:#6d5b50;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
@media(max-width:980px){.admin-live-editor{grid-template-columns:1fr}.admin-preview-panel{position:relative;top:auto}}

/* MASO v93 — Info Cards Caption Cleanup
   Only fixes duplicated captions on the three hero info cards. */
.hero-info-section .detached-info-row > .info-box.hero-info-card::after,
.hero-info-section .detached-info-row > .hero-info-card::after,
.hero-info-section .hero-address-card::after,
.hero-info-section .hero-info-card::after{
  content:none!important;
  display:none!important;
}

.hero-info-section .hero-info-card > .hero-info-caption{
  order:4!important;
  flex:0 0 auto!important;
  display:block!important;
  position:static!important;
  inset:auto!important;
  margin:6px auto 0!important;
  padding:0!important;
  width:100%!important;
  max-width:240px!important;
  background:none!important;
  box-shadow:none!important;
  transform:none!important;
  color:#a37a6a!important;
  font-size:12px!important;
  line-height:1.55!important;
  font-weight:850!important;
  text-align:center!important;
  white-space:normal!important;
}

.hero-info-section .hero-info-card > .hero-info-icon{
  order:1!important;
}
.hero-info-section .hero-info-card > .hero-info-title{
  order:2!important;
}
.hero-info-section .hero-info-card > .hero-phone,
.hero-info-section .hero-address-card > span[data-address],
.hero-info-section .hero-hours-card > .hours-split{
  order:3!important;
}

/* MASO v94 — Fullscreen Cart Modal
   The cart must cover the viewport from the very top so the previous page is not visible above it. */
.cart-panel{
  top:0!important;
  bottom:0!important;
  height:100vh!important;
  height:100dvh!important;
  max-height:100vh!important;
  max-height:100dvh!important;
  background:#fffaf4!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  isolation:isolate!important;
}
body.cart-open{
  overflow:hidden!important;
  overscroll-behavior:none!important;
}
@media(max-width:760px){
  .cart-panel{
    inset:0!important;
    width:100vw!important;
    max-width:100vw!important;
    border-radius:0!important;
    padding:calc(18px + env(safe-area-inset-top)) 16px calc(28px + env(safe-area-inset-bottom))!important;
    overflow-y:auto!important;
    -webkit-overflow-scrolling:touch!important;
    box-shadow:none!important;
  }
  .cart-panel::before{
    content:none!important;
    display:none!important;
  }
}
@media(min-width:761px){
  .cart-panel{
    top:0!important;
    height:100vh!important;
    height:100dvh!important;
    padding-top:calc(22px + env(safe-area-inset-top))!important;
  }
}

/* MASO v95 — payment result, account color polish, visual admin editor */
.payment-result-page{
  min-height:100vh!important;
  overflow:hidden!important;
  background:
    radial-gradient(circle at 15% 22%, rgba(222,170,96,.20), transparent 34%),
    radial-gradient(circle at 88% 70%, rgba(207,161,103,.14), transparent 38%),
    linear-gradient(135deg,#fffaf4 0%,#f7ecdf 100%)!important;
  color:#2e211a!important;
}
.payment-result-shell{
  min-height:100vh!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:22px!important;
}
.payment-result-card{
  width:min(560px,100%)!important;
  text-align:center!important;
  background:rgba(255,255,255,.88)!important;
  border:1px solid rgba(196,150,91,.22)!important;
  border-radius:28px!important;
  box-shadow:0 22px 70px rgba(62,41,23,.12)!important;
  padding:36px 24px!important;
  backdrop-filter:blur(12px)!important;
}
.payment-result-icon{
  width:68px;height:68px;border-radius:24px;margin:0 auto 18px;
  display:flex;align-items:center;justify-content:center;
  font-size:34px;font-weight:950;color:#fff;
  background:linear-gradient(135deg,#d9a560,#b98347);
  box-shadow:0 16px 34px rgba(174,116,55,.26);
}
.payment-result-card.is-failed .payment-result-icon{background:linear-gradient(135deg,#d94b3d,#b52e22)}
.payment-result-card h1{margin:0 0 14px;font-size:30px;color:#2f2118}
.payment-result-card p{line-height:2;color:#6e5b4d;margin:8px 0}
.payment-result-meta{display:flex;justify-content:space-between;align-items:center;gap:12px;background:#fff7ee;border:1px solid rgba(196,150,91,.22);border-radius:18px;padding:12px 14px;margin:10px auto;max-width:420px}
.payment-result-meta span{color:#8a7564;font-weight:800}.payment-result-meta strong{direction:ltr;color:#2f2118}
.payment-result-card .btn{margin-top:14px}

.customer-page-body.maso-account-page{
  --maso-account-text:#2b211b;
  --maso-account-muted:#806f61;
  --maso-account-gold:#c89559;
  background:linear-gradient(180deg,#fffaf4 0%,#f7efe5 48%,#fffaf4 100%)!important;
}
.account-hero-card{
  background:
    radial-gradient(circle at 18% 8%,rgba(233,190,126,.22),transparent 38%),
    linear-gradient(145deg,rgba(255,255,255,.94),rgba(249,241,230,.86))!important;
  color:#2b211b!important;
  border:1px solid rgba(201,151,84,.22)!important;
  box-shadow:0 20px 60px rgba(90,58,32,.12)!important;
}
.account-hero-overlay{display:none!important}
.account-hero-card h1{color:#2b211b!important}.account-hero-card p{color:#806f61!important}
.account-avatar-ring{background:linear-gradient(135deg,#fff4df,#f2bf72)!important;color:#6d4425!important}
.account-wallet-pill{background:#fff!important;color:#5e4634!important;border:1px solid rgba(201,151,84,.28)!important}
.account-wallet-btn{background:#2f2118!important;color:#fff!important;box-shadow:0 14px 34px rgba(62,35,20,.18)!important}
.account-tabs{gap:10px!important;margin-top:22px!important}
.account-tab{
  background:rgba(255,255,255,.78)!important;
  color:#4a392f!important;
  border:1px solid rgba(201,151,84,.22)!important;
  box-shadow:0 10px 24px rgba(90,58,32,.07)!important;
}
.account-tab.active{background:linear-gradient(135deg,#c89559,#b88349)!important;color:#fff!important;border-color:transparent!important}
.account-logout-tab{color:#b45a43!important}.account-logout-tab:hover{background:#fff0eb!important;color:#9d392f!important}
.account-content-card{background:rgba(255,255,255,.86)!important;border:1px solid rgba(201,151,84,.18)!important;box-shadow:0 22px 70px rgba(90,58,32,.10)!important}

.admin-visual-settings{display:grid;gap:18px}.admin-visual-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px!important}.admin-visual-toolbar strong{font-size:22px;color:#2e211a}.admin-visual-toolbar p{margin:6px 0 0;color:#7a685c;line-height:1.8}.admin-visual-actions{display:flex;gap:10px;flex-wrap:wrap}.admin-visual-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:18px;align-items:start}.admin-site-preview{overflow:hidden;background:linear-gradient(180deg,#fffaf5,#f8efe4)!important;padding:0!important}.admin-preview-topbar{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;border-bottom:1px solid rgba(196,150,91,.18);background:rgba(255,255,255,.82)}.logo-node{display:flex!important;align-items:center!important;gap:10px!important}.logo-node img{width:64px;height:38px;object-fit:contain}.admin-preview-landing{display:grid;grid-template-columns:1.05fr .95fr;gap:20px;align-items:center;padding:30px 24px}.admin-preview-copy{display:grid;gap:10px;justify-items:start;text-align:right}.editable-node{font-family:inherit;border:1px solid transparent;background:transparent;color:inherit;cursor:pointer;text-align:inherit;border-radius:16px;padding:6px 8px;transition:.18s}.editable-node:hover,.editable-node.is-selected{border-color:rgba(201,151,84,.5)!important;background:rgba(255,255,255,.72)!important;box-shadow:0 10px 24px rgba(115,78,42,.08)!important}.pill span,.editable-node.pill{font-size:13px;color:#a37a53;font-weight:900;background:#fff;border:1px solid rgba(201,151,84,.18);border-radius:999px;padding:7px 12px}.title-node{font-size:34px;font-weight:950;color:#2e211a;line-height:1.3}.subtitle-node{font-size:26px;font-weight:900;color:#5a4133;line-height:1.35}.tagline-node{max-width:420px;line-height:2;color:#7a685c}.hero-image-node{display:grid!important;justify-items:center!important;gap:8px!important}.hero-image-node img{width:min(360px,90%);height:auto;filter:drop-shadow(0 20px 42px rgba(82,52,31,.18))}.hero-image-node span,.gallery-add{font-weight:900;color:#8a5b34}.admin-preview-size-control{padding:0 24px 18px}.admin-preview-info-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:0 24px 26px}.preview-info-card{background:rgba(255,255,255,.78)!important;border:1px solid rgba(201,151,84,.20)!important;border-radius:24px!important;padding:16px!important;display:grid!important;justify-items:center!important;text-align:center!important;gap:6px!important;min-height:154px!important}.preview-info-card .mini-icon{width:46px;height:46px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ffe6b8,#d49c56);color:#fff;font-weight:950}.preview-info-card strong{font-size:18px;color:#2e211a}.preview-info-card em{font-style:normal;color:#5f4d40;line-height:1.8;font-weight:800}.preview-info-card small{color:#a37a60;font-weight:850}.admin-preview-footer{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:16px 24px;background:#2f2118;color:#fff}.admin-preview-gallery{padding:18px 24px;display:grid;gap:12px}.admin-preview-gallery>div:first-child{display:flex;justify-content:space-between;align-items:center}.admin-gallery-list.compact{display:flex;gap:10px;overflow:auto}.admin-gallery-list.compact .admin-gallery-item{min-width:120px;display:grid;gap:8px}.admin-gallery-list.compact img{width:120px;height:76px;object-fit:cover;border-radius:14px}.admin-inspector{position:sticky;top:18px;padding:18px!important}.inspector-kicker{color:#a37a53;font-size:12px;font-weight:950}.admin-inspector h2{font-size:22px;margin:8px 0;color:#2e211a}.admin-inspector p{color:#7a685c;line-height:1.9}.inspector-control{display:grid;gap:10px;margin-top:12px}.inspector-control.empty{padding:16px;border:1px dashed rgba(201,151,84,.35);border-radius:18px;color:#927b68}.inspector-note{margin-top:16px;background:#fff7ee;border:1px solid rgba(201,151,84,.18);padding:12px;border-radius:16px;color:#7a604c;line-height:1.8}.admin-manual-fields{margin-top:16px}.admin-manual-fields summary{cursor:pointer;font-weight:950;color:#6a4830}.admin-manual-fields label{display:grid;gap:6px;margin-top:10px;color:#6b5a4e;font-weight:800}.admin-hidden-settings{display:none!important}.visually-hidden-file{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}
@media(max-width:1050px){.admin-visual-grid{grid-template-columns:1fr}.admin-inspector{position:relative;top:auto}.admin-preview-landing{grid-template-columns:1fr}.admin-preview-info-cards{grid-template-columns:1fr}}

/* MASO v96 — Receipt, Scrollbar & Hero Zoom Polish */
html{
  overflow-y:scroll!important;
  overflow-x:hidden!important;
  scrollbar-gutter:stable!important;
  scrollbar-width:auto!important;
}
body:not(.cart-open):not(.payment-result-page){
  overflow-y:visible!important;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar{
  width:12px!important;
  height:12px!important;
  display:block!important;
}
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track{background:#f6eadc!important}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb{
  background:#c99c68!important;
  border-radius:999px!important;
  border:3px solid #f6eadc!important;
}
html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover{background:#a97949!important}

body.payment-result-page{
  min-height:100dvh!important;
  height:auto!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  background:
    radial-gradient(620px 440px at 14% 18%, rgba(222,170,96,.18), transparent 64%),
    radial-gradient(700px 480px at 88% 72%, rgba(207,161,103,.13), transparent 66%),
    linear-gradient(135deg,#fffaf4 0%,#f7ecdf 100%)!important;
  background-repeat:no-repeat!important;
  background-attachment:fixed!important;
  color:#2e211a!important;
}
body.payment-result-page::before,
body.payment-result-page::after{
  content:none!important;
  display:none!important;
}
body.payment-result-page main::before,
body.payment-result-page main::after{
  content:none!important;
  display:none!important;
}
.payment-result-shell{
  min-height:100dvh!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:34px 18px!important;
  background:transparent!important;
  overflow:visible!important;
}
.payment-result-card{
  width:min(720px,100%)!important;
  text-align:center!important;
  background:rgba(255,255,255,.92)!important;
  border:1px solid rgba(196,150,91,.24)!important;
  border-radius:30px!important;
  box-shadow:0 24px 76px rgba(62,41,23,.13)!important;
  padding:32px 22px 26px!important;
  backdrop-filter:blur(10px)!important;
  -webkit-backdrop-filter:blur(10px)!important;
}
.payment-result-message{max-width:560px;margin-inline:auto!important}
.payment-receipt-card{
  margin:22px auto 4px!important;
  width:min(600px,100%)!important;
  text-align:right!important;
  background:#fffaf4!important;
  border:1px solid rgba(196,150,91,.22)!important;
  border-radius:24px!important;
  padding:16px!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.75)!important;
}
.payment-receipt-head{
  display:flex!important;
  justify-content:space-between!important;
  align-items:center!important;
  gap:12px!important;
  border-bottom:1px dashed rgba(159,112,61,.26)!important;
  padding-bottom:12px!important;
  margin-bottom:12px!important;
}
.payment-receipt-head span,
.payment-receipt-grid span,
.payment-receipt-address span,
.payment-receipt-items-title span,
.payment-receipt-total span{
  display:block!important;
  color:#8a7564!important;
  font-size:12px!important;
  font-weight:900!important;
  margin-bottom:4px!important;
}
.payment-receipt-head strong{font-size:22px!important;color:#2f2118!important}
.payment-receipt-head small{color:#9b8069!important;font-weight:800!important;direction:ltr!important}
.payment-receipt-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
  margin:12px 0!important;
}
.payment-receipt-grid>div,
.payment-receipt-address{
  background:#fff!important;
  border:1px solid rgba(196,150,91,.16)!important;
  border-radius:16px!important;
  padding:10px 12px!important;
}
.payment-receipt-grid strong,
.payment-receipt-address strong{color:#2f2118!important;font-weight:950!important;line-height:1.8!important}
.payment-receipt-items{margin-top:12px!important;background:#fff!important;border:1px solid rgba(196,150,91,.16)!important;border-radius:18px!important;padding:12px!important}
.payment-receipt-items-title{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:10px!important;margin-bottom:8px!important}
.payment-receipt-items-title small{background:#fff2df!important;color:#8a5a2e!important;border-radius:999px!important;padding:5px 9px!important;font-weight:900!important}
.payment-receipt-item{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;padding:9px 0!important;border-top:1px solid rgba(196,150,91,.12)!important;color:#4b3b30!important}
.payment-receipt-item:first-of-type{border-top:0!important}
.payment-receipt-item strong{direction:rtl!important;color:#2f2118!important;white-space:nowrap!important}
.payment-receipt-total{display:flex!important;justify-content:space-between!important;align-items:center!important;margin-top:12px!important;padding:14px!important;border-radius:18px!important;background:linear-gradient(135deg,#2f2118,#6b452b)!important;color:#fff!important}
.payment-receipt-total span{color:#f6dcc1!important;margin:0!important}
.payment-receipt-total strong{font-size:20px!important;color:#fff!important}
.payment-result-card .btn{margin-top:18px!important}
@media(max-width:620px){
  .payment-result-card{border-radius:24px!important;padding:24px 14px 20px!important}
  .payment-receipt-grid{grid-template-columns:1fr!important}
  .payment-receipt-card{padding:12px!important}
}

.hero-zoom-control{display:grid!important;gap:12px!important}
.hero-zoom-control .range-input{padding:0!important;height:34px!important;accent-color:#c89559!important;background:transparent!important;border:0!important;box-shadow:none!important}
.hero-zoom-control strong{font-size:18px!important;color:#2e211a!important}
.hero-zoom-control small{display:block!important;line-height:1.8!important;color:#7a685c!important;margin-top:4px!important}
.admin-preview-size-control .editable-node{background:#fff7ee!important;border:1px solid rgba(201,151,84,.22)!important;color:#7b5537!important;font-weight:950!important}
#pvHeroImg{transform-origin:center center!important;transition:max-width .18s ease, transform .18s ease!important}

/* MASO v97 — Secondary Phone, Discount Receipt & Gateway Redesign */
.hero-info-section .hero-phone-list{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:2px!important;
  min-height:28px!important;
}
.hero-info-section .hero-phone-list .hero-phone{
  display:block!important;
  line-height:1.45!important;
  text-decoration:none!important;
}
.hero-info-section .hero-phone-list .hero-phone-secondary[hidden],
.footer-phone-secondary[hidden]{display:none!important;}
.footer-phone-line{
  margin:4px 0!important;
}
.footer-phone-line a{
  display:inline-flex!important;
  direction:ltr!important;
  text-decoration:none!important;
}

.payment-html,
.payment-html body{
  min-height:100%!important;
  overflow-x:hidden!important;
  background:#fff8ef!important;
  scrollbar-gutter:auto!important;
}
.payment-html body.payment-result-page,
.payment-html body.payment-gateway-page{
  min-height:100svh!important;
  margin:0!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  background:#fff8ef!important;
  background-image:
    radial-gradient(620px 420px at 15% 18%, rgba(221,165,92,.22), transparent 66%),
    radial-gradient(660px 460px at 88% 74%, rgba(190,145,98,.15), transparent 68%),
    linear-gradient(135deg,#fffaf4 0%,#f7ecdf 100%)!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
  background-position:center!important;
  background-attachment:fixed!important;
}
.payment-html body.payment-result-page::before,
.payment-html body.payment-result-page::after,
.payment-html body.payment-gateway-page::before,
.payment-html body.payment-gateway-page::after,
.payment-html body.payment-result-page main::before,
.payment-html body.payment-result-page main::after,
.payment-html body.payment-gateway-page main::before,
.payment-html body.payment-gateway-page main::after{
  content:none!important;
  display:none!important;
}
.payment-result-shell,
.payment-gateway-shell{
  min-height:100svh!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:28px 16px!important;
  background:transparent!important;
}
.payment-result-card,
.payment-gateway-card{
  position:relative!important;
  width:min(680px,100%)!important;
  margin:0 auto!important;
  padding:30px 24px!important;
  border-radius:32px!important;
  border:1px solid rgba(201,151,84,.24)!important;
  background:rgba(255,255,255,.94)!important;
  box-shadow:0 28px 90px rgba(72,45,25,.15)!important;
  backdrop-filter:blur(10px)!important;
  text-align:center!important;
  overflow:hidden!important;
}
.payment-result-card::before,
.payment-gateway-card::before{
  content:""!important;
  position:absolute!important;
  inset:-80px auto auto -80px!important;
  width:220px!important;
  height:220px!important;
  border-radius:999px!important;
  background:radial-gradient(circle,rgba(216,163,92,.20),transparent 70%)!important;
  pointer-events:none!important;
}
.payment-receipt-card{
  background:linear-gradient(180deg,#fffaf4,#fff)!important;
  border:1px solid rgba(201,151,84,.22)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.8),0 16px 42px rgba(78,49,28,.08)!important;
}
.payment-receipt-item.has-discount strong{
  display:inline-flex!important;
  flex-direction:column!important;
  align-items:flex-end!important;
  gap:2px!important;
}
.payment-receipt-item.has-discount strong small{
  color:#a69486!important;
  font-size:12px!important;
  text-decoration:line-through!important;
  font-weight:800!important;
}
.payment-receipt-discount{
  display:grid!important;
  grid-template-columns:1fr auto!important;
  align-items:center!important;
  gap:6px 14px!important;
  margin-top:12px!important;
  padding:14px 16px!important;
  border-radius:20px!important;
  color:#6c3d1f!important;
  background:
    radial-gradient(circle at 12% 20%,rgba(255,255,255,.65),transparent 36%),
    linear-gradient(135deg,#fff3d7,#ffd899)!important;
  border:1px solid rgba(214,151,67,.28)!important;
  box-shadow:0 14px 34px rgba(194,133,56,.16)!important;
}
.payment-receipt-discount span{font-weight:950!important;color:#6c3d1f!important;margin:0!important;}
.payment-receipt-discount strong{font-weight:950!important;color:#2f2118!important;direction:rtl!important;}
.payment-receipt-discount em{
  grid-column:1/-1!important;
  font-style:normal!important;
  font-size:12px!important;
  color:#916442!important;
  font-weight:850!important;
}
.gateway-brand-mark{
  width:72px!important;height:72px!important;margin:0 auto 12px!important;border-radius:26px!important;
  display:flex!important;align-items:center!important;justify-content:center!important;
  font-weight:950!important;font-size:20px!important;letter-spacing:.5px!important;color:#6a4329!important;
  background:linear-gradient(135deg,#ffecc9,#d49b56)!important;
  box-shadow:0 16px 42px rgba(190,126,54,.22)!important;
}
.gateway-kicker{
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  padding:7px 13px!important;border-radius:999px!important;
  background:#fff7eb!important;color:#9a6a43!important;font-weight:950!important;font-size:12px!important;
  border:1px solid rgba(201,151,84,.18)!important;
}
.payment-gateway-card h1{margin:12px 0 8px!important;font-size:30px!important;color:#2f2118!important;}
.payment-gateway-card p{margin:0 auto 18px!important;color:#766354!important;line-height:1.9!important;max-width:470px!important;}
.gateway-summary{
  display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin:18px 0!important;
}
.gateway-summary div,
.gateway-items,
.gateway-total{
  background:#fffaf4!important;border:1px solid rgba(201,151,84,.18)!important;border-radius:20px!important;padding:13px!important;
}
.gateway-summary span{display:block!important;font-size:12px!important;color:#9a806a!important;font-weight:850!important;margin-bottom:5px!important;}
.gateway-summary strong{display:block!important;color:#2f2118!important;font-weight:950!important;}
.gateway-items{display:grid!important;gap:8px!important;text-align:right!important;}
.gateway-items-head{display:flex!important;align-items:center!important;justify-content:space-between!important;color:#2f2118!important;}
.gateway-items-head span{color:#9a806a!important;font-size:12px!important;font-weight:900!important;}
.gateway-item{display:flex!important;justify-content:space-between!important;gap:12px!important;border-top:1px solid rgba(201,151,84,.12)!important;padding-top:8px!important;color:#4b3b30!important;}
.gateway-item b{white-space:nowrap!important;color:#2f2118!important;}
.gateway-total{display:flex!important;justify-content:space-between!important;align-items:center!important;margin:12px 0 18px!important;background:linear-gradient(135deg,#2f2118,#6b452b)!important;color:#fff!important;}
.gateway-total span{color:#f5dbc0!important;font-weight:900!important;}
.gateway-total strong{font-size:22px!important;color:#fff!important;}
.gateway-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;}
.gateway-pay-btn{justify-content:center!important;font-size:16px!important;padding:14px 18px!important;}
.gateway-cancel-btn{justify-content:center!important;background:#fff!important;}
.gateway-note{display:block!important;margin-top:14px!important;color:#9a806a!important;line-height:1.8!important;}
@media(max-width:620px){
  .payment-result-shell,.payment-gateway-shell{align-items:flex-start!important;padding:18px 10px!important;}
  .payment-result-card,.payment-gateway-card{border-radius:24px!important;padding:22px 12px!important;}
  .gateway-summary{grid-template-columns:1fr!important;}
  .gateway-actions{grid-template-columns:1fr!important;}
  .payment-receipt-discount{grid-template-columns:1fr!important;text-align:center!important;}
}
.payment-html{overflow-y:auto!important;}

/* MASO v98 — Receipts, Dashboard Cleanup & Mobile Hero Motion */
.account-wallet-btn{display:none!important}
.account-order-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:14px;padding-top:12px;border-top:1px solid rgba(201,151,84,.16)}
.account-receipt-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;border-radius:14px!important;background:linear-gradient(135deg,#f2debd,#c89353)!important;color:#3b281d!important;border:1px solid rgba(201,151,84,.28)!important;font-weight:950!important;box-shadow:0 10px 24px rgba(145,93,43,.12)!important;text-decoration:none!important;padding:10px 14px!important}
.account-receipt-btn:hover{transform:translateY(-1px);box-shadow:0 14px 30px rgba(145,93,43,.16)!important}
.payment-thanks-message{background:linear-gradient(135deg,#fff4df,#fffaf4)!important;border:1px solid rgba(201,151,84,.22)!important;border-radius:18px!important;padding:10px 14px!important;color:#6d4a2e!important;font-weight:900!important;box-shadow:0 10px 28px rgba(127,80,39,.07)!important}
.payment-receipt-thanks{margin-top:16px;padding:14px 16px;border-radius:20px;background:linear-gradient(135deg,#fff8eb,#f2dfc0)!important;border:1px solid rgba(201,151,84,.24)!important;color:#5a3825!important;font-weight:950;text-align:center;box-shadow:0 14px 32px rgba(145,93,43,.10)}
.receipt-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-top:18px}.receipt-actions .btn.secondary{background:#fff!important;color:#60412b!important;border:1px solid rgba(201,151,84,.35)!important}
@media print{body.payment-result-page{background:#fff!important}.payment-result-shell{padding:0!important}.payment-result-card{box-shadow:none!important;border:none!important}.receipt-actions,.payment-result-icon,.payment-result-card>a.btn{display:none!important}}
@media (max-width:768px){
  .hero-drink-visual,.hero-drink-visual img{animation:heroFloat 6s ease-in-out infinite!important;will-change:transform!important}
  .hero-drink-visual .hero-drink-blur{animation:none!important;filter:blur(42px)!important;opacity:.45!important}
  .account-order-actions{justify-content:stretch}.account-receipt-btn{width:100%}
}


/* MASO v99 — Contact Card Order, Receipt Discount Cleanup & Footer Credits */
.hero-info-section .hero-info-card > .hero-phone-list{
  order:3!important;
  flex:0 0 auto!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:2px!important;
  min-height:28px!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
  position:static!important;
  inset:auto!important;
  transform:none!important;
}
.hero-info-section .hero-info-card > .hero-info-caption{order:4!important;}
.hero-info-section .hero-phone-list .hero-phone{
  display:block!important;
  direction:ltr!important;
  text-align:center!important;
  unicode-bidi:embed!important;
  font-weight:900!important;
  color:#33231a!important;
  line-height:1.45!important;
  text-decoration:none!important;
}
.hero-info-section .hero-phone-list .hero-phone:hover{color:#a36c3c!important;}
.payment-receipt-discount em{display:none!important;}
.footer-legal{
  margin:26px auto 0!important;
  padding:18px 14px 0!important;
  border-top:1px solid rgba(255,255,255,.12)!important;
  display:grid!important;
  gap:8px!important;
  text-align:center!important;
  color:rgba(255,255,255,.72)!important;
  font-size:13.5px!important;
  line-height:1.9!important;
}
.footer-legal p{margin:0!important;color:inherit!important;}
.footer-legal a{
  color:#f8d7ac!important;
  text-decoration:none!important;
  border-bottom:1px dashed rgba(248,215,172,.55)!important;
  padding-bottom:1px!important;
}
.footer-legal a:hover{color:#fff3df!important;border-bottom-color:#fff3df!important;}
.footer-legal strong{font-weight:950!important;}
@media(max-width:640px){.footer-legal{font-size:12.5px!important;margin-top:22px!important;padding-top:14px!important}}

/* MASO v100 — Account Receipt Button Responsive Fix
   Fixes desktop RTL alignment of the receipt action in customer order cards only. */
.account-order-card .account-order-actions,
.my-order-card .account-order-actions{
  display:flex!important;
  justify-content:flex-start!important;
  align-items:center!important;
  gap:10px!important;
  margin:12px 18px 16px!important;
  padding:12px 0 0!important;
  border-top:1px solid rgba(201,151,84,.16)!important;
}
.account-order-card .account-receipt-btn,
.my-order-card .account-receipt-btn{
  width:auto!important;
  min-width:148px!important;
  max-width:220px!important;
  white-space:nowrap!important;
  padding:10px 16px!important;
  line-height:1.4!important;
  margin:0!important;
  flex:0 0 auto!important;
}
@media (max-width:768px){
  .account-order-card .account-order-actions,
  .my-order-card .account-order-actions{
    justify-content:stretch!important;
    margin:12px 14px 14px!important;
  }
  .account-order-card .account-receipt-btn,
  .my-order-card .account-receipt-btn{
    width:100%!important;
    max-width:none!important;
  }
}


/* MASO v101 — Footer Copyright Responsive */
.footer .footer-legal{
  grid-column:1 / -1!important;
  width:100%!important;
  max-width:100%!important;
  margin:28px 0 0!important;
  padding:18px 0 0!important;
  border-top:1px solid rgba(255,255,255,.14)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  text-align:initial!important;
  direction:rtl!important;
  color:rgba(255,255,255,.76)!important;
  font-size:13.5px!important;
  line-height:1.9!important;
}
.footer .footer-legal p{
  margin:0!important;
  color:inherit!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  min-width:0!important;
}
.footer .footer-copyright{
  flex:1 1 auto!important;
  justify-content:flex-start!important;
  text-align:right!important;
}
.footer .footer-credit{
  flex:0 0 auto!important;
  justify-content:flex-end!important;
  text-align:left!important;
  white-space:nowrap!important;
}
.footer .copyright-mark{
  width:24px!important;
  height:24px!important;
  min-width:24px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:50%!important;
  background:rgba(248,215,172,.12)!important;
  border:1px solid rgba(248,215,172,.28)!important;
  color:#f8d7ac!important;
  font-weight:950!important;
  line-height:1!important;
  font-size:14px!important;
}
.footer .footer-legal a{
  color:#f8d7ac!important;
  text-decoration:none!important;
  border-bottom:1px dashed rgba(248,215,172,.55)!important;
  padding-bottom:1px!important;
}
.footer .footer-legal a:hover{color:#fff3df!important;border-bottom-color:#fff3df!important;}
.footer .footer-legal strong{font-weight:950!important;}
@media(max-width:900px){
  .footer .footer-legal{
    flex-direction:column!important;
    justify-content:center!important;
    align-items:center!important;
    gap:8px!important;
    text-align:center!important;
    font-size:12.8px!important;
    margin-top:24px!important;
    padding-top:15px!important;
  }
  .footer .footer-copyright,
  .footer .footer-credit{
    width:100%!important;
    flex:auto!important;
    justify-content:center!important;
    text-align:center!important;
    white-space:normal!important;
  }
}


/* MASO v102 — Account Layout Balance */
.account-wallet-pill,
.account-wallet-btn{
  display:none!important;
}
@media (min-width: 901px){
  .maso-account-page .account-shell{
    align-items:stretch!important;
    grid-template-columns:320px minmax(0,1fr)!important;
  }
  .maso-account-page .account-hero-card,
  .maso-account-page .account-content-card{
    min-height:590px!important;
    height:auto!important;
    box-sizing:border-box!important;
  }
  .maso-account-page .account-hero-card{
    display:flex!important;
    flex-direction:column!important;
    justify-content:flex-start!important;
    padding:34px 22px 30px!important;
  }
  .maso-account-page .account-tabs{
    margin-top:26px!important;
  }
}
@media (max-width: 900px){
  .maso-account-page .account-wallet-pill,
  .maso-account-page .account-wallet-btn{
    display:none!important;
  }
}


/* MASO v103 — Footer Credits Centered */
.footer .footer-legal{
  grid-column:1 / -1!important;
  width:100%!important;
  max-width:100%!important;
  margin:28px auto 0!important;
  padding:18px 0 0!important;
  border-top:1px solid rgba(255,255,255,.14)!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  text-align:center!important;
  direction:rtl!important;
  color:rgba(255,255,255,.76)!important;
  font-size:13.5px!important;
  line-height:1.9!important;
}
.footer .footer-legal p{
  margin:0!important;
  width:100%!important;
  color:inherit!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  text-align:center!important;
  white-space:normal!important;
}
.footer .footer-copyright,
.footer .footer-credit{
  flex:none!important;
  justify-content:center!important;
  text-align:center!important;
  white-space:normal!important;
}
.footer .copyright-mark{
  display:inline!important;
  width:auto!important;
  height:auto!important;
  min-width:0!important;
  border:0!important;
  background:transparent!important;
  border-radius:0!important;
  color:#f8d7ac!important;
  font-weight:950!important;
  line-height:1!important;
  font-size:15px!important;
  padding:0!important;
  margin:0!important;
}
.footer .footer-credit a{
  color:#f8d7ac!important;
  text-decoration:none!important;
  border-bottom:1px dashed rgba(248,215,172,.55)!important;
  padding-bottom:1px!important;
}
.footer .footer-credit a:hover{color:#fff3df!important;border-bottom-color:#fff3df!important;}
.footer .footer-credit strong{font-weight:950!important;}
@media(max-width:640px){
  .footer .footer-legal{
    font-size:12.5px!important;
    margin-top:22px!important;
    padding-top:14px!important;
    gap:6px!important;
  }
}

/* MASO v105 — Mobile Receipt UX */
.payment-receipt-quick-summary{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
  margin:16px 0 14px!important;
  text-align:right!important;
}
.payment-receipt-quick-summary>div{
  background:#fffaf4!important;
  border:1px solid rgba(201,151,84,.18)!important;
  border-radius:18px!important;
  padding:12px 13px!important;
  box-shadow:0 10px 24px rgba(83,50,25,.055)!important;
}
.payment-receipt-quick-summary span{
  display:block!important;
  margin-bottom:5px!important;
  color:#9a806a!important;
  font-size:12px!important;
  font-weight:850!important;
}
.payment-receipt-quick-summary strong{
  display:block!important;
  color:#2f2118!important;
  font-weight:950!important;
  line-height:1.6!important;
}
.receipt-actions.receipt-actions-sticky{
  display:flex!important;
  gap:10px!important;
  flex-wrap:wrap!important;
  justify-content:center!important;
  align-items:center!important;
  margin-top:18px!important;
}
.receipt-actions.receipt-actions-sticky .btn{
  margin-top:0!important;
  min-width:170px!important;
}
.receipt-actions.receipt-actions-sticky .btn.secondary{
  background:#fff!important;
  color:#60412b!important;
  border:1px solid rgba(201,151,84,.35)!important;
}
.payment-html body.payment-result-page{
  padding-bottom:0!important;
}
@media(max-width:620px){
  .payment-result-card.is-success{
    padding-bottom:96px!important;
  }
  .payment-receipt-quick-summary{
    grid-template-columns:1fr 1fr!important;
    gap:8px!important;
    margin-top:14px!important;
  }
  .payment-receipt-quick-summary>div{
    padding:10px 9px!important;
    border-radius:16px!important;
  }
  .payment-receipt-quick-summary span{
    font-size:11px!important;
  }
  .payment-receipt-quick-summary strong{
    font-size:13px!important;
  }
  .receipt-actions.receipt-actions-sticky{
    position:fixed!important;
    left:10px!important;
    right:10px!important;
    bottom:calc(10px + env(safe-area-inset-bottom))!important;
    z-index:200!important;
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:8px!important;
    padding:10px!important;
    margin:0!important;
    border-radius:22px!important;
    background:rgba(255,250,244,.96)!important;
    border:1px solid rgba(201,151,84,.24)!important;
    box-shadow:0 18px 46px rgba(55,34,19,.18)!important;
    backdrop-filter:blur(12px) saturate(1.15)!important;
    -webkit-backdrop-filter:blur(12px) saturate(1.15)!important;
  }
  .receipt-actions.receipt-actions-sticky .btn{
    width:100%!important;
    min-width:0!important;
    padding:13px 10px!important;
    border-radius:16px!important;
    font-size:13px!important;
    white-space:nowrap!important;
  }
  .payment-receipt-card{
    margin-top:12px!important;
  }
  .payment-result-icon{
    width:58px!important;
    height:58px!important;
    border-radius:20px!important;
    font-size:29px!important;
    margin-bottom:12px!important;
  }
  .payment-result-card h1{
    font-size:25px!important;
    margin-bottom:8px!important;
  }
  .payment-result-message{
    font-size:13px!important;
    line-height:1.8!important;
  }
}
@media print{
  .payment-receipt-quick-summary{display:none!important;}
  .receipt-actions.receipt-actions-sticky{display:none!important;}
}


/* MASO v106 — Receipt Actions Polish */
.receipt-actions.receipt-actions-sticky{
  direction:rtl!important;
}
.receipt-actions.receipt-actions-sticky .btn,
.receipt-actions.receipt-actions-sticky a.btn,
.payment-result-card .receipt-actions .btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  line-height:1.2!important;
  vertical-align:middle!important;
  white-space:nowrap!important;
}
@media(max-width:620px){
  .receipt-actions.receipt-actions-sticky .btn,
  .receipt-actions.receipt-actions-sticky a.btn{
    height:46px!important;
    padding:0 10px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
  }
}


/* MASO v107 — Receipt Summary Alignment & Note */
.payment-receipt-quick-summary{
  width:min(600px,100%)!important;
  margin:16px auto 14px!important;
}
.payment-receipt-note{
  margin-top:10px!important;
  background:linear-gradient(180deg,#fff,#fffaf4)!important;
}
@media(min-width:621px){
  .payment-receipt-quick-summary{
    padding-inline:0!important;
  }
}

/* MASO v109 — Admin Pro & Reports */
.admin-main{max-width:1380px;margin-inline:auto;width:100%;box-sizing:border-box;}
.admin-page-lead{margin:0 0 20px;color:#7f6a57;font-weight:700;line-height:1.9}.admin-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:18px 0 22px}.admin-kpi-grid.reports{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-kpi-card{background:linear-gradient(180deg,#fff,#fffaf3);border:1px solid rgba(201,151,84,.22);border-radius:22px;padding:18px 18px;box-shadow:0 14px 34px rgba(79,43,20,.07);min-height:118px;display:flex;flex-direction:column;justify-content:center;gap:7px}.admin-kpi-card.primary{background:linear-gradient(135deg,#5a3924,#c9914f);color:#fff}.admin-kpi-card span{font-weight:850;color:#8c725d;font-size:13px}.admin-kpi-card.primary span,.admin-kpi-card.primary small{color:rgba(255,255,255,.82)}.admin-kpi-card strong{font-size:24px;line-height:1.4;color:#2f2118}.admin-kpi-card.primary strong{color:#fff}.admin-kpi-card small{color:#9b8270;font-weight:750;line-height:1.6}.admin-dashboard-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:18px 0}.admin-dashboard-panel h2{margin:0 0 14px;font-size:20px}.admin-panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.admin-panel-head h2{margin:0}.admin-mini-stat{border:1px solid rgba(201,151,84,.16);border-radius:18px;background:#fffaf5;padding:14px;margin:10px 0}.admin-mini-stat span{display:block;color:#927765;font-weight:850;font-size:12px}.admin-mini-stat strong{display:block;margin:5px 0;font-size:18px;color:#2f2118}.admin-mini-stat small{color:#8c725f;font-weight:700}.admin-top-list{display:grid;gap:8px;padding:0;margin:14px 0 0;list-style:none}.admin-top-list li{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:14px;background:#fff;border:1px solid rgba(201,151,84,.13)}.admin-top-list.big li{padding:13px 14px}.admin-top-list span{font-weight:850;color:#2f2118}.admin-top-list b{color:#9b6937;white-space:nowrap}.admin-status-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.admin-status-grid div{background:#fff;border:1px solid rgba(201,151,84,.16);border-radius:18px;padding:16px;text-align:center}.admin-status-grid strong{display:block;font-size:24px;color:#4d2f1f}.admin-status-grid span{font-weight:800;color:#8c725f}.admin-order-cards{display:grid;gap:10px}.admin-order-card{display:grid;grid-template-columns:1.2fr 1fr auto;gap:10px;align-items:center;padding:13px;border-radius:16px;border:1px solid rgba(201,151,84,.15);background:#fff}.admin-order-card div{display:grid;gap:4px}.admin-order-card span,.admin-order-card small{color:#846f5d;font-weight:750}.admin-order-card b{color:#2f2118}.admin-status-pill{display:inline-flex!important;align-items:center;justify-content:center;border-radius:999px;background:#fff1dc;color:#8a5828!important;padding:7px 10px;font-weight:900!important;white-space:nowrap}.admin-category-report-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:12px}.admin-category-report-card{border:1px solid rgba(201,151,84,.18);border-radius:18px;background:#fffaf5;padding:15px;display:grid;gap:5px}.admin-category-report-card strong{font-size:16px;color:#2f2118}.admin-category-report-card span{color:#9b6937;font-weight:900}.admin-category-report-card small{color:#846f5d;font-weight:750}.admin-report-form.compact{grid-template-columns:1fr auto;align-items:end}.admin-inline-control{display:flex;gap:9px;align-items:center;width:100%}.admin-inline-control .input{flex:1;min-width:0}.admin-add-category-btn{white-space:nowrap}.admin-category-picker small,.settings-help-text{display:block;margin-top:7px;color:#8c725f;font-size:12px;font-weight:700;line-height:1.7}.settings-section-switcher{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin:0 0 14px!important;padding:12px!important;position:sticky;top:10px;z-index:5}.settings-section-switcher button{border:1px solid rgba(201,151,84,.24);background:#fffaf5;color:#5b3924;border-radius:999px;padding:9px 12px;font-weight:900;cursor:pointer;transition:.2s}.settings-section-switcher button:hover{background:#5b3924;color:#fff;transform:translateY(-1px)}.settings-preview-section{scroll-margin-top:88px;margin:16px 0 8px;display:flex;align-items:center;gap:10px}.settings-section-label{display:inline-flex;align-items:center;gap:8px;border-radius:999px;background:#fff1dc;color:#845328;border:1px solid rgba(201,151,84,.2);padding:8px 12px;font-weight:950;font-size:13px}.admin-preview-footer,.admin-preview-gallery{border:1px dashed rgba(201,151,84,.36)!important;border-radius:22px!important;background:#fffaf4!important;margin-top:14px!important;padding:16px!important;display:flex!important;gap:10px!important;flex-wrap:wrap!important;align-items:center!important}.admin-preview-gallery{display:grid!important;grid-template-columns:1fr!important;align-items:stretch!important}.admin-preview-gallery>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:10px}.admin-gallery-list.compact{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(96px,1fr))!important;gap:10px!important}.admin-gallery-item{border-radius:16px!important;overflow:hidden!important;border:1px solid rgba(201,151,84,.18)!important;background:#fff!important;padding:6px!important;display:grid!important;gap:6px!important}.admin-gallery-item img{width:100%!important;aspect-ratio:1.15/1!important;object-fit:cover!important;border-radius:12px!important}.admin-manual-fields{margin-top:18px;border:1px solid rgba(201,151,84,.18);border-radius:18px;background:#fffaf5;padding:10px}.admin-manual-fields summary{cursor:pointer;font-weight:950;color:#5b3924;padding:6px}.admin-manual-fields label{display:grid;gap:7px;margin:10px 0;font-weight:900;color:#3a2a20}.admin-manual-fields label small{font-weight:650;color:#8c725f;line-height:1.7}.admin-visual-grid{align-items:start}.admin-inspector{position:sticky!important;top:82px!important}.admin-site-preview.card{overflow:visible!important}.admin-form.enhanced-food-form{align-items:start}.admin-form .input,.admin-form textarea,.admin-report-form .input{width:100%;box-sizing:border-box}.btn,.admin-main button,.admin-main a.btn{display:inline-flex;align-items:center;justify-content:center;text-align:center;line-height:1.35}.table-wrap{max-width:100%}.table-wrap table{min-width:760px}.responsive-report table{min-width:620px}
@media(max-width:1100px){.admin-layout{grid-template-columns:230px 1fr}.admin-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-dashboard-grid{grid-template-columns:1fr}.admin-visual-grid{grid-template-columns:1fr!important}.admin-inspector{position:relative!important;top:auto!important}.settings-section-switcher{position:relative;top:auto}.admin-report-form.compact{grid-template-columns:1fr}.admin-report-actions{display:flex;flex-wrap:wrap;gap:8px}.admin-report-actions .btn{flex:1;min-width:140px}}
@media(max-width:900px){.admin-layout{display:block}.sidebar{position:relative!important;height:auto!important;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:16px}.sidebar h2{grid-column:1/-1;margin:0 0 8px}.sidebar a{margin:0;text-align:center}.admin-main{padding:16px}.admin-kpi-grid,.admin-kpi-grid.reports{grid-template-columns:1fr}.admin-kpi-card{min-height:auto}.admin-order-card{grid-template-columns:1fr;align-items:start}.admin-status-grid{grid-template-columns:1fr 1fr}.admin-form,.admin-report-form{grid-template-columns:1fr!important}.admin-inline-control{display:grid;grid-template-columns:1fr}.admin-add-category-btn{width:100%}.admin-food-form-card,.admin-report-card,.admin-dashboard-panel{border-radius:22px}.settings-section-switcher{overflow-x:auto;flex-wrap:nowrap;padding:10px!important;scrollbar-width:thin}.settings-section-switcher button{white-space:nowrap;flex:0 0 auto}.admin-preview-topbar,.admin-preview-landing,.admin-preview-info-cards{grid-template-columns:1fr!important}.admin-visual-actions{display:grid!important;grid-template-columns:1fr!important;width:100%}.admin-visual-actions .btn{width:100%}.admin-panel-head{align-items:flex-start;flex-direction:column}.admin-panel-head .btn{width:100%}.table-wrap{border-radius:18px;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-wrap table{font-size:13px}.admin-main h1{font-size:26px}.card{padding:15px}.admin-category-report-grid{grid-template-columns:1fr}.admin-top-list li{align-items:flex-start;flex-direction:column}.admin-top-list b{white-space:normal}.admin-gallery-list.compact{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:520px){.sidebar{grid-template-columns:1fr}.admin-main{padding:12px}.admin-status-grid{grid-template-columns:1fr}.admin-kpi-card strong{font-size:20px}.admin-preview-footer{display:grid!important}.admin-preview-footer .editable-node{width:100%}.admin-gallery-list.compact{grid-template-columns:1fr!important}}

/* MASO v110 — Admin Operations Polish */
html,body{min-height:100%;}
body:has(.admin-layout){overflow-x:hidden!important;background:#fff8ef!important;}
.admin-layout{align-items:stretch!important;min-height:100dvh!important;background:linear-gradient(180deg,#fff8ef 0,#fff4e8 100%)!important;}
.admin-main{min-width:0!important;padding-bottom:96px!important;overflow:visible!important;}
.sidebar{box-sizing:border-box!important;overflow-y:auto!important;overscroll-behavior:contain!important;}
.card,.table-wrap{box-sizing:border-box!important;}
.table-wrap{overflow-x:auto!important;overflow-y:visible!important;-webkit-overflow-scrolling:touch!important;}
.table-wrap table{width:100%!important;}

/* compact category add control */
.admin-category-picker .admin-inline-control{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:end!important;gap:10px!important;}
.admin-add-category-btn{
  height:52px!important;min-height:52px!important;padding:0 14px!important;border-radius:14px!important;
  border:1px solid rgba(201,151,84,.45)!important;background:#fff!important;color:#5b3924!important;
  font:900 13px/1.2 inherit!important;cursor:pointer!important;box-shadow:0 8px 18px rgba(92,52,25,.04)!important;
  white-space:nowrap!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;
}
.admin-add-category-btn:hover{background:#fff6ea!important;transform:translateY(-1px)!important;}
.custom-category-field{display:none;}
.enhanced-food-form.is-category-only .admin-field:not(.custom-category-field),
.enhanced-food-form.is-category-only .admin-check,
.enhanced-food-form.is-category-only .admin-image-preview{
  opacity:.42!important;filter:grayscale(.35)!important;pointer-events:none!important;
}
.enhanced-food-form.is-category-only .custom-category-field{opacity:1!important;filter:none!important;pointer-events:auto!important;}
.enhanced-food-form input:disabled,
.enhanced-food-form textarea:disabled,
.enhanced-food-form select:disabled{background:#f6f1eb!important;color:#9a8877!important;cursor:not-allowed!important;}

/* orders operations */
.row-done{background:linear-gradient(90deg,rgba(229,248,236,.95),rgba(255,255,255,.96))!important;}
.row-done td{border-bottom-color:rgba(42,128,70,.14)!important;}
.row-processing{background:linear-gradient(90deg,rgba(255,248,229,.95),rgba(255,255,255,.96))!important;}
.done-chip{display:inline-flex!important;align-items:center;justify-content:center;border-radius:999px;background:#e8f8ee;color:#166534;border:1px solid rgba(22,101,52,.16);font-weight:950;padding:10px 14px;white-space:nowrap;}
.admin-order-actions{min-width:120px;}

/* category report bars */
.admin-category-bars{display:grid;gap:12px;margin:12px 0 18px;}
.admin-category-bars.mini{gap:8px;margin:12px 0;}
.admin-category-bar-row{display:grid;grid-template-columns:minmax(88px,150px) minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:10px 12px;border-radius:16px;background:#fff;border:1px solid rgba(201,151,84,.14);}
.admin-category-bars.mini .admin-category-bar-row{grid-template-columns:minmax(78px,120px) minmax(0,1fr) auto;padding:8px 10px;}
.admin-category-bar-row span{font-weight:950;color:#2f2118;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.admin-category-bar-row div{height:12px;border-radius:999px;background:#f4e6d6;overflow:hidden;position:relative;}
.admin-category-bar-row i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#5a3924,#d29b58);min-width:8px;}
.admin-category-bar-row b{font-weight:950;color:#9b6937;white-space:nowrap;}
.admin-category-bar-row em{font-style:normal;color:#806a58;font-weight:800;white-space:nowrap;font-size:13px;}

/* management menu mobile usability */
@media(max-width:760px){
  .admin-main{padding:14px 12px 96px!important;}
  .admin-food-form-card{overflow:hidden!important;}
  .enhanced-food-form{gap:12px!important;}
  .admin-category-picker .admin-inline-control{grid-template-columns:1fr!important;}
  .admin-add-category-btn{width:100%!important;height:48px!important;min-height:48px!important;}
  .admin-food-table table,
  .admin-orders-table table{min-width:0!important;width:100%!important;display:block!important;background:transparent!important;}
  .admin-food-table thead,
  .admin-orders-table thead{display:none!important;}
  .admin-food-table tbody,
  .admin-orders-table tbody{display:grid!important;gap:12px!important;}
  .admin-food-table tr,
  .admin-orders-table tr{display:grid!important;grid-template-columns:1fr!important;border:1px solid rgba(201,151,84,.22)!important;border-radius:20px!important;background:#fff!important;overflow:hidden!important;box-shadow:0 12px 28px rgba(90,58,32,.06)!important;}
  .admin-food-table td,
  .admin-orders-table td{display:grid!important;grid-template-columns:90px minmax(0,1fr)!important;align-items:center!important;gap:10px!important;padding:11px 13px!important;border-bottom:1px solid rgba(201,151,84,.12)!important;white-space:normal!important;word-break:break-word!important;}
  .admin-food-table td:last-child,
  .admin-orders-table td:last-child{border-bottom:0!important;}
  .admin-food-table td::before,
  .admin-orders-table td::before{content:attr(data-label);font-size:12px;font-weight:950;color:#9b6937;}
  .admin-food-table .admin-food-thumb{width:74px!important;height:58px!important;border-radius:12px!important;}
  .admin-food-table td[data-label="عملیات"],
  .admin-orders-table td[data-label="عملیات"]{grid-template-columns:1fr!important;}
  .admin-food-table td[data-label="عملیات"]::before,
  .admin-orders-table td[data-label="عملیات"]::before{margin-bottom:6px;}
  .admin-food-table td[data-label="عملیات"] .btn,
  .admin-orders-table td[data-label="عملیات"] .btn{width:100%!important;margin:3px 0!important;}
  .order-toolbar{display:grid!important;grid-template-columns:1fr!important;align-items:start!important;}
  .order-toolbar .btn{width:100%!important;}
  .admin-category-bar-row{grid-template-columns:1fr!important;align-items:stretch!important;gap:8px!important;}
  .admin-category-bar-row b,.admin-category-bar-row em{white-space:normal!important;}
}

@media(max-width:900px){
  .sidebar{max-height:none!important;overflow:visible!important;}
  .admin-main{max-width:100%!important;}
  .admin-dashboard-grid{gap:14px!important;}
}

/* MASO v111 — Admin Layout & Settings UX Cleanup */
/* Remove admin-only decorative overlay that was sitting above management content */
body:has(.admin-layout)::before{display:none!important;content:none!important;}
body:has(.admin-layout){overflow-x:clip!important;background:#fff8ef!important;}

/* Keep the desktop admin right rail visually continuous while content scrolls */
@media(min-width:901px){
  body:has(.admin-layout)::after{
    content:"";position:fixed;top:0;right:0;bottom:0;width:270px;
    background:linear-gradient(180deg,#24120a,#3a1c0c);z-index:0;pointer-events:none;
  }
  .admin-layout{position:relative!important;z-index:1!important;min-height:100vh!important;background:transparent!important;}
  .sidebar{position:sticky!important;top:0!important;align-self:start!important;min-height:100vh!important;height:100vh!important;z-index:2!important;}
  .admin-main{position:relative!important;z-index:1!important;}
}
@media(min-width:901px) and (max-width:1100px){body:has(.admin-layout)::after{width:230px;}}
@media(max-width:900px){body:has(.admin-layout)::after{display:none!important;content:none!important;}.admin-layout{background:#fff8ef!important;}}

/* Prevent fake blank over-scroll and awkward page endings in admin pages */
.admin-layout,.admin-main,.admin-site-preview,.admin-visual-grid,.admin-dashboard-grid,.admin-food-form-card,.admin-orders-table,.admin-food-table{max-width:100%!important;}
.admin-main{padding-bottom:56px!important;}
.admin-main>*:last-child{margin-bottom:0!important;}
.table-wrap{overflow-x:auto!important;overflow-y:hidden!important;}

/* Menu management category creation flow */
.admin-category-picker small{display:none!important;}
.admin-category-picker .admin-inline-control{grid-template-columns:minmax(0,1fr) auto auto!important;align-items:end!important;}
.admin-add-category-btn,.admin-cancel-category-btn{
  height:48px!important;min-height:48px!important;padding:0 13px!important;border-radius:14px!important;
  border:1px solid rgba(201,151,84,.45)!important;background:#fff!important;color:#5b3924!important;
  font:900 13px/1.2 inherit!important;white-space:nowrap!important;box-shadow:none!important;
}
.admin-cancel-category-btn{background:#fff4ed!important;color:#8f3b24!important;border-color:rgba(180,68,42,.25)!important;}
.enhanced-food-form.is-category-only .custom-category-field{display:grid!important;grid-column:1/-1!important;}
.enhanced-food-form.is-category-only .custom-category-field .input{background:#fff!important;color:#2f2118!important;border-color:#c99754!important;box-shadow:0 0 0 4px rgba(201,151,84,.10)!important;}
.enhanced-food-form.is-category-only button[type="submit"]{background:linear-gradient(135deg,#5a3924,#c9914f)!important;}
@media(max-width:760px){
  .admin-category-picker .admin-inline-control{grid-template-columns:1fr!important;}
  .admin-add-category-btn,.admin-cancel-category-btn{width:100%!important;height:46px!important;min-height:46px!important;}
}

/* Settings site: real separated sections instead of button-looking labels */
.admin-site-preview.card{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;display:grid!important;gap:18px!important;overflow:visible!important;}
.settings-edit-section{
  background:linear-gradient(180deg,#fff,#fffaf4)!important;border:1px solid rgba(201,151,84,.22)!important;
  border-radius:28px!important;padding:18px!important;box-shadow:0 18px 48px rgba(83,52,28,.06)!important;overflow:hidden!important;
}
.settings-preview-section{margin:0 0 14px!important;padding:0!important;}
.settings-section-label{
  display:flex!important;width:100%!important;justify-content:flex-start!important;border:0!important;background:transparent!important;
  color:#3a2a20!important;border-radius:0!important;padding:0 0 12px!important;font-size:18px!important;font-weight:950!important;
  border-bottom:1px solid rgba(201,151,84,.18)!important;
}
.settings-section-label::before{content:"";width:8px;height:8px;border-radius:50%;background:#c9914f;margin-inline-end:8px;align-self:center;}
.admin-preview-topbar,.admin-preview-landing,.admin-preview-info-cards,.admin-preview-footer,.admin-preview-gallery{margin:0!important;}
.admin-preview-topbar{border:0!important;background:#fffaf5!important;border-radius:22px!important;padding:14px!important;}
.admin-preview-landing{padding:18px 0 4px!important;}
.admin-preview-size-control{padding:0!important;margin-top:12px!important;}
.admin-preview-info-cards{padding:0!important;}
.admin-preview-footer{
  background:#fffaf5!important;color:#3a2a20!important;border:1px dashed rgba(201,151,84,.36)!important;
  border-radius:22px!important;padding:16px!important;display:flex!important;gap:10px!important;align-items:center!important;flex-wrap:wrap!important;
}
.admin-preview-footer strong{color:#3a2a20!important;margin-inline-end:auto!important;}
.admin-preview-footer .editable-node{
  background:#fff!important;color:#5b3924!important;border:1px solid rgba(201,151,84,.26)!important;
  border-radius:14px!important;padding:10px 14px!important;font-weight:900!important;min-width:96px;text-align:center!important;
}
.admin-preview-footer .editable-node:hover,.admin-preview-footer .editable-node.is-selected{background:#fff1dc!important;color:#2f2118!important;}
.admin-preview-gallery{background:#fffaf5!important;border:1px dashed rgba(201,151,84,.36)!important;border-radius:22px!important;padding:16px!important;}
.admin-preview-gallery>div:first-child{border-bottom:1px solid rgba(201,151,84,.16)!important;padding-bottom:10px!important;margin-bottom:10px!important;}
.gallery-add{background:#fff!important;color:#5b3924!important;border:1px solid rgba(201,151,84,.26)!important;border-radius:14px!important;padding:11px 14px!important;font-weight:950!important;}
.admin-visual-grid{grid-template-columns:minmax(0,1fr) minmax(300px,360px)!important;}
.admin-inspector{z-index:3!important;}
@media(max-width:1050px){.admin-visual-grid{grid-template-columns:1fr!important}.settings-edit-section{padding:14px!important;border-radius:22px!important}.admin-preview-landing{grid-template-columns:1fr!important}.admin-preview-info-cards{grid-template-columns:1fr!important}.admin-preview-footer{display:grid!important}.admin-preview-footer strong{margin:0!important}.admin-preview-footer .editable-node{width:100%!important}}

/* Admin mobile cards: keep data readable if laptop is unavailable */
@media(max-width:760px){
  .admin-food-table,.admin-orders-table{background:transparent!important;border:0!important;box-shadow:none!important;overflow:visible!important;}
  .admin-food-table tr,.admin-orders-table tr{margin-bottom:12px!important;}
  .admin-food-table td,.admin-orders-table td{grid-template-columns:96px minmax(0,1fr)!important;}
  .admin-food-table td::before,.admin-orders-table td::before{align-self:start!important;line-height:1.7!important;}
  .admin-food-table td[data-label="قیمت"] strong,.admin-food-table td[data-label="قیمت"] span{white-space:normal!important;}
}

/* Main hero nudge: subtle right alignment without changing admin/public logic */
@media(max-width:768px){.hero-drink-visual{translate:14px 0!important;}}
@media(min-width:769px){.hero-drink-visual{translate:18px 0!important;}}

/* MASO v112 — Admin Navigation & Category Flow Final Polish */
/* Admin page should be a clean solid surface; remove decorative halos from the management workspace. */
body:has(.admin-layout){
  background:#fff8ef!important;
  overflow-x:hidden!important;
}
body:has(.admin-layout)::before,
.admin-layout::before,.admin-layout::after,
.admin-main::before,.admin-main::after{
  display:none!important;
  content:none!important;
  opacity:0!important;
  pointer-events:none!important;
}
.admin-main{
  background:#fff8ef!important;
  isolation:isolate!important;
}
.admin-main .card,
.admin-main .table-wrap,
.admin-main .settings-edit-section,
.admin-main .admin-dashboard-panel,
.admin-main .admin-report-card,
.admin-main .admin-food-form-card{
  position:relative!important;
  z-index:1!important;
}

/* richer sidebar gradient */
.sidebar{
  background:
    radial-gradient(circle at 18% 8%,rgba(215,160,92,.18),transparent 34%),
    linear-gradient(165deg,#241109 0%,#3a1b0e 45%,#5d321b 100%)!important;
}
@media(min-width:901px){
  body:has(.admin-layout)::after{
    background:
      radial-gradient(circle at 22% 8%,rgba(215,160,92,.16),transparent 35%),
      linear-gradient(165deg,#241109 0%,#3a1b0e 45%,#5d321b 100%)!important;
  }
}

/* compact mobile admin navigation */
@media(max-width:900px){
  .admin-layout{display:block!important;background:#fff8ef!important;}
  .sidebar{
    position:sticky!important;
    top:0!important;
    z-index:50!important;
    min-height:unset!important;
    height:auto!important;
    max-height:none!important;
    display:flex!important;
    align-items:center!important;
    gap:8px!important;
    padding:10px 10px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    scrollbar-width:thin!important;
    border-bottom:1px solid rgba(255,255,255,.12)!important;
  }
  .sidebar h2{
    flex:0 0 auto!important;
    margin:0 0 0 8px!important;
    font-size:15px!important;
    white-space:nowrap!important;
    line-height:1!important;
  }
  .sidebar a{
    flex:0 0 auto!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin:0!important;
    min-height:38px!important;
    padding:8px 11px!important;
    border-radius:999px!important;
    font-size:12.5px!important;
    line-height:1.5!important;
    white-space:nowrap!important;
    text-align:center!important;
    background:rgba(255,255,255,.06)!important;
  }
  .sidebar a:hover,.sidebar a.active{
    transform:none!important;
    background:rgba(255,255,255,.16)!important;
  }
  .admin-main{padding-top:16px!important;}
}
@media(max-width:520px){
  .sidebar{display:flex!important;grid-template-columns:none!important;}
  .sidebar h2,.sidebar a{grid-column:auto!important;}
}

/* category creation UX: cancel is visible only in category-only mode; no dropdown pseudo option needed */
.admin-cancel-category-btn[hidden]{display:none!important;}
.enhanced-food-form:not(.is-category-only) .admin-cancel-category-btn{display:none!important;}
.enhanced-food-form.is-category-only .admin-cancel-category-btn{display:inline-flex!important;}
.enhanced-food-form.is-category-only .admin-add-category-btn{display:none!important;}
.enhanced-food-form.is-category-only .custom-category-field{display:grid!important;}
.enhanced-food-form:not(.is-category-only) .custom-category-field{display:none!important;}
.admin-category-picker .admin-inline-control{grid-template-columns:minmax(0,1fr) auto!important;gap:10px!important;}
.enhanced-food-form.is-category-only .admin-category-picker .admin-inline-control{grid-template-columns:minmax(0,1fr) auto!important;}
.admin-add-category-btn,.admin-cancel-category-btn{
  height:46px!important;
  min-height:46px!important;
  padding:0 13px!important;
  font-size:13px!important;
}

/* settings site section separation: labels are headings, not pill buttons */
.settings-edit-section{
  display:grid!important;
  gap:16px!important;
  background:#fff!important;
  border:1px solid rgba(201,151,84,.22)!important;
  border-radius:28px!important;
  padding:18px!important;
  box-shadow:0 18px 46px rgba(74,44,23,.05)!important;
}
.settings-edit-section + .settings-edit-section{margin-top:0!important;}
.settings-preview-section{display:block!important;margin:0!important;padding:0!important;}
.settings-section-label{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  width:100%!important;
  padding:0 0 12px!important;
  margin:0!important;
  border:0!important;
  border-bottom:1px solid rgba(201,151,84,.16)!important;
  border-radius:0!important;
  background:transparent!important;
  color:#2f2118!important;
  box-shadow:none!important;
  font-size:18px!important;
  line-height:1.7!important;
}
.admin-preview-footer{
  background:#fffaf5!important;
  color:#2f2118!important;
  border-color:rgba(201,151,84,.34)!important;
  opacity:1!important;
}
.admin-preview-footer strong,
.admin-preview-footer small,
.admin-preview-footer span{color:#2f2118!important;opacity:1!important;}
.admin-preview-footer .editable-node{
  color:#5b3924!important;
  background:#fff!important;
  border:1px solid rgba(201,151,84,.28)!important;
  opacity:1!important;
  visibility:visible!important;
}


/* MASO v113 — Admin Flow & Save Reminder Fix */
/* Use a real admin body class so the admin workspace no longer depends on :has() support. */
body.admin-body{
  background:#fff8ef!important;
  overflow-x:hidden!important;
}
body.admin-body::before,
body.admin-body .admin-layout::before,
body.admin-body .admin-layout::after,
body.admin-body .admin-main::before,
body.admin-body .admin-main::after,
body.admin-body main::before,
body.admin-body main::after{
  display:none!important;
  content:none!important;
  opacity:0!important;
  pointer-events:none!important;
  animation:none!important;
  background:none!important;
  filter:none!important;
}
body.admin-body .admin-layout,
body.admin-body .admin-main{
  background:#fff8ef!important;
  overflow-x:hidden!important;
}
body.admin-body .admin-main{
  min-height:100vh!important;
}
@media(min-width:901px){
  body.admin-body::after{
    content:""!important;
    display:block!important;
    position:fixed!important;
    top:0!important;
    right:0!important;
    bottom:0!important;
    width:270px!important;
    pointer-events:none!important;
    z-index:0!important;
    opacity:1!important;
    filter:none!important;
    animation:none!important;
    background:
      radial-gradient(360px 240px at 86% 12%,rgba(215,160,92,.16),transparent 62%),
      linear-gradient(180deg,#241109 0%,#32180d 46%,#5a301b 100%)!important;
  }
  body.admin-body .admin-layout{position:relative!important;z-index:1!important;display:grid!important;grid-template-columns:270px minmax(0,1fr)!important;}
  body.admin-body .sidebar{
    background:
      radial-gradient(360px 240px at 70% 5%,rgba(215,160,92,.18),transparent 62%),
      linear-gradient(180deg,#241109 0%,#32180d 46%,#5a301b 100%)!important;
    min-height:100vh!important;
    height:100vh!important;
    overflow:auto!important;
  }
}
@media(max-width:900px){
  body.admin-body::after{display:none!important;content:none!important;}
  body.admin-body .admin-main{padding-top:14px!important;}
}

/* Category creation: cancel must stay active while the rest of the item form is locked. */
.enhanced-food-form.is-category-only .admin-category-picker{
  opacity:1!important;
  filter:none!important;
  pointer-events:auto!important;
}
.enhanced-food-form.is-category-only .admin-category-picker select{
  opacity:.55!important;
  pointer-events:none!important;
}
.enhanced-food-form.is-category-only .admin-cancel-category-btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  opacity:1!important;
  filter:none!important;
  pointer-events:auto!important;
  cursor:pointer!important;
  background:#fff4ed!important;
  color:#8f3b24!important;
  border-color:rgba(180,68,42,.32)!important;
}
.enhanced-food-form.is-category-only .admin-cancel-category-btn:disabled{
  opacity:1!important;
  pointer-events:auto!important;
  cursor:pointer!important;
}
.enhanced-food-form:not(.is-category-only) .admin-cancel-category-btn{display:none!important;}

/* Floating save reminder for Site Settings. Appears only after a real change. */
.admin-floating-save{
  position:fixed;
  left:24px;
  bottom:24px;
  z-index:9999;
  display:flex;
  align-items:center;
  gap:12px;
  max-width:min(520px,calc(100vw - 32px));
  padding:12px 14px;
  border-radius:22px;
  border:1px solid rgba(201,151,84,.28);
  background:rgba(255,250,244,.96);
  box-shadow:0 18px 48px rgba(47,33,24,.18);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  transform:translateY(18px);
  opacity:0;
  pointer-events:none;
  transition:.22s ease;
}
.admin-floating-save[hidden]{display:none!important;}
.admin-floating-save.is-visible{
  transform:translateY(0);
  opacity:1;
  pointer-events:auto;
}
.admin-floating-save span{
  color:#5b3924;
  font-weight:950;
  white-space:nowrap;
}
.admin-floating-save .btn{
  min-height:44px;
  padding:0 18px!important;
  border-radius:16px!important;
  box-shadow:0 12px 26px rgba(74,44,23,.16)!important;
}
@media(max-width:720px){
  .admin-floating-save{
    left:12px;
    right:12px;
    bottom:12px;
    max-width:none;
    justify-content:space-between;
    padding:10px;
    border-radius:18px;
  }
  .admin-floating-save span{font-size:13px;white-space:normal;line-height:1.7;}
  .admin-floating-save .btn{flex:0 0 auto;min-width:136px;justify-content:center;}
}

/* MASO v114 — Admin Sidebar & Category Cancel Polish */
/* Make the cancel action visually active only when the category creation mode is active. */
.enhanced-food-form.is-category-only .admin-cancel-category-btn,
.enhanced-food-form.is-category-only .admin-cancel-category-btn:disabled{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  height:46px!important;
  min-height:46px!important;
  padding:0 16px!important;
  border-radius:14px!important;
  border:1px solid rgba(190,78,45,.45)!important;
  background:linear-gradient(135deg,#fff3ec 0%,#ffe4d6 100%)!important;
  color:#9b2f19!important;
  font-weight:950!important;
  opacity:1!important;
  filter:none!important;
  pointer-events:auto!important;
  cursor:pointer!important;
  box-shadow:0 10px 24px rgba(140,58,25,.08)!important;
}
.enhanced-food-form.is-category-only .admin-cancel-category-btn:hover{
  background:linear-gradient(135deg,#ffe7d8 0%,#ffd4bf 100%)!important;
  color:#7d2412!important;
  transform:translateY(-1px)!important;
}
.enhanced-food-form:not(.is-category-only) .admin-cancel-category-btn{display:none!important;}

/* Keep the brown admin navigation panel continuous on long desktop pages. */
@media(min-width:901px){
  body.admin-body .admin-layout{
    display:grid!important;
    grid-template-columns:270px minmax(0,1fr)!important;
    min-height:100vh!important;
    background:#fff8ef!important;
  }
  body.admin-body .sidebar{
    position:fixed!important;
    inset-block:0!important;
    right:0!important;
    width:270px!important;
    height:100dvh!important;
    min-height:100dvh!important;
    z-index:40!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    background:
      radial-gradient(420px 300px at 80% 8%,rgba(218,162,96,.22),transparent 58%),
      radial-gradient(360px 260px at 10% 90%,rgba(123,66,34,.32),transparent 64%),
      linear-gradient(180deg,#241109 0%,#32180d 48%,#563019 100%)!important;
    box-shadow:-18px 0 44px rgba(36,17,9,.08)!important;
  }
  body.admin-body .admin-main{
    grid-column:2!important;
    min-width:0!important;
    max-width:none!important;
    width:100%!important;
    margin:0!important;
    padding-inline:28px!important;
  }
  body.admin-body::after{display:none!important;content:none!important;}
}
@media(min-width:901px) and (max-width:1100px){
  body.admin-body .admin-layout{grid-template-columns:230px minmax(0,1fr)!important;}
  body.admin-body .sidebar{width:230px!important;}
  body.admin-body .admin-main{padding-inline:22px!important;}
}

/* MASO v115 — Cart Details & Admin Cancel Polish
   Scope: desktop checkout step 2 layout + active-looking category cancel button only. */
.cart-panel[data-checkout-step="details"] .customer-auth-box{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:14px!important;
  align-items:center!important;
  justify-items:stretch!important;
  text-align:center!important;
  min-height:auto!important;
  padding:18px!important;
  border-radius:22px!important;
  background:linear-gradient(180deg,#fff9f1,#fff4e8)!important;
  border:1px solid rgba(195,154,99,.34)!important;
}
.cart-panel[data-checkout-step="details"] .customer-auth-box > div:first-child{
  width:100%!important;
  min-width:0!important;
  display:grid!important;
  gap:7px!important;
  justify-items:center!important;
  text-align:center!important;
}
.cart-panel[data-checkout-step="details"] #customerAuthTitle,
.cart-panel[data-checkout-step="details"] #customerAuthTitle::before{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  white-space:normal!important;
  text-align:center!important;
  line-height:1.8!important;
  margin:0!important;
}
.cart-panel[data-checkout-step="details"] #customerAuthText{
  width:min(100%,330px)!important;
  max-width:330px!important;
  text-align:center!important;
  line-height:2!important;
  margin:0 auto!important;
  word-break:normal!important;
  overflow-wrap:break-word!important;
}
.cart-panel[data-checkout-step="details"] .customer-auth-actions{
  width:100%!important;
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
}
.cart-panel[data-checkout-step="details"] .customer-auth-actions .btn{
  min-height:42px!important;
  padding-inline:14px!important;
  border-radius:14px!important;
  white-space:nowrap!important;
}
.cart-panel[data-checkout-step="details"].needs-auth #myOrdersBtn,
.cart-panel[data-checkout-step="details"].needs-auth #customerLogoutBtn{
  display:none!important;
}
.cart-panel[data-checkout-step="details"].needs-auth #cartLoginBtn{
  display:inline-flex!important;
  min-width:148px!important;
}
@media(min-width:761px){
  .cart-panel[data-checkout-step="details"] .checkout-form{
    display:grid!important;
    gap:12px!important;
  }
  .cart-panel[data-checkout-step="details"] .checkout-form .btn[type="submit"]{
    min-height:48px!important;
    margin-top:4px!important;
  }
}

.enhanced-food-form.is-category-only .admin-cancel-category-btn:not([hidden]){
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  opacity:1!important;
  filter:none!important;
  pointer-events:auto!important;
  cursor:pointer!important;
  background:linear-gradient(135deg,#cf3b29,#9d3323)!important;
  color:#fff!important;
  border-color:transparent!important;
  box-shadow:0 12px 26px rgba(157,51,35,.18)!important;
}
.enhanced-food-form.is-category-only .admin-cancel-category-btn:not([hidden]):hover{
  transform:translateY(-1px)!important;
  box-shadow:0 16px 32px rgba(157,51,35,.24)!important;
}
.enhanced-food-form.is-category-only .admin-cancel-category-btn:disabled{
  opacity:1!important;
  color:#fff!important;
  background:linear-gradient(135deg,#cf3b29,#9d3323)!important;
  border-color:transparent!important;
  cursor:pointer!important;
}

/* MASO v116 — Admin Reports & Category UX Final Polish */
/* Make the category cancel action impossible to confuse with a disabled button. */
.enhanced-food-form.is-category-only .admin-category-picker{
  opacity:1!important;
  filter:none!important;
  pointer-events:auto!important;
}
.enhanced-food-form.is-category-only .admin-cancel-category-btn,
.enhanced-food-form.is-category-only .admin-cancel-category-btn:not([hidden]),
.enhanced-food-form.is-category-only .admin-cancel-category-btn:disabled{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  height:52px!important;
  min-height:52px!important;
  padding:0 18px!important;
  border-radius:16px!important;
  background:linear-gradient(135deg,#b92316 0%,#7e1d12 100%)!important;
  color:#fff!important;
  border:1px solid rgba(126,29,18,.18)!important;
  font-weight:950!important;
  opacity:1!important;
  filter:none!important;
  pointer-events:auto!important;
  cursor:pointer!important;
  box-shadow:0 14px 28px rgba(126,29,18,.22)!important;
  text-shadow:none!important;
}
.enhanced-food-form.is-category-only .admin-cancel-category-btn:hover,
.enhanced-food-form.is-category-only .admin-cancel-category-btn:not([hidden]):hover{
  transform:translateY(-1px)!important;
  background:linear-gradient(135deg,#c62a1d 0%,#8b2115 100%)!important;
  box-shadow:0 18px 34px rgba(126,29,18,.28)!important;
}
.enhanced-food-form:not(.is-category-only) .admin-cancel-category-btn{display:none!important;}

/* Dashboard analytics are deliberately separate so the manager does not mix product and category insights. */
.admin-dashboard-grid-analytics{align-items:stretch!important;}
.admin-popular-products-panel,
.admin-popular-categories-panel,
.admin-quick-status-panel{
  min-height:auto!important;
}

/* Reports: stop mobile overflow and convert report rows to readable cards. */
.admin-dashboard-panel,
.admin-report-card,
.admin-kpi-card{
  min-width:0!important;
}
.admin-category-bar-row{
  min-width:0!important;
}
.admin-category-bar-row > *{
  min-width:0!important;
}
@media(max-width:760px){
  .admin-dashboard-grid,
  .admin-dashboard-grid-analytics{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
  .admin-kpi-grid,
  .admin-kpi-grid.reports{
    grid-template-columns:1fr!important;
    gap:12px!important;
  }
  .responsive-report{
    overflow:visible!important;
    border:0!important;
    background:transparent!important;
  }
  .responsive-report table,
  .responsive-report tbody,
  .responsive-report tr,
  .responsive-report td{
    display:block!important;
    width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
  }
  .responsive-report table{
    border:0!important;
  }
  .responsive-report thead{
    display:none!important;
  }
  .responsive-report tr{
    margin:0 0 10px!important;
    padding:12px!important;
    border:1px solid rgba(201,151,84,.18)!important;
    border-radius:18px!important;
    background:#fffaf5!important;
    box-shadow:0 10px 24px rgba(79,43,20,.04)!important;
  }
  .responsive-report td{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
    padding:8px 0!important;
    border:0!important;
    border-bottom:1px solid rgba(201,151,84,.10)!important;
    text-align:right!important;
    white-space:normal!important;
  }
  .responsive-report td:last-child{border-bottom:0!important;}
  .responsive-report td::before{
    content:attr(data-label);
    color:#9a7a60;
    font-weight:900;
    font-size:12px;
    white-space:nowrap;
  }
  .admin-top-list.big li,
  .admin-top-list li{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:6px!important;
    align-items:start!important;
  }
  .admin-top-list b{
    white-space:normal!important;
    line-height:1.7!important;
  }
  .admin-category-bars,
  .admin-category-bars.mini{
    gap:10px!important;
  }
  .admin-category-bar-row,
  .admin-category-bars.mini .admin-category-bar-row{
    grid-template-columns:1fr!important;
    gap:8px!important;
    align-items:stretch!important;
    padding:12px!important;
  }
  .admin-category-bar-row span{
    white-space:normal!important;
    overflow:visible!important;
    text-overflow:clip!important;
  }
  .admin-category-bar-row b,
  .admin-category-bar-row em{
    white-space:normal!important;
    display:block!important;
  }
  .admin-category-bar-row div{
    width:100%!important;
  }
  .admin-category-report-grid{
    grid-template-columns:1fr!important;
  }
}

/* MASO v117 — Admin Dashboard/Menu Final Micro Polish */
.admin-quick-status-panel{
  margin-bottom:22px!important;
}
.admin-quick-status-panel + .admin-dashboard-panel{
  margin-top:22px!important;
}
.admin-panel-head .btn.secondary.small{
  min-height:38px!important;
  padding-inline:14px!important;
}

/* Strong, unmistakably active cancel button for category creation */
.enhanced-food-form.is-category-only .admin-cancel-category-btn,
.enhanced-food-form.is-category-only .admin-cancel-category-btn:not([hidden]),
.enhanced-food-form.is-category-only .admin-cancel-category-btn:enabled,
.enhanced-food-form.is-category-only .admin-cancel-category-live{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  height:56px!important;
  min-height:56px!important;
  padding:0 20px!important;
  border-radius:16px!important;
  background:linear-gradient(135deg,#e11d12 0%,#a9150c 100%)!important;
  color:#fff!important;
  border:1px solid rgba(169,21,12,.96)!important;
  opacity:1!important;
  filter:none!important;
  pointer-events:auto!important;
  cursor:pointer!important;
  font-weight:950!important;
  box-shadow:0 16px 34px rgba(169,21,12,.28)!important;
  text-shadow:none!important;
}
.enhanced-food-form.is-category-only .admin-cancel-category-btn:hover{
  background:linear-gradient(135deg,#f04438 0%,#b42318 100%)!important;
  transform:translateY(-1px)!important;
}
.admin-category-picker .admin-inline-control .input,
.admin-category-picker .admin-add-category-btn,
.admin-category-picker .admin-cancel-category-btn{
  height:56px!important;
  min-height:56px!important;
  box-sizing:border-box!important;
}
.admin-add-category-btn{
  align-self:stretch!important;
}

/* Category creation save reminder */
.admin-category-floating-save{
  position:fixed!important;
  left:24px!important;
  bottom:24px!important;
  z-index:9999!important;
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  max-width:min(520px,calc(100vw - 48px))!important;
  padding:12px 14px!important;
  border-radius:20px!important;
  background:rgba(47,33,24,.96)!important;
  color:#fff!important;
  box-shadow:0 22px 56px rgba(47,33,24,.28)!important;
  border:1px solid rgba(255,255,255,.18)!important;
}
.admin-category-floating-save[hidden]{display:none!important;}
.admin-category-floating-save span{
  font-weight:850!important;
  line-height:1.8!important;
  font-size:13px!important;
}
.admin-category-floating-save button{
  min-height:42px!important;
  border:0!important;
  border-radius:14px!important;
  background:linear-gradient(135deg,#d59a55,#f1c37b)!important;
  color:#2f2118!important;
  font-weight:950!important;
  padding:0 16px!important;
  cursor:pointer!important;
  white-space:nowrap!important;
}
@media(max-width:760px){
  .admin-category-floating-save{
    inset:auto 12px 12px 12px!important;
    max-width:none!important;
    justify-content:space-between!important;
  }
  .admin-category-floating-save button{flex:0 0 auto!important;}
}

/* Keep image upload and thumbnail on the same row to avoid wasted form height */
.admin-image-field{
  grid-column:1 / -1!important;
}
.admin-image-inline-row{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 150px!important;
  align-items:center!important;
  gap:12px!important;
}
.admin-image-preview.inline{
  padding:8px!important;
  border-radius:18px!important;
  background:#fffaf3!important;
  border:1px dashed rgba(201,151,84,.35)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:82px!important;
}
.admin-image-preview.inline img{
  width:124px!important;
  height:74px!important;
  object-fit:cover!important;
  border-radius:12px!important;
}
.enhanced-food-form.is-category-only .admin-image-field{
  opacity:.42!important;
  filter:grayscale(.35)!important;
  pointer-events:none!important;
}
@media(max-width:760px){
  .admin-image-inline-row{grid-template-columns:1fr!important;}
  .admin-image-preview.inline img{width:100%!important;height:150px!important;}
}

/* Reports: the bar chart is enough; remove duplicated category cards. */
.admin-category-report-grid{
  display:none!important;
}

/* MASO v118 — Category Cancel Reposition */
/* The floating category-save reminder was intentionally removed. */
.admin-category-floating-save{display:none!important;}

.enhanced-food-form .custom-category-field{
  grid-column:1 / -1!important;
}
.enhanced-food-form .admin-new-category-row{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:12px!important;
  align-items:stretch!important;
}
.enhanced-food-form .admin-new-category-row .input{
  min-height:56px!important;
  height:56px!important;
}
.enhanced-food-form.is-category-only .admin-cancel-category-btn,
.enhanced-food-form.is-category-only .admin-cancel-category-btn:not([hidden]),
.enhanced-food-form.is-category-only .admin-cancel-category-live{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:56px!important;
  height:56px!important;
  padding:0 22px!important;
  border:0!important;
  border-radius:16px!important;
  background:linear-gradient(135deg,#ef4444 0%,#dc2626 46%,#991b1b 100%)!important;
  color:#fff!important;
  font-weight:950!important;
  font-size:14px!important;
  opacity:1!important;
  filter:none!important;
  cursor:pointer!important;
  box-shadow:0 18px 36px rgba(153,27,27,.28)!important;
  white-space:nowrap!important;
}
.enhanced-food-form.is-category-only .admin-cancel-category-btn:hover{
  transform:translateY(-1px)!important;
  box-shadow:0 22px 44px rgba(153,27,27,.34)!important;
}
.enhanced-food-form.is-category-only .admin-cancel-category-btn:disabled{
  opacity:1!important;
  filter:none!important;
  cursor:pointer!important;
}
.enhanced-food-form:not(.is-category-only) .admin-cancel-category-btn,
.admin-cancel-category-btn[hidden]{display:none!important;}

@media(max-width:760px){
  .enhanced-food-form .admin-new-category-row{
    grid-template-columns:1fr!important;
  }
  .enhanced-food-form.is-category-only .admin-cancel-category-btn{
    width:100%!important;
  }
}


/* MASO v119 — Jalali reports and customer welcome button */
.topbar .nav-actions .customer-header-auth.customer-welcome-btn{
  min-width:0!important;
  height:48px!important;
  padding:6px 8px 6px 14px!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.78)!important;
  border:1px solid rgba(195,145,89,.24)!important;
  color:#2f2218!important;
  box-shadow:0 12px 28px rgba(80,50,28,.08)!important;
  gap:10px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.customer-welcome-btn .customer-welcome-icon{
  width:38px!important;
  height:38px!important;
  border-radius:15px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:linear-gradient(135deg,#fff8ee,#fff)!important;
  border:1px solid rgba(195,145,89,.22)!important;
  color:#c3894b!important;
  font-size:20px!important;
  line-height:1!important;
  box-shadow:0 10px 22px rgba(195,145,89,.12)!important;
}
.customer-welcome-btn .customer-welcome-copy{
  display:grid!important;
  gap:1px!important;
  text-align:right!important;
  line-height:1.25!important;
}
.customer-welcome-btn .customer-welcome-copy small{
  font-size:11px!important;
  color:#b28a67!important;
  font-weight:800!important;
}
.customer-welcome-btn .customer-welcome-copy b{
  font-size:13px!important;
  color:#2f2218!important;
  font-weight:950!important;
  max-width:120px!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
@media(max-width:640px){
  .topbar .nav-actions .customer-header-auth.customer-welcome-btn{
    height:42px!important;
    padding:5px 6px 5px 9px!important;
    gap:7px!important;
    border-radius:15px!important;
  }
  .customer-welcome-btn .customer-welcome-icon{
    width:32px!important;
    height:32px!important;
    border-radius:12px!important;
    font-size:18px!important;
  }
  .customer-welcome-btn .customer-welcome-copy small{font-size:10px!important;}
  .customer-welcome-btn .customer-welcome-copy b{font-size:11px!important;max-width:74px!important;}
}

/* MASO v120 — Cart Header Overlay Fix
   Keep the cart drawer above the sticky site header in both mobile and desktop.
   This prevents the topbar from covering the cart when the cart itself is scrolled. */
body.cart-open .topbar{
  z-index:1!important;
  pointer-events:none!important;
}
body.cart-open .cart-panel,
.cart-panel.open{
  z-index:5000!important;
  position:fixed!important;
  inset:0 0 0 auto!important;
  top:0!important;
  bottom:0!important;
  height:100vh!important;
  height:100dvh!important;
  max-height:100vh!important;
  max-height:100dvh!important;
}
@media(max-width:760px){
  body.cart-open .cart-panel,
  .cart-panel.open{
    inset:0!important;
    width:100vw!important;
    max-width:100vw!important;
    padding-top:calc(18px + env(safe-area-inset-top))!important;
  }
}


/* MASO v124 — Mobile Category Sticky Recovery
   Final mobile-only override. Desktop behavior remains the v120 stable logic.
   The toolbar is forced above menu items on mobile while the user is inside the menu section. */
@media (max-width: 760px){
  body.maso-mobile-menu-sticky-active #menu .menu-toolbar{
    background:rgba(255,250,244,.98)!important;
    border-bottom:1px solid rgba(215,197,170,.78)!important;
    box-shadow:0 12px 28px rgba(60,34,16,.10)!important;
    backdrop-filter:blur(18px)!important;
    -webkit-backdrop-filter:blur(18px)!important;
  }
  #menu .menu-toolbar.maso-mobile-fixed{
    position:fixed!important;
    right:auto!important;
    bottom:auto!important;
    margin:0!important;
    border-radius:0!important;
    z-index:3600!important;
    min-height:54px!important;
    height:54px!important;
    padding:0 8px!important;
    transform:translateZ(0)!important;
    will-change:top,left,width!important;
  }
  #menu .menu-toolbar.maso-mobile-fixed #categories.categories{
    height:54px!important;
    min-height:54px!important;
  }
  #menu .menu-toolbar.maso-mobile-fixed #categories .cat{
    height:54px!important;
    min-height:54px!important;
  }
  #menuToolbarPlaceholder.maso-mobile-placeholder-active{
    display:block!important;
    pointer-events:none!important;
  }
}

/* MASO v125 — Mobile/Tablet Category Sticky Breakpoint Fix */
@media (max-width: 900px){
  body.maso-v125-mobile-sticky #menu .menu-toolbar,
  #menu .menu-toolbar.maso-v125-fixed{
    display:flex!important;
    align-items:center!important;
    position:fixed!important;
    right:auto!important;
    bottom:auto!important;
    margin:0!important;
    border-radius:0!important;
    z-index:6200!important;
    min-height:54px!important;
    height:54px!important;
    padding:0 8px!important;
    box-sizing:border-box!important;
    transform:translate3d(0,0,0)!important;
    will-change:top,left,width!important;
    visibility:visible!important;
    opacity:1!important;
    pointer-events:auto!important;
    background:rgba(255,250,244,.98)!important;
    border-top:0!important;
    border-bottom:1px solid rgba(215,197,170,.82)!important;
    box-shadow:0 12px 28px rgba(60,34,16,.10)!important;
    backdrop-filter:blur(18px)!important;
    -webkit-backdrop-filter:blur(18px)!important;
    overflow:visible!important;
  }
  #menuToolbarPlaceholder.maso-v125-placeholder-active{
    display:block!important;
    opacity:0!important;
    overflow:hidden!important;
    pointer-events:none!important;
  }
  #menu .menu-toolbar.maso-v125-fixed #categories.categories{
    height:54px!important;
    min-height:54px!important;
    max-width:100%!important;
    min-width:0!important;
  }
  #menu .menu-toolbar.maso-v125-fixed #categories .cat{
    height:54px!important;
    min-height:54px!important;
  }
}
@media (max-width: 640px){
  body.maso-v125-mobile-sticky #menu .menu-toolbar,
  #menu .menu-toolbar.maso-v125-fixed{
    min-height:52px!important;
    height:52px!important;
    padding-inline:6px!important;
  }
  #menu .menu-toolbar.maso-v125-fixed #categories.categories,
  #menu .menu-toolbar.maso-v125-fixed #categories .cat{
    height:52px!important;
    min-height:52px!important;
  }
}

/* MASO v127 — Universal Phone/Tablet Sticky Clone Fix
   Covers phones and tablets and keeps the active category centered in the RTL rail. */
@media (max-width: 1180px){
  body.maso-v127-clone-active #menuToolbar,
  body.maso-v126-clone-active #menuToolbar{
    visibility:hidden!important;
    pointer-events:none!important;
  }
  #masoMobileStickyClone{
    position:fixed!important;
    top:0!important;
    left:0!important;
    right:auto!important;
    bottom:auto!important;
    width:100vw!important;
    max-width:100vw!important;
    height:54px!important;
    min-height:54px!important;
    padding:0 8px!important;
    margin:0!important;
    display:flex!important;
    align-items:center!important;
    direction:rtl!important;
    box-sizing:border-box!important;
    z-index:2147483000!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transform:translate3d(0,-8px,0)!important;
    transition:opacity .12s ease, transform .12s ease, visibility .12s ease!important;
    background:rgba(255,250,244,.985)!important;
    border-bottom:1px solid rgba(215,197,170,.86)!important;
    box-shadow:0 10px 26px rgba(60,34,16,.12)!important;
    backdrop-filter:blur(18px)!important;
    -webkit-backdrop-filter:blur(18px)!important;
    overflow:visible!important;
    isolation:isolate!important;
  }
  #masoMobileStickyClone.is-visible{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:translate3d(0,0,0)!important;
  }
  #masoMobileStickyClone .menu-tool-btn{
    width:40px!important;
    height:40px!important;
    min-width:40px!important;
    border:0!important;
    border-radius:12px!important;
    background:transparent!important;
    color:#5f5d62!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0!important;
    margin:0!important;
    box-shadow:none!important;
  }
  #masoMobileStickyClone .menu-tool-btn.active{
    background:rgba(112,75,48,.08)!important;
    color:var(--primary)!important;
  }
  #masoMobileStickyClone .menu-tool-btn svg{width:24px!important;height:24px!important;display:block!important}
  #masoMobileStickyClone .categories{
    flex:1 1 auto!important;
    min-width:0!important;
    width:auto!important;
    height:54px!important;
    min-height:54px!important;
    display:flex!important;
    align-items:center!important;
    flex-wrap:nowrap!important;
    gap:0!important;
    padding:0!important;
    margin:0!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    direction:rtl!important;
    scrollbar-width:none!important;
    -webkit-overflow-scrolling:touch!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
  }
  #masoMobileStickyClone .categories::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}
  #masoMobileStickyClone .cat{
    position:relative!important;
    flex:0 0 auto!important;
    width:auto!important;
    min-width:max-content!important;
    height:54px!important;
    min-height:54px!important;
    padding:0 15px!important;
    margin:0!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    color:#5f5a55!important;
    font-size:14px!important;
    font-weight:850!important;
    line-height:1!important;
    white-space:nowrap!important;
  }
  #masoMobileStickyClone .cat.active{
    color:var(--primary)!important;
  }
  #masoMobileStickyClone .cat::after{
    content:""!important;
    position:absolute!important;
    right:15px!important;
    left:15px!important;
    bottom:0!important;
    height:3px!important;
    border-radius:999px 999px 0 0!important;
    background:transparent!important;
    transform:scaleX(.35)!important;
    opacity:0!important;
  }
  #masoMobileStickyClone .cat.active::after{
    background:var(--primary)!important;
    transform:scaleX(1)!important;
    opacity:1!important;
  }
  #masoMobileStickyClone .cat .cat-icon,
  #masoMobileStickyClone .cat .cat-label{
    display:inline!important;
    width:auto!important;
    height:auto!important;
    min-height:0!important;
    margin:0!important;
    background:none!important;
    font-size:inherit!important;
    line-height:inherit!important;
  }
  #masoMobileStickyClone .menu-search-panel,
  #masoMobileStickyClone .menu-filter-panel{
    position:absolute!important;
    top:calc(100% + 8px)!important;
    right:8px!important;
    z-index:2147483001!important;
    display:none!important;
    background:rgba(255,255,255,.95)!important;
    border:1px solid rgba(215,197,170,.78)!important;
    border-radius:18px!important;
    box-shadow:0 18px 42px rgba(58,34,18,.14)!important;
    backdrop-filter:blur(18px)!important;
    -webkit-backdrop-filter:blur(18px)!important;
  }
  #masoMobileStickyClone .menu-search-panel.open,
  #masoMobileStickyClone .menu-filter-panel.open{display:block!important}
  #masoMobileStickyClone .menu-search-panel{left:8px!important;width:auto!important;padding:10px!important}
  #masoMobileStickyClone .menu-filter-panel{min-width:180px!important;padding:8px!important}
  #masoMobileStickyClone .menu-filter-panel button{
    width:100%!important;
    border:0!important;
    background:transparent!important;
    color:var(--text)!important;
    font-family:inherit!important;
    text-align:right!important;
    padding:11px 12px!important;
    border-radius:12px!important;
    cursor:pointer!important;
    font-weight:800!important;
  }
  #masoMobileStickyClone .menu-filter-panel button.active,
  #masoMobileStickyClone .menu-filter-panel button:hover{
    background:rgba(112,75,48,.10)!important;
    color:var(--primary)!important;
  }
}
@media (max-width: 640px){
  #masoMobileStickyClone{
    height:52px!important;
    min-height:52px!important;
    padding-inline:6px!important;
  }
  #masoMobileStickyClone .categories,
  #masoMobileStickyClone .cat{
    height:52px!important;
    min-height:52px!important;
  }
  #masoMobileStickyClone .cat{
    padding:0 14px!important;
    font-size:13.5px!important;
  }
}


/* MASO v128 — hide mobile/tablet category clone while cart panel is open */
@media (max-width: 1180px){
  body.cart-open #masoMobileStickyClone,
  body:has(.cart-panel.open) #masoMobileStickyClone{
    display:none!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transform:translate3d(0,-8px,0)!important;
  }
}


/* MASO v129 — Mobile Checkout Auth Modal Layer Fix
   When login/register is opened from the mobile cart drawer, the auth modal must sit above the cart panel. */
#customerAuthModal.open{
  z-index:9000!important;
}
body.customer-auth-open #customerAuthModal.open,
body.cart-open.customer-auth-open #customerAuthModal.open{
  display:flex!important;
  position:fixed!important;
  inset:0!important;
  z-index:9000!important;
  pointer-events:auto!important;
}
body.cart-open.customer-auth-open .cart-panel{
  pointer-events:none!important;
}
body.cart-open.customer-auth-open #customerAuthModal,
body.cart-open.customer-auth-open #customerAuthModal *{
  pointer-events:auto!important;
}
@media (max-width:760px){
  body.customer-auth-open,
  body.cart-open.customer-auth-open{
    overflow:hidden!important;
    touch-action:none!important;
  }
  body.customer-auth-open #customerAuthModal.open,
  body.cart-open.customer-auth-open #customerAuthModal.open{
    align-items:center!important;
    justify-content:center!important;
    padding:calc(14px + env(safe-area-inset-top)) 14px calc(14px + env(safe-area-inset-bottom))!important;
    overflow-y:auto!important;
    -webkit-overflow-scrolling:touch!important;
    background:rgba(30,22,16,.48)!important;
    backdrop-filter:blur(12px)!important;
    -webkit-backdrop-filter:blur(12px)!important;
  }
  body.customer-auth-open #customerAuthModal .customer-login-card,
  body.cart-open.customer-auth-open #customerAuthModal .customer-login-card{
    width:min(94vw,460px)!important;
    max-height:calc(100dvh - 32px - env(safe-area-inset-top) - env(safe-area-inset-bottom))!important;
    overflow:auto!important;
    margin:0!important;
  }
}


/* MASO v131 — Final print/PDF receipt styles; scroll-sip hero removed */
.payment-receipt-print-head{display:none;}
.payment-receipt-item .receipt-product-qty{font-style:normal;color:#8b725f;font-weight:900;white-space:nowrap;}
.payment-receipt-item .receipt-product-name{flex:1;min-width:0;line-height:1.8;}
@media print{
  @page{size:A4;margin:9mm 8mm 11mm;}
  html.payment-html,html.payment-html body{background:#fff!important;color:#21160f!important;}
  body.payment-result-page{font-size:10.2pt!important;line-height:1.45!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;}
  body.payment-result-page::before,body.payment-result-page::after,body.payment-result-page main::before,body.payment-result-page main::after{display:none!important;content:none!important;}
  .payment-result-shell{display:block!important;min-height:0!important;padding:0!important;margin:0!important;background:#fff!important;}
  .payment-result-card.payment-receipt-print-card{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:#fff!important;}
  .payment-result-icon,.receipt-actions,.receipt-actions-sticky,.payment-result-message,.payment-thanks-message{display:none!important;}
  .payment-result-card h1{font-size:16pt!important;margin:0 0 4mm!important;text-align:center!important;color:#21160f!important;}
  .payment-receipt-quick-summary{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:2.5mm!important;width:100%!important;margin:0 0 4mm!important;}
  .payment-receipt-quick-summary>div{box-shadow:none!important;border:1px solid #e7d5bf!important;border-radius:3mm!important;padding:2.3mm!important;background:#fffaf4!important;break-inside:avoid!important;}
  .payment-receipt-quick-summary span{font-size:8pt!important;margin:0 0 1mm!important;color:#7d6550!important;}
  .payment-receipt-quick-summary strong{font-size:9pt!important;color:#21160f!important;}
  .payment-receipt-card{padding:0!important;border:0!important;box-shadow:none!important;background:#fff!important;}
  .payment-receipt-head{display:flex!important;border:1px solid #e7d5bf!important;border-radius:3mm!important;padding:2.4mm 3mm!important;margin-bottom:2.5mm!important;background:#fffaf4!important;break-inside:avoid!important;}
  .payment-receipt-head strong{font-size:12pt!important}.payment-receipt-head small{font-size:8.5pt!important;}
  .payment-result-meta,.payment-receipt-grid>div,.payment-receipt-address{box-shadow:none!important;border:1px solid #ead8c4!important;border-radius:2.5mm!important;padding:2mm 2.4mm!important;background:#fff!important;margin:0!important;break-inside:avoid!important;}
  .payment-receipt-grid{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:2mm!important;margin-bottom:2.5mm!important;}
  .payment-receipt-grid span,.payment-receipt-address span{font-size:7.8pt!important;color:#765e4a!important;margin:0 0 .6mm!important;}
  .payment-receipt-grid strong,.payment-receipt-address strong{font-size:8.6pt!important;line-height:1.45!important;color:#21160f!important;}
  .payment-receipt-address{margin-top:2mm!important;}
  .payment-receipt-items{border:1px solid #e4d0b8!important;border-radius:2.5mm!important;padding:0!important;margin-top:3mm!important;background:#fff!important;box-shadow:none!important;overflow:visible!important;}
  .payment-receipt-items-title{padding:2.4mm 3mm!important;margin:0!important;border-bottom:1px solid #e4d0b8!important;background:#fff7ed!important;break-inside:avoid!important;}
  .payment-receipt-items-title span{font-size:9.5pt!important;color:#21160f!important}.payment-receipt-items-title small{font-size:8pt!important;padding:1mm 2mm!important;}
  .payment-receipt-print-head{display:grid!important;grid-template-columns:minmax(0,1fr) 18mm 34mm!important;gap:2mm!important;padding:1.6mm 3mm!important;background:#faf0e4!important;border-bottom:1px solid #e4d0b8!important;color:#6e5745!important;font-weight:950!important;font-size:7.7pt!important;break-inside:avoid!important;}
  .payment-receipt-items-list{display:block!important;}
  .payment-receipt-item{display:grid!important;grid-template-columns:minmax(0,1fr) 18mm 34mm!important;gap:2mm!important;align-items:start!important;padding:1.6mm 3mm!important;border-top:1px solid #eee2d3!important;break-inside:avoid!important;page-break-inside:avoid!important;color:#21160f!important;}
  .payment-receipt-item:first-child{border-top:0!important;}
  .payment-receipt-item span,.payment-receipt-item .receipt-product-qty,.payment-receipt-item strong{font-size:8.2pt!important;line-height:1.35!important;}
  .payment-receipt-item strong{white-space:nowrap!important;text-align:left!important;direction:rtl!important;}
  .payment-receipt-item.has-discount strong small{font-size:7pt!important;display:block!important;margin:0 0 .4mm!important;}
  body.receipt-long-order .payment-receipt-item{padding-top:1.15mm!important;padding-bottom:1.15mm!important;}
  body.receipt-long-order .payment-receipt-item span,body.receipt-long-order .payment-receipt-item .receipt-product-qty,body.receipt-long-order .payment-receipt-item strong{font-size:7.6pt!important;}
  body.receipt-long-order .payment-receipt-grid{grid-template-columns:repeat(4,1fr)!important;gap:1.5mm!important;}
  body.receipt-long-order .payment-receipt-quick-summary>div{padding:1.8mm!important;}
  .payment-receipt-discount,.payment-receipt-total{display:flex!important;justify-content:space-between!important;align-items:center!important;box-shadow:none!important;break-inside:avoid!important;page-break-inside:avoid!important;}
  .payment-receipt-discount{border:1px solid #e2c8a8!important;border-radius:2.5mm!important;padding:2mm 3mm!important;margin-top:2mm!important;background:#fff7ed!important;}
  .payment-receipt-total{border:1px solid #3f291d!important;border-radius:2.5mm!important;padding:2.6mm 3mm!important;margin-top:2mm!important;background:#3a2519!important;color:#fff!important;}
  .payment-receipt-total span,.payment-receipt-total strong{color:#fff!important;}.payment-receipt-total strong{font-size:12pt!important;}
}


/* MASO v137 — Clean receipt print background + pre-menu fixed header */
@media print{
  @page{size:A4;margin:8mm 8mm 10mm;}
  html.payment-html,
  html.payment-html body,
  html.payment-html body.payment-result-page,
  body.payment-result-page,
  .payment-result-shell,
  .payment-result-card.payment-receipt-print-card,
  .payment-receipt-card{
    min-height:0!important;
    height:auto!important;
    overflow:visible!important;
    background:#fff!important;
    background-image:none!important;
    background-color:#fff!important;
    box-shadow:none!important;
    -webkit-backdrop-filter:none!important;
    backdrop-filter:none!important;
  }
  html.payment-html body.payment-result-page{
    padding:0!important;
    margin:0!important;
  }
  .payment-result-card::before,
  .payment-result-card::after,
  .payment-gateway-card::before,
  .payment-gateway-card::after,
  .payment-receipt-print-card::before,
  .payment-receipt-print-card::after{
    display:none!important;
    content:none!important;
    background:none!important;
  }
  .payment-result-card.payment-receipt-print-card{
    overflow:visible!important;
    page-break-after:auto!important;
  }
  .payment-receipt-total{margin-bottom:0!important;}
  .receipt-actions,
  .receipt-actions-sticky{display:none!important;}
}

body.maso-pre-menu-header-fixed{
  --maso-fixed-header-offset:var(--topbar-height,72px);
}
body.maso-pre-menu-header-fixed .topbar:not(.account-topbar){
  position:fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
  width:100%!important;
  z-index:3550!important;
  transform:translateZ(0)!important;
}
body.maso-pre-menu-header-fixed main{
  padding-top:var(--maso-fixed-header-offset)!important;
}
body.maso-at-menu-section .topbar:not(.account-topbar){
  position:relative!important;
  top:auto!important;
  z-index:20!important;
}
@media print{
  body.maso-pre-menu-header-fixed main{padding-top:0!important;}
  body.maso-pre-menu-header-fixed .topbar:not(.account-topbar){position:static!important;}
}


/* MASO v137 — Mobile number validation hints */
.input.phone-invalid,
input.phone-invalid {
  border-color: #d92d20 !important;
  outline: 2px solid rgba(217, 45, 32, .18) !important;
  box-shadow: 0 0 0 4px rgba(217, 45, 32, .08) !important;
}
.phone-field-error {
  display: none;
  margin: -4px 4px 6px;
  color: #d92d20;
  font-size: 12px;
  line-height: 1.8;
  text-align: right;
}
.phone-field-error.show { display: block; }
input[data-phone-validation]::placeholder {
  color: rgba(42, 33, 26, .38);
  opacity: 1;
}

/* MASO v137 — hide empty auth notes */
.customer-login-note:empty{
  display:none!important;
}


/* MASO v143 — In-person checkout & editable card-to-card payment */
.checkout-pickup-note{display:grid;gap:4px;padding:12px 14px;border:1px solid rgba(195,145,89,.24);border-radius:18px;background:linear-gradient(135deg,rgba(255,248,238,.95),rgba(244,226,204,.68));color:#3a2619;box-shadow:0 10px 28px rgba(87,51,26,.06)}
.checkout-pickup-note strong{font-size:15px;font-weight:950}.checkout-pickup-note span{font-size:12px;color:#7b6654;line-height:1.8}.checkout-label{font-weight:950;color:#3a2619;margin-top:2px}.bank-payment-box{display:grid;gap:12px;padding:14px;border:1px solid rgba(195,145,89,.23);border-radius:22px;background:rgba(255,250,244,.74)}.bank-payment-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.bank-payment-head strong{font-weight:950;color:#321f14}.bank-payment-head span{font-size:12px;color:#8c725e;line-height:1.8}.bank-card-list{display:grid;gap:12px}.maso-bank-card{position:relative;min-height:174px;border:0;border-radius:26px;padding:22px;overflow:hidden;cursor:pointer;text-align:right;color:#fff;background:var(--card-bg,linear-gradient(135deg,#2b1a12,#6b4228,#c08a4c));box-shadow:0 22px 42px rgba(47,29,17,.22);isolation:isolate;font-family:inherit;display:grid;align-content:space-between;gap:13px;transition:.2s}.maso-bank-card:hover{transform:translateY(-2px);box-shadow:0 28px 56px rgba(47,29,17,.28)}.maso-bank-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 15%,rgba(255,255,255,.25),transparent 28%),linear-gradient(120deg,rgba(255,255,255,.12),transparent 40%);z-index:-1}.maso-bank-card:after{content:"MASO";position:absolute;left:18px;bottom:4px;font-size:62px;font-weight:950;letter-spacing:7px;color:rgba(255,255,255,.08);z-index:-1}.bank-card-chip{width:42px;height:30px;border-radius:9px;background:linear-gradient(135deg,#f8db95,#b98232);box-shadow:inset 0 0 0 1px rgba(255,255,255,.35)}.bank-card-kicker{position:absolute;top:22px;left:22px;font-weight:900;font-size:12px;letter-spacing:2px;opacity:.86}.bank-card-number{font-size:23px;letter-spacing:2.5px;text-align:center;direction:ltr;unicode-bidi:plaintext;white-space:nowrap}.bank-card-holder{font-weight:900;font-size:14px}.maso-bank-card small{font-size:11px;color:rgba(255,255,255,.78)}.bank-card-empty{padding:12px;border:1px dashed rgba(195,145,89,.38);border-radius:16px;color:#8a6d55;background:#fffaf5;text-align:center}.maso-toast{position:fixed;left:50%;bottom:28px;transform:translate(-50%,20px);z-index:99999;background:#23150e;color:#fff;padding:12px 18px;border-radius:999px;box-shadow:0 18px 42px rgba(0,0,0,.24);opacity:0;pointer-events:none;transition:.24s;font-weight:900}.maso-toast.show{opacity:1;transform:translate(-50%,0)}
.payment-toggle-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.payment-switch-card{display:flex!important;gap:12px;align-items:flex-start!important;border:1px solid rgba(201,151,84,.22);border-radius:20px;background:#fffaf5;padding:14px!important;margin:0!important}.payment-switch-card input{width:20px;height:20px;accent-color:#6b3f28;margin-top:4px}.payment-switch-card span{display:grid;gap:5px}.payment-switch-card strong{color:#2f2118}.payment-switch-card small{color:#836d5a;line-height:1.7}.admin-bank-card-manager{display:grid;gap:16px;border:1px solid rgba(201,151,84,.18);border-radius:24px;background:#fffaf5;padding:18px;margin-top:10px}.admin-bank-card-list{display:grid;gap:14px}.admin-bank-card-row{display:grid;grid-template-columns:minmax(240px,320px) 1fr auto;gap:14px;align-items:stretch;border:1px solid rgba(201,151,84,.18);background:#fff;border-radius:22px;padding:14px}.admin-bank-card-preview{border-radius:22px;min-height:170px;background:var(--card-bg,linear-gradient(135deg,#2b1a12,#6b4228,#c08a4c));color:#fff;padding:18px;display:grid;align-content:space-between;box-shadow:0 16px 36px rgba(47,29,17,.15);overflow:hidden;position:relative}.admin-bank-card-preview:after{content:"MASO";position:absolute;left:12px;bottom:2px;color:rgba(255,255,255,.1);font-size:46px;font-weight:950}.admin-bank-card-preview b{font-size:18px;letter-spacing:2px;text-align:center;position:relative}.admin-bank-card-preview em{font-style:normal;font-weight:900;position:relative}.admin-bank-card-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.admin-bank-card-fields label{display:grid;gap:7px;font-weight:900}.admin-bank-card-fields small{color:#8c725f;font-weight:700}.admin-bank-card-actions{display:flex;flex-direction:column;gap:8px;align-self:center}.btn.danger,.admin-main .btn.danger{background:#cf2e24!important;color:#fff!important;border-color:#cf2e24!important}
@media(max-width:900px){.payment-toggle-grid,.admin-bank-card-row,.admin-bank-card-fields{grid-template-columns:1fr}.admin-bank-card-actions{flex-direction:row}.bank-payment-head{display:grid}.maso-bank-card{min-height:158px;border-radius:22px;padding:18px}.bank-card-number{font-size:19px;letter-spacing:1.7px}.bank-card-kicker{top:18px;left:18px}.cart-panel .bank-payment-box{margin-bottom:4px}}
@media(max-width:380px){.bank-card-number{font-size:17px;letter-spacing:1.2px}.maso-bank-card{padding:16px}}

/* MASO v143 — Receipt-first card payment, print alignment, admin card presets */
.receipt-followup-note{
  width:min(600px,100%)!important;
  margin:14px auto 0!important;
  padding:12px 14px!important;
  border-radius:18px!important;
  border:1px solid rgba(201,151,84,.22)!important;
  background:#fffaf4!important;
  display:grid!important;
  gap:5px!important;
  text-align:center!important;
  color:#6e5746!important;
  font-weight:850!important;
}
.receipt-followup-note strong{color:#2f2118!important;font-weight:950!important;}
.receipt-followup-note span{font-size:13px!important;line-height:1.8!important;}
.receipt-whatsapp-btn{background:linear-gradient(135deg,#1f8f4d,#27b15f)!important;color:#fff!important;border-color:rgba(31,143,77,.35)!important;}
.admin-bank-card-fields .bank-card-bg-select{cursor:pointer!important;}
.admin-bank-card-preview:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:
    radial-gradient(circle at 14% 18%, rgba(255,255,255,.16), transparent 28%),
    linear-gradient(110deg, transparent 0 46%, rgba(255,255,255,.10) 47% 53%, transparent 54% 100%)!important;
  pointer-events:none!important;
}
@media(min-width:901px){
  .payment-toggle-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
  .admin-bank-card-row{grid-template-columns:minmax(250px,320px) minmax(0,1fr) 124px!important;align-items:stretch!important;}
  .admin-bank-card-actions{align-self:stretch!important;display:grid!important;grid-template-rows:1fr 1fr!important;gap:10px!important;min-width:124px!important;}
  .admin-bank-card-actions .btn{width:100%!important;height:52px!important;min-height:52px!important;margin:0!important;border-radius:15px!important;display:flex!important;align-items:center!important;justify-content:center!important;}
}
@media(max-width:620px){
  .receipt-actions.receipt-actions-sticky{grid-template-columns:1fr!important;}
  .payment-result-card.is-success{padding-bottom:170px!important;}
  .receipt-followup-note{font-size:12px!important;padding:10px!important;}
}
@media print{
  .payment-receipt-quick-summary,
  .payment-receipt-card,
  .receipt-followup-note{
    width:min(600px,100%)!important;
    max-width:600px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .receipt-followup-note{display:none!important;}
}

/* MASO v143 — Admin card manager cleanup */
.admin-bank-card-actions{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  gap:0!important;
}
.admin-bank-card-actions .remove-bank-card{
  min-width:124px!important;
  height:52px!important;
  min-height:52px!important;
  border-radius:15px!important;
}
@media(min-width:901px){
  .admin-bank-card-row{
    grid-template-columns:minmax(250px,320px) minmax(0,1fr) 124px!important;
    align-items:stretch!important;
  }
  .admin-bank-card-actions{
    align-self:end!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:flex-end!important;
    min-width:124px!important;
    padding-bottom:0!important;
  }
  .admin-bank-card-actions .btn{
    width:100%!important;
    height:52px!important;
    min-height:52px!important;
    margin:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
  }
}
@media(max-width:900px){
  .admin-bank-card-actions{flex-direction:row!important;justify-content:flex-start!important;align-self:stretch!important;}
  .admin-bank-card-actions .remove-bank-card{width:auto!important;min-width:110px!important;}
}


/* MASO v144 — Receipt Layout Alignment Fix */
.payment-result-card.payment-receipt-print-card{
  --maso-receipt-width:min(600px,100%);
}
.payment-result-card.payment-receipt-print-card .payment-result-message,
.payment-result-card.payment-receipt-print-card .payment-receipt-quick-summary,
.payment-result-card.payment-receipt-print-card .payment-receipt-card,
.payment-result-card.payment-receipt-print-card .receipt-followup-note,
.payment-result-card.payment-receipt-print-card .receipt-actions.receipt-actions-sticky{
  width:var(--maso-receipt-width)!important;
  max-width:600px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  box-sizing:border-box!important;
}
.payment-result-card.payment-receipt-print-card .receipt-followup-note{
  margin-top:14px!important;
  margin-bottom:14px!important;
}
.payment-result-card.payment-receipt-print-card .receipt-actions.receipt-actions-sticky{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
  align-items:stretch!important;
  justify-content:stretch!important;
}
.payment-result-card.payment-receipt-print-card .receipt-actions.receipt-actions-sticky .btn{
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  height:48px!important;
}
.receipt-datetime{
  display:inline-flex!important;
  direction:ltr!important;
  unicode-bidi:isolate!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  white-space:nowrap!important;
  text-align:center!important;
}
.receipt-datetime .receipt-date-part,
.receipt-datetime .receipt-time-part{
  direction:ltr!important;
  unicode-bidi:isolate!important;
  display:inline-block!important;
}
.receipt-datetime .receipt-date-part{order:1!important;}
.receipt-datetime .receipt-time-part{order:2!important;}
.payment-receipt-head .receipt-datetime{
  justify-content:flex-start!important;
}
@media(max-width:620px){
  .payment-result-card.payment-receipt-print-card{
    padding-bottom:250px!important;
  }
  .payment-result-card.payment-receipt-print-card .receipt-followup-note{
    margin-top:12px!important;
    margin-bottom:18px!important;
    position:relative!important;
    z-index:1!important;
  }
  .payment-result-card.payment-receipt-print-card .receipt-actions.receipt-actions-sticky{
    width:auto!important;
    max-width:none!important;
    left:10px!important;
    right:10px!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
  }
  .payment-result-card.payment-receipt-print-card .receipt-actions.receipt-actions-sticky .btn{
    height:46px!important;
  }
}
@media print{
  .receipt-datetime{
    display:inline-flex!important;
    direction:ltr!important;
    gap:2.2mm!important;
    white-space:nowrap!important;
  }
  .payment-result-card.payment-receipt-print-card .payment-receipt-quick-summary,
  .payment-result-card.payment-receipt-print-card .payment-receipt-card{
    width:100%!important;
    max-width:none!important;
  }
  .payment-result-card.payment-receipt-print-card .receipt-followup-note,
  .payment-result-card.payment-receipt-print-card .receipt-actions.receipt-actions-sticky{
    display:none!important;
  }
}


/* MASO v145 — Receipt A5 print, auth reset UI, and admin order alerts */
.receipt-datetime{gap:14px!important;}
.receipt-datetime .receipt-dt-separator{display:inline-block!important;width:18px!important;min-width:18px!important;line-height:1!important;}
.payment-receipt-head{align-items:flex-start!important;}
.auth-reset-panel{margin-top:12px!important;padding:12px!important;border-radius:18px!important;border:1px solid rgba(201,151,84,.26)!important;background:linear-gradient(135deg,#fffaf3,#f7ead9)!important;display:grid!important;gap:10px!important;box-shadow:0 12px 28px rgba(90,58,32,.06)!important;}
.auth-reset-panel.hidden{display:none!important;}
.auth-reset-panel label{display:grid!important;gap:7px!important;text-align:right!important;color:#4a3021!important;font-weight:950!important;}
.auth-reset-panel .input{width:100%!important;}
.auth-reset-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;}
.auth-reset-actions .btn{height:44px!important;padding:0 10px!important;}
.auth-reset-message{min-height:20px!important;color:#7b6552!important;font-weight:850!important;line-height:1.7!important;text-align:right!important;}
.auth-reset-message.error{color:#d52c20!important;}
.auth-reset-message.success{color:#1f8f4d!important;}
#new-order-alert{position:sticky!important;top:10px!important;z-index:20!important;margin:12px 0!important;padding:14px 16px!important;border-radius:18px!important;border:1px solid rgba(39,177,95,.28)!important;background:linear-gradient(135deg,#ecfff4,#d9ffe9)!important;color:#145a31!important;font-weight:950!important;box-shadow:0 14px 30px rgba(31,143,77,.12)!important;}
@media(max-width:620px){
  .auth-reset-actions{grid-template-columns:1fr!important;}
}
@media print{
  @page{size:A5 portrait;margin:7mm 6mm 8mm!important;}
  html.payment-html,html.payment-html body{width:auto!important;min-width:0!important;background:#fff!important;}
  body.payment-result-page{font-size:8.8pt!important;line-height:1.35!important;background:#fff!important;}
  .payment-result-shell{padding:0!important;margin:0!important;min-height:0!important;background:#fff!important;}
  .payment-result-card.payment-receipt-print-card{width:100%!important;max-width:none!important;padding:0!important;margin:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:#fff!important;}
  .payment-result-card h1{font-size:14pt!important;margin:0 0 3mm!important;}
  .payment-receipt-quick-summary{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:1.6mm!important;margin:0 0 3mm!important;width:100%!important;}
  .payment-receipt-quick-summary>div{padding:1.8mm!important;border-radius:2.5mm!important;min-height:12mm!important;}
  .payment-receipt-quick-summary span{font-size:7.2pt!important;margin-bottom:.8mm!important;}
  .payment-receipt-quick-summary strong{font-size:7.8pt!important;line-height:1.35!important;}
  .receipt-datetime{gap:2mm!important;}
  .receipt-datetime .receipt-dt-separator{width:2.6mm!important;min-width:2.6mm!important;}
  .payment-receipt-head{display:flex!important;justify-content:space-between!important;align-items:flex-start!important;border:1px solid #e7d5bf!important;border-radius:2.8mm!important;padding:2.2mm 2.6mm!important;margin-bottom:2mm!important;background:#fffaf4!important;}
  .payment-receipt-head small{display:none!important;}
  .payment-receipt-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:1.6mm!important;margin-bottom:2mm!important;}
  .payment-result-meta,.payment-receipt-grid>div,.payment-receipt-address{padding:1.7mm 2mm!important;border-radius:2.4mm!important;}
  .payment-receipt-grid span,.payment-receipt-address span{font-size:7pt!important;}
  .payment-receipt-grid strong,.payment-receipt-address strong{font-size:8pt!important;}
  .payment-receipt-items{border:1px solid #e4d0b8!important;border-radius:3mm!important;overflow:hidden!important;padding:0!important;margin-top:2.4mm!important;background:#fff!important;box-shadow:none!important;}
  .payment-receipt-items-title{border-radius:3mm 3mm 0 0!important;margin:0!important;padding:2mm 2.4mm!important;background:#fff7ed!important;border-bottom:1px solid #e4d0b8!important;}
  .payment-receipt-items-title span{font-size:8.8pt!important;}
  .payment-receipt-items-title small{font-size:7.2pt!important;padding:.8mm 1.6mm!important;}
  .payment-receipt-print-head{display:grid!important;grid-template-columns:minmax(0,1fr) 14mm 28mm!important;gap:1.4mm!important;padding:1.4mm 2.4mm!important;background:#faf0e4!important;border-bottom:1px solid #e4d0b8!important;font-size:7pt!important;}
  .payment-receipt-item{display:grid!important;grid-template-columns:minmax(0,1fr) 14mm 28mm!important;gap:1.4mm!important;padding:1.35mm 2.4mm!important;border-top:1px solid #eee2d3!important;break-inside:avoid!important;page-break-inside:avoid!important;}
  .payment-receipt-item:first-child{border-top:0!important;}
  .payment-receipt-item span,.payment-receipt-item .receipt-product-qty,.payment-receipt-item strong{font-size:7.5pt!important;line-height:1.32!important;}
  .payment-receipt-discount{border-radius:2.5mm!important;padding:1.6mm 2.4mm!important;margin-top:1.6mm!important;}
  .payment-receipt-total{border-radius:2.5mm!important;padding:2mm 2.6mm!important;margin-top:1.6mm!important;}
  .payment-receipt-total strong{font-size:10pt!important;}
}

/* MASO v155 — Receipt logo, print border fix & homepage info card polish */
.receipt-brand-icon{
  background:linear-gradient(135deg,#fffaf3,#f0ddc4)!important;
  border:1px solid rgba(201,151,84,.24)!important;
  box-shadow:0 18px 40px rgba(145,93,43,.12)!important;
  overflow:hidden!important;
}
.receipt-brand-icon img{
  width:76%!important;
  height:76%!important;
  object-fit:contain!important;
  display:block!important;
  filter:none!important;
}
.payment-result-card.payment-receipt-print-card .receipt-brand-icon{
  width:72px!important;
  height:72px!important;
  border-radius:24px!important;
  margin-bottom:14px!important;
}
.payment-result-card.payment-receipt-print-card .receipt-brand-icon img{
  width:82%!important;
  height:82%!important;
}
.payment-receipt-quick-summary .receipt-datetime,
.payment-receipt-grid .receipt-datetime,
.payment-receipt-head .receipt-datetime{
  color:#2f2118!important;
  font-size:inherit!important;
  font-weight:950!important;
  line-height:1.7!important;
}
.payment-receipt-quick-summary strong.receipt-datetime{
  font-size:16px!important;
  color:#2f2118!important;
  font-weight:950!important;
}
.receipt-datetime{
  display:inline-flex!important;
  direction:ltr!important;
  unicode-bidi:isolate!important;
  align-items:center!important;
  justify-content:center!important;
  gap:18px!important;
  white-space:nowrap!important;
  letter-spacing:0!important;
}
.receipt-datetime .receipt-date-part,
.receipt-datetime .receipt-time-part{
  direction:ltr!important;
  unicode-bidi:isolate!important;
  color:inherit!important;
  font-size:inherit!important;
  font-weight:inherit!important;
}
.receipt-datetime .receipt-date-part{order:1!important;}
.receipt-datetime .receipt-time-part{order:2!important;}
.receipt-datetime .receipt-dt-separator{display:none!important;}
.payment-receipt-items{
  overflow:hidden!important;
}
.payment-receipt-items-title,
.payment-receipt-print-head{
  border-radius:18px 18px 0 0!important;
}
@media(min-width:901px){
  .hero-info-section .hero-hours-card,
  .hero-info-section .hero-hours-card *,
  .hero-info-section .hero-hours-card .hours-line,
  .hero-info-section .hero-hours-card .hours-line strong,
  .hero-info-section .hero-hours-card .hours-line em{
    color:#2f2118!important;
  }
  .hero-info-section .hero-address-card .hero-info-caption,
  .hero-info-section .hero-address-card [data-info-address-caption]{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:6px!important;
    font-size:12.2px!important;
    line-height:1.6!important;
    color:#7b5639!important;
    font-weight:900!important;
    text-decoration:underline!important;
    text-underline-offset:4px!important;
  }
  .hero-info-section .hero-address-card .hero-info-caption::after,
  .hero-info-section .hero-address-card [data-info-address-caption]::after{
    content:"↗"!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:17px!important;
    height:17px!important;
    border-radius:999px!important;
    background:#fff3df!important;
    border:1px solid rgba(201,151,84,.36)!important;
    color:#9a6b3d!important;
    font-size:11px!important;
    line-height:1!important;
  }
}
@media(max-width:900px){
  .hero-info-section .hero-hours-card,
  .hero-info-section .hero-hours-card *,
  .hero-info-section .hero-hours-card .hours-line,
  .hero-info-section .hero-hours-card .hours-line strong,
  .hero-info-section .hero-hours-card .hours-line em{
    color:#2f2118!important;
  }
  .hero-info-section .hero-address-card .hero-info-caption,
  .hero-info-section .hero-address-card [data-info-address-caption]{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:5px!important;
    font-size:12px!important;
    color:#7b5639!important;
    font-weight:900!important;
    text-decoration:underline!important;
    text-underline-offset:3px!important;
  }
  .hero-info-section .hero-address-card .hero-info-caption::after,
  .hero-info-section .hero-address-card [data-info-address-caption]::after{
    content:"↗"!important;
    font-size:11px!important;
  }
}
@media print{
  @page{size:A5 portrait;margin:7mm 6mm 8mm!important;}
  .payment-result-card.payment-receipt-print-card{
    width:100%!important;
    max-width:none!important;
    padding:1mm!important;
    margin:0!important;
    box-sizing:border-box!important;
  }
  .payment-result-card.payment-receipt-print-card .receipt-brand-icon,
  .payment-result-card.payment-receipt-print-card .payment-result-icon.receipt-brand-icon{
    display:flex!important;
    width:18mm!important;
    height:18mm!important;
    border-radius:5mm!important;
    margin:0 auto 2.2mm!important;
    padding:1.8mm!important;
    background:#fffaf4!important;
    border:1px solid #e4d0b8!important;
    box-shadow:none!important;
  }
  .payment-result-card.payment-receipt-print-card .receipt-brand-icon img{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
  }
  .payment-result-card.payment-receipt-print-card h1{
    margin:0 0 2.6mm!important;
  }
  .payment-receipt-quick-summary,
  .payment-receipt-grid{
    box-sizing:border-box!important;
    padding:0!important;
  }
  .payment-receipt-quick-summary>div,
  .payment-result-meta,
  .payment-receipt-grid>div,
  .payment-receipt-address,
  .payment-receipt-head{
    box-sizing:border-box!important;
    border:0!important;
    box-shadow:inset 0 0 0 .35mm #e7d5bf!important;
    overflow:hidden!important;
    background:#fffaf4!important;
  }
  .payment-receipt-quick-summary>div:nth-child(odd),
  .payment-receipt-grid>div:nth-child(odd){
    margin-right:.2mm!important;
  }
  .payment-receipt-quick-summary span,
  .payment-receipt-grid span,
  .payment-receipt-address span,
  .payment-receipt-head span{
    color:#7d6550!important;
    font-size:7.2pt!important;
    font-weight:900!important;
  }
  .payment-receipt-quick-summary strong,
  .payment-receipt-grid strong,
  .payment-receipt-address strong,
  .payment-receipt-head strong,
  .payment-receipt-quick-summary strong.receipt-datetime{
    color:#21160f!important;
    font-size:8pt!important;
    font-weight:950!important;
    line-height:1.45!important;
  }
  .receipt-datetime{
    display:inline-flex!important;
    gap:3.5mm!important;
    color:#21160f!important;
    font-size:8pt!important;
    font-weight:950!important;
    line-height:1.45!important;
  }
  .payment-receipt-items{
    border:0!important;
    border-radius:3mm!important;
    box-shadow:inset 0 0 0 .35mm #e4d0b8!important;
    overflow:hidden!important;
    clip-path:inset(0 round 3mm)!important;
    padding:0!important;
    background:#fff!important;
  }
  .payment-receipt-items-title{
    border-radius:3mm 3mm 0 0!important;
    overflow:hidden!important;
    margin:0!important;
  }
  .payment-receipt-print-head{
    border-radius:0!important;
  }
}

/* MASO v155 — Receipt print border polish and RTL date/time fix */
.receipt-datetime{
  display:inline-flex!important;
  direction:rtl!important;
  unicode-bidi:plaintext!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:0!important;
  white-space:nowrap!important;
  text-align:right!important;
  color:#2f2118!important;
  font-size:inherit!important;
  font-weight:950!important;
  line-height:1.7!important;
  letter-spacing:0!important;
}
.receipt-datetime .receipt-date-part,
.receipt-datetime .receipt-time-part{
  direction:ltr!important;
  unicode-bidi:isolate!important;
  display:inline-block!important;
  order:initial!important;
  color:inherit!important;
  font-size:inherit!important;
  font-weight:inherit!important;
}
.receipt-datetime .receipt-dt-spacer{
  display:inline-block!important;
  width:22px!important;
  min-width:22px!important;
  height:1px!important;
  flex:0 0 22px!important;
  order:initial!important;
}
.payment-receipt-quick-summary>div{
  text-align:right!important;
}
.payment-receipt-quick-summary strong.receipt-datetime{
  justify-content:flex-start!important;
  width:100%!important;
  text-align:right!important;
}
@media print{
  .receipt-datetime{
    display:inline-flex!important;
    direction:rtl!important;
    unicode-bidi:plaintext!important;
    justify-content:flex-start!important;
    text-align:right!important;
    gap:0!important;
    color:#21160f!important;
    font-size:8pt!important;
    font-weight:950!important;
    line-height:1.45!important;
  }
  .receipt-datetime .receipt-dt-spacer{
    width:5mm!important;
    min-width:5mm!important;
    flex-basis:5mm!important;
  }
  .payment-receipt-quick-summary>div{
    text-align:right!important;
    direction:rtl!important;
  }
  .payment-receipt-quick-summary strong.receipt-datetime{
    width:100%!important;
    justify-content:flex-start!important;
  }
  .payment-result-card.payment-receipt-print-card{
    padding:0 1mm!important;
  }
  .payment-receipt-card{
    width:calc(100% - 1mm)!important;
    max-width:calc(100% - 1mm)!important;
    margin-left:.5mm!important;
    margin-right:.5mm!important;
    box-sizing:border-box!important;
    overflow:visible!important;
  }
  .payment-receipt-items{
    width:calc(100% - .7mm)!important;
    max-width:calc(100% - .7mm)!important;
    margin-left:.35mm!important;
    margin-right:.35mm!important;
    border:.35mm solid #e4d0b8!important;
    box-shadow:none!important;
    border-radius:3mm!important;
    outline:none!important;
    overflow:hidden!important;
    clip-path:none!important;
    box-sizing:border-box!important;
    background:#fff!important;
  }
  .payment-receipt-items-title,
  .payment-receipt-print-head,
  .payment-receipt-item{
    width:100%!important;
    max-width:100%!important;
    box-sizing:border-box!important;
  }
  .payment-receipt-items-title{
    border-radius:2.65mm 2.65mm 0 0!important;
    border-top:0!important;
    border-left:0!important;
    border-right:0!important;
    margin:0!important;
  }
  .payment-receipt-print-head{
    border-radius:0!important;
    border-left:0!important;
    border-right:0!important;
  }
  .payment-receipt-item{
    border-left:0!important;
    border-right:0!important;
  }
  .payment-receipt-item:first-child{border-top:0!important;}
}

/* MASO v155 — Receipt line-item clarity & home link polish */
.receipt-brand-icon img{
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
}
.payment-receipt-print-head{
  display:none;
}
.payment-receipt-item{
  display:grid!important;
  grid-template-columns:minmax(0,1.45fr) minmax(96px,.75fr) minmax(52px,.35fr) minmax(116px,.8fr)!important;
  gap:10px!important;
  align-items:center!important;
  text-align:right!important;
}
.payment-receipt-item .receipt-product-name{
  min-width:0!important;
  overflow-wrap:anywhere!important;
  color:#2f2118!important;
  font-weight:850!important;
}
.payment-receipt-item .receipt-unit-price,
.payment-receipt-item .receipt-product-qty,
.payment-receipt-item .receipt-line-total{
  font-style:normal!important;
  color:#6f5845!important;
  font-weight:900!important;
  white-space:nowrap!important;
}
.payment-receipt-item .receipt-unit-price{
  display:inline-flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  direction:rtl!important;
  gap:1px!important;
}
.payment-receipt-item .receipt-unit-price b{
  color:#2f2118!important;
  font:inherit!important;
  font-weight:950!important;
}
.payment-receipt-item .receipt-unit-price small,
.payment-receipt-item .receipt-line-total small{
  color:#a69486!important;
  font-size:11px!important;
  text-decoration:line-through!important;
  font-weight:800!important;
}
.payment-receipt-item .receipt-product-qty{
  text-align:center!important;
  direction:ltr!important;
  unicode-bidi:isolate!important;
}
.payment-receipt-item .receipt-line-total{
  justify-self:end!important;
  display:inline-flex!important;
  flex-direction:column!important;
  align-items:flex-end!important;
  color:#2f2118!important;
  direction:rtl!important;
}
.payment-receipt-item .receipt-unit-price::before,
.payment-receipt-item .receipt-line-total::before{
  display:none!important;
}
@media(max-width:620px){
  .payment-receipt-item{
    grid-template-columns:minmax(0,1fr) auto!important;
    gap:7px 10px!important;
    padding:10px 0!important;
  }
  .payment-receipt-item .receipt-product-name{grid-column:1/2!important;grid-row:1!important;}
  .payment-receipt-item .receipt-line-total{grid-column:2/3!important;grid-row:1!important;}
  .payment-receipt-item .receipt-unit-price{grid-column:1/2!important;grid-row:2!important;font-size:12px!important;}
  .payment-receipt-item .receipt-product-qty{grid-column:2/3!important;grid-row:2!important;font-size:12px!important;justify-self:end!important;}
  .payment-receipt-item .receipt-unit-price::before{content:"قیمت واحد";display:block!important;color:#8a7564!important;font-size:10px!important;font-weight:900!important;line-height:1.3!important;}
  .payment-receipt-item .receipt-line-total::before{content:"جمع";display:block!important;color:#8a7564!important;font-size:10px!important;font-weight:900!important;line-height:1.3!important;}
}
@media print{
  .payment-result-card.payment-receipt-print-card .receipt-brand-icon img,
  .payment-result-icon.receipt-brand-icon img{
    border:0!important;
    outline:0!important;
    box-shadow:none!important;
  }
  .payment-receipt-items{
    width:calc(100% - .8mm)!important;
    max-width:calc(100% - .8mm)!important;
    margin-left:.4mm!important;
    margin-right:.4mm!important;
    border:.35mm solid #e4d0b8!important;
    border-radius:3mm!important;
    overflow:hidden!important;
    box-shadow:none!important;
    background:#fff!important;
    box-sizing:border-box!important;
  }
  .payment-receipt-items-title{
    border-radius:2.65mm 2.65mm 0 0!important;
    margin:0!important;
    border-bottom:.3mm solid #e4d0b8!important;
  }
  .payment-receipt-print-head{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 24mm 14mm 30mm!important;
    gap:1.4mm!important;
    padding:1.35mm 2.4mm!important;
    background:#faf0e4!important;
    border-bottom:.3mm solid #e4d0b8!important;
    color:#6e5745!important;
    font-weight:950!important;
    font-size:7pt!important;
    text-align:right!important;
    box-sizing:border-box!important;
  }
  .payment-receipt-print-head span:nth-child(2),
  .payment-receipt-print-head span:nth-child(3),
  .payment-receipt-print-head span:nth-child(4){
    text-align:center!important;
  }
  .payment-receipt-item{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 24mm 14mm 30mm!important;
    gap:1.4mm!important;
    align-items:center!important;
    padding:1.35mm 2.4mm!important;
    border-top:.3mm solid #eee2d3!important;
    border-left:0!important;
    border-right:0!important;
    break-inside:avoid!important;
    page-break-inside:avoid!important;
    box-sizing:border-box!important;
    color:#21160f!important;
  }
  .payment-receipt-item:first-child{border-top:0!important;}
  .payment-receipt-item .receipt-product-name,
  .payment-receipt-item .receipt-unit-price,
  .payment-receipt-item .receipt-product-qty,
  .payment-receipt-item .receipt-line-total,
  .payment-receipt-item .receipt-unit-price b{
    font-size:7.4pt!important;
    line-height:1.3!important;
  }
  .payment-receipt-item .receipt-product-name{text-align:right!important;}
  .payment-receipt-item .receipt-unit-price,
  .payment-receipt-item .receipt-product-qty{
    text-align:center!important;
    justify-content:center!important;
    align-items:center!important;
  }
  .payment-receipt-item .receipt-line-total{
    text-align:left!important;
    justify-self:stretch!important;
    align-items:flex-end!important;
  }
  .payment-receipt-item .receipt-unit-price small,
  .payment-receipt-item .receipt-line-total small{
    font-size:6.3pt!important;
    margin:0 0 .25mm!important;
  }
  body.receipt-long-order .payment-receipt-print-head,
  body.receipt-long-order .payment-receipt-item{
    grid-template-columns:minmax(0,1fr) 22mm 12mm 27mm!important;
    gap:1mm!important;
  }
}
.hero-info-section .hero-hours-card,
.hero-info-section .hero-hours-card *,
.detached-info-row .hero-hours-card,
.detached-info-row .hero-hours-card *{
  color:#111!important;
}
.hero-info-section .hero-address-card::after,
.detached-info-row .hero-address-card::after{
  content:none!important;
  display:none!important;
}
.hero-info-section .hero-address-card .hero-info-caption,
.hero-info-section .hero-address-card [data-info-address-caption],
.detached-info-row .hero-address-card .hero-info-caption,
.detached-info-row .hero-address-card [data-info-address-caption]{
  display:inline-flex!important;
  flex-direction:row!important;
  direction:rtl!important;
  align-items:center!important;
  justify-content:center!important;
  gap:5px!important;
  color:#2f2118!important;
  font-size:12px!important;
  font-weight:900!important;
  text-decoration:underline!important;
  text-underline-offset:4px!important;
}
.hero-info-section .hero-address-card .hero-info-caption::after,
.hero-info-section .hero-address-card [data-info-address-caption]::after,
.detached-info-row .hero-address-card .hero-info-caption::after,
.detached-info-row .hero-address-card [data-info-address-caption]::after{
  content:none!important;
  display:none!important;
}
.hero-info-section .hero-address-card .hero-info-caption::before,
.hero-info-section .hero-address-card [data-info-address-caption]::before,
.detached-info-row .hero-address-card .hero-info-caption::before,
.detached-info-row .hero-address-card [data-info-address-caption]::before{
  content:"↗"!important;
  display:inline!important;
  width:auto!important;
  height:auto!important;
  border:0!important;
  background:transparent!important;
  color:#8a5a2e!important;
  font-size:12px!important;
  line-height:1!important;
  border-radius:0!important;
  margin:0!important;
}

/* MASO v155 — Final receipt polish, previous-orders clarity & reliable admin alerts */
.receipt-brand-icon{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
}
.receipt-brand-icon img{
  display:block!important;
  transform:translateY(-5px)!important;
  object-fit:contain!important;
  object-position:center center!important;
}
.payment-receipt-quick-summary .receipt-datetime,
.payment-receipt-grid .receipt-datetime,
strong.receipt-datetime{
  direction:rtl!important;
  unicode-bidi:isolate!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:12px!important;
  color:#2f2118!important;
  font-weight:950!important;
  font-size:inherit!important;
  line-height:1.7!important;
  text-align:right!important;
  white-space:nowrap!important;
}
.receipt-dt-spacer{display:inline-block!important;width:16px!important;min-width:16px!important;}
.payment-receipt-item .receipt-line-total,
.payment-receipt-item .receipt-line-total *{
  text-align:left!important;
}
.payment-receipt-item .receipt-line-total{
  justify-self:end!important;
  align-items:flex-end!important;
}

.account-order-items-clear{
  display:grid!important;
  gap:8px!important;
  margin-top:12px!important;
}
.account-order-item-clear{
  display:grid!important;
  grid-template-columns:minmax(0,1.4fr) minmax(92px,.72fr) minmax(52px,.32fr) minmax(106px,.76fr)!important;
  gap:10px!important;
  align-items:center!important;
  padding:10px 0!important;
  border-bottom:1px dashed rgba(201,151,84,.22)!important;
  color:#2f2118!important;
}
.account-order-item-clear:last-child{border-bottom:0!important;}
.account-order-item-clear span{min-width:0!important;}
.account-order-product{font-weight:950!important;color:#2f2118!important;overflow-wrap:anywhere!important;}
.account-order-item-clear small{
  display:block!important;
  color:#927765!important;
  font-size:10px!important;
  font-weight:900!important;
  line-height:1.4!important;
  margin-bottom:1px!important;
}
.account-order-item-clear b{
  display:block!important;
  color:#2f2118!important;
  font-weight:950!important;
  font-size:13px!important;
  line-height:1.55!important;
  white-space:nowrap!important;
}
.account-order-unit,
.account-order-qty{text-align:center!important;}
.account-order-line{text-align:left!important;justify-self:end!important;}
.account-order-qty b{direction:ltr!important;unicode-bidi:isolate!important;}
@media(max-width:640px){
  .account-order-item-clear{
    grid-template-columns:minmax(0,1fr) auto!important;
    gap:6px 10px!important;
    align-items:start!important;
  }
  .account-order-product{grid-column:1/2!important;grid-row:1!important;}
  .account-order-line{grid-column:2/3!important;grid-row:1!important;}
  .account-order-unit{grid-column:1/2!important;grid-row:2!important;text-align:right!important;}
  .account-order-qty{grid-column:2/3!important;grid-row:2!important;text-align:left!important;}
}

.hero-info-section .hero-hours-card,
.hero-info-section .hero-hours-card *,
.hero-info-section .hero-hours-card .hero-info-title,
.hero-info-section .hero-hours-card .hours-split,
.hero-info-section .hero-hours-card .hours-col,
.hero-info-section .hero-hours-card .hours-col strong,
.hero-info-section .hero-hours-card .hours-col em,
.detached-info-row .hero-hours-card,
.detached-info-row .hero-hours-card *,
.detached-info-row .hero-hours-card .hero-info-title,
.detached-info-row .hero-hours-card .hours-split,
.detached-info-row .hero-hours-card .hours-col,
.detached-info-row .hero-hours-card .hours-col strong,
.detached-info-row .hero-hours-card .hours-col em{
  color:#111!important;
  -webkit-text-fill-color:#111!important;
}

@media print{
  .receipt-brand-icon{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin:0 auto 2.2mm!important;
  }
  .receipt-brand-icon img{transform:translateY(-2.2mm)!important;}
  .payment-receipt-print-head,
  .payment-receipt-item{
    grid-template-columns:minmax(0,1fr) 24mm 14mm 31mm!important;
    direction:rtl!important;
  }
  .payment-receipt-print-head span:nth-child(1){text-align:right!important;justify-self:stretch!important;}
  .payment-receipt-print-head span:nth-child(2),
  .payment-receipt-print-head span:nth-child(3){text-align:center!important;justify-self:stretch!important;}
  .payment-receipt-print-head span:nth-child(4){text-align:left!important;justify-self:end!important;}
  .payment-receipt-item .receipt-line-total{justify-self:end!important;text-align:left!important;align-items:flex-end!important;}
  .payment-receipt-item .receipt-unit-price,
  .payment-receipt-item .receipt-product-qty{justify-self:stretch!important;text-align:center!important;}
  body.receipt-long-order .payment-receipt-print-head,
  body.receipt-long-order .payment-receipt-item{
    grid-template-columns:minmax(0,1fr) 22mm 12mm 28mm!important;
  }
}

/* MASO v155 — Final receipt logo, date/time and amount-column alignment polish */
.payment-result-icon.receipt-brand-icon,
.payment-result-card.payment-receipt-print-card .receipt-brand-icon{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  line-height:0!important;
  padding:0!important;
  overflow:hidden!important;
}
.payment-result-icon.receipt-brand-icon img,
.payment-result-card.payment-receipt-print-card .receipt-brand-icon img{
  width:68%!important;
  height:auto!important;
  max-width:68%!important;
  max-height:68%!important;
  object-fit:contain!important;
  object-position:center center!important;
  display:block!important;
  margin:auto!important;
  transform:none!important;
}
.payment-receipt-quick-summary .receipt-datetime,
.payment-receipt-grid .receipt-datetime,
.payment-receipt-head .receipt-datetime,
strong.receipt-datetime{
  direction:ltr!important;
  unicode-bidi:isolate!important;
  display:inline-flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:center!important;
  gap:18px!important;
  text-align:center!important;
  white-space:nowrap!important;
  color:#2f2118!important;
  font-weight:950!important;
  line-height:1.7!important;
  letter-spacing:0!important;
}
.receipt-datetime .receipt-date-part,
.receipt-datetime .receipt-time-part{
  direction:ltr!important;
  unicode-bidi:isolate!important;
  display:inline-block!important;
  color:inherit!important;
  font-size:inherit!important;
  font-weight:inherit!important;
  line-height:inherit!important;
}
.receipt-datetime .receipt-date-part{order:1!important;}
.receipt-datetime .receipt-time-part{order:2!important;}
.receipt-datetime .receipt-dt-spacer{
  display:inline-block!important;
  width:18px!important;
  min-width:18px!important;
}
.payment-receipt-print-head span:nth-child(4){
  text-align:center!important;
  justify-self:stretch!important;
  align-self:center!important;
}
.payment-receipt-item .receipt-line-total{
  text-align:center!important;
  justify-self:stretch!important;
  align-items:center!important;
}
.payment-receipt-item .receipt-line-total,
.payment-receipt-item .receipt-line-total *{
  text-align:center!important;
}
@media print{
  .payment-result-card.payment-receipt-print-card .receipt-brand-icon,
  .payment-result-card.payment-receipt-print-card .payment-result-icon.receipt-brand-icon{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0!important;
  }
  .payment-result-card.payment-receipt-print-card .receipt-brand-icon img,
  .payment-result-card.payment-receipt-print-card .payment-result-icon.receipt-brand-icon img{
    width:66%!important;
    height:auto!important;
    max-width:66%!important;
    max-height:66%!important;
    object-fit:contain!important;
    object-position:center center!important;
    transform:none!important;
    margin:auto!important;
  }
  .payment-receipt-quick-summary .receipt-datetime,
  .payment-receipt-grid .receipt-datetime,
  strong.receipt-datetime{
    direction:ltr!important;
    display:inline-flex!important;
    flex-direction:row!important;
    justify-content:center!important;
    gap:3.2mm!important;
    text-align:center!important;
  }
  .receipt-datetime .receipt-date-part{order:1!important;}
  .receipt-datetime .receipt-time-part{order:2!important;}
  .receipt-datetime .receipt-dt-spacer{width:3.2mm!important;min-width:3.2mm!important;}
  .payment-receipt-print-head span:nth-child(4){
    text-align:center!important;
    justify-self:stretch!important;
    align-self:center!important;
  }
  .payment-receipt-item .receipt-line-total{
    text-align:center!important;
    justify-self:stretch!important;
    align-items:center!important;
  }
  .payment-receipt-item .receipt-line-total,
  .payment-receipt-item .receipt-line-total *{text-align:center!important;}
}

/* MASO v155 — Receipt desktop final spacing fix */
.payment-receipt-quick-summary .receipt-datetime,
.payment-receipt-grid .receipt-datetime,
.payment-receipt-head .receipt-datetime,
strong.receipt-datetime{
  direction:ltr!important;
  unicode-bidi:isolate!important;
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:flex-end!important;
  width:100%!important;
  max-width:100%!important;
  gap:0!important;
  text-align:right!important;
  white-space:nowrap!important;
}
.receipt-datetime .receipt-date-part{order:1!important;direction:ltr!important;unicode-bidi:isolate!important;}
.receipt-datetime .receipt-dt-spacer{
  order:2!important;
  display:inline-block!important;
  width:.42em!important;
  min-width:.42em!important;
  max-width:.42em!important;
  overflow:hidden!important;
  font-size:0!important;
  line-height:1!important;
}
.receipt-datetime .receipt-time-part{order:3!important;direction:ltr!important;unicode-bidi:isolate!important;}
.payment-receipt-quick-summary>div:has(.receipt-datetime),
.payment-receipt-grid>div:has(.receipt-datetime){
  text-align:right!important;
}
@media(min-width:621px){
  .payment-receipt-print-head span:nth-child(4){
    text-align:left!important;
    justify-self:stretch!important;
    align-self:center!important;
    padding-left:12px!important;
    padding-right:0!important;
  }
  .payment-receipt-item .receipt-line-total{
    text-align:left!important;
    justify-self:stretch!important;
    align-items:flex-start!important;
    padding-left:12px!important;
    padding-right:0!important;
  }
  .payment-receipt-item .receipt-line-total,
  .payment-receipt-item .receipt-line-total *{
    text-align:left!important;
  }
}
@media print{
  .payment-receipt-quick-summary .receipt-datetime,
  .payment-receipt-grid .receipt-datetime,
  strong.receipt-datetime{
    direction:ltr!important;
    display:flex!important;
    flex-direction:row!important;
    justify-content:flex-end!important;
    width:100%!important;
    gap:0!important;
    text-align:right!important;
  }
  .receipt-datetime .receipt-dt-spacer{
    width:.45em!important;
    min-width:.45em!important;
    max-width:.45em!important;
    font-size:0!important;
    overflow:hidden!important;
  }
  .payment-receipt-print-head span:nth-child(4){
    text-align:left!important;
    justify-self:stretch!important;
    padding-left:2mm!important;
    padding-right:0!important;
  }
  .payment-receipt-item .receipt-line-total{
    text-align:left!important;
    justify-self:stretch!important;
    align-items:flex-start!important;
    padding-left:2mm!important;
    padding-right:0!important;
  }
  .payment-receipt-item .receipt-line-total,
  .payment-receipt-item .receipt-line-total *{
    text-align:left!important;
  }
}

/* MASO v155 — Hard receipt date/time, total-column and admin polling final fix */
.payment-receipt-quick-summary .receipt-datetime,
.payment-receipt-grid .receipt-datetime,
.payment-receipt-head .receipt-datetime,
strong.receipt-datetime{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  direction:ltr!important;
  unicode-bidi:isolate!important;
  text-align:right!important;
  white-space:nowrap!important;
  gap:0!important;
  justify-content:normal!important;
  align-items:normal!important;
  color:#21160f!important;
  font-weight:950!important;
  line-height:1.7!important;
  letter-spacing:0!important;
}
.payment-receipt-quick-summary>div:has(.receipt-datetime),
.payment-receipt-grid>div:has(.receipt-datetime){
  direction:rtl!important;
  text-align:right!important;
  align-items:flex-start!important;
}
.payment-receipt-print-head,
.payment-receipt-item{
  grid-template-columns:minmax(0,1fr) minmax(96px,.42fr) minmax(70px,.26fr) minmax(128px,.48fr)!important;
  direction:rtl!important;
}
.payment-receipt-print-head span:nth-child(1),
.payment-receipt-item .receipt-product-name{
  text-align:right!important;
  justify-self:stretch!important;
}
.payment-receipt-print-head span:nth-child(2),
.payment-receipt-print-head span:nth-child(3),
.payment-receipt-item .receipt-unit-price,
.payment-receipt-item .receipt-product-qty{
  text-align:center!important;
  justify-self:stretch!important;
}
.payment-receipt-print-head span:nth-child(4),
.payment-receipt-item .receipt-line-total{
  text-align:center!important;
  justify-self:stretch!important;
  align-items:center!important;
  padding-left:0!important;
  padding-right:0!important;
  transform:translateX(-8px)!important;
}
.payment-receipt-item .receipt-line-total,
.payment-receipt-item .receipt-line-total *{
  text-align:center!important;
}
@media(max-width:620px){
  .payment-receipt-print-head,
  .payment-receipt-item{
    grid-template-columns:minmax(0,1fr) auto!important;
  }
  .payment-receipt-print-head span:nth-child(4),
  .payment-receipt-item .receipt-line-total{
    transform:none!important;
    text-align:left!important;
    justify-self:end!important;
  }
}
@media print{
  .payment-receipt-quick-summary .receipt-datetime,
  .payment-receipt-grid .receipt-datetime,
  strong.receipt-datetime{
    display:block!important;
    width:100%!important;
    direction:ltr!important;
    unicode-bidi:isolate!important;
    text-align:right!important;
    white-space:nowrap!important;
    gap:0!important;
    justify-content:normal!important;
  }
  .payment-receipt-quick-summary>div:has(.receipt-datetime),
  .payment-receipt-grid>div:has(.receipt-datetime){
    direction:rtl!important;
    text-align:right!important;
  }
  .payment-receipt-print-head,
  .payment-receipt-item{
    grid-template-columns:minmax(0,1fr) 24mm 14mm 31mm!important;
    direction:rtl!important;
  }
  .payment-receipt-print-head span:nth-child(1),
  .payment-receipt-item .receipt-product-name{text-align:right!important;justify-self:stretch!important;}
  .payment-receipt-print-head span:nth-child(2),
  .payment-receipt-print-head span:nth-child(3),
  .payment-receipt-item .receipt-unit-price,
  .payment-receipt-item .receipt-product-qty{text-align:center!important;justify-self:stretch!important;}
  .payment-receipt-print-head span:nth-child(4),
  .payment-receipt-item .receipt-line-total{
    text-align:center!important;
    justify-self:stretch!important;
    align-items:center!important;
    padding-left:0!important;
    padding-right:0!important;
    transform:translateX(-1.5mm)!important;
  }
  .payment-receipt-item .receipt-line-total,
  .payment-receipt-item .receipt-line-total *{text-align:center!important;}
}


/* MASO v155 — Admin alert loop stop + previous orders amount title alignment */
.payment-receipt-quick-summary .receipt-datetime,
.payment-receipt-grid .receipt-datetime,
.payment-receipt-head .receipt-datetime,
strong.receipt-datetime{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  direction:ltr!important;
  unicode-bidi:isolate!important;
  text-align:right!important;
  white-space:nowrap!important;
  color:#21160f!important;
  font-weight:950!important;
  line-height:1.7!important;
  letter-spacing:0!important;
}
.payment-receipt-quick-summary>div:has(.receipt-datetime),
.payment-receipt-grid>div:has(.receipt-datetime){
  direction:rtl!important;
  text-align:right!important;
  align-items:flex-start!important;
}
.payment-receipt-print-head,
.payment-receipt-item{
  grid-template-columns:minmax(0,1fr) minmax(96px,.42fr) minmax(70px,.26fr) minmax(128px,.48fr)!important;
  direction:rtl!important;
}
.payment-receipt-print-head span:nth-child(4),
.payment-receipt-item .receipt-line-total{
  text-align:center!important;
  justify-self:stretch!important;
  align-items:center!important;
  padding-left:0!important;
  padding-right:0!important;
  transform:translateX(-8px)!important;
}
.payment-receipt-item .receipt-line-total,
.payment-receipt-item .receipt-line-total *{text-align:center!important;}
@media print{
  .payment-receipt-quick-summary .receipt-datetime,
  .payment-receipt-grid .receipt-datetime,
  strong.receipt-datetime{
    display:block!important;
    width:100%!important;
    direction:ltr!important;
    unicode-bidi:isolate!important;
    text-align:right!important;
    white-space:nowrap!important;
  }
  .payment-receipt-print-head span:nth-child(4),
  .payment-receipt-item .receipt-line-total{
    text-align:center!important;
    justify-self:stretch!important;
    align-items:center!important;
    padding-left:0!important;
    padding-right:0!important;
    transform:translateX(-1.5mm)!important;
  }
  .payment-receipt-item .receipt-line-total,
  .payment-receipt-item .receipt-line-total *{text-align:center!important;}
}
@media(min-width:641px){
  .account-order-line{
    text-align:center!important;
    justify-self:stretch!important;
  }
  .account-order-line small,
  .account-order-line b{
    text-align:center!important;
  }
}

/* MASO v155 — Mobile previous orders responsive fix */
.account-order-product{
  overflow-wrap:break-word!important;
  word-break:normal!important;
  white-space:normal!important;
  line-height:1.85!important;
}
@media(max-width:700px){
  .account-order-items-clear{
    padding:12px 14px!important;
    gap:0!important;
  }
  .account-order-item-clear{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(108px,.72fr)!important;
    grid-template-areas:
      "product product"
      "unit line"
      "qty line"!important;
    gap:8px 12px!important;
    align-items:start!important;
    padding:14px 0!important;
    direction:rtl!important;
  }
  .account-order-product{
    grid-area:product!important;
    min-width:0!important;
    width:100%!important;
    text-align:right!important;
    justify-self:stretch!important;
    font-size:15px!important;
  }
  .account-order-unit{
    grid-area:unit!important;
    text-align:right!important;
    justify-self:stretch!important;
  }
  .account-order-qty{
    grid-area:qty!important;
    text-align:right!important;
    justify-self:stretch!important;
  }
  .account-order-line{
    grid-area:line!important;
    text-align:center!important;
    justify-self:stretch!important;
    align-self:center!important;
  }
  .account-order-line small,
  .account-order-line b{
    text-align:center!important;
  }
  .account-order-item-clear small{
    font-size:10px!important;
  }
  .account-order-item-clear b{
    font-size:13px!important;
    white-space:nowrap!important;
  }
}


/* MASO v155 — Mobile receipt, mobile print/PDF, auth login password and UI dialog cleanup */
/* Make the logged-in mobile hamburger icon visually centered by drawing it with CSS instead of relying on the glyph baseline. */
.customer-welcome-btn .customer-welcome-icon{
  position:relative!important;
  font-size:0!important;
  line-height:0!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
}
.customer-welcome-btn .customer-welcome-icon::before{
  content:""!important;
  width:17px!important;
  height:12px!important;
  display:block!important;
  background:linear-gradient(#b98145,#b98145) 0 0/100% 2px no-repeat,
             linear-gradient(#b98145,#b98145) 0 5px/100% 2px no-repeat,
             linear-gradient(#b98145,#b98145) 0 10px/100% 2px no-repeat!important;
  border-radius:2px!important;
}

/* Login must show password too; only name is register-only. */
.customer-login-card:not(.register-mode) #authName,
.customer-login-card:not(.register-mode) .register-only #authName{display:none!important;}
.customer-login-card:not(.register-mode) #authPassword,
.customer-login-card.register-mode #authPassword{display:block!important;}
.customer-login-card:not(.register-mode) .register-only:has(#authPassword){display:block!important;}

/* Custom in-site dialog used instead of browser alert/confirm. */
.maso-dialog-backdrop{
  position:fixed!important;
  inset:0!important;
  z-index:999999!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:18px!important;
  background:rgba(25,17,12,.42)!important;
  backdrop-filter:blur(8px)!important;
  direction:rtl!important;
}
.maso-dialog-card{
  width:min(430px,100%)!important;
  border-radius:28px!important;
  background:linear-gradient(145deg,#fffaf4,#f8eadb)!important;
  border:1px solid rgba(201,151,84,.30)!important;
  box-shadow:0 28px 70px rgba(35,20,12,.28)!important;
  padding:22px!important;
  text-align:center!important;
  font-family:inherit!important;
  color:#2f2118!important;
}
.maso-dialog-icon{
  width:58px!important;
  height:58px!important;
  margin:0 auto 12px!important;
  border-radius:22px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:linear-gradient(135deg,#f5d08f,#c8914e)!important;
  color:#fff!important;
  font-size:24px!important;
  font-weight:950!important;
  box-shadow:0 16px 32px rgba(200,145,78,.24)!important;
}
.maso-dialog-title{font-size:19px!important;font-weight:950!important;margin:0 0 8px!important;color:#2f2118!important;}
.maso-dialog-message{font-size:14px!important;font-weight:850!important;line-height:2!important;color:#6f5847!important;margin:0 0 18px!important;white-space:pre-wrap!important;}
.maso-dialog-actions{display:flex!important;gap:10px!important;justify-content:center!important;flex-wrap:wrap!important;}
.maso-dialog-actions .btn{min-width:120px!important;margin:0!important;justify-content:center!important;}
.maso-dialog-actions .btn.secondary{background:#fff!important;color:#5f3f2b!important;border:1px solid rgba(201,151,84,.35)!important;}

/* Receipt product list on mobile: product name gets a full readable row. */
@media(max-width:700px){
  .payment-receipt-items-list{display:grid!important;gap:0!important;}
  .payment-receipt-print-head{display:none!important;}
  .payment-receipt-item{
    display:grid!important;
    grid-template-columns:1fr 1fr 1fr!important;
    grid-template-areas:
      "product product product"
      "unit qty line"!important;
    gap:10px!important;
    padding:16px 0!important;
    align-items:start!important;
    direction:rtl!important;
    border-top:1px solid rgba(201,151,84,.13)!important;
  }
  .payment-receipt-item:first-child{border-top:0!important;}
  .payment-receipt-item .receipt-product-name{
    grid-area:product!important;
    width:100%!important;
    min-width:0!important;
    text-align:right!important;
    white-space:normal!important;
    word-break:normal!important;
    overflow-wrap:break-word!important;
    line-height:1.9!important;
    font-size:16px!important;
  }
  .payment-receipt-item .receipt-unit-price{
    grid-area:unit!important;
    justify-self:stretch!important;
    text-align:right!important;
    align-items:flex-start!important;
    white-space:normal!important;
    transform:none!important;
  }
  .payment-receipt-item .receipt-product-qty{
    grid-area:qty!important;
    justify-self:stretch!important;
    text-align:center!important;
    white-space:nowrap!important;
    transform:none!important;
  }
  .payment-receipt-item .receipt-line-total{
    grid-area:line!important;
    justify-self:stretch!important;
    text-align:left!important;
    align-items:flex-end!important;
    white-space:normal!important;
    transform:none!important;
  }
  .payment-receipt-item .receipt-line-total,
  .payment-receipt-item .receipt-line-total *{text-align:left!important;}
  .payment-receipt-item .receipt-unit-price small,
  .payment-receipt-item .receipt-line-total small{
    display:block!important;
    font-size:10px!important;
    color:#8a7667!important;
    margin:0 0 3px!important;
  }
  .payment-receipt-item .receipt-unit-price b,
  .payment-receipt-item .receipt-line-total{
    font-size:13px!important;
    line-height:1.7!important;
  }
}

/* Mobile-friendly print/PDF: fill the chosen paper instead of a tiny A5 block inside Letter on mobile browsers. */
@media print{
  @page{size:auto!important;margin:4mm!important;}
  html.payment-html,
  html.payment-html body,
  body.payment-result-page{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    background:#fff!important;
  }
  .payment-result-shell{
    width:100%!important;
    max-width:none!important;
    display:block!important;
    padding:0!important;
    margin:0!important;
  }
  .payment-result-card.payment-receipt-print-card{
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    padding:0!important;
    margin:0!important;
    transform:none!important;
    zoom:1!important;
  }
  .payment-receipt-quick-summary,
  .payment-receipt-card,
  .payment-receipt-items,
  .payment-receipt-total{
    width:100%!important;
    max-width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
    box-sizing:border-box!important;
  }
}

.customer-login-card .password-row{display:block!important;}
.customer-login-card:not(.register-mode) .password-row{display:block!important;}
.customer-login-card.register-mode .password-row{display:block!important;}

/* MASO v162 — Mobile header compaction, receipt/mobile order column alignment, print fill, and footer credit settings polish */
@media(max-width:700px){
  .topbar .nav{gap:6px!important;padding:9px 10px!important;flex-wrap:nowrap!important;overflow:hidden!important;}
  .topbar .brand{flex:0 1 auto!important;min-width:0!important;max-width:86px!important;gap:4px!important;}
  .topbar .brand span{font-size:15px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
  .topbar .brand .site-logo{width:34px!important;height:34px!important;object-fit:contain!important;}
  .topbar .nav-actions{flex:1 1 auto!important;min-width:0!important;gap:6px!important;justify-content:flex-end!important;flex-wrap:nowrap!important;}
  .topbar .nav-actions .btn{height:50px!important;min-height:50px!important;border-radius:16px!important;padding:0 12px!important;font-size:13px!important;white-space:nowrap!important;box-sizing:border-box!important;}
  .topbar .nav-actions a[href="#menu"]{min-width:58px!important;max-width:68px!important;justify-content:center!important;}
  .topbar .header-cart-btn{width:52px!important;min-width:52px!important;max-width:52px!important;padding:0!important;font-size:0!important;gap:0!important;position:relative!important;justify-content:center!important;}
  .topbar .header-cart-btn::before{content:""!important;width:24px!important;height:24px!important;display:block!important;background-color:currentColor!important;-webkit-mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 6h15l-1.5 9h-12z'/%3E%3Cpath d='M6 6 5.2 3H3'/%3E%3Ccircle cx='9' cy='20' r='1.5'/%3E%3Ccircle cx='18' cy='20' r='1.5'/%3E%3C/svg%3E") center/contain no-repeat!important;mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 6h15l-1.5 9h-12z'/%3E%3Cpath d='M6 6 5.2 3H3'/%3E%3Ccircle cx='9' cy='20' r='1.5'/%3E%3Ccircle cx='18' cy='20' r='1.5'/%3E%3C/svg%3E") center/contain no-repeat!important;}
  .topbar .header-cart-btn #cartCount{position:absolute!important;top:5px!important;left:6px!important;min-width:18px!important;height:18px!important;border-radius:999px!important;background:#fff!important;color:#4b2b1a!important;font-size:11px!important;line-height:18px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border:1px solid rgba(201,151,84,.35)!important;}
  .topbar .customer-welcome-btn{flex:0 1 132px!important;min-width:112px!important;max-width:142px!important;padding:0 10px!important;gap:8px!important;}
  .topbar .customer-welcome-copy{min-width:0!important;overflow:hidden!important;}
  .topbar .customer-welcome-copy small{font-size:11px!important;line-height:1.3!important;}
  .topbar .customer-welcome-copy b{font-size:13px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;display:block!important;}
}
@media(max-width:390px){
  .topbar .brand{max-width:62px!important;}
  .topbar .brand span{display:none!important;}
  .topbar .customer-welcome-btn{max-width:126px!important;min-width:100px!important;}
  .topbar .nav-actions .btn{padding:0 9px!important;}
}

/* Mobile receipt and previous-orders item rows: each value sits under its own centered label. */
@media(max-width:700px){
  .payment-receipt-item{
    grid-template-columns:minmax(0,1fr) minmax(66px,.38fr) minmax(0,1fr)!important;
    grid-template-areas:"product product product" "unit qty line"!important;
    gap:12px 8px!important;
  }
  .payment-receipt-item .receipt-unit-price,
  .payment-receipt-item .receipt-product-qty,
  .payment-receipt-item .receipt-line-total{
    justify-self:stretch!important;
    align-self:start!important;
    text-align:center!important;
    align-items:center!important;
    white-space:normal!important;
    min-width:0!important;
  }
  .payment-receipt-item .receipt-unit-price *,
  .payment-receipt-item .receipt-product-qty *,
  .payment-receipt-item .receipt-line-total *{text-align:center!important;}
  .payment-receipt-item .receipt-product-qty::before{content:"تعداد";display:block!important;color:#8a7667!important;font-size:10px!important;font-weight:900!important;line-height:1.35!important;margin:0 0 3px!important;}
  .payment-receipt-item .receipt-product-qty{font-size:13px!important;font-weight:950!important;line-height:1.7!important;direction:ltr!important;unicode-bidi:isolate!important;}
  .payment-receipt-item .receipt-line-total{font-size:13px!important;line-height:1.7!important;}
  .payment-receipt-item .receipt-product-name{font-size:16px!important;line-height:1.9!important;}

  .account-order-item-clear{
    grid-template-columns:minmax(0,1fr) minmax(66px,.38fr) minmax(0,1fr)!important;
    grid-template-areas:"product product product" "unit qty line"!important;
    gap:10px 8px!important;
  }
  .account-order-product{grid-area:product!important;text-align:right!important;width:100%!important;}
  .account-order-unit{grid-area:unit!important;text-align:center!important;justify-self:stretch!important;}
  .account-order-qty{grid-area:qty!important;text-align:center!important;justify-self:stretch!important;}
  .account-order-line{grid-area:line!important;text-align:center!important;justify-self:stretch!important;align-self:start!important;}
  .account-order-unit small,.account-order-qty small,.account-order-line small,
  .account-order-unit b,.account-order-qty b,.account-order-line b{text-align:center!important;}
}

/* Make mobile Save-as-PDF output use the page width instead of a tiny receipt block. */
@media print{
  body.mobile-print-fill.payment-result-page{width:190mm!important;max-width:none!important;min-width:190mm!important;margin:0!important;background:#fff!important;}
  body.mobile-print-fill .payment-result-shell{width:190mm!important;max-width:none!important;min-width:190mm!important;margin:0!important;padding:0!important;}
  body.mobile-print-fill .payment-result-card.payment-receipt-print-card{width:190mm!important;max-width:none!important;min-width:0!important;margin:0 auto!important;padding:0!important;zoom:1!important;transform:none!important;}
  body.mobile-print-fill .payment-receipt-quick-summary,
  body.mobile-print-fill .payment-receipt-card,
  body.mobile-print-fill .receipt-followup-note,
  body.mobile-print-fill .receipt-actions{max-width:none!important;width:100%!important;box-sizing:border-box!important;}
}

/* MASO v162 — final mobile header equal action buttons and full brand visibility */
@media(max-width:700px){
  .topbar .nav{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:6px!important;
    padding:8px 8px!important;
    flex-wrap:nowrap!important;
    overflow:hidden!important;
  }
  .topbar .brand.brand-logo{
    order:1!important;
    flex:1 1 auto!important;
    min-width:104px!important;
    max-width:none!important;
    width:auto!important;
    gap:5px!important;
    overflow:hidden!important;
  }
  .topbar .brand.brand-logo .site-logo,
  .topbar .brand.brand-logo img{
    flex:0 0 28px!important;
    width:28px!important;
    height:28px!important;
    object-fit:contain!important;
  }
  .topbar .brand.brand-logo span,
  .topbar .brand.brand-logo span[data-restaurant]{
    display:inline-block!important;
    max-width:100%!important;
    min-width:0!important;
    font-size:14px!important;
    font-weight:900!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    line-height:1.2!important;
  }
  .topbar .nav-actions{
    order:2!important;
    flex:0 0 auto!important;
    width:auto!important;
    min-width:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:6px!important;
    flex-wrap:nowrap!important;
    overflow:visible!important;
  }
  .topbar .nav-actions .btn,
  .topbar .nav-actions a.btn,
  .topbar .nav-actions button.btn,
  .topbar .nav-actions #headerLoginBtn,
  .topbar .nav-actions #headerCartBtn,
  .topbar .nav-actions a[href="#menu"]{
    flex:0 0 50px!important;
    width:50px!important;
    min-width:50px!important;
    max-width:50px!important;
    height:48px!important;
    min-height:48px!important;
    padding:0!important;
    border-radius:16px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    line-height:1!important;
    box-sizing:border-box!important;
    white-space:nowrap!important;
    font-size:13px!important;
    font-weight:950!important;
    gap:0!important;
  }
  .topbar .header-cart-btn{
    color:#fff!important;
    background:linear-gradient(135deg,#5a3a25,#7a4d2e)!important;
    position:relative!important;
    font-size:0!important;
  }
  .topbar .header-cart-btn .header-cart-icon{
    width:25px!important;
    height:25px!important;
    display:block!important;
    stroke-width:2.2!important;
  }
  .topbar .header-cart-btn::before{content:none!important;display:none!important;}
  .topbar .header-cart-btn #cartCount{
    position:absolute!important;
    top:4px!important;
    left:4px!important;
    min-width:17px!important;
    height:17px!important;
    padding:0 4px!important;
    border-radius:999px!important;
    background:#fff!important;
    color:#4b2b1a!important;
    font-size:10px!important;
    line-height:17px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    border:1px solid rgba(201,151,84,.35)!important;
    box-sizing:border-box!important;
  }
  .topbar .customer-welcome-btn{
    flex:0 0 50px!important;
    width:50px!important;
    min-width:50px!important;
    max-width:50px!important;
    height:48px!important;
    padding:0!important;
  }
  .topbar .customer-welcome-btn .customer-welcome-copy{display:none!important;}
  .topbar .customer-welcome-btn .customer-welcome-icon{
    font-size:0!important;
    width:22px!important;
    height:16px!important;
    display:block!important;
    position:relative!important;
  }
  .topbar .customer-welcome-btn .customer-welcome-icon::before,
  .topbar .customer-welcome-btn .customer-welcome-icon::after{
    content:""!important;
    position:absolute!important;
    left:0!important;
    width:22px!important;
    height:2.5px!important;
    border-radius:999px!important;
    background:currentColor!important;
    box-shadow:0 7px 0 currentColor!important;
  }
  .topbar .customer-welcome-btn .customer-welcome-icon::before{top:0!important;}
  .topbar .customer-welcome-btn .customer-welcome-icon::after{top:14px!important;box-shadow:none!important;}
}
@media(max-width:390px){
  .topbar .nav{gap:5px!important;padding-left:6px!important;padding-right:6px!important;}
  .topbar .brand.brand-logo{min-width:98px!important;gap:4px!important;}
  .topbar .brand.brand-logo .site-logo,
  .topbar .brand.brand-logo img{width:25px!important;height:25px!important;flex-basis:25px!important;}
  .topbar .brand.brand-logo span,
  .topbar .brand.brand-logo span[data-restaurant]{display:inline-block!important;font-size:13px!important;}
  .topbar .nav-actions{gap:5px!important;}
  .topbar .nav-actions .btn,
  .topbar .nav-actions a.btn,
  .topbar .nav-actions button.btn,
  .topbar .nav-actions #headerLoginBtn,
  .topbar .nav-actions #headerCartBtn,
  .topbar .nav-actions a[href="#menu"],
  .topbar .customer-welcome-btn{flex-basis:46px!important;width:46px!important;min-width:46px!important;max-width:46px!important;height:46px!important;}
}


/* MASO v162 — Seamless checkout submit, centered mobile PDF print, and advanced admin polish */
.checkout-form.is-submitting-order{
  position:relative!important;
  pointer-events:none!important;
  opacity:.82!important;
}
.checkout-form.is-submitting-order::after{
  content:"در حال ثبت سفارش..."!important;
  position:sticky!important;
  bottom:10px!important;
  z-index:5!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:44px!important;
  margin-top:10px!important;
  border-radius:16px!important;
  background:linear-gradient(135deg,#24150e,#7a4d2e)!important;
  color:#fff!important;
  font-weight:950!important;
  box-shadow:0 14px 35px rgba(89,55,31,.22)!important;
}
@media print{
  body.mobile-print-fill.payment-result-page,
  body.mobile-print-fill .payment-result-shell{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
    box-sizing:border-box!important;
    background:#fff!important;
  }
  body.mobile-print-fill .payment-result-card.payment-receipt-print-card{
    width:calc(100% - 8mm)!important;
    max-width:none!important;
    min-width:0!important;
    margin:0 auto!important;
    padding:0!important;
    box-sizing:border-box!important;
    transform:none!important;
    zoom:1!important;
  }
  body.mobile-print-fill .payment-receipt-quick-summary,
  body.mobile-print-fill .payment-receipt-card,
  body.mobile-print-fill .receipt-followup-note,
  body.mobile-print-fill .payment-receipt-total{
    width:100%!important;
    max-width:100%!important;
    margin-left:auto!important;
    margin-right:auto!important;
    box-sizing:border-box!important;
  }
}


/* MASO v162 — final mobile header consistency: remove logged-in hamburger halo and reuse same compact buttons on customer pages */
@media(max-width:700px){
  .topbar .customer-welcome-btn .customer-welcome-icon{
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    border-radius:0!important;
    width:26px!important;
    height:22px!important;
    min-width:26px!important;
    padding:0!important;
    margin:0!important;
  }
  .topbar .customer-welcome-btn .customer-welcome-icon::before,
  .topbar .customer-welcome-btn .customer-welcome-icon::after{
    background:#c3894b!important;
  }

  .account-topbar .nav{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:6px!important;
    padding:8px 8px!important;
    flex-wrap:nowrap!important;
    overflow:hidden!important;
  }
  .account-topbar .brand.brand-logo{
    order:1!important;
    flex:1 1 auto!important;
    min-width:104px!important;
    max-width:none!important;
    width:auto!important;
    gap:5px!important;
    overflow:hidden!important;
  }
  .account-topbar .brand.brand-logo .site-logo,
  .account-topbar .brand.brand-logo img{
    flex:0 0 28px!important;
    width:28px!important;
    height:28px!important;
    object-fit:contain!important;
  }
  .account-topbar .brand.brand-logo span{
    display:inline-block!important;
    max-width:100%!important;
    min-width:0!important;
    font-size:14px!important;
    font-weight:900!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    line-height:1.2!important;
  }
  .account-topbar .account-nav-actions,
  .account-topbar .nav-actions{
    order:2!important;
    flex:0 0 auto!important;
    width:auto!important;
    min-width:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:6px!important;
    flex-wrap:nowrap!important;
    overflow:visible!important;
  }
  .account-topbar .account-menu-btn,
  .account-topbar .account-cart-btn,
  .account-topbar .customer-page-nav-btn{
    flex:0 0 50px!important;
    width:50px!important;
    min-width:50px!important;
    max-width:50px!important;
    height:48px!important;
    min-height:48px!important;
    padding:0!important;
    border-radius:16px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    line-height:1!important;
    box-sizing:border-box!important;
    white-space:nowrap!important;
    font-size:13px!important;
    font-weight:950!important;
    gap:0!important;
  }
  .account-topbar .account-cart-btn{
    color:#fff!important;
    background:linear-gradient(135deg,#5a3a25,#7a4d2e)!important;
    font-size:0!important;
  }
  .account-topbar .account-cart-btn .header-cart-icon{
    width:25px!important;
    height:25px!important;
    display:block!important;
    stroke-width:2.2!important;
  }
}
@media(max-width:390px){
  .account-topbar .nav{gap:5px!important;padding-left:6px!important;padding-right:6px!important;}
  .account-topbar .brand.brand-logo{min-width:98px!important;gap:4px!important;}
  .account-topbar .brand.brand-logo .site-logo,
  .account-topbar .brand.brand-logo img{width:25px!important;height:25px!important;flex-basis:25px!important;}
  .account-topbar .brand.brand-logo span{font-size:13px!important;}
  .account-topbar .nav-actions{gap:5px!important;}
  .account-topbar .account-menu-btn,
  .account-topbar .account-cart-btn,
  .account-topbar .customer-page-nav-btn{flex-basis:46px!important;width:46px!important;min-width:46px!important;max-width:46px!important;height:46px!important;}
}


/* MASO v162 — Header cart icon, hero CTA removal spacing, and mobile receipt action gap only */
/* 1) Make the top cart button use the same clean cart glyph proportions as the floating cart. */
.header-cart-btn .header-cart-icon,
.account-cart-btn .header-cart-icon,
.topbar .header-cart-btn .header-cart-icon{
  width:26px!important;
  height:26px!important;
  min-width:26px!important;
  flex:0 0 26px!important;
  display:block!important;
  stroke-width:2.2!important;
  overflow:visible!important;
}
.topbar .header-cart-btn,
.account-topbar .account-cart-btn{
  position:relative!important;
  overflow:visible!important;
  gap:0!important;
}
.topbar .header-cart-btn #cartCount{
  position:absolute!important;
  top:4px!important;
  left:5px!important;
  min-width:18px!important;
  height:18px!important;
  padding:0 5px!important;
  border-radius:999px!important;
  background:#fff!important;
  color:#4b2b1a!important;
  font-size:10px!important;
  line-height:18px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:1px solid rgba(201,151,84,.35)!important;
  box-sizing:border-box!important;
  z-index:2!important;
}
@media(min-width:701px){
  .topbar .nav-actions #headerCartBtn{
    min-width:58px!important;
    width:58px!important;
    height:50px!important;
    min-height:50px!important;
    padding:0!important;
    border-radius:18px!important;
  }
}

/* 2) The hero CTA buttons were removed; tighten the landing-to-info-card spacing without touching the rest of the page. */
.hero .hero-grid > div:first-child p[data-tagline]{margin-bottom:0!important;}
@media(min-width:901px){
  .hero{padding-bottom:34px!important;}
  .hero-info-section{padding-top:14px!important;}
}
@media(max-width:900px){
  .hero{padding-bottom:28px!important;}
  .hero-info-section{padding-top:10px!important;}
}

/* 3) Prevent the empty mobile gap between the follow-up note and receipt action buttons. */
@media(max-width:620px){
  .payment-result-card.payment-receipt-print-card,
  .payment-result-card.is-success{
    padding-bottom:18px!important;
  }
  .payment-result-card.payment-receipt-print-card .receipt-followup-note{
    margin-bottom:10px!important;
  }
  .payment-result-card.payment-receipt-print-card .receipt-actions.receipt-actions-sticky,
  .receipt-actions.receipt-actions-sticky{
    position:static!important;
    left:auto!important;
    right:auto!important;
    bottom:auto!important;
    width:100%!important;
    max-width:100%!important;
    margin:10px auto 0!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
  }
  .payment-result-card.payment-receipt-print-card .receipt-actions.receipt-actions-sticky .btn,
  .receipt-actions.receipt-actions-sticky .btn,
  .receipt-actions.receipt-actions-sticky a.btn{
    width:100%!important;
    height:48px!important;
    min-height:48px!important;
    margin:0!important;
  }
}

/* MASO v162 — Smooth customer scrolling, contextual floating cart, equal info cards */
/* 1) Customer dashboard/mobile account: keep one natural page scroll and avoid nested/locked scrolling. */
html,
body.customer-page-body.maso-account-page{
  overflow-x:hidden!important;
}
@media(max-width:900px){
  body.customer-page-body.maso-account-page{
    height:auto!important;
    min-height:100vh!important;
    overflow-y:auto!important;
    -webkit-overflow-scrolling:touch!important;
    overscroll-behavior-y:auto!important;
  }
  .maso-account-page .account-shell,
  .maso-account-page .account-content-card,
  .maso-account-page #customerPanel,
  .maso-account-page #customerPanelContent,
  .maso-account-page .account-list,
  .maso-account-page .account-order-card,
  .maso-account-page .account-order-items,
  .maso-account-page .account-order-items-clear{
    overflow:visible!important;
    max-height:none!important;
    height:auto!important;
  }
  .maso-account-page .account-hero-card{
    position:relative!important;
    top:auto!important;
  }
}

/* 2) Floating cart should only appear from the online menu section downward. */
body:not(.floating-cart-menu-zone) .floating-cart-fab{
  display:none!important;
  opacity:0!important;
  pointer-events:none!important;
  transform:translateY(14px) scale(.94)!important;
}

/* 3) Equalize homepage info cards across mobile/tablet/desktop. */
.hero-info-section .detached-info-row,
.hero-info-section .hero-info-row.detached-info-row{
  display:grid!important;
  align-items:stretch!important;
  grid-auto-rows:1fr!important;
}
.hero-info-section .detached-info-row > .info-box.hero-info-card,
.hero-info-section .detached-info-row > .hero-info-card{
  width:100%!important;
  box-sizing:border-box!important;
  min-height:218px!important;
  height:100%!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  padding:24px 18px!important;
}
@media(min-width:901px){
  .hero-info-section .detached-info-row,
  .hero-info-section .hero-info-row.detached-info-row{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
  .hero-info-section .detached-info-row > .info-box.hero-info-card,
  .hero-info-section .detached-info-row > .hero-info-card{
    min-height:212px!important;
  }
}
@media(max-width:900px){
  .hero-info-section .detached-info-row,
  .hero-info-section .hero-info-row.detached-info-row{
    grid-template-columns:1fr!important;
    gap:16px!important;
  }
  .hero-info-section .detached-info-row > .info-box.hero-info-card,
  .hero-info-section .detached-info-row > .hero-info-card{
    min-height:218px!important;
  }
}
@media(max-width:420px){
  .hero-info-section .detached-info-row > .info-box.hero-info-card,
  .hero-info-section .detached-info-row > .hero-info-card{
    min-height:214px!important;
    padding:22px 16px!important;
  }
}

/* MASO v162 — Exact mobile hamburger centering + true natural customer-page scroll
   Scope is intentionally narrow: header icon alignment and customer page scroll only. */
@media (max-width:700px){
  /* Logged-in mobile hamburger: remove all legacy pseudo/halo positioning and draw the bars
     from the exact center of the square button. */
  .topbar .nav-actions #headerLoginBtn.customer-welcome-btn,
  .topbar .nav-actions .customer-header-auth.customer-welcome-btn{
    position:relative!important;
    flex:0 0 50px!important;
    width:50px!important;
    min-width:50px!important;
    max-width:50px!important;
    height:48px!important;
    min-height:48px!important;
    padding:0!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:hidden!important;
    gap:0!important;
  }
  .topbar .nav-actions #headerLoginBtn.customer-welcome-btn .customer-welcome-copy,
  .topbar .nav-actions .customer-header-auth.customer-welcome-btn .customer-welcome-copy{
    display:none!important;
  }
  .topbar .nav-actions #headerLoginBtn.customer-welcome-btn .customer-welcome-icon,
  .topbar .nav-actions .customer-header-auth.customer-welcome-btn .customer-welcome-icon{
    position:absolute!important;
    left:50%!important;
    top:50%!important;
    transform:translate(-50%,-50%)!important;
    width:24px!important;
    height:18px!important;
    min-width:24px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    display:block!important;
    color:#c3894b!important;
    font-size:0!important;
    line-height:0!important;
  }
  .topbar .nav-actions #headerLoginBtn.customer-welcome-btn .customer-welcome-icon::before,
  .topbar .nav-actions .customer-header-auth.customer-welcome-btn .customer-welcome-icon::before{
    content:""!important;
    position:absolute!important;
    left:50%!important;
    top:50%!important;
    transform:translate(-50%,-50%)!important;
    width:24px!important;
    height:18px!important;
    display:block!important;
    border-radius:0!important;
    background:linear-gradient(#c3894b,#c3894b) 0 1px/24px 3px no-repeat,
               linear-gradient(#c3894b,#c3894b) 0 7.5px/24px 3px no-repeat,
               linear-gradient(#c3894b,#c3894b) 0 14px/24px 3px no-repeat!important;
    box-shadow:none!important;
  }
  .topbar .nav-actions #headerLoginBtn.customer-welcome-btn .customer-welcome-icon::after,
  .topbar .nav-actions .customer-header-auth.customer-welcome-btn .customer-welcome-icon::after{
    content:none!important;
    display:none!important;
  }
}
@media (max-width:390px){
  .topbar .nav-actions #headerLoginBtn.customer-welcome-btn,
  .topbar .nav-actions .customer-header-auth.customer-welcome-btn{
    flex-basis:46px!important;
    width:46px!important;
    min-width:46px!important;
    max-width:46px!important;
    height:46px!important;
    min-height:46px!important;
  }
}

/* Customer account page mobile scroll: force one document-level vertical scroll and remove the
   reserved RTL scrollbar gutter that was showing as a side bar/awkward scroll track. */
@media (max-width:900px){
  html.maso-account-html{
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    min-height:100%!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    scrollbar-gutter:auto!important;
    -webkit-overflow-scrolling:touch!important;
  }
  html.maso-account-html body.customer-page-body.maso-account-page{
    width:100%!important;
    max-width:100vw!important;
    height:auto!important;
    min-height:100vh!important;
    overflow-x:hidden!important;
    overflow-y:visible!important;
    scrollbar-gutter:auto!important;
    -webkit-overflow-scrolling:auto!important;
    overscroll-behavior-y:auto!important;
    touch-action:pan-y!important;
    position:static!important;
  }
  html.maso-account-html body.customer-page-body.maso-account-page::before{
    width:100vw!important;
    max-width:100vw!important;
  }
  html.maso-account-html .account-topbar{
    position:sticky!important;
    top:0!important;
    width:100%!important;
    max-width:100vw!important;
    overflow:hidden!important;
  }
  html.maso-account-html .account-topbar .nav{
    width:100%!important;
    max-width:100vw!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
  }
  html.maso-account-html .account-shell{
    display:block!important;
    width:100%!important;
    max-width:100vw!important;
    margin:0 auto 34px!important;
    padding:0!important;
    overflow:visible!important;
    max-height:none!important;
    height:auto!important;
    box-sizing:border-box!important;
    contain:none!important;
  }
  html.maso-account-html .account-hero-card,
  html.maso-account-html .account-content-card,
  html.maso-account-html #customerPanel,
  html.maso-account-html #customerPanelContent,
  html.maso-account-html .account-list,
  html.maso-account-html .account-order-card,
  html.maso-account-html .account-order-items,
  html.maso-account-html .account-order-items-clear{
    overflow:visible!important;
    overflow-y:visible!important;
    overflow-x:hidden!important;
    max-height:none!important;
    height:auto!important;
    transform:none!important;
    contain:none!important;
    -webkit-overflow-scrolling:auto!important;
  }
  html.maso-account-html .account-content-card{
    width:100%!important;
    max-width:100vw!important;
    box-sizing:border-box!important;
  }
  html.maso-account-html .account-hero-card{
    position:relative!important;
    top:auto!important;
  }
}

/* MASO v163 — Final customer mobile scroll bar cleanup + single checkout submitting button
   Scope: only customer dashboard mobile scrolling visual gutter and checkout submit duplicate indicator. */
@media (max-width:900px){
  html.maso-account-html,
  html.maso-account-html body.customer-page-body.maso-account-page{
    overflow-x:hidden!important;
    scrollbar-gutter:auto!important;
    -ms-overflow-style:none!important;
    scrollbar-width:none!important;
  }
  html.maso-account-html::-webkit-scrollbar,
  html.maso-account-html body.customer-page-body.maso-account-page::-webkit-scrollbar{
    width:0!important;
    height:0!important;
    display:none!important;
  }
  html.maso-account-html body.customer-page-body.maso-account-page{
    overflow-y:auto!important;
    height:auto!important;
    min-height:100dvh!important;
    -webkit-overflow-scrolling:touch!important;
  }
  html.maso-account-html .account-shell,
  html.maso-account-html .account-content-card,
  html.maso-account-html #customerPanel,
  html.maso-account-html #customerPanelContent,
  html.maso-account-html .account-list,
  html.maso-account-html .account-order-card,
  html.maso-account-html .account-order-items,
  html.maso-account-html .account-order-items-clear{
    overflow:visible!important;
    max-height:none!important;
    height:auto!important;
    contain:none!important;
  }
}
.checkout-form.is-submitting-order::after{
  content:none!important;
  display:none!important;
}


/* MASO v164 — Mobile receipt item spacing, column alignment, and natural customer scroll fix
   Scope: only mobile receipt/order item spacing/alignment and customer dashboard scroll behavior. */
@media (max-width:700px){
  /* Receipt product rows: keep each item visually separated and keep the three data values aligned. */
  .payment-receipt-items-list{
    display:grid!important;
    gap:14px!important;
  }
  .payment-receipt-item{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    grid-template-areas:"product product product" "unit qty line"!important;
    gap:12px 8px!important;
    align-items:start!important;
    padding:16px 0!important;
    border-top:0!important;
    border-bottom:1px solid rgba(201,151,84,.16)!important;
  }
  .payment-receipt-item + .payment-receipt-item{
    margin-top:4px!important;
  }
  .payment-receipt-item:last-child{
    border-bottom:0!important;
  }
  .payment-receipt-item .receipt-product-name{
    grid-area:product!important;
    text-align:right!important;
    justify-self:stretch!important;
    min-width:0!important;
    width:100%!important;
    line-height:1.9!important;
    margin:0!important;
  }
  .payment-receipt-item .receipt-unit-price,
  .payment-receipt-item .receipt-product-qty,
  .payment-receipt-item .receipt-line-total{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:flex-start!important;
    justify-self:stretch!important;
    align-self:start!important;
    min-width:0!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    text-align:center!important;
    line-height:1.55!important;
    white-space:nowrap!important;
    transform:none!important;
  }
  .payment-receipt-item .receipt-unit-price{grid-area:unit!important;}
  .payment-receipt-item .receipt-product-qty{grid-area:qty!important;direction:ltr!important;unicode-bidi:isolate!important;}
  .payment-receipt-item .receipt-line-total{grid-area:line!important;direction:rtl!important;}
  .payment-receipt-item .receipt-unit-price::before,
  .payment-receipt-item .receipt-product-qty::before,
  .payment-receipt-item .receipt-line-total::before{
    display:block!important;
    height:16px!important;
    margin:0 0 4px!important;
    color:#8a7564!important;
    font-size:10px!important;
    font-weight:900!important;
    line-height:16px!important;
    text-align:center!important;
  }
  .payment-receipt-item .receipt-unit-price::before{content:"قیمت واحد"!important;}
  .payment-receipt-item .receipt-product-qty::before{content:"تعداد"!important;}
  .payment-receipt-item .receipt-line-total::before{content:"جمع"!important;}
  .payment-receipt-item .receipt-unit-price b,
  .payment-receipt-item .receipt-product-qty,
  .payment-receipt-item .receipt-line-total,
  .payment-receipt-item .receipt-line-total b,
  .payment-receipt-item .receipt-line-total strong{
    font-size:13px!important;
    font-weight:950!important;
    line-height:22px!important;
    min-height:22px!important;
    text-align:center!important;
  }

  /* Previous orders product rows use the same readable spacing/alignment on mobile. */
  .account-order-items-clear{
    display:grid!important;
    gap:14px!important;
    padding:12px 14px!important;
  }
  .account-order-item-clear{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    grid-template-areas:"product product product" "unit qty line"!important;
    gap:12px 8px!important;
    align-items:start!important;
    padding:16px 0!important;
    border-bottom:1px solid rgba(201,151,84,.16)!important;
  }
  .account-order-item-clear:last-child{border-bottom:0!important;}
  .account-order-product{grid-area:product!important;text-align:right!important;width:100%!important;line-height:1.9!important;}
  .account-order-unit{grid-area:unit!important;}
  .account-order-qty{grid-area:qty!important;}
  .account-order-line{grid-area:line!important;}
  .account-order-unit,
  .account-order-qty,
  .account-order-line{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:flex-start!important;
    justify-self:stretch!important;
    align-self:start!important;
    min-width:0!important;
    width:100%!important;
    margin:0!important;
    text-align:center!important;
    transform:none!important;
  }
  .account-order-unit small,
  .account-order-qty small,
  .account-order-line small{
    height:16px!important;
    margin:0 0 4px!important;
    line-height:16px!important;
    text-align:center!important;
  }
  .account-order-unit b,
  .account-order-qty b,
  .account-order-line b{
    line-height:22px!important;
    min-height:22px!important;
    text-align:center!important;
    white-space:nowrap!important;
  }
}

@media (max-width:900px){
  /* Use the document as the only vertical scroll container on customer pages.
     This removes the nested-scroll/focus feel where a first touch only seems to activate the area. */
  html.maso-account-html{
    height:auto!important;
    min-height:100%!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    -webkit-overflow-scrolling:touch!important;
    touch-action:pan-y pinch-zoom!important;
    overscroll-behavior-y:auto!important;
  }
  html.maso-account-html body.customer-page-body.maso-account-page{
    height:auto!important;
    min-height:100dvh!important;
    overflow-x:hidden!important;
    overflow-y:visible!important;
    position:relative!important;
    touch-action:pan-y pinch-zoom!important;
    -webkit-overflow-scrolling:auto!important;
  }
  html.maso-account-html .account-shell,
  html.maso-account-html .account-content-card,
  html.maso-account-html #customerPanel,
  html.maso-account-html #customerPanelContent,
  html.maso-account-html .account-list,
  html.maso-account-html .account-order-card,
  html.maso-account-html .account-order-items,
  html.maso-account-html .account-order-items-clear{
    overflow:visible!important;
    overflow-y:visible!important;
    max-height:none!important;
    height:auto!important;
    min-height:0!important;
    contain:none!important;
    transform:none!important;
    touch-action:pan-y pinch-zoom!important;
    -webkit-overflow-scrolling:auto!important;
  }
  html.maso-account-html .account-content-card{
    margin-top:14px!important;
  }
  html.maso-account-html .account-order-card + .account-order-card{
    margin-top:16px!important;
  }
}


/* MASO v166 — Customer Dashboard Scroll Restore
   The v165 hard override made the customer dashboard unable to scroll on some mobile/responsive viewports.
   This final narrow override restores native browser scrolling: html/body can scroll naturally, while account cards remain in the document flow. */
@media (max-width:1180px){
  html.maso-account-html{
    height:auto!important;
    min-height:100%!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    touch-action:auto!important;
    overscroll-behavior-y:auto!important;
    -webkit-overflow-scrolling:touch!important;
    scrollbar-gutter:auto!important;
  }
  html.maso-account-html body.customer-page-body.maso-account-page{
    display:block!important;
    position:relative!important;
    inset:auto!important;
    height:auto!important;
    min-height:100vh!important;
    min-height:100dvh!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    touch-action:auto!important;
    overscroll-behavior-y:auto!important;
    -webkit-overflow-scrolling:touch!important;
    transform:none!important;
    contain:none!important;
    scrollbar-gutter:auto!important;
  }
  html.maso-account-html .account-topbar,
  html.maso-account-html .account-shell,
  html.maso-account-html .account-hero-card,
  html.maso-account-html .account-content-card,
  html.maso-account-html #customerPanel,
  html.maso-account-html #customerPanelContent,
  html.maso-account-html .account-list,
  html.maso-account-html .account-order-card,
  html.maso-account-html .account-order-items,
  html.maso-account-html .account-order-items-clear{
    overflow:visible!important;
    overflow-y:visible!important;
    overflow-x:hidden!important;
    max-height:none!important;
    height:auto!important;
    min-height:0!important;
    transform:none!important;
    contain:none!important;
    -webkit-overflow-scrolling:auto!important;
  }
  html.maso-account-html .account-shell{
    display:block!important;
    width:100%!important;
    max-width:100vw!important;
    box-sizing:border-box!important;
    padding-bottom:36px!important;
  }
  html.maso-account-html .account-content-card{
    min-height:0!important;
  }
  html.maso-account-html .account-hero-card{
    position:relative!important;
    top:auto!important;
  }
  html.maso-account-html .account-tabs{
    overflow-x:auto!important;
    overflow-y:hidden!important;
    touch-action:pan-x pan-y!important;
    -webkit-overflow-scrolling:touch!important;
  }
}

/* MASO v174/v175 — Database Reports, Reliable Alerts & Test Cleanup */
.v174-report-form{grid-template-columns:repeat(3,minmax(0,1fr)) auto!important;align-items:end!important}
.v174-alert-toolbar{align-items:flex-start;gap:12px;flex-wrap:wrap}.v174-alert-toolbar>div:first-child{display:grid;gap:5px}.v174-alert-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.v174-alert-actions .btn{white-space:nowrap}.v174-monitor-head{display:flex;align-items:center;justify-content:space-between;gap:16px;background:linear-gradient(135deg,#fffaf3,#fff)}.v174-monitor-head>div:first-child{display:grid;gap:6px}.v174-monitor-head span{font-weight:900;color:#8c725d}.v174-monitor-head strong{font-size:38px;color:#4d2f1f}.v174-monitor-head small{color:#8c725f;font-weight:800}.v174-monitor-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px;margin-top:18px}.v174-monitor-card{display:grid;gap:12px;border:1px solid rgba(201,151,84,.22)}.v174-monitor-card.is-new{box-shadow:0 18px 42px rgba(201,145,79,.16);border-color:rgba(201,151,84,.42)}.v174-monitor-card header,.v174-monitor-card footer,.v174-monitor-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.v174-monitor-card header span{font-weight:950;color:#5b3924}.v174-monitor-card header b{font-size:20px;color:#2f2118}.v174-monitor-meta span{border-radius:999px;background:#fff7ed;border:1px solid rgba(201,151,84,.14);padding:6px 9px;color:#7f6552;font-weight:800;font-size:12px}.v174-monitor-card ul{margin:0;padding:0;list-style:none;display:grid;gap:7px}.v174-monitor-card li{border-radius:12px;background:#fffaf5;padding:8px 10px;font-weight:850;color:#2f2118}.v174-monitor-empty{text-align:center;font-weight:900;color:#8c725f}.new-order-alert:not(.hidden){display:block;border-radius:18px;background:linear-gradient(135deg,#fff1dc,#fffaf3);border:1px solid rgba(201,151,84,.35);padding:14px 16px;margin:14px 0;color:#5b3924;font-weight:950;box-shadow:0 14px 32px rgba(201,151,84,.14)}
@media(max-width:900px){.v174-report-form{grid-template-columns:1fr!important}.v174-monitor-head{display:grid}.v174-alert-actions{display:grid;grid-template-columns:1fr;width:100%}.v174-alert-actions .btn{width:100%}.v174-monitor-grid{grid-template-columns:1fr}.v174-monitor-head strong{font-size:32px}}

/* MASO v176 — Customer Test User Cleanup */
.v175-alert-toolbar .btn.secondary,.v175-alert-actions .btn.secondary{border-color:rgba(201,151,84,.28)}
.v175-alert-actions button{cursor:pointer}
.v175-monitor-head{border-color:rgba(201,151,84,.22)!important}
.v175-test-panel{display:grid;gap:14px;margin-bottom:16px;border:1px solid rgba(201,151,84,.22)}
.v175-test-panel h2{margin:0;color:#4d2f1f;font-size:20px}.v175-test-panel p{margin:0;color:#7f6552;font-weight:700;line-height:1.9}
.v175-test-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}.v175-test-stats span{border-radius:14px;background:#fff8ef;border:1px solid rgba(201,151,84,.18);padding:10px 12px;color:#6f5745;font-weight:850}.v175-test-stats b{color:#2f2118;font-weight:950}
.v175-test-panel.danger-zone{background:linear-gradient(135deg,#fff8f3,#fff)}.btn.danger{background:#9b2c2c;color:#fff;border-color:#9b2c2c}.btn.danger:hover{filter:brightness(.96)}
.v175-test-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-top:12px}
@media(max-width:900px){.v175-test-actions{display:grid}.v175-test-actions .btn{width:100%}.v175-test-stats{grid-template-columns:1fr}}

/* MASO v177 — Order Intake Panel Polish & Two-Beep Alerts */
.v177-intake-hero{display:flex;align-items:stretch;justify-content:space-between;gap:18px;margin-bottom:16px;background:radial-gradient(circle at top left,rgba(201,151,84,.18),transparent 34%),linear-gradient(135deg,#fffaf2,#fff 54%,#fff6e8);border:1px solid rgba(201,151,84,.24);overflow:hidden;position:relative}.v177-intake-hero:before{content:"";position:absolute;inset:auto -40px -90px auto;width:210px;height:210px;border-radius:50%;background:rgba(91,57,36,.08);pointer-events:none}.v177-intake-title{display:grid;gap:8px;position:relative;z-index:1}.v177-intake-title h1{margin:0;color:#2f2118;font-size:clamp(28px,4vw,44px);letter-spacing:-1px}.v177-intake-title p{margin:0;max-width:760px;color:#765f4f;font-weight:750;line-height:1.9}.v177-kicker{display:inline-flex;width:max-content;align-items:center;border-radius:999px;padding:7px 12px;background:#fff1dc;color:#8a5828;border:1px solid rgba(201,151,84,.23);font-weight:950;font-size:13px}.v177-live-widget{min-width:260px;border-radius:22px;background:rgba(255,255,255,.82);border:1px solid rgba(201,151,84,.25);box-shadow:0 18px 42px rgba(91,57,36,.08);padding:18px;display:flex;align-items:center;gap:12px;position:relative;z-index:1}.v177-live-widget b{display:block;color:#3c2a1d;font-size:15px}.v177-live-widget small{display:block;margin-top:5px;color:#8c725d;font-weight:800}.v177-pulse-dot{width:16px;height:16px;border-radius:50%;background:#16a34a;box-shadow:0 0 0 0 rgba(22,163,74,.45);animation:v177Pulse 1.4s infinite}@keyframes v177Pulse{70%{box-shadow:0 0 0 14px rgba(22,163,74,0)}100%{box-shadow:0 0 0 0 rgba(22,163,74,0)}}.v177-intake-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0 0 16px}.v177-stat-card{min-height:118px;display:grid;gap:7px;align-content:center;background:linear-gradient(180deg,#fff,#fffaf4);border:1px solid rgba(201,151,84,.18);box-shadow:0 12px 30px rgba(72,39,17,.06)}.v177-stat-card.primary{background:linear-gradient(135deg,#4b2b1b,#c9914f);color:#fff;box-shadow:0 18px 42px rgba(91,57,36,.18)}.v177-stat-card span{font-weight:900;color:#8c725d}.v177-stat-card strong{font-size:28px;color:#2f2118;line-height:1.25}.v177-stat-card small{font-weight:800;color:#927765}.v177-stat-card.primary span,.v177-stat-card.primary strong,.v177-stat-card.primary small{color:#fff}.v177-control-panel{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0 0 16px;border:1px solid rgba(201,151,84,.22);background:linear-gradient(135deg,#fff,#fff8ef)}.v177-control-copy{display:grid;gap:6px;min-width:230px}.v177-control-copy b{color:#2f2118;font-size:18px}.v177-control-copy span{color:#826a58;font-weight:750;line-height:1.7}.v177-control-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.v177-control-actions .btn{white-space:nowrap}.v177-board{display:grid;grid-template-columns:repeat(auto-fit,minmax(310px,1fr));gap:16px;margin-top:18px}.v177-order-ticket{display:grid;gap:13px;border:1px solid rgba(201,151,84,.2);background:linear-gradient(180deg,#fff,#fffaf4);box-shadow:0 14px 34px rgba(72,39,17,.07);position:relative;overflow:hidden}.v177-order-ticket:before{content:"";position:absolute;top:0;right:0;left:0;height:5px;background:linear-gradient(90deg,#c9914f,#5b3924)}.v177-order-ticket.is-new{border-color:rgba(22,163,74,.32);box-shadow:0 20px 46px rgba(22,163,74,.12)}.v177-order-ticket.is-new:before{background:linear-gradient(90deg,#16a34a,#86efac)}.v177-ticket-head,.v177-ticket-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.v177-ticket-head div{display:grid;gap:2px}.v177-ticket-head span{color:#8c725d;font-weight:900;font-size:12px}.v177-ticket-head strong{font-size:25px;color:#2f2118}.v177-ticket-head b{font-size:19px;color:#5b3924;background:#fff1dc;border:1px solid rgba(201,151,84,.25);padding:8px 12px;border-radius:999px}.v177-ticket-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.v177-ticket-meta span{border-radius:14px;background:#fff;border:1px solid rgba(201,151,84,.14);padding:9px 10px;color:#6f5745;font-weight:850;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v177-ticket-items{display:grid;gap:8px;list-style:none;margin:0;padding:0}.v177-ticket-items li{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-radius:14px;background:#fff8ef;border:1px solid rgba(201,151,84,.13);font-weight:900;color:#2f2118}.v177-ticket-items b{color:#8a5828;white-space:nowrap}.v177-ticket-note{border-radius:14px;background:#fff;border:1px dashed rgba(201,151,84,.28);padding:10px 12px;color:#735b48;font-weight:750;line-height:1.7}.v177-floating-alert:not(.hidden){display:block;position:sticky;top:10px;z-index:20;margin:14px 0;border-radius:20px;background:linear-gradient(135deg,#eafff3,#fffaf3);border:1px solid rgba(22,163,74,.26);padding:15px 17px;color:#145a31;font-weight:950;box-shadow:0 16px 36px rgba(22,163,74,.12)}.v177-empty-state{grid-column:1/-1;text-align:center;display:grid;place-items:center;gap:10px;min-height:240px;color:#7f6552;background:linear-gradient(135deg,#fffaf3,#fff)}.v177-empty-state div{font-size:52px}.v177-empty-state b{font-size:21px;color:#2f2118}.v177-empty-state span{font-weight:800;line-height:1.8}.admin-body .sidebar a[href="orders-monitor.php"]{position:relative}.admin-body .sidebar a[href="orders-monitor.php"]:after{content:"زنده";font-size:10px;background:#16a34a;color:#fff;border-radius:999px;padding:2px 7px;margin-inline-start:6px}@media(max-width:1100px){.v177-intake-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.v177-intake-hero,.v177-control-panel{display:grid}.v177-live-widget{min-width:0}.v177-control-actions{justify-content:stretch}.v177-control-actions .btn{flex:1 1 180px}}@media(max-width:720px){.v177-intake-hero{padding:18px!important;border-radius:22px!important}.v177-intake-stats{grid-template-columns:1fr}.v177-board{grid-template-columns:1fr;gap:12px}.v177-order-ticket{border-radius:20px!important;padding:15px!important}.v177-ticket-meta{grid-template-columns:1fr}.v177-ticket-head{align-items:flex-start}.v177-ticket-head b{width:100%;justify-content:center;text-align:center}.v177-control-actions{display:grid;grid-template-columns:1fr;width:100%}.v177-control-actions .btn{width:100%}.v177-live-widget{padding:14px}.v177-stat-card{min-height:98px}.v177-stat-card strong{font-size:24px}}@media(min-width:1400px){.v177-board{grid-template-columns:repeat(3,minmax(0,1fr))}.v177-intake-hero,.v177-control-panel,.v177-intake-stats,.v177-board{max-width:1500px}}

/* MASO v178 — final desktop sidebar live badge alignment for order intake panel */
@media (min-width: 901px) {
  body.admin-body .sidebar a[href="orders-monitor.php"] {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    white-space: nowrap !important;
    padding-inline-start: 14px !important;
    padding-inline-end: 58px !important;
    overflow: visible !important;
    text-align: right !important;
  }

  body.admin-body .sidebar a[href="orders-monitor.php"]::after {
    position: absolute !important;
    inset-inline-end: 12px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
    line-height: 1.2 !important;
    flex: 0 0 auto !important;
  }
}


/* MASO v179 — Floating Cart & Sticky Category Seamless Fix
   Scope: only the public floating cart visibility and mobile/tablet category clone/source sync. */
body:not(.floating-cart-menu-zone) .floating-cart-fab,
body.maso-pre-menu-header-fixed .floating-cart-fab,
body.cart-open .floating-cart-fab{
  display:none!important;
  opacity:0!important;
  pointer-events:none!important;
  transform:translateY(14px) scale(.94)!important;
}
body.floating-cart-menu-zone .floating-cart-fab.show{
  display:flex!important;
  opacity:1!important;
  pointer-events:auto!important;
  transform:translateY(0) scale(1)!important;
}
@media (max-width:1180px){
  body.maso-v127-clone-active #menu #menuToolbar,
  body.maso-v126-clone-active #menu #menuToolbar,
  body.maso-v127-clone-active.maso-v125-mobile-sticky #menu #menuToolbar,
  body.maso-v126-clone-active.maso-v125-mobile-sticky #menu #menuToolbar,
  body.maso-v127-clone-active.maso-mobile-menu-sticky-active #menu #menuToolbar,
  body.maso-v126-clone-active.maso-mobile-menu-sticky-active #menu #menuToolbar,
  body.maso-v127-clone-active #menu .menu-toolbar,
  body.maso-v126-clone-active #menu .menu-toolbar{
    visibility:hidden!important;
    opacity:0!important;
    pointer-events:none!important;
  }
  #masoMobileStickyClone{
    transition:none!important;
    will-change:top,left,width,opacity,transform!important;
  }
}


/* MASO v180 — Add-to-cart repaint, sticky bar micro-jump & customer scroll restore
   Scope: public menu add-to-cart stability, mobile/tablet sticky clone stability, and customer dashboard native scroll. */
.menu-list-action-wrap{
  min-height:38px!important;
  contain:layout style!important;
}
@media (max-width:1180px){
  #masoMobileStickyClone{
    transition:none!important;
    transform:translate3d(0,0,0)!important;
    backface-visibility:hidden!important;
    -webkit-backface-visibility:hidden!important;
    will-change:transform,opacity!important;
  }
  #masoMobileStickyClone.is-visible{
    transform:translate3d(0,0,0)!important;
  }
  body.maso-v127-clone-active #menu #menuToolbar,
  body.maso-v126-clone-active #menu #menuToolbar,
  body.maso-v127-clone-active #menu .menu-toolbar,
  body.maso-v126-clone-active #menu .menu-toolbar{
    transition:none!important;
    visibility:hidden!important;
    opacity:0!important;
    pointer-events:none!important;
  }
}
@media (max-width:1180px){
  html.maso-account-html{
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    min-height:100%!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    touch-action:auto!important;
    overscroll-behavior-y:auto!important;
    -webkit-overflow-scrolling:touch!important;
    scrollbar-gutter:auto!important;
  }
  html.maso-account-html body.customer-page-body.maso-account-page{
    display:block!important;
    position:relative!important;
    inset:auto!important;
    width:100%!important;
    max-width:100vw!important;
    height:auto!important;
    min-height:100vh!important;
    min-height:100dvh!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    touch-action:auto!important;
    overscroll-behavior-y:auto!important;
    -webkit-overflow-scrolling:touch!important;
    transform:none!important;
    contain:none!important;
    scrollbar-gutter:auto!important;
  }
  html.maso-account-html .account-topbar,
  html.maso-account-html .account-shell,
  html.maso-account-html .account-hero-card,
  html.maso-account-html .account-content-card,
  html.maso-account-html #customerPanel,
  html.maso-account-html #customerPanelContent,
  html.maso-account-html .account-list,
  html.maso-account-html .account-order-card,
  html.maso-account-html .account-order-items,
  html.maso-account-html .account-order-items-clear{
    overflow:visible!important;
    overflow-y:visible!important;
    overflow-x:hidden!important;
    max-height:none!important;
    height:auto!important;
    min-height:0!important;
    transform:none!important;
    contain:none!important;
    -webkit-overflow-scrolling:auto!important;
  }
  html.maso-account-html .account-shell{
    display:block!important;
    width:100%!important;
    max-width:100vw!important;
    box-sizing:border-box!important;
    padding-bottom:36px!important;
  }
  html.maso-account-html .account-hero-card{
    position:relative!important;
    top:auto!important;
  }
  html.maso-account-html .account-tabs{
    overflow-x:auto!important;
    overflow-y:hidden!important;
    touch-action:pan-x pan-y!important;
    -webkit-overflow-scrolling:touch!important;
  }
}


/* MASO v184 — Digital menu only: keep v180 theme, remove order/customer UI */
body.digital-menu-only .customer-header-auth,
body.digital-menu-only .header-cart-btn,
body.digital-menu-only .floating-cart-fab,
body.digital-menu-only .cart-panel,
body.digital-menu-only .customer-modal,
body.digital-menu-only .menu-list-add,
body.digital-menu-only .menu-item-qty,
body.digital-menu-only .checkout-form,
body.digital-menu-only .customer-auth-box,
body.digital-menu-only .checkout-steps{display:none!important;visibility:hidden!important;pointer-events:none!important}
body.digital-menu-only.cart-open{overflow:auto!important}
body.digital-menu-only .digital-status{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:6px;min-width:72px;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:900;box-shadow:0 12px 28px rgba(91,52,29,.10);backdrop-filter:blur(12px)}
body.digital-menu-only .digital-status.available{color:#5b3a22;background:rgba(255,248,235,.92);border:1px solid rgba(130,82,50,.22)}
body.digital-menu-only .digital-status.unavailable{color:#8a5648;background:rgba(255,243,239,.94);border:1px solid rgba(184,112,88,.22)}
body.digital-menu-only .menu-list-media .digital-menu-status-wrap{position:absolute;left:12px;bottom:12px;z-index:2}
body.digital-menu-only .digital-menu-item.unavailable img{filter:grayscale(.55);opacity:.74}
body.digital-menu-only .digital-menu-sections .menu-list-item{cursor:default}
body.digital-menu-only .nav-actions{gap:10px}


/* MASO v185 — Digital menu polish: fixed mobile menu button, removed product availability bubble, animated product image zoom */
body.digital-menu-only .digital-status,
body.digital-menu-only .digital-menu-status-wrap,
body.digital-menu-only [data-menu-filter="available"]{
  display:none!important;
  visibility:hidden!important;
  pointer-events:none!important;
}
body.digital-menu-only .menu-list-media.product-thumb-zoom{
  border:0!important;
  padding:0!important;
  margin:0!important;
  background:transparent!important;
  font:inherit!important;
  color:inherit!important;
  cursor:zoom-in!important;
  display:block!important;
  text-align:inherit!important;
  appearance:none!important;
  -webkit-appearance:none!important;
  overflow:hidden!important;
}
body.digital-menu-only .menu-list-media.product-thumb-zoom img{
  transition:transform .28s cubic-bezier(.2,.8,.2,1), filter .28s ease, opacity .28s ease!important;
}
body.digital-menu-only .menu-list-media.product-thumb-zoom:hover img,
body.digital-menu-only .menu-list-media.product-thumb-zoom:focus-visible img{
  transform:scale(1.045)!important;
}
body.digital-menu-only .menu-list-media.product-thumb-zoom:focus-visible{
  outline:3px solid rgba(201,151,84,.38)!important;
  outline-offset:4px!important;
}
body.digital-menu-only .digital-menu-sections .menu-list-item{cursor:default!important;}
body.digital-menu-only .topbar .nav-actions a.btn.secondary[href="#menu"]{
  min-width:max-content!important;
  max-width:none!important;
  width:auto!important;
  white-space:nowrap!important;
  overflow:visible!important;
  line-height:1!important;
}
@media(max-width:700px){
  body.digital-menu-only .topbar,
  body.digital-menu-only .topbar .container,
  body.digital-menu-only .topbar .nav{
    overflow:visible!important;
  }
  body.digital-menu-only .topbar .nav{
    padding:9px 12px!important;
    gap:10px!important;
    flex-wrap:nowrap!important;
  }
  body.digital-menu-only .topbar .brand,
  body.digital-menu-only .topbar .brand-logo{
    flex:1 1 auto!important;
    min-width:0!important;
    max-width:none!important;
    gap:6px!important;
  }
  body.digital-menu-only .topbar .brand span,
  body.digital-menu-only .topbar .brand-logo span[data-restaurant]{
    display:inline-block!important;
    max-width:132px!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }
  body.digital-menu-only .topbar .nav-actions{
    flex:0 0 auto!important;
    min-width:max-content!important;
    width:auto!important;
    justify-content:flex-end!important;
    overflow:visible!important;
  }
  body.digital-menu-only .topbar .nav-actions a.btn.secondary[href="#menu"]{
    height:42px!important;
    min-height:42px!important;
    min-width:88px!important;
    max-width:none!important;
    padding:0 14px!important;
    border-radius:999px!important;
    font-size:12.5px!important;
    line-height:1!important;
    box-sizing:border-box!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 auto!important;
  }
}
@media(max-width:390px){
  body.digital-menu-only .topbar .brand span,
  body.digital-menu-only .topbar .brand-logo span[data-restaurant]{
    max-width:96px!important;
  }
  body.digital-menu-only .topbar .nav-actions a.btn.secondary[href="#menu"]{
    min-width:78px!important;
    padding:0 12px!important;
    font-size:12px!important;
  }
}
.product-image-lightbox{
  position:fixed!important;
  inset:0!important;
  z-index:99999!important;
  display:grid!important;
  place-items:center!important;
  padding:24px!important;
  background:rgba(32,22,16,.62)!important;
  backdrop-filter:blur(12px)!important;
  -webkit-backdrop-filter:blur(12px)!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transition:opacity .24s ease, visibility .24s ease!important;
}
.product-image-lightbox.open{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
}
.product-image-lightbox .product-lightbox-content{
  width:min(92vw,760px)!important;
  max-height:86vh!important;
  margin:0!important;
  border-radius:30px!important;
  overflow:hidden!important;
  background:linear-gradient(180deg,#fffaf4,#fff)!important;
  border:1px solid rgba(255,255,255,.58)!important;
  box-shadow:0 34px 90px rgba(0,0,0,.34)!important;
  transform:translateY(18px) scale(.90)!important;
  opacity:.2!important;
  transition:transform .34s cubic-bezier(.16,1,.3,1), opacity .24s ease!important;
}
.product-image-lightbox.open .product-lightbox-content{
  transform:translateY(0) scale(1)!important;
  opacity:1!important;
}
.product-image-lightbox.closing .product-lightbox-content{
  transform:translateY(14px) scale(.94)!important;
  opacity:0!important;
}
.product-lightbox-image-wrap{
  display:grid!important;
  place-items:center!important;
  background:radial-gradient(circle at center,rgba(255,236,202,.88),rgba(255,250,245,.96) 58%,#fff)!important;
  min-height:min(64vh,560px)!important;
}
.product-lightbox-image-wrap img{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  max-height:68vh!important;
  object-fit:contain!important;
}
.product-lightbox-caption{
  margin:0!important;
  padding:15px 18px 17px!important;
  color:#2f2118!important;
  font-weight:950!important;
  text-align:center!important;
  border-top:1px solid rgba(201,151,84,.16)!important;
  background:rgba(255,255,255,.82)!important;
}
.product-lightbox-close{
  position:absolute!important;
  top:calc(18px + env(safe-area-inset-top))!important;
  inset-inline-end:calc(18px + env(safe-area-inset-right))!important;
  width:46px!important;
  height:46px!important;
  border-radius:50%!important;
  border:1px solid rgba(255,255,255,.42)!important;
  background:rgba(255,255,255,.92)!important;
  color:#3a2418!important;
  font-size:30px!important;
  line-height:1!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  cursor:pointer!important;
  box-shadow:0 14px 34px rgba(0,0,0,.20)!important;
  transition:transform .2s ease, background .2s ease!important;
}
.product-lightbox-close:hover{transform:scale(1.06)!important;background:#fff!important;}
body.product-lightbox-open{overflow:hidden!important;}
@media(max-width:640px){
  .product-image-lightbox{padding:16px!important;}
  .product-image-lightbox .product-lightbox-content{width:94vw!important;border-radius:24px!important;}
  .product-lightbox-image-wrap{min-height:58vh!important;}
  .product-lightbox-image-wrap img{max-height:62vh!important;}
  .product-lightbox-close{width:42px!important;height:42px!important;font-size:28px!important;}
}
@media(prefers-reduced-motion:reduce){
  .product-image-lightbox,
  .product-image-lightbox .product-lightbox-content,
  body.digital-menu-only .menu-list-media.product-thumb-zoom img{
    transition:none!important;
  }
}

/* MASO v186 — Mobile sticky menu alignment and lightbox close placement
   Keeps v180/v184/v185 visual template; only adjusts mobile category toolbar button order
   and moves the product-image close button below the sticky category bar. */
@media (max-width: 700px){
  body.digital-menu-only .topbar .nav{
    position:relative!important;
    min-height:60px!important;
    padding-left:118px!important;
    padding-right:12px!important;
  }
  body.digital-menu-only .topbar .nav-actions{
    position:absolute!important;
    left:12px!important;
    right:auto!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    margin:0!important;
    z-index:3!important;
    justify-content:flex-start!important;
  }
  body.digital-menu-only .topbar .nav-actions a.btn.secondary[href="#menu"]{
    min-width:92px!important;
    height:42px!important;
    min-height:42px!important;
    padding:0 15px!important;
  }
  body.digital-menu-only .topbar .brand,
  body.digital-menu-only .topbar .brand-logo{
    margin-right:0!important;
    margin-left:auto!important;
  }
}
@media (max-width: 480px){
  body.digital-menu-only .topbar .nav{padding-left:110px!important;}
  body.digital-menu-only .topbar .nav-actions{left:10px!important;}
  body.digital-menu-only .topbar .nav-actions a.btn.secondary[href="#menu"]{
    min-width:88px!important;
    padding:0 13px!important;
    font-size:12px!important;
  }
}

@media (max-width: 1180px){
  body.digital-menu-only #menu .menu-toolbar,
  body.digital-menu-only #masoMobileStickyClone{
    direction:ltr!important;
  }
  body.digital-menu-only #menu .menu-toolbar .categories,
  body.digital-menu-only #masoMobileStickyClone .categories{
    direction:rtl!important;
  }
  body.digital-menu-only #menu .menu-toolbar .menu-filter-panel,
  body.digital-menu-only #masoMobileStickyClone .menu-filter-panel{
    left:8px!important;
    right:auto!important;
    text-align:right!important;
  }
  body.digital-menu-only #menu .menu-toolbar .menu-search-panel,
  body.digital-menu-only #masoMobileStickyClone .menu-search-panel{
    left:8px!important;
    right:8px!important;
  }
}
@media (max-width: 700px){
  body.digital-menu-only #menu .menu-toolbar,
  body.digital-menu-only #masoMobileStickyClone{
    padding-left:6px!important;
    padding-right:6px!important;
  }
  body.digital-menu-only #menu .menu-toolbar .menu-tool-btn,
  body.digital-menu-only #masoMobileStickyClone .menu-tool-btn{
    flex:0 0 40px!important;
  }
  body.digital-menu-only #menu .menu-toolbar .categories,
  body.digital-menu-only #masoMobileStickyClone .categories{
    scroll-padding-inline:22px!important;
  }
}

.product-lightbox-close{
  z-index:2147483600!important;
}
@media (max-width: 700px){
  .product-lightbox-close{
    position:fixed!important;
    top:calc(66px + env(safe-area-inset-top))!important;
    left:16px!important;
    right:auto!important;
    inset-inline-start:auto!important;
    inset-inline-end:auto!important;
    width:44px!important;
    height:44px!important;
    border-radius:16px!important;
  }
  .product-image-lightbox .product-lightbox-content{
    margin-top:38px!important;
    max-height:calc(86vh - 38px)!important;
  }
}
@media (max-width: 380px){
  .product-lightbox-close{
    top:calc(62px + env(safe-area-inset-top))!important;
    left:12px!important;
  }
}


/* MASO v187 — Correct mobile header menu placement and restore sticky toolbar order
   - The sticky menu search/filter buttons stay on the right side as in the approved v180 toolbar.
   - Only the top header “مشاهده منو” CTA is placed on the left in mobile. */
@media (max-width:1180px){
  body.digital-menu-only #menu .menu-toolbar,
  body.digital-menu-only #masoMobileStickyClone{
    direction:rtl!important;
    flex-direction:row!important;
  }
  body.digital-menu-only #menu .menu-toolbar .categories,
  body.digital-menu-only #masoMobileStickyClone .categories{
    direction:rtl!important;
  }
  body.digital-menu-only #menu .menu-toolbar .menu-filter-panel,
  body.digital-menu-only #masoMobileStickyClone .menu-filter-panel{
    right:8px!important;
    left:auto!important;
    text-align:right!important;
  }
  body.digital-menu-only #menu .menu-toolbar .menu-search-panel,
  body.digital-menu-only #masoMobileStickyClone .menu-search-panel{
    right:8px!important;
    left:8px!important;
    text-align:right!important;
  }
}
@media (max-width:700px){
  body.digital-menu-only .topbar .container.nav,
  body.digital-menu-only .topbar .nav{
    width:100%!important;
    max-width:100%!important;
    min-height:64px!important;
    padding:8px 14px!important;
    margin:0!important;
    display:grid!important;
    grid-template-columns:minmax(96px,auto) 1fr minmax(130px,auto)!important;
    align-items:center!important;
    gap:8px!important;
    direction:ltr!important;
    position:relative!important;
  }
  body.digital-menu-only .topbar .brand,
  body.digital-menu-only .topbar .brand-logo{
    grid-column:3!important;
    justify-self:end!important;
    direction:rtl!important;
    order:initial!important;
    margin:0!important;
    margin-inline:0!important;
    max-width:100%!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    flex-direction:row!important;
  }
  body.digital-menu-only .topbar .nav-actions{
    grid-column:1!important;
    justify-self:start!important;
    align-self:center!important;
    position:static!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    transform:none!important;
    order:initial!important;
    margin:0!important;
    margin-inline:0!important;
    display:flex!important;
    justify-content:flex-start!important;
    align-items:center!important;
    width:auto!important;
    min-width:0!important;
    direction:rtl!important;
  }
  body.digital-menu-only .topbar .nav-actions a.btn.secondary[href="#menu"]{
    height:42px!important;
    min-height:42px!important;
    min-width:96px!important;
    padding:0 14px!important;
    border-radius:18px!important;
    white-space:nowrap!important;
    line-height:1!important;
  }
}
@media (max-width:380px){
  body.digital-menu-only .topbar .container.nav,
  body.digital-menu-only .topbar .nav{
    grid-template-columns:minmax(88px,auto) 1fr minmax(118px,auto)!important;
    padding-left:10px!important;
    padding-right:10px!important;
  }
  body.digital-menu-only .topbar .nav-actions a.btn.secondary[href="#menu"]{
    min-width:88px!important;
    padding:0 11px!important;
    font-size:11.5px!important;
  }
}


/* MASO v188 — Final mobile header menu CTA fix
   Only the top header CTA is changed: text is “منو” and it sits at the mobile left edge.
   Sticky category toolbar search/filter order remains restored on the right. */
@media (max-width:700px){
  body.digital-menu-only .topbar{
    min-height:56px!important;
  }
  body.digital-menu-only .topbar .container.nav,
  body.digital-menu-only .topbar .nav{
    display:flex!important;
    grid-template-columns:none!important;
    flex-direction:row!important;
    direction:rtl!important;
    align-items:center!important;
    justify-content:space-between!important;
    width:min(1160px,92%)!important;
    max-width:92%!important;
    min-height:56px!important;
    height:56px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding:6px 0!important;
    gap:10px!important;
    position:relative!important;
  }
  body.digital-menu-only .topbar .brand,
  body.digital-menu-only .topbar .brand-logo{
    grid-column:auto!important;
    order:1!important;
    justify-self:auto!important;
    align-self:center!important;
    direction:rtl!important;
    margin:0!important;
    margin-inline:0!important;
    flex:0 1 auto!important;
    min-width:0!important;
    max-width:calc(100% - 82px)!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
  }
  body.digital-menu-only .topbar .brand span,
  body.digital-menu-only .topbar .brand-logo span[data-restaurant]{
    max-width:150px!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }
  body.digital-menu-only .topbar .nav-actions{
    grid-column:auto!important;
    order:2!important;
    justify-self:auto!important;
    align-self:center!important;
    position:static!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    transform:none!important;
    margin:0!important;
    margin-inline:0!important;
    padding:0!important;
    flex:0 0 auto!important;
    width:auto!important;
    min-width:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    direction:rtl!important;
    overflow:visible!important;
  }
  body.digital-menu-only .topbar .nav-actions a.btn.secondary[href="#menu"]{
    width:64px!important;
    min-width:64px!important;
    max-width:64px!important;
    height:40px!important;
    min-height:40px!important;
    padding:0!important;
    border-radius:999px!important;
    font-size:13px!important;
    font-weight:950!important;
    line-height:1!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    white-space:nowrap!important;
    overflow:visible!important;
    box-sizing:border-box!important;
  }
}
@media (max-width:380px){
  body.digital-menu-only .topbar .container.nav,
  body.digital-menu-only .topbar .nav{
    width:min(1160px,94%)!important;
    max-width:94%!important;
  }
  body.digital-menu-only .topbar .nav-actions a.btn.secondary[href="#menu"]{
    width:58px!important;
    min-width:58px!important;
    max-width:58px!important;
    height:38px!important;
    min-height:38px!important;
    font-size:12.5px!important;
  }
  body.digital-menu-only .topbar .brand span,
  body.digital-menu-only .topbar .brand-logo span[data-restaurant]{
    max-width:132px!important;
  }
}

/* MASO v189 — True mobile header left-edge menu button fix
   Keep the v180 header layout intact, but on mobile pin only the top "منو" CTA
   to the physical left edge of the header on every common mobile width. */
@media (max-width:700px){
  body.digital-menu-only .topbar{
    min-height:56px!important;
    overflow:visible!important;
  }
  body.digital-menu-only .topbar .container.nav,
  body.digital-menu-only .topbar .nav{
    display:flex!important;
    grid-template-columns:none!important;
    flex-direction:row!important;
    direction:rtl!important;
    align-items:center!important;
    justify-content:flex-start!important;
    width:100%!important;
    max-width:none!important;
    min-height:56px!important;
    height:56px!important;
    margin:0!important;
    padding-top:6px!important;
    padding-bottom:6px!important;
    padding-right:14px!important;
    padding-left:14px!important;
    gap:8px!important;
    position:relative!important;
    box-sizing:border-box!important;
    overflow:visible!important;
  }
  body.digital-menu-only .topbar .brand,
  body.digital-menu-only .topbar .brand-logo{
    order:1!important;
    grid-column:auto!important;
    position:relative!important;
    right:auto!important;
    left:auto!important;
    top:auto!important;
    transform:none!important;
    margin:0!important;
    margin-left:auto!important;
    margin-right:0!important;
    padding-left:82px!important;
    flex:0 1 auto!important;
    min-width:0!important;
    max-width:100%!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    direction:rtl!important;
  }
  body.digital-menu-only .topbar .brand span,
  body.digital-menu-only .topbar .brand-logo span[data-restaurant]{
    max-width:154px!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }
  body.digital-menu-only .topbar .nav-actions{
    order:2!important;
    grid-column:auto!important;
    position:absolute!important;
    left:14px!important;
    right:auto!important;
    top:50%!important;
    bottom:auto!important;
    transform:translateY(-50%)!important;
    margin:0!important;
    margin-inline:0!important;
    padding:0!important;
    width:auto!important;
    min-width:0!important;
    max-width:none!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    direction:rtl!important;
    overflow:visible!important;
    z-index:5!important;
  }
  body.digital-menu-only .topbar .nav-actions a.btn.secondary[href="#menu"]{
    width:62px!important;
    min-width:62px!important;
    max-width:62px!important;
    height:40px!important;
    min-height:40px!important;
    padding:0!important;
    border-radius:999px!important;
    font-size:13px!important;
    font-weight:950!important;
    line-height:1!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
  }
}
@media (max-width:380px){
  body.digital-menu-only .topbar .container.nav,
  body.digital-menu-only .topbar .nav{
    padding-right:12px!important;
    padding-left:10px!important;
  }
  body.digital-menu-only .topbar .brand,
  body.digital-menu-only .topbar .brand-logo{
    padding-left:74px!important;
  }
  body.digital-menu-only .topbar .nav-actions{
    left:10px!important;
  }
  body.digital-menu-only .topbar .nav-actions a.btn.secondary[href="#menu"]{
    width:58px!important;
    min-width:58px!important;
    max-width:58px!important;
    height:38px!important;
    min-height:38px!important;
    font-size:12.5px!important;
  }
  body.digital-menu-only .topbar .brand span,
  body.digital-menu-only .topbar .brand-logo span[data-restaurant]{
    max-width:138px!important;
  }
}
@media (max-width:330px){
  body.digital-menu-only .topbar .container.nav,
  body.digital-menu-only .topbar .nav{
    padding-right:10px!important;
    padding-left:8px!important;
  }
  body.digital-menu-only .topbar .brand,
  body.digital-menu-only .topbar .brand-logo{
    padding-left:66px!important;
  }
  body.digital-menu-only .topbar .nav-actions{
    left:8px!important;
  }
  body.digital-menu-only .topbar .nav-actions a.btn.secondary[href="#menu"]{
    width:54px!important;
    min-width:54px!important;
    max-width:54px!important;
    height:36px!important;
    min-height:36px!important;
    font-size:12px!important;
  }
}


/* MASO v190 — Mobile header menu true-left fix
   The previous customer/login/cart placeholders are removed from the header markup.
   This direct CTA is pinned to the physical left edge on all mobile widths. */
.topbar .mobile-header-menu-btn{
  flex:0 0 auto!important;
  white-space:nowrap!important;
}
@media (max-width:700px){
  body.digital-menu-only .topbar{
    min-height:56px!important;
    overflow:visible!important;
  }
  body.digital-menu-only .topbar .container.nav,
  body.digital-menu-only .topbar .nav{
    display:block!important;
    width:100%!important;
    max-width:none!important;
    min-height:56px!important;
    height:56px!important;
    margin:0!important;
    padding:0!important;
    position:relative!important;
    box-sizing:border-box!important;
    overflow:visible!important;
  }
  body.digital-menu-only .topbar .brand,
  body.digital-menu-only .topbar .brand-logo{
    position:absolute!important;
    right:14px!important;
    left:auto!important;
    top:50%!important;
    bottom:auto!important;
    transform:translateY(-50%)!important;
    margin:0!important;
    padding:0!important;
    width:auto!important;
    max-width:calc(100vw - 98px)!important;
    min-width:0!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    direction:rtl!important;
    z-index:2!important;
  }
  body.digital-menu-only .topbar .brand span,
  body.digital-menu-only .topbar .brand-logo span[data-restaurant]{
    max-width:154px!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }
  body.digital-menu-only .topbar .mobile-header-menu-btn{
    position:absolute!important;
    left:calc(8px + env(safe-area-inset-left))!important;
    right:auto!important;
    top:50%!important;
    bottom:auto!important;
    transform:translateY(-50%)!important;
    margin:0!important;
    width:56px!important;
    min-width:56px!important;
    max-width:56px!important;
    height:38px!important;
    min-height:38px!important;
    padding:0!important;
    border-radius:999px!important;
    font-size:12.5px!important;
    font-weight:950!important;
    line-height:1!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
    z-index:6!important;
  }
  body.digital-menu-only .topbar .nav-actions,
  body.digital-menu-only .topbar .customer-header-auth,
  body.digital-menu-only .topbar .header-cart-btn{
    display:none!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }
}
@media (max-width:380px){
  body.digital-menu-only .topbar .brand,
  body.digital-menu-only .topbar .brand-logo{right:12px!important;max-width:calc(100vw - 88px)!important;}
  body.digital-menu-only .topbar .brand span,
  body.digital-menu-only .topbar .brand-logo span[data-restaurant]{max-width:138px!important;}
  body.digital-menu-only .topbar .mobile-header-menu-btn{left:calc(6px + env(safe-area-inset-left))!important;width:54px!important;min-width:54px!important;max-width:54px!important;height:36px!important;min-height:36px!important;font-size:12px!important;}
}
@media (max-width:330px){
  body.digital-menu-only .topbar .brand,
  body.digital-menu-only .topbar .brand-logo{right:10px!important;max-width:calc(100vw - 78px)!important;}
  body.digital-menu-only .topbar .brand span,
  body.digital-menu-only .topbar .brand-logo span[data-restaurant]{display:none!important;}
  body.digital-menu-only .topbar .mobile-header-menu-btn{left:calc(5px + env(safe-area-inset-left))!important;width:52px!important;min-width:52px!important;max-width:52px!important;}
}


/* v191 mobile hero whitespace reduction */
@media(max-width:900px){
  .hero .hero-grid{gap:10px!important}
  .hero-drink-visual{min-height:248px!important;margin:2px auto 0!important;overflow:visible!important}
  .hero-drink-visual img{
    content:url("../../assets/images/hero-maso-v59-cropped.webp")!important;
    width:min(96vw,470px)!important;
    max-height:350px!important;
    max-width:none!important;
    transform:translateY(6px) scale(1.05)!important;
    transform-origin:center center!important;
  }
}
@media(max-width:520px){
  .hero{padding-top:48px!important;padding-bottom:78px!important}
  .hero .hero-grid{gap:6px!important}
  .hero-drink-visual{min-height:220px!important;margin:0 auto -2px!important}
  .hero-drink-visual img{
    width:min(102vw,440px)!important;
    max-height:320px!important;
    transform:translateY(2px) scale(1.08)!important;
  }
}


/* MASO v192 — mobile hero centering/size correction + hide sticky toolbar during product lightbox */
@media(max-width:900px){
  .hero{padding-top:48px!important;padding-bottom:80px!important;}
  .hero .hero-grid{gap:12px!important;}
  .hero-drink-visual{
    min-height:250px!important;
    margin:6px auto 0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:visible!important;
  }
  .hero-drink-visual img{
    content:url("../../assets/images/hero-maso-v59-cropped.webp")!important;
    width:min(86vw,390px)!important;
    max-width:86vw!important;
    max-height:300px!important;
    margin:0 auto!important;
    transform:none!important;
    object-position:center center!important;
  }
}
@media(max-width:520px){
  .hero{padding-top:46px!important;padding-bottom:72px!important;}
  .hero .hero-grid{gap:10px!important;}
  .hero-drink-visual{
    min-height:232px!important;
    margin:4px auto 0!important;
  }
  .hero-drink-visual img{
    width:min(84vw,350px)!important;
    max-width:84vw!important;
    max-height:278px!important;
  }
  .hero .kicker{font-size:13px!important;padding:9px 15px!important;}
}
body.product-lightbox-open #masoMobileStickyClone,
body.product-lightbox-open #menu .menu-toolbar,
body.product-lightbox-open #categories.categories{
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transform:translateY(-14px)!important;
}
body.product-lightbox-open .product-image-lightbox{z-index:2147483646!important;}
body.product-lightbox-open .product-lightbox-close{z-index:2147483647!important;}


/* MASO v193 — force exact hero image centering on all mobile widths */
@media(max-width:900px){
  .hero-drink-visual{
    width:100%!important;
    position:relative!important;
    text-align:center!important;
  }
  .hero-drink-visual img{
    display:block!important;
    position:relative!important;
    left:50%!important;
    right:auto!important;
    margin-left:0!important;
    margin-right:0!important;
    transform:translateX(-50%)!important;
  }
}
@media(max-width:520px){
  .hero-drink-visual img{
    left:50%!important;
    transform:translateX(-50%)!important;
  }
}


/* MASO v194 — mobile hero centering rollback/fix
   v193 over-corrected and pushed the image to the right.
   Reset positioning and center only via flex + auto margins. */
@media(max-width:900px){
  .hero .hero-grid{
    justify-items:center!important;
  }
  .hero-drink-visual{
    width:100%!important;
    min-height:244px!important;
    margin:6px auto 0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    position:relative!important;
    left:auto!important;
    right:auto!important;
    transform:none!important;
    overflow:visible!important;
  }
  .hero-drink-visual img,
  .hero-drink-visual #heroImage{
    content:url("../../assets/images/hero-maso-v59-cropped.webp")!important;
    display:block!important;
    position:static!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    bottom:auto!important;
    margin-left:auto!important;
    margin-right:auto!important;
    margin-inline:auto!important;
    transform:none!important;
    translate:none!important;
    width:min(82vw,340px)!important;
    max-width:82vw!important;
    max-height:270px!important;
    object-fit:contain!important;
    object-position:center center!important;
    align-self:center!important;
    justify-self:center!important;
  }
}
@media(max-width:520px){
  .hero{padding-top:46px!important;padding-bottom:72px!important;}
  .hero .hero-grid{gap:10px!important;}
  .hero-drink-visual{min-height:228px!important;margin:4px auto 0!important;}
  .hero-drink-visual img,
  .hero-drink-visual #heroImage{
    width:min(80vw,320px)!important;
    max-width:80vw!important;
    max-height:255px!important;
  }
}
@media(max-width:380px){
  .hero-drink-visual img,
  .hero-drink-visual #heroImage{
    width:min(79vw,300px)!important;
    max-width:79vw!important;
    max-height:242px!important;
  }
}


/* MASO v195 — absolute mobile hero centering with visually rebalanced mobile asset */
@media(max-width:900px){
  .hero-drink-visual{
    position:relative!important;
    width:100%!important;
    min-height:246px!important;
    margin:6px auto 0!important;
    display:block!important;
    overflow:visible!important;
  }
  .hero-drink-visual img,
  .hero-drink-visual #heroImage{
    content:url("../../assets/images/hero-maso-v59-mobile-centered.webp")!important;
    position:absolute!important;
    left:50%!important;
    top:50%!important;
    right:auto!important;
    bottom:auto!important;
    margin:0!important;
    transform:translate(-50%,-50%)!important;
    width:min(80vw,330px)!important;
    max-width:80vw!important;
    max-height:262px!important;
    object-fit:contain!important;
    object-position:center center!important;
    display:block!important;
  }
}
@media(max-width:520px){
  .hero{padding-top:46px!important;padding-bottom:72px!important;}
  .hero .hero-grid{gap:10px!important;}
  .hero-drink-visual{min-height:226px!important;margin:4px auto 0!important;}
  .hero-drink-visual img,
  .hero-drink-visual #heroImage{
    width:min(78vw,310px)!important;
    max-width:78vw!important;
    max-height:248px!important;
  }
}
@media(max-width:380px){
  .hero-drink-visual img,
  .hero-drink-visual #heroImage{
    width:min(77vw,294px)!important;
    max-width:77vw!important;
    max-height:236px!important;
  }
}


/* MASO v196 — gallery lightbox close button matches product lightbox and sticky toolbar hides while gallery is open */
body.gallery-lightbox-open{overflow:hidden!important;}
body.gallery-lightbox-open #masoMobileStickyClone,
body.gallery-lightbox-open #menu .menu-toolbar,
body.gallery-lightbox-open #categories.categories{
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transform:translateY(-14px)!important;
}
.gallery-lightbox{
  z-index:2147483640!important;
  background:rgba(32,22,16,.62)!important;
  backdrop-filter:blur(12px)!important;
  -webkit-backdrop-filter:blur(12px)!important;
}
.gallery-lightbox .lightbox-content{
  width:min(92vw,900px)!important;
}
.gallery-lightbox .lightbox-content img{
  border-radius:30px!important;
  background:linear-gradient(180deg,#fffaf4,#fff)!important;
  box-shadow:0 34px 90px rgba(0,0,0,.34)!important;
}
.gallery-lightbox .lightbox-close{
  position:absolute!important;
  top:calc(18px + env(safe-area-inset-top))!important;
  left:auto!important;
  right:calc(18px + env(safe-area-inset-right))!important;
  inset-inline-start:auto!important;
  inset-inline-end:calc(18px + env(safe-area-inset-right))!important;
  width:46px!important;
  height:46px!important;
  border-radius:50%!important;
  border:1px solid rgba(255,255,255,.42)!important;
  background:rgba(255,255,255,.92)!important;
  color:#3a2418!important;
  font-size:30px!important;
  line-height:1!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  cursor:pointer!important;
  box-shadow:0 14px 34px rgba(0,0,0,.20)!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  transition:transform .2s ease, background .2s ease!important;
  z-index:2147483647!important;
}
.gallery-lightbox .lightbox-close:hover{transform:scale(1.06)!important;background:#fff!important;}
.gallery-lightbox .lightbox-nav{z-index:2147483646!important;}
@media(max-width:700px){
  .gallery-lightbox .lightbox-close{
    position:fixed!important;
    top:calc(66px + env(safe-area-inset-top))!important;
    left:16px!important;
    right:auto!important;
    inset-inline-start:auto!important;
    inset-inline-end:auto!important;
    width:44px!important;
    height:44px!important;
    border-radius:16px!important;
  }
}
@media(max-width:380px){
  .gallery-lightbox .lightbox-close{
    top:calc(62px + env(safe-area-inset-top))!important;
    left:12px!important;
  }
}


/* MASO v197 — editable menu section intro in admin settings */
.admin-preview-menu-intro{
  display:grid!important;
  gap:10px!important;
  padding:18px!important;
  border-radius:24px!important;
  background:linear-gradient(145deg,rgba(255,255,255,.74),rgba(255,244,230,.42))!important;
  border:1px solid rgba(234,215,191,.82)!important;
}
.admin-preview-menu-intro .title-node{
  font-size:24px!important;
  font-weight:950!important;
  color:#2f2118!important;
  text-align:right!important;
}
.admin-preview-menu-intro .tagline-node{
  line-height:2!important;
  color:#6f5f4d!important;
  text-align:right!important;
}
