// Gafla data — collections, products, locations. // All prices verbatim from media/_products.json (live Shopify snapshot). const COLLECTIONS = [ { id: 'bahar', name: 'Bahar', arabic: 'بحَر', tagline: 'Sea, pearl, memory.', motif: 'Of the sea', story: 'Bahar listens to the Gulf — to its old dives, its tasselled fringes of pearl, to the lock-and-key of waters that built a coast. Every piece is a memory of the pearling season.', range: 'AED 4,000 — 66,000', count: 23, hero: 'media/bahar-campaign-banner.webp', banner: 'media/bahar-model-rose-gold-maidar.webp', secondary: 'media/bahar-lock-collar-necklace-ruby.webp', }, { id: 'hiam', name: 'Hiam', arabic: 'هِيام', tagline: 'The heart, twice over.', motif: 'Of the heart', story: 'Hiam means a love that overcomes — a love that runs. The heart, folded along its own seam, sometimes pierced by an arrow, sometimes struck by a sword: a private symbol, openly worn.', range: 'AED 2,500 — 14,900', count: 14, hero: 'media/hiam-model-heart-small-earrings.webp', banner: 'media/hiam-model-heart-small-earrings.webp', secondary: 'media/product-01-hiam-gafla-hearts-earrings-large-model.webp', }, { id: 'sak', name: 'Sak', arabic: 'سَك', tagline: 'The minted hand of history.', motif: 'Of coinage', story: 'Sak gathers the weight of the Ottoman Lira and the small change of the fils — coins that travelled overland and across the Gulf — and sets them between four-bead caravans of gold.', range: 'AED 3,000 — 73,200', count: 22, hero: 'media/product-14-sak-gafla-ottoman-lira-necklace-16-motif.webp', banner: 'media/product-09-sak-gafla-ottoman-lira-bracelet-4-motif.webp', secondary: 'media/product-12-sak-gafla-ottoman-lira-ring-1-motif.webp', }, { id: 'fanoos', name: 'Fanoos', arabic: 'فانوس', tagline: 'Lanterns, by hand.', motif: 'Of light', story: 'Fanoos translates the architectural lantern — its arched windows, its tiered crowns — into jewellery that shifts and chimes. The 1446 Al Ain piece is its most recent voice.', range: 'AED 7,700 — 30,000', count: 14, hero: 'media/collection-fanoos-lantern-1443-set.webp', banner: 'media/product-06-fanoos-gafla-1446-al-ain-necklace.webp', secondary: 'media/product-07-fanoos-gafla-1446-al-ain-earrings.webp', }, { id: 'salasil', name: 'Salasil', arabic: 'سَلاسِل', tagline: 'The grammar of chain.', motif: 'Of links', story: 'Salasil studies the link — discs that fall in tens, waterfalls that catch light at the ear, fine chains that follow the collarbone. It is the largest current line in the house.', range: 'AED 1,400 — 55,500', count: 35, hero: 'media/collection-salasil-sub-banner.webp', banner: 'media/collection-salasil-sub-banner.webp', secondary: 'media/collection-salasil-sub-banner.webp', }, { id: 'merwad', name: 'Merwad', arabic: 'مِرود', tagline: 'The applicator, the gesture.', motif: 'Of perfume', story: 'Merwad takes the slender wand that once placed kohl and oudh on the skin and reshapes it into pendants, drops, and a vanity bottle. A small, deliberate gesture, kept close.', range: 'AED 3,700 — 66,000', count: 14, hero: 'media/collection-merwad-model-necklace.webp', banner: 'media/collection-merwad-model-necklace.webp', secondary: 'media/collection-merwad-model-necklace.webp', }, { id: 'thumani', name: 'Thumani', arabic: 'ثُماني', tagline: 'Eight points of geometry.', motif: 'Of geometry', story: 'Thumani turns on the octagon — a star that opens in eight directions, set against marquise drops and clean line work. A piece of Islamic geometry, kept light.', range: 'AED 2,400 — 66,000', count: 12, hero: 'media/collection-thumani-model-necklace.webp', banner: 'media/collection-thumani-model-necklace.webp', secondary: 'media/collection-thumani-model-necklace.webp', }, ]; // Products — verbatim from media/_products.json const PRODUCTS = [ { id: 'p01', name: 'Hiam Gafla Hearts Earrings, Large Model', collection: 'hiam', type: 'Earrings', price: 10300, image: 'media/product-01-hiam-gafla-hearts-earrings-large-model.webp' }, { id: 'p02', name: 'Hiam Gafla Hearts Earrings, Small Model', collection: 'hiam', type: 'Earrings', price: 3900, image: 'media/product-02-hiam-gafla-hearts-earrings-small-model.webp' }, { id: 'p03', name: 'Hiam Gafla Heart Ring, 1 Motif', collection: 'hiam', type: 'Ring', price: 7900, image: 'media/product-03-hiam-gafla-heart-ring-1-motif.webp' }, { id: 'p04', name: 'Hiam Gafla Heart Necklace, Arrow Motif', collection: 'hiam', type: 'Necklace', price: 6100, image: 'media/product-04-hiam-gafla-heart-necklace-arrow-motif.webp' }, { id: 'p05', name: 'Hiam Gafla Heart Necklace, Sword Motif', collection: 'hiam', type: 'Necklace', price: 6100, image: 'media/product-05-hiam-gafla-heart-necklace-sword-motif.webp' }, { id: 'p06', name: 'Fanoos Gafla 1446 Al Ain Necklace', collection: 'fanoos', type: 'Necklace', price: 30000, image: 'media/product-06-fanoos-gafla-1446-al-ain-necklace.webp' }, { id: 'p07', name: 'Fanoos Gafla 1446 Al Ain Earrings', collection: 'fanoos', type: 'Earrings', price: 15000, image: 'media/product-07-fanoos-gafla-1446-al-ain-earrings.webp' }, { id: 'p08', name: 'Fanoos Gafla 1446 Al Ain Ring', collection: 'fanoos', type: 'Ring', price: 13500, image: 'media/product-08-fanoos-gafla-1446-al-ain-ring.webp' }, { id: 'p09', name: 'SAK Gafla Ottoman Lira Bracelet, 4 Motif', collection: 'sak', type: 'Bracelet', price: 18600, image: 'media/product-09-sak-gafla-ottoman-lira-bracelet-4-motif.webp' }, { id: 'p10', name: 'SAK Gafla Ottoman Lira Bracelet, 1 Motif', collection: 'sak', type: 'Bracelet', price: 6700, image: 'media/product-10-sak-gafla-ottoman-lira-bracelet-1-motif.webp' }, { id: 'p11', name: 'SAK Gafla Ottoman Lira Inbetween Ring, 2 Motif', collection: 'sak', type: 'Ring', price: 18600, image: 'media/product-11-sak-gafla-ottoman-lira-inbetween-ring-2-motif.webp' }, { id: 'p12', name: 'SAK Gafla Ottoman Lira Ring, 1 Motif', collection: 'sak', type: 'Ring', price: 12600, image: 'media/product-12-sak-gafla-ottoman-lira-ring-1-motif.webp' }, { id: 'p13', name: 'SAK Gafla Ottoman Lira Rotating Ring, 1 Motif', collection: 'sak', type: 'Ring', price: 11600, image: 'media/product-13-sak-gafla-ottoman-lira-rotating-ring-1-motif.webp' }, { id: 'p14', name: 'SAK Gafla Ottoman Lira Necklace, 16 Motif', collection: 'sak', type: 'Necklace', price: 73200, image: 'media/product-14-sak-gafla-ottoman-lira-necklace-16-motif.webp' }, ]; const BOUTIQUES = [ { id: 'majlis', name: 'Gafla Majlis', city: 'Dubai', address: 'Office 404, Building 9', sub: 'Dubai Design District (d3)', note: 'By appointment & walk-in viewing', image: 'media/boutique-d3-gafla-majlis.webp', primary: true, mapUrl: 'https://goo.gl/maps/tiGxiUfCUTSzB4ER7', }, { id: 'tryano', name: 'TRYANO', city: 'Abu Dhabi', address: 'Yas Mall, Yas Island', sub: 'Department store concession', note: 'Follows venue hours', image: 'media/boutique-tryano-yas-mall.webp', mapUrl: '#', }, { id: 'louvre', name: 'Louvre Abu Dhabi', city: 'Abu Dhabi', address: 'Saadiyat Cultural District', sub: 'Saadiyat Island', note: 'Museum boutique partner', image: 'media/boutique-louvre-abu-dhabi.webp', mapUrl: '#', }, { id: 'ounass', name: 'OUNASS', city: 'Online / GCC', address: 'ounass.ae', sub: 'E-commerce partner', note: 'Curated assortment', image: 'media/boutique-majlis-lounge.webp', online: true, mapUrl: 'https://www.ounass.ae/', }, ]; const CONTACT = { address: 'Gafla Majlis, Office 404, Building 9', district: 'Dubai Design District, Dubai, United Arab Emirates', pobox: 'P.O. Box 75540', email: 'contact@gaflajewellery.com', landline: '+971 4 553 9009', mobile: '+971 50 122 4030', whatsapp: 'https://api.whatsapp.com/send?phone=971501224030', instagram: 'https://www.instagram.com/gafla/', facebook: 'https://www.facebook.com/GaflaJewellery/', snapchat: 'https://www.snapchat.com/add/gaflajewellery', }; const PRESS = [ { name: "Harper's Bazaar Arabia", note: 'D3 Jewels feature' }, { name: 'Arab News', note: 'Emirati design profile' }, { name: 'Dubai Design Week', note: 'Specular, 2017' }, { name: 'Louvre Abu Dhabi', note: 'Museum boutique partner' }, ]; Object.assign(window, { COLLECTIONS, PRODUCTS, BOUTIQUES, CONTACT, PRESS });