Sandwich

shawarma
shawarma د.ك 0. 550
chicken fillet
chicken fillet د.ك 0. 650

Chicken wings

Chicken wings 4 pieces
Chicken wings 4 pieces د.ك 0. 650
Chicken wings 6 pieces
Chicken wings 6 pieces د.ك 0. 950

potatoes

Regular potato
Regular potato د.ك 0. 450
Potato with pepper,
Potato with pepper, د.ك 0. 550
potato with cheese
potato with cheese د.ك 0. 550
potato with cheese and pepper
potato with cheese and pepper د.ك 0. 550
potato with hassan usta sauce
potato with hassan usta sauce د.ك 0. 550

Sauces

Hassan osta
Hassan osta د.ك 0. 250
Cheese sauce
Cheese sauce د.ك 0. 250
Lemon sauce
Lemon sauce د.ك 0. 250

Drinks

Milk
Milk د.ك 0. 650
No image
Soft drinks د.ك 0. 250
Mineral water
Mineral water د.ك 0. 200
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 {}; };