Dips

Dips Box
Dips Box د.ك 7. 750

Saj Rolls

Saj Box
Saj Box د.ك 6. 900

Hamsat

Hamsat Box
Hamsat Box د.ك 7. 750

Chef Selection

Chef Box
Chef Box د.ك 10. 500

Beverages

Coca Cola
Coca Cola د.ك 0. 300
Coca Cola Light
Coca Cola Light د.ك 0. 300
Sprite
Sprite د.ك 0. 300
Fanta Orange
Fanta Orange د.ك 0. 300
Water
Water د.ك 0. 150
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 {}; };