Kids Product List

`; itemsGrid.appendChild(menuItem); }); categorySection.appendChild(categoryTitle); categorySection.appendChild(itemsGrid); menuContainer.appendChild(categorySection); }); } loadMenu();
`; // Initial quantity let quantity = 1; // Quantity increase and decrease buttons document.getElementById(`increase-${data.eventName}`).addEventListener('click', () => { quantity++; document.getElementById(`quantity-${data.eventName}`) ).textContent = quantity; }); document.getElementById(`decrease-${data.eventName}`).addEventListener('click', () => { if (quantity > 1) { quantity--; document.getElementById(`quantity-${data.eventName }`).textContent = quantity } }); // Add to cart button document.getElementById(`addToCart-${data.eventName}`).addEventListener('click', () => { addToCart(data.eventName, quantity); }); } // Add to cart function function addToCart(productName, quantity) { totalQuantity += quantity; // Add to total quantity document.getElementById('totalQuantity').textContent = totalQuantity; console.log(`Product: ${productName}, Quantity: ${quantity} to cart added.`); } // Fixed add to cart button at the bottom of the page and showing total product quantity document.body.innerHTML += `
Total Products: 0
`;

Delivery worldwide

Order from anywhere in the world. Average delivery time is 3-5 business days.

Easy Returns

If you are not satisfied with the products, you can return them free of charge within 14 days.

Satisfaction-oriented customer support

For your questions and requests, you can contact us via the live support page.

100% Safe Shopping

Enjoy safe shopping with 3D secure payment system and customer support.