وايلد كولت 200 مل

متوسط التقييم: ★ ★ ★ ★ ★ (5/5)

نفذت الكية تخفيضات وايلد كولت 200 مل

2,700 EGP 0 EGP

الوصف

} function removeFromCart(key) { $.ajax({ url: "https://cocooudperfumes.com/cart/remove", method: "POST", data: { _token: "XYHn7bqXxljY2kQR0UGE0RzQgJkS4mYDPMyRtOqJ", key: key }, success: function(response) { openCart(); $('#cart-count').text(response.count); } }); } function closeCart() { $('#cart-sidebar').hide(); }