..
WhatsApp Email us
✨ Natural stone luxury 🛠️ Fabrication + Installation 📍 Serving KSA

A new Draemar experience is coming soon

We source and work with Marble, Onyx, Travertine and Granite — from slab selection to fabrication and installation. The new site will showcase real projects, bookmatched walls, premium finishes, and fast enquiries.

Marble
Elegant • Timeless
Perfect for floors, walls, bathrooms and statement interiors.
Onyx
Backlit • Dramatic
A luxury feature stone — ideal for cladding, bars, and focal walls.
Granite & Travertine
Strong • Architectural
Granite for heavy-use counters. Travertine for warm, natural texture.
Stone Spotlight
Click a stone type — the photo + description changes.
Timeless luxury
Stone
Marble
Classic luxury stone with movement, depth, and timeless character.
Walls • Floors • Baths
Send an enquiry
Leave details — we’ll reply fast.
Send request →
WhatsApp
Where we are
Jeddah, Saudi Arabia — serving projects across KSA
KSA
Jeddah HQ • KSA
Open in Google Maps →
Done

Please log in

Before adding this product to your wishlist you must log in or subscribe

document.addEventListener("DOMContentLoaded", function () { const minus = document.querySelector(".qty-btn.minus"); const plus = document.querySelector(".qty-btn.plus"); const input = document.querySelector("#customQty"); const realQty = document.querySelector("form.cart input.qty"); if (!input || !realQty) return; minus.addEventListener("click", function (e) { e.preventDefault(); let val = parseInt(input.value) || 1; if (val > 1) input.value = val - 1; realQty.value = input.value; }); plus.addEventListener("click", function (e) { e.preventDefault(); let val = parseInt(input.value) || 1; input.value = val + 1; realQty.value = input.value; }); input.addEventListener("input", function () { let val = parseInt(input.value) || 1; input.value = val; realQty.value = val; }); });