// JavaScript to calculate discount and add badge document.addEventListener("DOMContentLoaded", function () { // For the homepage document.querySelectorAll(".product-item").forEach(function (product) { const beforePriceElement = product.querySelector(".currency-value.before .value"); const afterPriceElement = product.querySelector(".currency-value.after .value"); const productImage = product.querySelector(".product-thumbnail img"); if (beforePriceElement && afterPriceElement && productImage) { const beforePrice = parseFloat(beforePriceElement.textContent.trim()); const afterPrice = parseFloat(afterPriceElement.textContent.trim()); if (beforePrice > afterPrice) { const discount = Math.round(((beforePrice - afterPrice) / beforePrice) * 100); // Create the badge const badge = document.createElement("div"); badge.className = "discount-badge"; badge.textContent = `-${discount}% تخفيض`; // Append the badge to the product image container productImage.parentElement.style.position = "relative"; // Ensure the parent is positioned productImage.parentElement.appendChild(badge); } } }); // For the product page document.querySelectorAll(".slick-track .preview-item").forEach(function (previewItem) { const beforePriceElement = document.querySelector(".currency-value.before .value"); const afterPriceElement = document.querySelector(".currency-value.after .value"); const productImage = previewItem.querySelector("img"); if (beforePriceElement && afterPriceElement && productImage) { const beforePrice = parseFloat(beforePriceElement.textContent.trim()); const afterPrice = parseFloat(afterPriceElement.textContent.trim()); if (beforePrice > afterPrice) { const discount = Math.round(((beforePrice - afterPrice) / beforePrice) * 100); // Create the badge const badge = document.createElement("div"); badge.className = "discount-badge"; badge.textContent = `-${discount}% تخفيض`; // Append the badge to the product image container previewItem.style.position = "relative"; // Ensure the parent is positioned previewItem.appendChild(badge);

أهلاً وسهلاً! استمتع بتجربة تسوق ممتعة ومميزة معنا.

أهلاً وسهلاً! استمتع بتجربة تسوق  ممتعة ومميزة  معنا.

الأسئلة المتكررة

متى يصل لي الطلب؟

تعتمد على شركة الشحن التي تم إختيارها والمسؤول عن التوصيل، نحن نوفر مجموعة من المسؤولين عن الشحن بمجموعة من المدن الكبرى، وعادة تأخد من يوم إلى 3 أيام من الطلب وتأكيده.


هل يوجد توصيل خارج البلد؟

حالياً شركات الشحن المتعاقد معها تقوم بالتوصيل داخل البلد ومجموعة من المدن المحددة في صفحة التوصيل يتم عرض كافة المدن التي يصل لها مندوب شركة الشحن

يمككك طلب التوصيل خارج البلد من فريق المتجر عبر الواتساب للقيام بمعلومات وزن المنتج وتسعير وكلاء الشحن الدوليين الغير مسجلين حالياً في المتجر .


في حالة وجود عيب مصنعي في المنتج؟

يجب الرجوع وقراءة سياسة الإسترجاع لمعرفة شروط الإسترجاع والإستبدال، وفي حالة وجود عيب مصنعي تم الإتفاق على إرجاعة يتم إحتساب قيمة الشحن للشركة وكذلك إعادة الشحن على العميل أما قيمة المنتج فلا يتم إحتسابة على العميل حسب سياسية الإسترجاع.


أريد طلب كميات كبيرة هل يوجد خصم؟

يوفر المتجر خدمة توصيل الكميات الكبيرة في حالة الطلب وهنالك خصم يصل من 10-20٪ على بعض المنتجات يمكن التواصل المباشر معنا عبر صفحة اتصل بنا والإستفسار عن الكميات والخصم