/>
slider-image slider-image
slider-image slider-image
slider-image slider-image
slider-image slider-image
slider-image slider-image


الصنـــــادل

Luofu Birken

Luofu Birken

299 درهم 175 درهم
Luofu Simple

Luofu Simple

299 درهم 175 درهم
SUNDAL AGASSI

SUNDAL AGASSI

349 درهم 249 درهم
Luofu Medical

Luofu Medical

299 درهم 175 درهم
Luofo Slide

Luofo Slide

299 درهم 175 درهم
Luofo Innovative

Luofo Innovative

299 درهم 175 درهم
رجال Louleun

رجال Louleun

299 درهم 199 درهم
slider-image slider-image

section Products list  SettingsCheckout Styles Title  Subtitle  Limit   Select category    منتجـات تجميليـة المنزل و الديكـور الصنادل المنتجات الأكثر مبيعــا   View type Slider Grid Style 1 Style 2

slider-image slider-image

slider-image slider-image
slider-image slider-image

  • خدمة الدفع عند الاستلام

    التسوق اون لاين من المتجر ودفع المال عند التوصيل.

  • خدمة عملاء ممتازة

    مستشارونا رهن إشارتكم للإجابة على أسئلتكم في أي وقت

  • التوصيل السريع

    خدمة التوصيل السريع في جميع انحاء المدن

  • تسوق بكل سهولة

    تستطيع شراء اي منتج من خلال متجرنا بكل سهولة ويسر

var productItem = document.getElementsByClassName("product-item") var price_checker = productItem[i].querySelector("div.product-info > div > span.currency-value.before") !== null; if (price_checker) { productItem[i].style.position = "relative" var discount_pp = document.createElement("span") discount_pp.setAttribute("class", "discount_pp") productItem[i].appendChild(discount_pp) var price_bef = productItem[i].querySelector("div.product-info > div > span.currency-value.before > span.value") var price_aft = productItem[i].querySelector("div.product-info > div > span.currency-value.after > span.value") var price_after = parseInt(price_aft.textContent) var price_before = parseInt(price_bef.textContent) var pp = (price_after * 100) / price_before var pp_rounded = (Math.round((100 - pp))).toString() discount_pp.innerHTML = pp_rounded + "%-" } }