- Summer Fun - | Kids Toys - WaleedToys

- Summer Fun -

bestway "Inflatable swimming pools, fun floaties, and swimming goggles for kids & adults – Bestway & Intex quality – fast delivery across Kuwait – enjoy the best summer swim gear today!"
- Summer Fun -
Filters
Brands
Price Range
Min
Max
Availability
Reset Filters
Filters
Reset Filters
Showing 1–3 of 3 Products
Kids Sand Toy Set in Decorated Bucket
-0%

Enjoy outdoor fun with your child using this practical sand toy set in a decorated star bucket! Includes essential tools like a shovel and rake. Perfe...

2.25 KWD 2.25 KWD
View Details
Ice Cream Beach Sand Toy Set for Kids
-0%

Give your kids a fun summer experience with this ice cream-themed sand toy set! Includes a cute ice cream bucket, shovel, rake, and cones for molding...

2.50 KWD 2.50 KWD
View Details
Kids Beach Sand Toy Set with Cake Molds
-0%

Let your kids enjoy creative beach time with this fun sand toy set! Includes a candy-themed bucket, shovel, rake, watering can, and adorable cake-shap...

2.25 KWD 2.25 KWD
View Details
WhatsApp
) // View toggle const viewGrid = document.querySelector('.view-grid'); const viewList = document.querySelector('.view-list'); if (viewGrid) { viewGrid.addEventListener('click', () => { currentViewMode = 'grid'; document.querySelector('.products-grid').classList.remove('d-none'); document.querySelector('.products-list').classList.add('d-none'); document.querySelector('.view-grid').classList.add('active'); document.querySelector('.view-list').classList.remove('active'); }); } if (viewList) { viewList.addEventListener('click', () => { currentViewMode = 'list'; document.querySelector('.products-list').classList.remove('d-none'); document.querySelector('.products-grid').classList.add('d-none'); document.querySelector('.view-list').classList.add('active'); document.querySelector('.view-grid').classList.remove('active'); }); } // Load More functionality is now handled by the shared load-more.js script });