• يساعد على إنعاش البشرة الحساسة وتهدئتها بلطف. • يمنح البشرة مظهراً حيوياً ومشرقاً مع الاستخدام المنتظم. • يلعب دوراً مهماً في تنظيف المسام بعمق والتخلص من الشوائب. • مناسب لجميع أنواع البشرة.
Claderm AloeVera Face Mask 50ml
$40.00Price
bottom of page
$w.onReady(function () {
$w('#addToCartButton').onClick(() => {
wixStores.cart.getCurrentCart()
.then((cart) => {
let items = cart.lineItems.filter(item => item.productId === $w('#productPage').product.id);
let totalQty = items.reduce((sum, i) => sum + i.quantity, 0);
if (totalQty >= 4) {
wixWindow.openLightbox("تنبيه", { message: "عذرًا، لا يمكن طلب أكثر من 4 قطع من هذا المنتج." });
throw new Error("Maximum quantity reached");
}
});
});
});