{"product_id":"therapy-box-kids","title":"MyTheraPlay Skill Box","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n* { box-sizing: border-box; margin: 0; padding: 0; }\n:root {\n  --primary: #bb008c; --primary-light: #f9e5f4; --primary-dark: #8a0066;\n  --secondary: #38b6ff; --secondary-light: #e8f6ff;\n  --accent: #ffcc00; --accent-light: #fffbe6;\n  --dark: #040404; --muted: #666666; --border: #e5e5e5; --success: #00bb38;\n}\n.sp { font-family: 'DM Sans', sans-serif; color: var(--dark); font-size: 15px; line-height: 1.7; max-width: 860px; margin: 0 auto; padding: 0 1rem 3rem; }\n.sp h1, .sp h2, .sp h3 { font-family: 'Lora', serif; font-weight: 600; line-height: 1.25; color: var(--dark); }\n.badge { display: inline-block; background: var(--primary-light); color: var(--primary-dark); font-family: 'DM Sans', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 4px 12px; border-radius: 20px; margin-bottom: 1rem; }\n.badge-yellow { background: var(--accent-light); color: #5a4200; }\n.above-fold { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: start; padding: 2rem 0; border-bottom: 1px solid var(--border); margin-bottom: 2.5rem; }\n@media (max-width: 640px) { .above-fold { grid-template-columns: 1fr; } }\n.hero-headline { font-family: 'Lora', serif; font-size: clamp(1.5rem, 3.5vw, 2.1rem); font-weight: 600; line-height: 1.2; color: var(--dark); margin-bottom: 0.75rem; }\n.hero-sub { font-size: 15px; color: var(--muted); margin-bottom: 1.25rem; line-height: 1.6; }\n.bullet-list { list-style: none; margin: 0 0 1.5rem; }\n.bullet-list li { padding: 4px 0 4px 1.5rem; position: relative; font-size: 14px; color: var(--muted); }\n.bullet-list li::before { content: ''; position: absolute; left: 0; top: 10px; width: 7px; height: 7px; border-radius: 50%; background: var(--primary); }\n.order-box { background: #fff; border: 1.5px solid var(--primary); border-radius: 12px; padding: 1.5rem; position: sticky; top: 1rem; }\n.price-display { text-align: center; margin-bottom: 1.25rem; }\n.price-now { font-size: 2.2rem; font-weight: 600; color: var(--primary); font-family: 'Lora', serif; }\n.price-note { font-size: 11px; color: #999; display: block; margin-top: 2px; }\n.cta-btn { display: block; width: 100%; background: var(--primary); color: #fff !important; font-family: 'DM Sans', sans-serif; font-size: 15px; font-weight: 600; padding: 14px 20px; border-radius: 8px; border: none; cursor: pointer; text-align: center; text-decoration: none !important; margin-bottom: 0.75rem; }\n.cta-btn:hover { background: var(--primary-dark); }\n.cta-btn-outline { display: block; width: 100%; background: transparent; color: var(--primary) !important; font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 500; padding: 11px 20px; border-radius: 8px; border: 1px solid var(--primary); cursor: pointer; text-align: center; text-decoration: none !important; margin-bottom: 0.75rem; }\n.trust-row { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 0.75rem; }\n.trust-item { font-size: 11px; color: #999; }\n.section { margin: 2.5rem 0; }\n.section-label { font-family: 'DM Sans', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--primary); margin-bottom: 0.5rem; }\n.section h2 { font-size: clamp(1.2rem, 2.5vw, 1.6rem); margin-bottom: 1rem; }\n.section h3 { font-size: 1.05rem; margin-bottom: 0.5rem; }\n.section p { margin-bottom: 1rem; color: var(--muted); }\n.divider { border: none; border-top: 1px solid var(--border); margin: 2.5rem 0; }\n.callout { background: var(--primary-light); border-left: 3px solid var(--primary); border-radius: 0 8px 8px 0; padding: 1rem 1.25rem; margin: 1.5rem 0; }\n.callout p { color: var(--primary-dark); margin-bottom: 0; font-style: italic; }\n.callout-blue { background: var(--secondary-light); border-left-color: var(--secondary); }\n.callout-blue p { color: #005a99; font-style: normal; }\n.callout-yellow { background: var(--accent-light); border-left: 3px solid var(--accent); border-radius: 0 8px 8px 0; padding: 1rem 1.25rem; margin: 1.5rem 0; }\n.callout-yellow p { color: #5a4200; margin-bottom: 0; font-size: 14px; }\n.whats-inside { margin: 1.5rem 0; }\n.inside-card { border: 1px solid var(--border); border-radius: 12px; padding: 1.25rem; margin-bottom: 0.75rem; display: flex; gap: 1rem; align-items: flex-start; }\n.inside-icon { width: 44px; height: 44px; border-radius: 50%; background: var(--primary-light); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 20px; }\n.inside-content h3 { font-size: 1rem; margin-bottom: 0.25rem; }\n.inside-content p { font-size: 13px; color: var(--muted); margin-bottom: 0; }\n.skills-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.75rem; margin: 1.5rem 0; }\n@media (max-width: 500px) { .skills-grid { grid-template-columns: 1fr 1fr; } }\n.skill-chip { background: var(--primary-light); border-radius: 10px; padding: 1rem 0.75rem; text-align: center; }\n.skill-chip strong { font-size: 13px; color: var(--primary-dark); display: block; margin-bottom: 3px; }\n.skill-chip span { font-size: 11px; color: var(--muted); display: block; line-height: 1.4; }\n.how-it-works { margin: 1.5rem 0; }\n.step { display: flex; gap: 1rem; margin-bottom: 1.25rem; align-items: flex-start; }\n.step-num { background: var(--primary); color: #fff; font-family: 'Lora', serif; font-size: 1.1rem; font-weight: 600; width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }\n.step-content h3 { font-size: 1rem; margin-bottom: 0.25rem; }\n.step-content p { font-size: 13px; color: var(--muted); margin-bottom: 0; }\n.proof-box { background: #f8f8f8; border-radius: 12px; padding: 1.25rem; margin-bottom: 1rem; }\n.proof-stat { font-size: 2rem; font-weight: 600; color: var(--primary); font-family: 'Lora', serif; display: block; }\n.proof-label { font-size: 13px; color: var(--muted); }\n.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.75rem; margin: 1.25rem 0; }\n@media (max-width: 500px) { .stat-row { grid-template-columns: 1fr; } }\n.faq-item { border-bottom: 1px solid var(--border); padding: 1rem 0; }\n.faq-q { font-weight: 500; font-size: 14px; margin-bottom: 0.4rem; color: var(--dark); }\n.faq-a { font-size: 13px; color: var(--muted); line-height: 1.6; }\n.final-cta { text-align: center; padding: 2rem 1rem; background: var(--primary-light); border-radius: 12px; margin-top: 2rem; }\n.final-cta h2 { margin-bottom: 0.75rem; font-size: clamp(1.2rem, 2.5vw, 1.6rem); }\n.final-cta p { color: var(--primary-dark); margin-bottom: 1.25rem; max-width: 500px; margin-left: auto; margin-right: auto; }\n.final-cta .cta-btn { max-width: 360px; margin: 0 auto 0.75rem; }\n.disclaimer { background: #f8f8f8; border-radius: 8px; padding: 1rem 1.25rem; margin-top: 2rem; }\n.disclaimer p { font-size: 11px; color: #999; line-height: 1.6; margin-bottom: 0; }\n.ot-credit { text-align: center; font-size: 12px; color: #999; margin-top: 1.5rem; }\n\u003c\/style\u003e\n\u003cdiv class=\"sp\"\u003e\n\u003cdiv class=\"above-fold\" style=\"grid-template-columns: 1fr;\"\u003e\n\u003cdiv\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"badge\"\u003eLaunching soon\u003c\/div\u003e\n\u003ch1 class=\"hero-headline\"\u003eA therapy box with a purpose, built for children who learn best through play\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003e\u003cstrong\u003eMyTheraPlayBox\u003c\/strong\u003e is a skill building box designed by paediatric occupational therapists for children aged 4 to 8 with autism, ADHD, and sensory differences. Every item inside is selected to build real everyday skills through hands on play, with a parent guide so you know exactly how to use it.\u003c\/p\u003e\n\u003cul class=\"bullet-list\"\u003e\n\u003cli\u003eCurated therapy tools and activities to build skills through play\u003c\/li\u003e\n\u003cli\u003eParent guide included so there is no guesswork on how to use each item\u003c\/li\u003e\n\u003cli\u003eReal World Skills Guide showing how each activity links to everyday goals\u003c\/li\u003e\n\u003cli\u003eDesigned for children aged 4 to 8 with autism, ADHD, and sensory differences\u003c\/li\u003e\n\u003cli\u003eDelivered to your door, Australia wide.\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- THE PROBLEM --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-label\"\u003eWhy this box exists\u003c\/div\u003e\n\u003ch2\u003eYou know play is important. You just do not always know what to do with it.\u003c\/h2\u003e\n\u003cp\u003eMost parents of children with autism, ADHD, and sensory differences know their child needs more than screen time and free play. They need purposeful, skill building activities that are also genuinely enjoyable. Activities that build the fine motor strength behind writing, the sensory regulation behind sitting still, the problem solving behind independence.\u003c\/p\u003e\n\u003cp\u003eThe challenge is knowing what to buy, how to use it, and whether it actually targets what your child needs. MyTheraPlayBox removes all of that uncertainty. Every item is selected by paediatric occupational therapists for a specific developmental purpose, and every box comes with a parent guide that tells you exactly how to use it.\u003c\/p\u003e\n\u003cdiv class=\"callout\"\u003e\n\u003cp\u003ePlay is not just fun. For children with autism, ADHD, and sensory differences, the right play is therapy. And the right guidance turns a parent into a confident partner in their child's development.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"divider\"\u003e\n\u003c!-- WHAT IS INSIDE --\u003e\n\u003cdiv class=\"section\" id=\"whats-inside\"\u003e\n\u003cdiv class=\"section-label\"\u003eWhat you receive with each box\u003c\/div\u003e\n\u003ch2\u003eThree things in every box. All working together.\u003c\/h2\u003e\n\u003cdiv class=\"whats-inside\"\u003e\n\u003cdiv class=\"inside-card\"\u003e\n\u003cdiv class=\"inside-icon\"\u003e🧩\u003c\/div\u003e\n\u003cdiv class=\"inside-content\"\u003e\n\u003ch3\u003eTherapy Tools and Activities\u003c\/h3\u003e\n\u003cp\u003eCarefully selected hands on tools and activities designed to build specific skills through play. Every item is chosen by paediatric occupational therapists for a clear developmental purpose, not just because it looks fun.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"inside-card\"\u003e\n\u003cdiv class=\"inside-icon\"\u003e📖\u003c\/div\u003e\n\u003cdiv class=\"inside-content\"\u003e\n\u003ch3\u003eParent Guide\u003c\/h3\u003e\n\u003cp\u003eClear, simple guidance on how to use every item in the box with confidence. No therapy jargon, no guesswork. Just practical ideas you can use today, written for parents by paediatric OTs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"inside-card\"\u003e\n\u003cdiv class=\"inside-icon\"\u003e🎯\u003c\/div\u003e\n\u003cdiv class=\"inside-content\"\u003e\n\u003ch3\u003eReal World Skills Guide\u003c\/h3\u003e\n\u003cp\u003eShows exactly how each activity connects to the everyday goals that matter most for your child: writing, dressing, settling, focusing, and building independence. Because knowing the why makes the how much easier.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"divider\"\u003e\n\u003c!-- SKILLS IT BUILDS --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-label\"\u003eWhat it builds\u003c\/div\u003e\n\u003ch2\u003eReal skills. Delivered through play.\u003c\/h2\u003e\n\u003cp\u003eEvery box targets three core skill areas that have the biggest impact on how a child with autism, ADHD, or sensory differences experiences daily life at home and at school.\u003c\/p\u003e\n\u003cdiv class=\"skills-grid\"\u003e\n\u003cdiv class=\"skill-chip\"\u003e\n\u003cstrong\u003eFine Motor Confidence\u003c\/strong\u003e \u003cspan\u003eHand and finger strength for writing, dressing, and managing everyday tools\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"skill-chip\"\u003e\n\u003cstrong\u003eRegulation Through Play\u003c\/strong\u003e \u003cspan\u003eCalming and organising sensory input to support focus and emotional regulation\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"skill-chip\"\u003e\n\u003cstrong\u003eProblem Solving and Focus\u003c\/strong\u003e \u003cspan\u003eBuilding the attention and persistence needed for learning and independent play\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"callout callout-blue\"\u003e\n\u003cp\u003eEach activity in every box is linked to a real life skill. Fine motor play builds the hand strength behind pencil grip. Sensory regulation activities build the calm needed to sit and learn. Problem solving play builds the focus that carries into the classroom. Play with a purpose, every month.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"divider\"\u003e\n\u003c!-- WHO IT IS FOR --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-label\"\u003eWho it is for\u003c\/div\u003e\n\u003ch2\u003eDesigned for children aged 4 to 8 who learn best through play\u003c\/h2\u003e\n\u003cp\u003eMyTheraPlayBox is designed for children aged 4 to 8 with autism, ADHD, sensory processing differences, or developmental delays who benefit from hands on, play based activities to build everyday skills. It is also ideal for parents who want to support their child's development at home between therapy sessions, or who are on a waitlist for OT and want to start building skills now.\u003c\/p\u003e\n\u003cp\u003eEvery box is designed with the same children in mind that the paediatric OT team at EquipKids sees in clinic: children who are bright, curious, and capable, and who need the right tools and the right environment to show what they can do.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003chr class=\"divider\"\u003e\n\u003c!-- CREDENTIALS --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2\u003eClinically grounded. Parent tested.\u003c\/h2\u003e\n\u003cdiv class=\"stat-row\"\u003e\n\u003cdiv class=\"proof-box\"\u003e\n\u003cspan class=\"proof-stat\"\u003eOT\u003c\/span\u003e \u003cspan class=\"proof-label\"\u003eEvery item selected by paediatric occupational therapists at EquipKids, Melbourne\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"proof-box\"\u003e\n\u003cspan class=\"proof-stat\"\u003e4-8\u003c\/span\u003e \u003cspan class=\"proof-label\"\u003eDesigned specifically for children aged 4 to 8 with autism, ADHD and sensory differences\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"proof-box\"\u003e\n\u003cspan class=\"proof-stat\"\u003e3\u003c\/span\u003e \u003cspan class=\"proof-label\"\u003eThings in every box: therapy tools, parent guide, and real world skills connection\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eMyTheraPlayBox is created by the clinical team at \u003cstrong\u003eEquipKids Occupational Therapy\u003c\/strong\u003e, a paediatric OT clinic supporting families of children with autism, ADHD, and sensory differences across Melbourne. Every item in every box reflects real clinical practice with the children and families we work with every day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003chr class=\"divider\"\u003e\n\u003c!-- FAQ --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-label\"\u003eCommon questions\u003c\/div\u003e\n\u003ch2\u003eWhat families usually ask us\u003c\/h2\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eIs this suitable for my child if they do not have a diagnosis?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eYes. The box is designed for children who benefit from sensory and skill building play, whether or not there is a formal diagnosis in place. If your child has sensory sensitivities, fine motor difficulties, attention challenges, or simply learns best through hands on activity, the box is relevant for them.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eDo I need any therapy knowledge to use the box?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eNone at all. The parent guide in every box tells you exactly what each item is for, how to use it, and what skill it is building. It is written in plain language for parents, not clinicians. You do not need any prior knowledge to get real value from the activities.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eIs this a replacement for occupational therapy?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eNo, and it is not designed to be. MyTheraPlayBox is a home-based tool that complements professional OT support. It is ideal for families using it alongside therapy sessions, or for families on a waitlist who want to start building skills at home now. If your child has significant developmental needs, professional OT assessment and support is always recommended alongside.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eWhat if my child does not like something in the box?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eEvery child is different and sensory preferences vary widely. The parent guide includes suggestions for adapting each activity to different sensory profiles, and some items may need to be introduced gradually rather than all at once. If a particular item is not working for your child, the guide will help you understand why and what to try instead.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eDo you ship Australia wide?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eYes. MyTheraPlayBox ships to all states and territories across Australia.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"final-cta\" id=\"notify\"\u003e\n\u003cdiv class=\"badge badge-yellow\"\u003eLaunching soon\u003c\/div\u003e\n\u003ch2\u003eBe the first to know when we launch\u003c\/h2\u003e\n\u003cp\u003eMyTheraPlayBox is launching soon. Join the waitlist to be notified the moment we open, and to receive early access before we open to the public.\u003c\/p\u003e\n\u003ca href=\"https:\/\/mytheraplaybox.myklpages.com\/l\/UBkFSZ\" class=\"cta-btn\"\u003eJoin the waitlist\u003c\/a\u003e\n\u003cp style=\"font-size: 12px; color: var(--primary-dark); margin-bottom: 0;\"\u003eDelivered to your door · Australia-wide \u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"disclaimer\"\u003e\n\u003cp\u003e\u003cstrong\u003eDisclaimer:\u003c\/strong\u003e MyTheraPlayBox is a play-based resource designed to support the development of children with autism, ADHD, and sensory processing differences. It is not a substitute for professional occupational therapy assessment or treatment. Individual results will vary. If you have concerns about your child's development, please consult a qualified paediatric occupational therapist. This product is intended to complement, not replace, professional support.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp class=\"ot-credit\"\u003e\u003cbr\u003e© 2026 MyTheraPlayBox. All rights reserved.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"MyTheraPlayBox","offers":[{"title":"Default Title","offer_id":51125361836344,"sku":null,"price":89.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0815\/0335\/5192\/files\/box_puppy_fs.png?v=1755036591","url":"https:\/\/mytheraplaybox.com.au\/products\/therapy-box-kids","provider":"MyTheraPlayBox","version":"1.0","type":"link"}