Appetizers

Fatoush
Fatoush د.ك 1. 500
Tabooleh
Tabooleh د.ك 1. 250
Green Salad
Green Salad د.ك 1. 250

Othman Beek

Sheeshly
Sheeshly د.ك 5. 900

Beet Yousif

Majboos Dajaj
Majboos Dajaj د.ك 3. 500
Majboos Lahm
Majboos Lahm د.ك 4. 900

Drinks

Tea
Tea د.ك 0. 750
Roselle
Roselle د.ك 0. 950
0 items
Checkout

Your Order

Enter your phone to continue
or sign in with

Shopping Cart

{{ item.name }}

{{ item.attributes.variantNames }}

{{ key }}:
  • {{ modItem.quantity }} × {{ modItem.name }} + usd {{ modItem.item_price }} {{ modItem.name }}
Note: {{ item.note }}

{{ item.quantity }} × {{ item.attributes.friendly_price }}

{{ item.quantity }}

Cart is empty!

Add items from a store to get started
/* ── AI Insights: show result panels ── */ document.addEventListener('ai-feature-result', function(e) { var map = { 'ai.ops.sales_forecast': '#ai-result-forecast', 'ai.ops.demand_prediction': '#ai-result-demand', 'ai.ops.anomaly_detection': '#ai-result-anomaly' }; var sel = map[e.detail.feature]; if (sel) { var el = document.querySelector(sel); if (el) { el.innerHTML = e.detail.content.replace(/\n/g, '
'); el.style.display = 'block'; } } }); window.aiCollectParams = window.aiCollectParams || function(btn, feature) { return {}; };