Baby Girl
Home
/
Store
/
Shop by Occasion
/
Baby Girl
Refine by
Sort by
We recommend
Newest arrivals
Price: Low to High
Price: High to Low
Name: A to Z
Name: Z to A
Filters
Clear all
Filters
Clear all
Show items
Show items
On Sale
Natural Pink Roses Basket - Baby girl with pink teddy bear
Natural Pink Roses Basket - Baby girl with pink teddy bear
SKU 00296
was
Egp 1,540
Save
12%
Egp 1,350
Buy Now
Chrysanthemum Pink Bouquet
Chrysanthemum Pink Bouquet
SKU 00159
Egp 700
Buy Now
On Sale
35 Pink & White bouquet
35 Pink & White bouquet
SKU 00353
was
Egp 1,850
Save
41%
Egp 1,100
Buy Now
Skip to main content
STORE
ABOUT US
Call US
Menu
window.dataLayer = window.dataLayer || []; function pushPurchase(order) { if (!order || !order.orderNumber) return; window.dataLayer.push({ event: 'purchase', ecommerce: { transaction_id: String(order.orderNumber), value: Number(order.total), currency: order.currency, items: (order.items || []).map(item => ({ item_id: String(item.productId || item.name), item_name: item.name, price: Number(item.price), quantity: Number(item.quantity) })) } }); console.log('PURCHASE PUSHED ✔️', order); } function tryGetOrder() { if (typeof Ecwid === 'undefined') { setTimeout(tryGetOrder, 500); return; } if (!Ecwid.getTrackingData) { console.log('Tracking API not ready'); setTimeout(tryGetOrder, 500); return; } Ecwid.getTrackingData(function(data) { console.log('TRACKING DATA:', data); if (data?.page?.type === 'ORDER_CONFIRMATION' && data?.order) { pushPurchase(data.order); } }); } tryGetOrder();