{"product_id":"stitch-water-game","title":"Stitch water game","description":"\u003cstyle\u003e\n\n.stitch-product{\nmax-width:1080px;\nmargin:70px auto;\npadding:0 20px;\nfont-family:'Poppins',sans-serif;\n}\n\n.stitch-grid{\ndisplay:grid;\ngrid-template-columns:1fr 1fr;\ngap:60px;\nalign-items:center;\n}\n\n\/* IMAGE *\/\n\n.stitch-product img{\nwidth:100%;\nborder-radius:18px;\nbox-shadow:0 10px 30px rgba(0,0,0,.08);\n}\n\n\/* TEXT *\/\n\n.stitch-title{\nfont-size:34px;\nfont-weight:700;\ncolor:#111;\nmargin-bottom:12px;\n}\n\n.stitch-short{\nfont-size:16px;\ncolor:#555;\nmargin-bottom:22px;\nline-height:1.6;\n}\n\n\/* BENEFITS *\/\n\n.stitch-benefits{\ndisplay:grid;\ngrid-template-columns:repeat(2,1fr);\ngap:16px;\nmargin:30px 0;\n}\n\n.benefit{\ndisplay:flex;\nalign-items:center;\ngap:10px;\nfont-size:15px;\nfont-weight:600;\n}\n\n.benefit span{\nfont-size:20px;\n}\n\n\/* DESCRIPTION *\/\n\n.stitch-desc{\nfont-size:15.5px;\nline-height:1.7;\ncolor:#444;\nmargin-top:10px;\n}\n\n\/* SPEC TABLE *\/\n\n.specs{\nmargin-top:40px;\nborder-radius:14px;\noverflow:hidden;\nborder:1px solid #eee;\n}\n\n.spec{\ndisplay:flex;\njustify-content:space-between;\npadding:14px 18px;\nfont-size:14.5px;\n}\n\n.spec:nth-child(odd){\nbackground:#fafafa;\n}\n\n\/* MOBILE *\/\n\n@media(max-width:768px){\n\n.stitch-grid{\ngrid-template-columns:1fr;\ngap:35px;\n}\n\n.stitch-title{\nfont-size:26px;\n}\n\n}\n\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"stitch-product\"\u003e\n\n\u003cdiv class=\"stitch-grid\"\u003e\n\n\u003c!-- IMAGE --\u003e\n\u003cdiv\u003e\n\u003cimg src=\"YOUR-IMAGE-HERE\"\u003e\n\u003c\/div\u003e\n\n\n\u003c!-- TEXT --\u003e\n\u003cdiv\u003e\n\n\u003cdiv class=\"stitch-title\"\u003e\nDisney Stitch Handheld Water Game Toy\n\u003c\/div\u003e\n\n\u003cdiv class=\"stitch-short\"\u003e\nFun, nostalgic, and skill-building — this interactive water game keeps kids entertained while improving focus and coordination.\n\u003c\/div\u003e\n\n\n\u003c!-- BENEFITS --\u003e\n\n\u003cdiv class=\"stitch-benefits\"\u003e\n\n\u003cdiv class=\"benefit\"\u003e\n\u003cspan\u003e🎯\u003c\/span\u003e Builds Hand-Eye Coordination\n\u003c\/div\u003e\n\n\u003cdiv class=\"benefit\"\u003e\n\u003cspan\u003e🧠\u003c\/span\u003e Improves Focus\n\u003c\/div\u003e\n\n\u003cdiv class=\"benefit\"\u003e\n\u003cspan\u003e✈️\u003c\/span\u003e Perfect Travel Toy\n\u003c\/div\u003e\n\n\u003cdiv class=\"benefit\"\u003e\n\u003cspan\u003e🎁\u003c\/span\u003e Ideal for Gifting\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- DESCRIPTION --\u003e\n\n\u003cdiv class=\"stitch-desc\"\u003e\nEnjoy endless fun with this Disney Stitch handheld water game toy, featuring vibrant gel beads, holographic effects, and satisfying interactive buttons. Kids can tilt and press to guide floating elements through liquid-filled chambers, creating a playful challenge that never gets old.\n\nAdorned with adorable Stitch graphics and cheerful “YEAH” branding, this toy instantly captures attention while supporting the development of motor skills, concentration, and problem-solving abilities. Lightweight yet durable, it’s a fantastic screen-free entertainment option for travel, return gifts, or everyday playtime.\n\u003c\/div\u003e\n\n\n\n\u003c!-- SPECIFICATIONS --\u003e\n\n\u003cdiv class=\"specs\"\u003e\n\n\u003cdiv class=\"spec\"\u003e\n\u003cspan\u003eRecommended Age\u003c\/span\u003e\n\u003cspan\u003e3+ Years\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec\"\u003e\n\u003cspan\u003eMaterial\u003c\/span\u003e\n\u003cspan\u003eChild-Safe Plastic\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec\"\u003e\n\u003cspan\u003eType\u003c\/span\u003e\n\u003cspan\u003eHandheld Water Game\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec\"\u003e\n\u003cspan\u003ePortable\u003c\/span\u003e\n\u003cspan\u003eYes\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec\"\u003e\n\u003cspan\u003eBattery Required\u003c\/span\u003e\n\u003cspan\u003eNo\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec\"\u003e\n\u003cspan\u003eIdeal For\u003c\/span\u003e\n\u003cspan\u003eTravel, Return Gifts, Playtime\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\u003cscript\u003e document.addEventListener('DOMContentLoaded', function () { const accordions = Array.from(document.querySelectorAll('.pd-accordion')); accordions.forEach(acc =\u003e { const content = acc.querySelector('.pd-content'); if (!content) return; if (acc.classList.contains('pd-open')) { content.style.maxHeight = content.scrollHeight + 'px'; content.addEventListener('transitionend', function handler(e) { if (e.propertyName === 'max-height') { content.style.maxHeight = 'none'; content.style.overflow = 'visible'; content.removeEventListener('transitionend', handler); } }); content.style.overflow = 'visible'; } else { content.style.maxHeight = '0px'; content.style.overflow = 'hidden'; } }); accordions.forEach(acc =\u003e { const head = acc.querySelector('.pd-head'); const content = acc.querySelector('.pd-content'); head.addEventListener('click', function () { if (!content) return; if (acc.classList.contains('pd-open')) { if (content.style.maxHeight === 'none' || content.style.maxHeight === '') { content.style.maxHeight = content.scrollHeight + 'px'; } requestAnimationFrame(() =\u003e { content.style.overflow = 'hidden'; content.style.maxHeight = '0px'; acc.classList.remove('pd-open'); }); const onCloseEnd = function (e) { if (e.propertyName === 'max-height') { content.style.overflow = 'hidden'; content.removeEventListener('transitionend', onCloseEnd); } }; content.addEventListener('transitionend', onCloseEnd); } else { content.style.maxHeight = '0px'; content.style.overflow = 'hidden'; requestAnimationFrame(() =\u003e { const full = content.scrollHeight; content.style.maxHeight = full + 'px'; acc.classList.add('pd-open'); }); const onOpenEnd = function (e) { if (e.propertyName === 'max-height') { content.style.maxHeight = 'none'; content.style.overflow = 'visible'; content.removeEventListener('transitionend', onOpenEnd); } }; content.addEventListener('transitionend', onOpenEnd); } }); }); window.addEventListener('resize', function () { accordions.forEach(acc =\u003e { const content = acc.querySelector('.pd-content'); if (!content) return; if (acc.classList.contains('pd-open')) { if (content.style.maxHeight === 'none' || content.style.maxHeight === '') { content.style.maxHeight = content.scrollHeight + 'px'; requestAnimationFrame(() =\u003e { content.style.maxHeight = 'none'; }); } else { content.style.maxHeight = content.scrollHeight + 'px'; } } }); }); }); \u003c\/script\u003e","brand":"ZapZoo","offers":[{"title":"Default Title","offer_id":43311197421642,"sku":null,"price":499.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/0088\/3530\/files\/WhatsAppImage2026-02-12at2.12.57PM.jpg?v=1770976425","url":"https:\/\/zapzoo.in\/products\/stitch-water-game","provider":"ZapZoo","version":"1.0","type":"link"}