Your Shopping Cart
Review the items you've added to your cart before proceeding to checkout. You can adjust quantities or remove items as needed to finalize your order.
Items in Your Cart
(itemId, event) { const item = this.cartItems.find(i => i.id === itemId); if (item) { let newQuantity = parseInt(event.target.value); if (isNaN(newQuantity) || newQuantity < 1) { newQuantity = 1; } item.quantity = newQuantity; } }, removeItem(itemId) { this.cartItems = this.cartItems.filter(item => item.id !== itemId); }, get itemSubtotal() { return (itemId) => { const item = this.cartItems.find(i => i.id === itemId); return item ? (item.price * item.quantity).toFixed(2) : '0.00'; }; }, get cartTotal() { return this.cartItems.reduce((sum, item) => sum + (item.price * item.quantity), 0).toFixed(2); } }">Items in Your Cart
Price:
Subtotal:
Your cart is currently empty.
Start ShoppingPlease double-check your selections before proceeding. Our products are designed to enhance your well-being and beauty journey. If you have any questions, feel free to contact us.
Order Summary
Shipping costs and taxes will be calculated at the next step based on your delivery address and chosen shipping method.
For any inquiries regarding your order or products, please reach out to us at [email protected] or call us at +44 20 7925 0918. Our customer service team is available Mon-Fri: 9:00-17:00, Sat: 10:00-14:00.