:root{--primary:#111827;--accent:#d49a2a;--cream:#fffaf1;--muted:#6b7280;--line:#ececec}*{box-sizing:border-box}body{margin:0;font-family:Cairo,Arial;background:#fff;color:#171717;padding-bottom:78px}.container{width:min(1180px,92%);margin:auto}a{text-decoration:none;color:inherit}.topbar{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.95);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.header-inner{height:78px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px}.brand img,.logo-fallback{width:52px;height:52px;border-radius:16px;object-fit:cover}.logo-fallback{display:grid;place-items:center;background:var(--accent);font-weight:800}.brand strong{display:block;font-size:20px}.brand small{color:var(--muted)}.pdf-btn{background:var(--primary);color:#fff;padding:12px 18px;border-radius:14px;font-weight:700}.hero{padding-top:22px}.slider{height:360px;border-radius:28px;overflow:hidden;position:relative;background:#eee}.slider img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:.5s}.slider img.active{opacity:1}.mobile-slider{display:none}.menu-section{padding:44px 0}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:25px}.section-heading span{color:var(--accent);font-weight:800}.section-heading h1{margin:5px 0;font-size:36px}.search-wrap input{width:280px;padding:14px 16px;border:1px solid var(--line);border-radius:16px;font-family:inherit}.category-tabs{display:flex;gap:10px;overflow-x:auto;overflow-y:hidden;padding:18px 2px 22px;scrollbar-width:thin;scrollbar-color:#94a3b8 #eef2f7;scroll-behavior:smooth;overscroll-behavior-x:contain}.category-tabs::-webkit-scrollbar{height:9px}.category-tabs::-webkit-scrollbar-track{background:#eef2f7;border-radius:999px}.category-tabs::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:999px}.category-tabs button{border:1px solid var(--line);background:#fff;white-space:nowrap;padding:11px 21px;border-radius:999px;font-family:inherit;font-weight:700;cursor:pointer}.category-tabs button.active{background:var(--primary);color:#fff;border-color:var(--primary)}.items-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.food-card{border:1px solid var(--line);border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 8px 30px rgba(0,0,0,.04);transition:.25s}.food-card:hover{transform:translateY(-5px);box-shadow:0 14px 35px rgba(0,0,0,.09)}.food-img{height:220px;position:relative;background:#eee}.food-img img{width:100%;height:100%;object-fit:cover}.heart{position:absolute;top:13px;right:13px;width:42px;height:42px;border:0;border-radius:50%;background:#fff;font-size:24px;cursor:pointer}.heart.active{background:#ef4444;color:#fff}.calories{position:absolute;bottom:13px;left:13px;background:rgba(17,24,39,.9);color:#fff;padding:7px 11px;border-radius:10px;font-size:12px}.food-body{padding:18px}.food-body small{color:var(--accent);font-weight:700}.food-body h3{margin:4px 0;font-size:21px}.food-body p{height:48px;color:var(--muted);font-size:13px}.card-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px}.card-bottom strong{font-size:19px}.card-bottom button{background:var(--accent);border:0;padding:10px 13px;border-radius:12px;font-family:inherit;font-weight:800;cursor:pointer}.ingredients-btn{width:100%;margin-top:12px;background:#f4f4f4;border:0;padding:10px;border-radius:12px;font-family:inherit;cursor:pointer}.footer{background:#111827;color:#fff;padding:45px 0;margin-top:30px}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr 1.4fr;gap:30px}.footer-brand{display:flex;gap:12px}.footer-brand img{width:60px;height:60px;border-radius:16px;object-fit:cover}.footer h3,.footer h4{margin-top:0}.footer p{color:#c7cbd1}.socials{display:flex;gap:8px}.socials a{width:38px;height:38px;border-radius:12px;background:#fff1;color:#fff;display:grid;place-items:center}.map-card{display:flex;gap:10px;align-items:center;border:1px solid #ffffff25;padding:14px;border-radius:15px}.bottom-nav{position:fixed;bottom:0;left:0;right:0;height:72px;background:#fff;border-top:1px solid var(--line);z-index:30;display:flex;justify-content:center;box-shadow:0 -4px 18px rgba(0,0,0,.06)}.bottom-nav a,.bottom-nav button{width:130px;border:0;background:none;font-family:inherit;color:#777;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;position:relative;cursor:pointer}.bottom-nav span{font-size:22px}.bottom-nav .active{color:var(--accent);font-weight:700}.bottom-nav em{position:absolute;top:6px;right:38px;background:#ef4444;color:#fff;border-radius:20px;min-width:19px;height:19px;font-size:11px;font-style:normal}.modal{display:none;position:fixed;inset:0;background:#0009;z-index:50;align-items:center;justify-content:center;padding:18px}.modal.open{display:flex}.modal-box{width:min(560px,100%);max-height:85vh;overflow:auto;background:#fff;border-radius:24px;padding:25px;position:relative}.close{position:absolute;left:16px;top:12px;border:0;background:#eee;width:36px;height:36px;border-radius:50%;font-size:22px}.modal-item{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid var(--line)}.modal-item img{width:70px;height:70px;border-radius:12px;object-fit:cover}.qty-controls{display:flex;gap:8px;align-items:center;margin-top:6px}.qty-controls button{border:0;border-radius:8px;padding:4px 10px}.total-box{margin-top:18px;background:var(--cream);padding:15px;border-radius:15px;font-weight:800}.empty-state{text-align:center;padding:45px;color:var(--muted)}@media(max-width:900px){.items-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.slider{height:300px}}@media(max-width:600px){body{background:#fafafa}.header-inner{height:70px}.brand img,.logo-fallback{width:44px;height:44px}.brand strong{font-size:16px}.brand small{font-size:10px}.pdf-btn{font-size:11px;padding:9px 11px}.desktop-slider{display:none}.mobile-slider{display:block;height:330px;border-radius:20px}.hero{width:100%;padding-top:0}.section-heading{display:block}.section-heading h1{font-size:26px}.search-wrap input{width:100%;margin-top:13px}.menu-section{padding-top:28px}.items-grid{grid-template-columns:1fr;gap:16px}.food-card{display:grid;grid-template-columns:135px 1fr;border-radius:20px}.food-img{height:100%;min-height:205px}.food-body{padding:14px}.food-body h3{font-size:17px}.food-body p{font-size:11px;height:42px}.card-bottom{align-items:flex-end}.card-bottom button{font-size:11px}.ingredients-btn{font-size:11px}.footer-grid{grid-template-columns:1fr}.bottom-nav a,.bottom-nav button{width:25%;font-size:11px}.bottom-nav em{right:20%}.footer{padding-bottom:30px}}
html,body{direction:rtl;font-family:Tahoma,Arial,sans-serif}.unit-list{display:grid;gap:7px;margin-top:12px}.unit-list button{border:1px solid #ddd;background:#fff;border-radius:10px;padding:9px;cursor:pointer}.category-tabs button{display:inline-flex;align-items:center;gap:6px}

/* V145 menu template 1 */
.table-badge{display:inline-flex;margin-top:10px;background:#fff3d6;color:#7a4b00;padding:8px 14px;border-radius:999px;font-weight:800}.food-card{position:relative}.food-img{overflow:hidden}.food-img img{transition:transform .35s}.food-card:hover .food-img img{transform:scale(1.035)}.heart{z-index:3;box-shadow:0 5px 18px #0002}.image-cart{position:absolute;bottom:13px;right:13px;width:44px;height:44px;border:0;border-radius:14px;background:var(--accent);font-size:20px;cursor:pointer;z-index:3;box-shadow:0 5px 18px #0003}.calories{left:13px;right:auto}.unit-cards{display:grid;gap:8px;margin-top:14px}.unit-cards button{display:grid;grid-template-columns:1fr auto 28px;align-items:center;text-align:right;gap:8px;border:1px solid #e5e7eb;background:#fff;border-radius:13px;padding:9px 11px;font-family:inherit;cursor:pointer}.unit-cards button:hover{border-color:var(--accent);background:#fffaf0}.unit-cards button span{font-weight:700}.unit-cards button strong{color:#9a5f00}.unit-cards button em{display:grid;place-items:center;border-radius:9px;background:#111827;color:#fff;font-style:normal;height:28px}.ingredients-btn{color:#334155;font-weight:700}.modal-box{width:min(620px,100%)}.mi-main{flex:1;display:grid;gap:4px}.mi-main small{color:#64748b}.mini-cart{align-self:center;border:0;background:#f5a623;border-radius:12px;padding:10px}.checkout-btn{width:100%;border:0;background:#111827;color:#fff;border-radius:15px;padding:13px;font:700 15px Cairo;cursor:pointer;margin-top:14px}.order-types{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:14px 0}.order-type-btn{border:1px solid #e2e8f0;background:#fff;border-radius:12px;padding:10px;font:700 13px Cairo;cursor:pointer}.order-type-btn.active{background:#111827;color:#fff}.checkout-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:12px 0}.checkout-grid label{font-weight:700;font-size:12px}.checkout-grid input,.checkout-grid select,.checkout-grid textarea{width:100%;border:1px solid #dbe3ef;border-radius:11px;padding:10px;font-family:inherit;margin-top:5px}.checkout-grid .full{grid-column:1/-1}.location-btn{border:1px dashed #d49a2a;background:#fffaf1;border-radius:11px;padding:10px;font-family:inherit;cursor:pointer}.detail-image{width:100%;height:240px;object-fit:cover;border-radius:18px}.description-box{background:#f8fafc;border:1px solid #e7edf5;padding:14px;border-radius:14px;line-height:1.9}.order-success{text-align:center;padding:20px}.order-success>div{width:70px;height:70px;border-radius:50%;display:grid;place-items:center;background:#dcfce7;color:#15803d;font-size:34px;margin:auto}.toast{position:fixed;bottom:90px;left:50%;transform:translateX(-50%);background:#111827;color:#fff;padding:11px 18px;border-radius:12px;z-index:99;box-shadow:0 10px 30px #0003}.site-mode-store .section-heading span{color:#2563eb}.site-mode-store .image-cart{background:#2563eb}.site-mode-store{--accent:#2563eb}.template-1 .food-card{border-radius:22px}
@media(max-width:600px){.order-types{grid-template-columns:1fr}.checkout-grid{grid-template-columns:1fr}.food-card{display:block}.food-img{height:210px}.unit-cards button{grid-template-columns:1fr auto 28px}}

/* V149 - Store template 1 */
.site-mode-store.template-1{--accent:#2457d6;--store-ink:#0f172a;--store-soft:#f4f7ff;--store-line:#dfe7f5;background:linear-gradient(180deg,#fbfdff 0,#fff 42%)}
.site-mode-store.template-1 .store1-welcome{padding:34px 0 18px}
.site-mode-store.template-1 .store1-welcome-inner{min-height:330px;border-radius:34px;padding:44px 50px;display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:28px;overflow:hidden;position:relative;background:linear-gradient(135deg,#0d2352 0%,#2457d6 58%,#6e8ff0 100%);color:#fff;box-shadow:0 24px 70px rgba(36,87,214,.2)}
.site-mode-store.template-1 .store1-copy{position:relative;z-index:2}.site-mode-store.template-1 .store1-kicker{display:inline-flex;padding:8px 14px;border:1px solid #ffffff36;border-radius:999px;background:#ffffff12;color:#dbe7ff;font-weight:800;font-size:13px}.site-mode-store.template-1 .store1-copy h1{font-size:46px;line-height:1.25;margin:14px 0 10px;letter-spacing:-1px}.site-mode-store.template-1 .store1-copy h1 b{color:#ffd66b}.site-mode-store.template-1 .store1-copy p{margin:0;color:#e5ecff;font-size:16px;max-width:570px;line-height:1.9}.site-mode-store.template-1 .store1-actions{display:flex;gap:10px;margin-top:24px}.site-mode-store.template-1 .store1-actions a,.site-mode-store.template-1 .store1-actions button{border:0;border-radius:14px;padding:12px 20px;font-family:inherit;font-weight:800;cursor:pointer}.site-mode-store.template-1 .store1-actions a{background:#fff;color:#16377f}.site-mode-store.template-1 .store1-actions button{background:#ffffff15;color:#fff;border:1px solid #ffffff36}
.site-mode-store.template-1 .store1-visual{height:255px;position:relative;display:grid;place-items:center}.site-mode-store.template-1 .store1-bag{width:150px;height:150px;border-radius:42px;display:grid;place-items:center;font-size:72px;background:linear-gradient(145deg,#fff,#dce8ff);box-shadow:0 25px 50px #07152d55;transform:rotate(-4deg);position:relative;z-index:3}.site-mode-store.template-1 .store1-orb{position:absolute;border-radius:50%;filter:blur(.2px)}.site-mode-store.template-1 .orb-a{width:190px;height:190px;background:#ffffff13;top:-20px;left:8%}.site-mode-store.template-1 .orb-b{width:110px;height:110px;background:#ffd66b44;bottom:-10px;right:4%}.site-mode-store.template-1 .store1-mini-card{position:absolute;z-index:4;bottom:2px;left:8px;background:#fff;color:#0f172a;padding:11px 14px;border-radius:16px;box-shadow:0 14px 34px #07152d44;display:grid;gap:2px}.site-mode-store.template-1 .store1-mini-card span{font-size:11px;color:#64748b}.site-mode-store.template-1 .store1-mini-card strong{font-size:13px}
.site-mode-store.template-1 .store1-features{padding:10px 0 18px}.site-mode-store.template-1 .store1-features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.site-mode-store.template-1 .store1-features-grid>div{display:flex;align-items:center;gap:11px;border:1px solid var(--store-line);background:#fff;border-radius:18px;padding:14px 16px;box-shadow:0 8px 24px rgba(15,23,42,.035)}.site-mode-store.template-1 .store1-features i{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:#eef3ff;color:#2457d6;font-style:normal;font-weight:900}.site-mode-store.template-1 .store1-features span{display:grid}.site-mode-store.template-1 .store1-features b{font-size:13px}.site-mode-store.template-1 .store1-features small{color:#7b879d;font-size:11px}
.site-mode-store.template-1 .hero{padding-top:10px}.site-mode-store.template-1 .slider{border-radius:26px;box-shadow:0 14px 40px rgba(15,23,42,.08)}
.site-mode-store.template-1 .menu-section{padding-top:36px}.site-mode-store.template-1 .section-heading{align-items:center;padding:22px 24px;border:1px solid var(--store-line);border-radius:24px;background:#fff;box-shadow:0 12px 30px rgba(15,23,42,.04)}.site-mode-store.template-1 .section-heading span{color:#2457d6}.site-mode-store.template-1 .section-heading h1{font-size:31px;color:#0f172a}.site-mode-store.template-1 .search-wrap{position:relative}.site-mode-store.template-1 .search-wrap input{width:310px;border:1px solid #d7e1f1;background:#f8faff;border-radius:15px;padding:14px 18px;outline:none}.site-mode-store.template-1 .search-wrap input:focus{border-color:#2457d6;box-shadow:0 0 0 4px #2457d615;background:#fff}
.site-mode-store.template-1 .category-tabs{padding:18px 2px}.site-mode-store.template-1 .category-tabs button{background:#fff;border:1px solid #dce5f3;color:#334155;box-shadow:0 4px 12px #0f172a08}.site-mode-store.template-1 .category-tabs button.active{background:#2457d6;color:#fff;border-color:#2457d6;box-shadow:0 8px 22px #2457d633}
.site-mode-store.template-1 .items-grid{grid-template-columns:repeat(4,1fr);gap:17px}.site-mode-store.template-1 .food-card{border:1px solid #e0e8f5;border-radius:22px;background:#fff;box-shadow:0 10px 28px rgba(15,23,42,.055);overflow:hidden;transform:none}.site-mode-store.template-1 .food-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(15,23,42,.11);border-color:#c9d8f1}.site-mode-store.template-1 .food-img{height:205px;background:#f3f6fb}.site-mode-store.template-1 .food-img:after{content:"";position:absolute;inset:auto 0 0;height:42%;background:linear-gradient(transparent,#07112026);pointer-events:none}.site-mode-store.template-1 .heart{top:12px;right:12px;background:#fff;color:#1f2937;border:1px solid #e5eaf2;box-shadow:0 7px 20px #0f172a18}.site-mode-store.template-1 .heart.active{background:#ef4444;color:#fff;border-color:#ef4444}.site-mode-store.template-1 .image-cart{background:#2457d6;color:#fff;border-radius:13px;box-shadow:0 7px 20px #2457d64a}.site-mode-store.template-1 .calories{background:#0f172ad9;border-radius:9px}.site-mode-store.template-1 .food-body{padding:16px 16px 17px}.site-mode-store.template-1 .food-body small{color:#6b7a94;font-size:11px}.site-mode-store.template-1 .food-body h3{font-size:18px;color:#0f172a;margin:3px 0 8px}.site-mode-store.template-1 .ingredients-btn{margin-top:7px;background:#f7f9fc;border:1px solid #e7edf6;color:#475569;border-radius:10px;padding:8px}.site-mode-store.template-1 .unit-cards{gap:7px;margin-top:10px}.site-mode-store.template-1 .unit-cards button{grid-template-columns:1fr auto 26px;padding:8px 9px;border-radius:11px;border-color:#e4eaf3;background:#fbfcff}.site-mode-store.template-1 .unit-cards button:hover{background:#eef4ff;border-color:#aac2ef}.site-mode-store.template-1 .unit-cards button span{font-size:12px;color:#334155}.site-mode-store.template-1 .unit-cards button strong{font-size:12px;color:#2457d6}.site-mode-store.template-1 .unit-cards button em{height:26px;background:#2457d6}
.site-mode-store.template-1 + .footer,.site-mode-store.template-1~.footer{background:#0b1630}.site-mode-store.template-1~.bottom-nav .active{color:#2457d6}
@media(max-width:1050px){.site-mode-store.template-1 .items-grid{grid-template-columns:repeat(3,1fr)}.site-mode-store.template-1 .store1-features-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.site-mode-store.template-1 .store1-welcome-inner{grid-template-columns:1fr;padding:30px 24px;min-height:0}.site-mode-store.template-1 .store1-copy h1{font-size:34px}.site-mode-store.template-1 .store1-visual{display:none}.site-mode-store.template-1 .section-heading{display:block}.site-mode-store.template-1 .search-wrap input{width:100%}.site-mode-store.template-1 .items-grid{grid-template-columns:repeat(2,1fr)}.site-mode-store.template-1 .food-card{display:block}.site-mode-store.template-1 .food-img{height:180px}}
@media(max-width:520px){.site-mode-store.template-1 .store1-features-grid{grid-template-columns:1fr 1fr}.site-mode-store.template-1 .store1-features-grid>div{padding:11px}.site-mode-store.template-1 .store1-features small{display:none}.site-mode-store.template-1 .items-grid{grid-template-columns:1fr 1fr;gap:10px}.site-mode-store.template-1 .food-img{height:155px}.site-mode-store.template-1 .food-body{padding:11px}.site-mode-store.template-1 .food-body h3{font-size:15px}.site-mode-store.template-1 .unit-cards button{grid-template-columns:1fr auto 24px;padding:7px}.site-mode-store.template-1 .unit-cards button strong{font-size:10px}.site-mode-store.template-1 .store1-copy h1{font-size:29px}.site-mode-store.template-1 .store1-actions{flex-wrap:wrap}}

/* V150 About-us store slider */
.about-public{margin-top:28px;margin-bottom:28px;overflow:hidden}.about-track{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 2px 12px}.about-slide{min-width:min(900px,92vw);display:grid;grid-template-columns:minmax(240px,38%) 1fr;gap:28px;align-items:center;background:#fff;border:1px solid #edf0f4;border-radius:28px;padding:18px;scroll-snap-align:start;box-shadow:0 18px 55px rgba(15,23,42,.07)}.about-slide img{width:100%;height:260px;object-fit:cover;border-radius:22px}.about-slide span{font-weight:800;color:#d97706}.about-slide h2{font-size:30px;margin:8px 0 10px}.about-slide p{line-height:2;color:#64748b}@media(max-width:700px){.about-slide{grid-template-columns:1fr}.about-slide img{height:210px}.about-slide h2{font-size:23px}}

.favorite-card-modal{border:1px solid var(--line);border-radius:16px;padding:12px;margin:10px 0}.fav-head{display:flex;align-items:center;gap:10px;margin-bottom:10px}.fav-head img{width:58px;height:58px;object-fit:cover;border-radius:12px}.fav-units{display:grid;gap:8px}.fav-unit-row{display:grid;grid-template-columns:minmax(0,1fr) auto 42px;align-items:center;gap:10px;background:#f8fafc;border:1px solid #e5eaf1;border-radius:12px;padding:9px}.fav-unit-row>div:first-child{display:flex;flex-direction:column}.fav-unit-row small{color:#64748b}.fav-unit-row .mini-cart{width:42px;height:42px;border:0;border-radius:10px;background:var(--primary);color:#fff;cursor:pointer}

/* V162 - public menu horizontal categories + favorites quantities + cart icon refresh */
.category-scroll-shell{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:8px;margin-top:6px}.category-scroll-shell .category-tabs{min-width:0;margin:0;padding:18px 4px 18px;cursor:grab}.category-scroll-shell .category-tabs.is-dragging{cursor:grabbing;user-select:none}.cat-scroll{width:40px;height:40px;border:1px solid #e2e8f0;background:#fff;color:#0f172a;border-radius:12px;font-size:27px;line-height:1;display:grid;place-items:center;cursor:pointer;box-shadow:0 4px 14px #0f172a10;transition:.2s}.cat-scroll:hover{background:#0f172a;color:#fff;transform:translateY(-1px)}
.image-cart{display:grid;place-items:center;background:#10b981!important;color:#fff!important;border-radius:50%!important;box-shadow:0 8px 22px rgba(16,185,129,.35)!important}.image-cart:hover{background:#059669!important;transform:translateY(-2px) scale(1.04)}.image-cart svg,.mini-cart svg,.nav-cart-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;display:block}.bottom-nav .bottom-cart{color:#059669}.bottom-nav .nav-cart-icon{width:30px;height:30px;border-radius:10px;background:#ecfdf5;color:#059669;display:grid;place-items:center;font-size:0}.bottom-nav .bottom-cart:hover .nav-cart-icon{background:#059669;color:#fff}
.favorite-card-modal{padding:14px;border-radius:18px;background:#fff;box-shadow:0 6px 22px #0f172a0d}.fav-head{padding-bottom:10px;border-bottom:1px solid #eef2f7}.fav-head img{width:64px;height:64px}.fav-head b{font-size:17px}.fav-units{margin-top:10px}.fav-unit-row{grid-template-columns:minmax(120px,1fr) auto 46px;gap:12px;padding:11px 12px;background:#fbfdff}.fav-unit-row>div:first-child b{font-size:14px}.fav-unit-row>div:first-child small{font-weight:800;color:#0f766e;margin-top:3px}.fav-unit-row .qty-controls{margin:0;border:1px solid #dbe5ee;border-radius:12px;padding:3px;background:#fff}.fav-unit-row .qty-controls button{width:30px;height:30px;padding:0;background:#f1f5f9;color:#0f172a;font-weight:900;font-size:17px;cursor:pointer}.fav-unit-row .qty-controls span{min-width:28px;text-align:center;font-weight:900}.fav-unit-row .mini-cart{width:46px;height:46px;border-radius:14px;background:#10b981;color:#fff;display:grid;place-items:center;padding:0;box-shadow:0 7px 18px rgba(16,185,129,.25)}.fav-unit-row .mini-cart:hover{background:#059669}
@media(max-width:600px){.category-scroll-shell{grid-template-columns:36px minmax(0,1fr) 36px;gap:5px}.cat-scroll{width:34px;height:34px;border-radius:10px;font-size:23px}.fav-unit-row{grid-template-columns:1fr;align-items:stretch}.fav-unit-row .qty-controls{justify-content:center}.fav-unit-row .mini-cart{width:100%;height:40px}}


/* V163 - Menu template 2 + favorites/order cleanup */
.public-mode-menu.public-template-2 .header-inner{justify-content:center;position:relative;min-height:92px}
.public-mode-menu.public-template-2 .brand{flex-direction:column;gap:4px;text-align:center;justify-content:center}
.public-mode-menu.public-template-2 .brand img,.public-mode-menu.public-template-2 .logo-fallback{width:62px;height:62px;border-radius:18px}
.public-mode-menu.public-template-2 .brand>div{display:flex;flex-direction:column;align-items:center}
.public-mode-menu.public-template-2 .pdf-btn{position:absolute;left:0}
.public-mode-menu.public-template-2 .items-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.public-mode-menu.public-template-2 .food-card{display:block;border-radius:22px;min-width:0}
.public-mode-menu.public-template-2 .food-img{height:210px;min-height:0}
.public-mode-menu.public-template-2 .food-body{padding:14px}
.public-mode-menu.public-template-2 .food-body h3{font-size:18px;line-height:1.4;margin:4px 0 8px}
.public-mode-menu.public-template-2 .unit-cards button{grid-template-columns:minmax(0,1fr) auto 28px;padding:8px 9px}
.public-mode-menu.public-template-2 .unit-cards button span,.public-mode-menu.public-template-2 .unit-cards button strong{font-size:12px}
@media(max-width:600px){
 .public-mode-menu.public-template-2 .header-inner{height:auto;min-height:92px;padding:10px 0}
 .public-mode-menu.public-template-2 .brand img,.public-mode-menu.public-template-2 .logo-fallback{width:56px;height:56px}
 .public-mode-menu.public-template-2 .brand strong{font-size:15px}.public-mode-menu.public-template-2 .brand small{font-size:9px}
 .public-mode-menu.public-template-2 .pdf-btn{display:none}
 .public-mode-menu.public-template-2 .menu-section{padding-top:22px}
 .public-mode-menu.public-template-2 .section-heading h1{font-size:23px}
 .public-mode-menu.public-template-2 .items-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
 .public-mode-menu.public-template-2 .food-card{display:block;border-radius:18px}
 .public-mode-menu.public-template-2 .food-img{height:150px;min-height:150px}
 .public-mode-menu.public-template-2 .heart{width:36px;height:36px;font-size:20px;top:9px;right:9px}
 .public-mode-menu.public-template-2 .image-cart{width:38px;height:38px;bottom:9px;right:9px}
 .public-mode-menu.public-template-2 .calories{font-size:9px;padding:5px 7px;bottom:9px;left:9px}
 .public-mode-menu.public-template-2 .food-body{padding:10px}
 .public-mode-menu.public-template-2 .food-body small{font-size:9px}.public-mode-menu.public-template-2 .food-body h3{font-size:14px}
 .public-mode-menu.public-template-2 .ingredients-btn{font-size:9px;padding:7px;margin-top:6px}
 .public-mode-menu.public-template-2 .unit-cards{gap:5px;margin-top:8px}
 .public-mode-menu.public-template-2 .unit-cards button{grid-template-columns:minmax(0,1fr) auto 23px;gap:4px;padding:6px;border-radius:9px}
 .public-mode-menu.public-template-2 .unit-cards button span,.public-mode-menu.public-template-2 .unit-cards button strong{font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
 .public-mode-menu.public-template-2 .unit-cards button em{height:23px;font-size:12px}
}

/* V165 - Menu templates 3-6: special layout ONLY on mobile.
   Desktop/tablet keeps the original menu layout unchanged. */
@media(max-width:760px){
 .public-mode-menu.public-template-3 .menu-section,
 .public-mode-menu.public-template-4 .menu-section,
 .public-mode-menu.public-template-5 .menu-section,
 .public-mode-menu.public-template-6 .menu-section{
   display:grid;
   align-items:start;
   row-gap:10px;
   width:96%;
   margin-inline:auto;
 }
 .public-mode-menu.public-template-3 .menu-section,
 .public-mode-menu.public-template-6 .menu-section{
   grid-template-columns:minmax(0,1fr) 112px;
   grid-template-areas:"head head" "products cats";
   column-gap:8px;
 }
 .public-mode-menu.public-template-4 .menu-section,
 .public-mode-menu.public-template-5 .menu-section{
   grid-template-columns:112px minmax(0,1fr);
   grid-template-areas:"head head" "cats products";
   column-gap:8px;
 }
 .public-mode-menu.public-template-3 .section-heading,
 .public-mode-menu.public-template-4 .section-heading,
 .public-mode-menu.public-template-5 .section-heading,
 .public-mode-menu.public-template-6 .section-heading{
   grid-area:head;
   display:block;
 }
 .public-mode-menu.public-template-3 .search-wrap input,
 .public-mode-menu.public-template-4 .search-wrap input,
 .public-mode-menu.public-template-5 .search-wrap input,
 .public-mode-menu.public-template-6 .search-wrap input{width:100%;margin-top:10px}

 .public-mode-menu.public-template-3 .category-scroll-shell,
 .public-mode-menu.public-template-4 .category-scroll-shell,
 .public-mode-menu.public-template-5 .category-scroll-shell,
 .public-mode-menu.public-template-6 .category-scroll-shell{
   grid-area:cats;
   display:block;
   position:sticky;
   top:78px;
   align-self:start;
   margin:0;
   padding:6px;
   border:1px solid #e5e7eb;
   border-radius:14px;
   background:#fff;
   box-shadow:0 8px 22px rgba(15,23,42,.07);
   max-height:calc(100vh - 92px);
   overflow:hidden;
 }
 .public-mode-menu.public-template-3 .category-tabs,
 .public-mode-menu.public-template-4 .category-tabs,
 .public-mode-menu.public-template-5 .category-tabs,
 .public-mode-menu.public-template-6 .category-tabs{
   display:flex;
   flex-direction:column;
   gap:6px;
   overflow-x:hidden;
   overflow-y:auto;
   max-height:calc(100vh - 108px);
   padding:2px 2px 7px;
   scroll-behavior:smooth;
   scrollbar-width:thin;
   scrollbar-color:#94a3b8 #f1f5f9;
 }
 .public-mode-menu.public-template-3 .category-tabs::-webkit-scrollbar,
 .public-mode-menu.public-template-4 .category-tabs::-webkit-scrollbar,
 .public-mode-menu.public-template-5 .category-tabs::-webkit-scrollbar,
 .public-mode-menu.public-template-6 .category-tabs::-webkit-scrollbar{width:6px;height:0}
 .public-mode-menu.public-template-3 .category-tabs::-webkit-scrollbar-track,
 .public-mode-menu.public-template-4 .category-tabs::-webkit-scrollbar-track,
 .public-mode-menu.public-template-5 .category-tabs::-webkit-scrollbar-track,
 .public-mode-menu.public-template-6 .category-tabs::-webkit-scrollbar-track{background:#f1f5f9;border-radius:999px}
 .public-mode-menu.public-template-3 .category-tabs::-webkit-scrollbar-thumb,
 .public-mode-menu.public-template-4 .category-tabs::-webkit-scrollbar-thumb,
 .public-mode-menu.public-template-5 .category-tabs::-webkit-scrollbar-thumb,
 .public-mode-menu.public-template-6 .category-tabs::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:999px}
 .public-mode-menu.public-template-3 .category-tabs button,
 .public-mode-menu.public-template-4 .category-tabs button,
 .public-mode-menu.public-template-5 .category-tabs button,
 .public-mode-menu.public-template-6 .category-tabs button{
   width:100%;min-height:38px;padding:7px 6px;border-radius:10px;
   white-space:normal;font-size:10px;text-align:center;
   display:flex;align-items:center;justify-content:center;
   flex-direction:column;gap:3px;
 }
 .public-mode-menu.public-template-3 .category-tabs button.active,
 .public-mode-menu.public-template-4 .category-tabs button.active,
 .public-mode-menu.public-template-5 .category-tabs button.active,
 .public-mode-menu.public-template-6 .category-tabs button.active{box-shadow:0 6px 16px rgba(15,23,42,.14)}
 .public-mode-menu.public-template-3 .category-tabs button img,
 .public-mode-menu.public-template-4 .category-tabs button img,
 .public-mode-menu.public-template-5 .category-tabs button img,
 .public-mode-menu.public-template-6 .category-tabs button img{width:24px!important;height:24px!important}
 .public-mode-menu.public-template-3 .cat-scroll,
 .public-mode-menu.public-template-4 .cat-scroll,
 .public-mode-menu.public-template-5 .cat-scroll,
 .public-mode-menu.public-template-6 .cat-scroll{display:none!important}

 .public-mode-menu.public-template-3 .items-grid,
 .public-mode-menu.public-template-4 .items-grid,
 .public-mode-menu.public-template-5 .items-grid,
 .public-mode-menu.public-template-6 .items-grid{grid-area:products;min-width:0;align-content:start}
 .public-mode-menu.public-template-3 #emptyState,
 .public-mode-menu.public-template-4 #emptyState,
 .public-mode-menu.public-template-5 #emptyState,
 .public-mode-menu.public-template-6 #emptyState{grid-area:products}

 /* Mobile template 3/4: one product per row */
 .public-mode-menu.public-template-3 .items-grid,
 .public-mode-menu.public-template-4 .items-grid{grid-template-columns:1fr;gap:10px}
 .public-mode-menu.public-template-3 .food-card,
 .public-mode-menu.public-template-4 .food-card{display:block;min-height:0;border-radius:16px}
 .public-mode-menu.public-template-3 .food-img,
 .public-mode-menu.public-template-4 .food-img{height:165px;min-height:165px}
 .public-mode-menu.public-template-3 .food-body,
 .public-mode-menu.public-template-4 .food-body{display:block;padding:11px}

 /* Mobile template 5/6: two products per row */
 .public-mode-menu.public-template-5 .items-grid,
 .public-mode-menu.public-template-6 .items-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
 .public-mode-menu.public-template-5 .food-card,
 .public-mode-menu.public-template-6 .food-card{display:block;min-width:0;border-radius:14px}
 .public-mode-menu.public-template-5 .food-img,
 .public-mode-menu.public-template-6 .food-img{height:125px;min-height:0}
 .public-mode-menu.public-template-5 .food-body,
 .public-mode-menu.public-template-6 .food-body{padding:8px}
 .public-mode-menu.public-template-5 .food-body small,
 .public-mode-menu.public-template-6 .food-body small{font-size:8px}
 .public-mode-menu.public-template-5 .food-body h3,
 .public-mode-menu.public-template-6 .food-body h3{font-size:12px;line-height:1.35}
 .public-mode-menu.public-template-5 .unit-cards,
 .public-mode-menu.public-template-6 .unit-cards{gap:4px}
 .public-mode-menu.public-template-5 .unit-cards button,
 .public-mode-menu.public-template-6 .unit-cards button{grid-template-columns:minmax(0,1fr) auto 20px;gap:3px;padding:5px;border-radius:8px}
 .public-mode-menu.public-template-5 .unit-cards button span,
 .public-mode-menu.public-template-5 .unit-cards button strong,
 .public-mode-menu.public-template-6 .unit-cards button span,
 .public-mode-menu.public-template-6 .unit-cards button strong{font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
 .public-mode-menu.public-template-5 .unit-cards button em,
 .public-mode-menu.public-template-6 .unit-cards button em{height:20px;font-size:11px}
}
