{"title":"Haircut Support Resources","description":"\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Lora:ital,wght@0,400;0,600;1,400\u0026amp;family=DM+Sans:wght@400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\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;\n}\n.col { font-family: 'DM Sans', sans-serif; color: var(--dark); font-size: 15px; line-height: 1.7; max-width: 900px; margin: 0 auto; padding: 0 1rem 3rem; }\n.col h1, .col h2, .col 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.hero { text-align: center; padding: 2.5rem 1rem 2rem; border-bottom: 1px solid var(--border); margin-bottom: 2.5rem; }\n.hero h1 { font-size: clamp(1.6rem, 4vw, 2.4rem); margin-bottom: 0.75rem; }\n.hero p { font-size: 15px; color: var(--muted); max-width: 620px; margin: 0 auto 1.25rem; line-height: 1.7; }\n.byline { font-size: 12px; color: var(--primary-dark); font-weight: 600; text-align: center; margin-bottom: 1.5rem; }\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; font-size: 15px; }\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.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.4rem; color: var(--dark); }\n.section p { margin-bottom: 1rem; color: var(--muted); }\n.divider { border: none; border-top: 1px solid var(--border); margin: 2.5rem 0; }\n.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 1.5rem 0; }\n@media (max-width: 580px) { .why-grid { grid-template-columns: 1fr; } }\n.why-card { border: 1px solid var(--border); border-radius: 12px; padding: 1.25rem; }\n.why-card h3 { font-size: 0.95rem; margin-bottom: 0.5rem; color: var(--primary); }\n.why-card p { font-size: 13px; color: var(--muted); margin-bottom: 0; }\n.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 1.5rem 0; }\n@media (max-width: 500px) { .audience-grid { grid-template-columns: 1fr; } }\n.audience-card { background: var(--primary-light); border-radius: 10px; padding: 1.1rem 1.25rem; }\n.audience-card h3 { font-size: 0.9rem; font-weight: 600; color: var(--primary-dark); margin-bottom: 0.4rem; }\n.audience-card p { font-size: 13px; color: var(--primary-dark); margin-bottom: 0; line-height: 1.5; }\n.trigger-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.75rem; margin: 1.5rem 0; }\n@media (max-width: 580px) { .trigger-grid { grid-template-columns: 1fr 1fr; } }\n.trigger-chip { background: var(--primary-light); border-radius: 8px; padding: 0.75rem 0.5rem; text-align: center; }\n.trigger-chip span { font-size: 11px; font-weight: 600; color: var(--primary-dark); display: block; line-height: 1.4; }\n.faq-item { border-bottom: 1px solid var(--border); padding: 1.1rem 0; }\n.faq-q { font-weight: 600; font-size: 15px; margin-bottom: 0.5rem; color: var(--dark); }\n.faq-a { font-size: 14px; color: var(--muted); line-height: 1.7; }\n.cta-btn { display: block; background: var(--primary); color: #fff !important; font-family: 'DM Sans', sans-serif; font-size: 15px; font-weight: 600; padding: 14px 28px; border-radius: 8px; border: none; cursor: pointer; text-align: center; text-decoration: none !important; }\n.cta-btn:hover { background: var(--primary-dark); }\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: 520px; margin-left: auto; margin-right: auto; }\n.final-cta .cta-btn { max-width: 380px; 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\n\u003cdiv class=\"col\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"hero\"\u003e\n    \u003cdiv class=\"badge\"\u003eCreated by paediatric occupational therapists\u003c\/div\u003e\n    \u003ch1\u003eHaircut Support Resources for Children with Autism, ADHD and Sensory Differences\u003c\/h1\u003e\n    \u003cp\u003eFor many children with autism, ADHD, and sensory differences, a haircut is not a simple errand. It is a genuinely overwhelming experience involving unexpected touch, unfamiliar sounds, strong smells, loss of control, and a complete inability to predict what comes next. This collection exists because haircut distress is real, it is common, and it is addressable with the right strategies.\u003c\/p\u003e\n    \u003cp\u003eThese resources are created by paediatric occupational therapists to give parents, carers, and hairdressers a practical, clinically grounded approach to making haircuts manageable, and eventually, calm.\u003c\/p\u003e\n\n    \u003cdiv class=\"callout\" style=\"text-align:left; max-width: 620px; margin: 0 auto;\"\u003e\n      \u003cp\u003eHaircut distress is not a behaviour problem. It is a sensory one. And sensory challenges respond to preparation, gradual exposure, and the right environment.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- WHY HAIRCUTS ARE HARD --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eWhy haircuts are so hard\u003c\/div\u003e\n    \u003ch2\u003eWhat makes haircuts overwhelming for sensory sensitive children?\u003c\/h2\u003e\n    \u003cp\u003eA haircut combines multiple sensory triggers at the same time in a situation where the child has very little control. For a child whose nervous system is already processing the world more intensely than average, this combination can be genuinely distressing, not just uncomfortable.\u003c\/p\u003e\n\n    \u003cdiv class=\"trigger-grid\"\u003e\n      \u003cdiv class=\"trigger-chip\"\u003e\u003cspan\u003eUnexpected touch on the head, neck and face\u003c\/span\u003e\u003c\/div\u003e\n      \u003cdiv class=\"trigger-chip\"\u003e\u003cspan\u003eSound of clippers and scissors close to the ears\u003c\/span\u003e\u003c\/div\u003e\n      \u003cdiv class=\"trigger-chip\"\u003e\u003cspan\u003eSmell of hair products and salon chemicals\u003c\/span\u003e\u003c\/div\u003e\n      \u003cdiv class=\"trigger-chip\"\u003e\u003cspan\u003eHair falling on skin and clothing\u003c\/span\u003e\u003c\/div\u003e\n      \u003cdiv class=\"trigger-chip\"\u003e\u003cspan\u003eInability to predict what comes next\u003c\/span\u003e\u003c\/div\u003e\n      \u003cdiv class=\"trigger-chip\"\u003e\u003cspan\u003eLoss of control over what is happening to their body\u003c\/span\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cp\u003eUnderstanding which specific triggers are driving your child's distress is the first step toward addressing them. The resources in this collection walk you through exactly that process and give you a structured, step-by-step approach for each one.\u003c\/p\u003e\n\n    \u003cdiv class=\"callout callout-blue\"\u003e\n      \u003cp\u003eThe six most common sensory triggers during haircuts are unexpected touch, sound, smell, hair on skin, unpredictability, and loss of control. Each one can be addressed with targeted preparation strategies. Our complete guide covers all six in clinical depth.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"divider\"\u003e\n\n  \u003c!-- WHY THESE RESOURCES --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eWhy these resources\u003c\/div\u003e\n    \u003ch2\u003eClinically grounded, written for real life\u003c\/h2\u003e\n    \u003cp\u003eMost advice parents find online about haircut distress is generic: try a social story, use headphones, distract with a screen. These strategies can help, but without understanding the specific sensory profile driving your child's distress, they are guesswork.\u003c\/p\u003e\n    \u003cp\u003eThese resources bring the clinical frameworks used by paediatric occupational therapists at EquipKids OT in Melbourne into a format parents and hairdressers can use right now. They address the sensory science behind haircut distress and give you a structured, graduated approach that builds your child's tolerance over time rather than hoping each haircut goes better than the last.\u003c\/p\u003e\n\n    \u003cdiv class=\"why-grid\"\u003e\n      \u003cdiv class=\"why-card\"\u003e\n        \u003ch3\u003eAddresses the root cause\u003c\/h3\u003e\n        \u003cp\u003eBuilt around understanding your child's specific sensory triggers, not generic tips. Because the same strategy does not work for every child.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"why-card\"\u003e\n        \u003ch3\u003eFor parents and professionals\u003c\/h3\u003e\n        \u003cp\u003eResources for home preparation and a dedicated professional guide for hairdressers and barbers who want to better support neurodivergent clients.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"why-card\"\u003e\n        \u003ch3\u003eA graduated approach\u003c\/h3\u003e\n        \u003cp\u003eBuilt on the occupational therapy principle of gradual exposure. Progress is built step by step, not forced in a single overwhelming session.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"divider\"\u003e\n\n  \u003c!-- WHO IT IS FOR --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eWho this collection is for\u003c\/div\u003e\n    \u003ch2\u003eYou are in the right place if\u003c\/h2\u003e\n\n    \u003cdiv class=\"audience-grid\"\u003e\n      \u003cdiv class=\"audience-card\"\u003e\n        \u003ch3\u003eYour child dreads haircuts or refuses them entirely\u003c\/h3\u003e\n        \u003cp\u003eWhether haircuts end in meltdown, require physical restraint, or simply cause days of anxiety beforehand, these resources give you a structured approach to change that pattern.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"audience-card\"\u003e\n        \u003ch3\u003eYour child has autism, ADHD, or sensory differences\u003c\/h3\u003e\n        \u003cp\u003eDiagnosed or not. Haircut distress driven by sensory processing differences responds to the same targeted strategies regardless of whether there is a formal diagnosis.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"audience-card\"\u003e\n        \u003ch3\u003eYou are a hairdresser or barber working with neurodivergent clients\u003c\/h3\u003e\n        \u003cp\u003eThe professional guide in this collection was written specifically for hairdressers and barbers who want practical, evidence-informed strategies for supporting sensory-sensitive clients of all ages.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"audience-card\"\u003e\n        \u003ch3\u003eYou have tried the usual tips and they have not worked\u003c\/h3\u003e\n        \u003cp\u003eIf distraction, rewards, and social stories alone have not been enough, these resources go deeper into the sensory science and give you a more targeted, graduated approach.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"callout-yellow\"\u003e\n      \u003cp\u003e\u003cstrong\u003eFor hairdressers and barbers:\u003c\/strong\u003e The Better Haircuts for Sensitive Kids professional guide is the only resource in Australia written specifically for hair professionals working with neurodivergent clients. It covers sensory triggers, environmental adjustments, communication strategies, and how to build a genuinely inclusive salon experience.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"divider\"\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eCommon questions\u003c\/div\u003e\n    \u003ch2\u003eWhat parents ask about haircut distress in autistic and sensory kids\u003c\/h2\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eWhy does my autistic child get so distressed during haircuts?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eHaircut distress in autistic children is almost always rooted in sensory processing differences rather than behaviour. The combination of unexpected touch, unfamiliar sounds close to the ears, loss of control, and inability to predict what comes next creates a genuinely overwhelming experience for a nervous system that is already processing sensory input more intensely. Understanding which specific triggers are most affecting your child is the starting point for addressing the distress effectively.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eHow do I prepare my child with sensory differences for a haircut?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eEffective preparation goes beyond distraction and rewards. It involves gradually desensitising your child to the specific sensory triggers driving their distress, building predictability through visual supports and social stories, giving the child as much control as possible over the experience, and working with a hairdresser who understands sensory needs. The resources in this collection walk you through each step of this process in clinical depth.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eIs haircut distress something that can be improved?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes. Sensory sensitivities respond to gradual exposure and targeted desensitisation strategies over time. Many families who start with haircuts that end in full meltdown are able to reach a point where their child tolerates, and sometimes even accepts, the experience with the right preparation and the right environment. Progress is individual and takes time, but a structured approach makes a significant difference.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eWhat can hairdressers do to support sensory-sensitive clients?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eSmall environmental and communication adjustments make an enormous difference: reducing background noise, offering a quiet appointment time, explaining each step before doing it, allowing the client to hold a mirror, avoiding capes if they cause tactile distress, and understanding that slow and calm is more effective than fast and efficient. The professional guide in this collection covers all of this and more in a format designed specifically for hair professionals.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003chr class=\"divider\"\u003e\n\n  \u003c!-- FINAL CTA --\u003e\n  \u003cdiv class=\"final-cta\"\u003e\n    \u003cdiv class=\"badge\"\u003eStart here\u003c\/div\u003e\n    \u003ch2\u003eHaircuts do not have to be the hardest part of your month\u003c\/h2\u003e\n    \u003cp\u003eWith the right preparation, the right environment, and a structured approach built on how sensory processing actually works, haircuts can become manageable. These resources give you and your child's hairdresser everything you need to get there.\u003c\/p\u003e\n    \u003ca href=\"#product-grid\" class=\"cta-btn\"\u003eBrowse the Haircut Support collection\u003c\/a\u003e\n    \u003cp style=\"font-size:12px; color: var(--primary-dark); margin-bottom:0;\"\u003eInstant PDF downloads · Created by paediatric occupational therapists · EquipKids OT, Melbourne\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"disclaimer\"\u003e\n    \u003cp\u003e\u003cstrong\u003eDisclaimer:\u003c\/strong\u003e MyTheraPlayBox Haircut Support resources are educational materials designed to support families of children with autism, ADHD, and sensory processing differences. They are not a substitute for professional occupational therapy assessment or treatment. If your child's sensory difficulties are significantly affecting their daily life, please consult a qualified paediatric occupational therapist. These resources are intended to complement, not replace, professional support.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"ot-credit\"\u003eCreated by the clinical team at EquipKids Occupational Therapy, Melbourne, Australia · mytheraplaybox.com.au\u003cbr\u003e© 2026 MyTheraPlayBox. All rights reserved.\u003c\/p\u003e\n\n\u003c\/div\u003e","products":[{"product_id":"haircutting-without-tears","title":"Haircutting Without Tears: A Complete OT Guide for Sensory, Autistic and ADHD Children","description":"\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Lora:ital,wght@0,400;0,600;1,400\u0026amp;family=DM+Sans:wght@400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003cstyle\u003e* { box-sizing: border-box; margin: 0; padding: 0; }:root { --primary: #bb008c; --primary-light: #f9e5f4; --primary-dark: #8a0066; --secondary: #38b6ff; --secondary-light: #e8f6ff; --accent: #ffcc00; --accent-light: #fffbe6; --dark: #040404; --muted: #666666; --border: #e5e5e5; --success: #00bb38; }.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; }.sp h1, .sp h2, .sp h3 { font-family: 'Lora', serif; font-weight: 600; line-height: 1.25; color: var(--dark); }.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; }.badge-blue { background: var(--secondary-light); color: #0077cc; }.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; }@media (max-width: 640px) { .above-fold { grid-template-columns: 1fr; } }.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; }.hero-sub { font-size: 15px; color: var(--muted); margin-bottom: 1.25rem; line-height: 1.6; }.bullet-list { list-style: none; margin: 0 0 1.5rem; }.bullet-list li { padding: 4px 0 4px 1.5rem; position: relative; font-size: 14px; color: var(--muted); }.bullet-list li::before { content: ''; position: absolute; left: 0; top: 10px; width: 7px; height: 7px; border-radius: 50%; background: var(--primary); }.order-box { background: #fff; border: 1.5px solid var(--primary); border-radius: 12px; padding: 1.5rem; position: sticky; top: 1rem; }.price-display { text-align: center; margin-bottom: 1.25rem; }.price-now { font-size: 2.2rem; font-weight: 600; color: var(--primary); font-family: 'Lora', serif; }.price-note { font-size: 11px; color: #999; display: block; margin-top: 2px; }.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; }.cta-btn:hover { background: var(--primary-dark); }.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; }.trust-row { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 0.75rem; }.trust-item { font-size: 11px; color: #999; }.sp-img { width: 100%; border-radius: 12px; display: block; margin: 1.5rem 0; }.sp-img-center { width: 100%; max-width: 640px; display: block; margin: 1.5rem auto; }.section { margin: 2.5rem 0; }.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; }.section h2 { font-size: clamp(1.2rem, 2.5vw, 1.6rem); margin-bottom: 1rem; }.section h3 { font-size: 1.05rem; margin-bottom: 0.5rem; }.section p { margin-bottom: 1rem; color: var(--muted); }.divider { border: none; border-top: 1px solid var(--border); margin: 2.5rem 0; }.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; }.callout p { color: var(--primary-dark); margin-bottom: 0; font-style: italic; }.callout-blue { background: var(--secondary-light); border-left-color: var(--secondary); }.callout-blue p { color: #005a99; }.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; margin: 1.5rem 0; }@media (max-width: 580px) { .two-col { grid-template-columns: 1fr; } }.way-card { border: 1px solid var(--border); border-radius: 12px; padding: 1.25rem; }.way-card.old { border-left: 3px solid #cc3333; }.way-card.new { border-left: 3px solid var(--success); }.way-card h3 { font-size: 0.95rem; margin-bottom: 0.75rem; }.way-card ul { list-style: none; }.way-card ul li { font-size: 13px; color: var(--muted); padding: 3px 0 3px 1.25rem; position: relative; }.way-card ul li::before { content: ''; position: absolute; left: 0; top: 9px; width: 6px; height: 6px; border-radius: 50%; }.way-card.old ul li::before { background: #cc3333; }.way-card.new ul li::before { background: var(--success); }.offer-item { border: 1px solid var(--border); border-radius: 12px; padding: 1rem 1.25rem; margin-bottom: 0.75rem; display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; }.offer-item-left { flex: 1; }.offer-item-left strong { font-size: 14px; font-weight: 500; color: var(--dark); display: block; margin-bottom: 3px; }.offer-item-left span { font-size: 12px; color: var(--muted); }.offer-item-value { font-size: 13px; font-weight: 600; color: var(--primary); white-space: nowrap; }.proof-box { background: #f8f8f8; border-radius: 12px; padding: 1.25rem; margin-bottom: 1rem; }.proof-stat { font-size: 2rem; font-weight: 600; color: var(--primary); font-family: 'Lora', serif; display: block; }.proof-label { font-size: 13px; color: var(--muted); }.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.75rem; margin: 1.25rem 0; }@media (max-width: 500px) { .stat-row { grid-template-columns: 1fr; } }.urgency-box { background: var(--accent-light); border: 1px solid var(--accent); border-radius: 12px; padding: 1.25rem; margin: 1.5rem 0; }.urgency-box p { color: #5a4200; margin-bottom: 0; }.faq-item { border-bottom: 1px solid var(--border); padding: 1rem 0; }.faq-q { font-weight: 500; font-size: 14px; margin-bottom: 0.4rem; color: var(--dark); }.faq-a { font-size: 13px; color: var(--muted); line-height: 1.6; }.final-cta { text-align: center; padding: 2rem 1rem; background: var(--primary-light); border-radius: 12px; margin-top: 2rem; }.final-cta h2 { margin-bottom: 0.75rem; font-size: clamp(1.2rem, 2.5vw, 1.6rem); }.final-cta p { color: var(--primary-dark); margin-bottom: 1.25rem; max-width: 500px; margin-left: auto; margin-right: auto; }.final-cta .cta-btn { max-width: 360px; margin: 0 auto 0.75rem; }.disclaimer { background: #f8f8f8; border-radius: 8px; padding: 1rem 1.25rem; margin-top: 2rem; }.disclaimer p { font-size: 11px; color: #999; line-height: 1.6; margin-bottom: 0; }.ot-credit { text-align: center; font-size: 12px; color: #999; margin-top: 1.5rem; }.chapter-list { list-style: none; margin: 1rem 0; }.chapter-list li { padding: 8px 0 8px 1.5rem; position: relative; font-size: 14px; color: var(--muted); border-bottom: 1px solid var(--border); }.chapter-list li:last-child { border-bottom: none; }.chapter-list li::before { content: ''; position: absolute; left: 0; top: 14px; width: 7px; height: 7px; border-radius: 50%; background: var(--primary); }.chapter-list li strong { color: var(--dark); }\u003c\/style\u003e\n\n\u003cdiv class=\"sp\"\u003e\n\n  \u003cdiv class=\"above-fold\"\u003e\n    \u003cdiv\u003e\n      \n      \u003ch1 class=\"hero-headline\"\u003eHaircut day does not have to end in tears\u003c\/h1\u003e\n      \u003cp class=\"hero-sub\"\u003eA complete OT designed parent guide for children with autism, ADHD and sensory differences. 45 pages of clinical knowledge, translated into strategies you can actually use.\u003c\/p\u003e\n      \u003cul class=\"bullet-list\"\u003e\n        \u003cli\u003eUnderstand exactly why haircuts feel so overwhelming for your child\u003c\/li\u003e\n        \u003cli\u003eA step by step home desensitisation program that actually works\u003c\/li\u003e\n        \u003cli\u003eWhat to bring, what to say, and what to do when things go wrong\u003c\/li\u003e\n        \u003cli\u003eA hairdresser guide you can print and hand directly to your salon\u003c\/li\u003e\n        \u003cli\u003eHaircut day checklist and 7 sensory systems reference guide included\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cdiv class=\"order-box\"\u003e\n        \u003cdiv class=\"price-display\"\u003e\n          \u003cspan class=\"price-now\"\u003eAU$44.95\u003c\/span\u003e\n          \u003cspan class=\"price-note\"\u003eInstant download · PDF · Any device · NDIS claimable\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003ca href=\"https:\/\/mytheraplaybox.com.au\/products\/haircutting-without-tears\" class=\"cta-btn\"\u003eGet instant access , AU$44.95\u003c\/a\u003e\n        \u003ca href=\"https:\/\/mytheraplaybox.com.au\/products\/haircutting-without-tears-complete-bundle\" class=\"cta-btn-outline\"\u003eSee the complete bundle , AU$54.95\u003c\/a\u003e\n        \u003cdiv class=\"trust-row\"\u003e\n          \u003cspan class=\"trust-item\"\u003e✓ OT designed\u003c\/span\u003e\n          \u003cspan class=\"trust-item\"\u003e✓ NDIS claimable\u003c\/span\u003e\n          \u003cspan class=\"trust-item\"\u003e✓ Instant download\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eThe problem\u003c\/div\u003e\n    \u003ch2\u003eHaircut day is one of the hardest days of the week for many sensory families\u003c\/h2\u003e\n    \u003cp\u003eYou have probably already tried everything. You have promised rewards, changed salons, tried home haircuts, pushed through appointments hoping it might get easier with time. And yet the same pattern keeps happening.\u003c\/p\u003e\n    \u003cp\u003eWhat makes this especially hard is that haircut distress is so often misunderstood by others. From the outside, it looks like a child overreacting to something small. From the inside, it is a nervous system genuinely overwhelmed by sensory input it cannot filter.\u003c\/p\u003e\n    \u003cdiv class=\"callout\"\u003e\n      \u003cp\u003eYour child is not being difficult. What looks like refusal or meltdown is almost always a child communicating: this feels too hard for me right now.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cp\u003eThe clippers are not just loud. They are painfully, unpredictably loud. The loose hair falling onto the neck is not mildly uncomfortable. It is sharp, persistent, and impossible to ignore. The salon is not just busy. It is visually overwhelming before anything has even happened.\u003c\/p\u003e\n    \u003cp\u003eAnd for many children, the hardest part is not sensory at all. It is the loss of control. Someone standing behind them, touching their head, moving their face, using tools they cannot see.\u003c\/p\u003e\n    \u003cp\u003eOnce you understand what is actually happening for your child, everything about how you approach haircuts can change.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"divider\"\u003e\n\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eBefore and after\u003c\/div\u003e\n    \u003ch2\u003eWhat haircut day looks like without this guide, and with it\u003c\/h2\u003e\n    \u003cdiv class=\"two-col\"\u003e\n      \u003cdiv class=\"way-card old\"\u003e\n        \u003ch3\u003eWithout a framework\u003c\/h3\u003e\n        \u003cul\u003e\n          \u003cli\u003eDreading haircut day weeks in advance\u003c\/li\u003e\n          \u003cli\u003eTrying strategies that work for some kids but not yours\u003c\/li\u003e\n          \u003cli\u003ePushing through because you feel you have to\u003c\/li\u003e\n          \u003cli\u003eLeaving the salon feeling guilty and exhausted\u003c\/li\u003e\n          \u003cli\u003eNot knowing how to explain it to the hairdresser\u003c\/li\u003e\n          \u003cli\u003eUnsure if things will ever get easier\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"way-card new\"\u003e\n        \u003ch3\u003eWith this guide\u003c\/h3\u003e\n        \u003cul\u003e\n          \u003cli\u003eUnderstanding exactly what is driving your child's distress\u003c\/li\u003e\n          \u003cli\u003eA step by step plan that works for your child specifically\u003c\/li\u003e\n          \u003cli\u003eKnowing what to do before, during and after\u003c\/li\u003e\n          \u003cli\u003eA hairdresser guide that does the explaining for you\u003c\/li\u003e\n          \u003cli\u003eKnowing when stopping is the right call\u003c\/li\u003e\n          \u003cli\u003eProgress that builds appointment by appointment\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"divider\"\u003e\n\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eWhat is inside\u003c\/div\u003e\n    \u003ch2\u003eEverything inside Haircutting Without Tears\u003c\/h2\u003e\n    \u003cul class=\"chapter-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eWhy haircuts feel so hard\u003c\/strong\u003e , the sensory and emotional reasons behind the distress, explained clearly\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eUnderstanding your child's specific triggers\u003c\/strong\u003e , sound, touch, environment, loss of control, anticipatory anxiety\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eThe home desensitisation program\u003c\/strong\u003e , a graduated step-by-step approach starting well before the salon appointment\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eManaging hair on skin\u003c\/strong\u003e , one of the most overlooked triggers, and how to address it\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eBuilding a sensory diet for haircut preparation\u003c\/strong\u003e , how to arrive at the appointment with a regulated nervous system\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003ePreparing the appointment\u003c\/strong\u003e , timing, environment, social story, the signal system\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eThe night before and morning of\u003c\/strong\u003e , what actually helps in the lead-up\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eDuring the haircut\u003c\/strong\u003e , recognising early signs of overwhelm, what helps, when to stop\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eYour nervous system matters too\u003c\/strong\u003e , co-regulation and why your calm changes everything\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eHelpful language during haircuts\u003c\/strong\u003e , what to say and what to avoid, with specific examples\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eWhen things go wrong\u003c\/strong\u003e , what not to do, and how to recover without reinforcing fear\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eThe Barber and Hairdresser Guide\u003c\/strong\u003e , print and hand directly to your salon\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eHaircut Day Checklist\u003c\/strong\u003e , practical reference for every appointment\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003e7 Sensory Systems and Haircuts\u003c\/strong\u003e , which systems are involved and what helps each one\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"divider\"\u003e\n\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eWhy trust this\u003c\/div\u003e\n    \u003ch2\u003eClinical expertise, not guesswork\u003c\/h2\u003e\n    \u003cdiv class=\"stat-row\"\u003e\n      \u003cdiv class=\"proof-box\"\u003e\n        \u003cspan class=\"proof-stat\"\u003e45\u003c\/span\u003e\n        \u003cspan class=\"proof-label\"\u003ePages of OT-grounded guidance written specifically for parents\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"proof-box\"\u003e\n        \u003cspan class=\"proof-stat\"\u003e7\u003c\/span\u003e\n        \u003cspan class=\"proof-label\"\u003eSensory systems covered with practical strategies for each\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"proof-box\"\u003e\n        \u003cspan class=\"proof-stat\"\u003eOT\u003c\/span\u003e\n        \u003cspan class=\"proof-label\"\u003eCreated by paediatric occupational therapists at EquipKids, Melbourne\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cp\u003eHaircutting Without Tears was created by the clinical team at \u003cstrong\u003eEquipKids Occupational Therapy\u003c\/strong\u003e, a paediatric OT clinic supporting families across Melbourne. Every strategy in this guide reflects real clinical practice with sensory, autistic and ADHD children and their families.\u003c\/p\u003e\n    \u003cp\u003eThis is not general parenting advice. It is the same framework our OTs use in clinic, written in language any parent can use at home.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"divider\"\u003e\n\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eAlso available\u003c\/div\u003e\n    \u003ch2\u003eAdd the Haircut Visuals Pack for AU$9.95 more\u003c\/h2\u003e\n    \u003cp\u003eSome children need to see what is coming before they can cope with it. The Haircut Visuals Pack includes a social story, a visual routine strip and a break card , designed to be used alongside this guide or as standalone tools at the salon.\u003c\/p\u003e\n    \u003cdiv class=\"offer-item\"\u003e\n      \u003cdiv class=\"offer-item-left\"\u003e\n        \u003cstrong\u003eMy Haircut Visit\u003c\/strong\u003e\n        \u003cspan\u003eA 7 page illustrated social story walking your child through every step of a salon visit.\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"offer-item-value\"\u003eIncluded\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"offer-item\"\u003e\n      \u003cdiv class=\"offer-item-left\"\u003e\n        \u003cstrong\u003eHaircut Visual Routine Strip\u003c\/strong\u003e\n        \u003cspan\u003eAn 8 step visual sequence for the salon so your child always knows what comes next.\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"offer-item-value\"\u003eIncluded\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"offer-item\"\u003e\n      \u003cdiv class=\"offer-item-left\"\u003e\n        \u003cstrong\u003eBreak Please Card\u003c\/strong\u003e\n        \u003cspan\u003eTwo versions of a break request card your child can use without having to find words.\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"offer-item-value\"\u003eIncluded\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003ca href=\"https:\/\/mytheraplaybox.com.au\/products\/haircutting-without-tears-complete-bundle\" class=\"cta-btn\" style=\"max-width:400px; margin: 1.5rem auto 0; display: block;\"\u003eGet the complete bundle , AU$54.95\u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"divider\"\u003e\n\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eCommon questions\u003c\/div\u003e\n    \u003ch2\u003eWhat parents usually ask before purchasing\u003c\/h2\u003e\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eMy child does not have a diagnosis. Is this still relevant?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes. Many children who struggle with haircuts do not have a formal diagnosis. If your child finds haircuts genuinely difficult, the strategies in this guide are relevant regardless of whether a diagnosis is involved.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eIs this a replacement for OT?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eNo, and it is not designed to be. This is an educational resource that gives parents the clinical understanding and practical tools to support their child at home. If your child has significant sensory needs, we always recommend working with a qualified occupational therapist alongside resources like this one.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eWhat age is this for?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe strategies are most relevant for children aged 3 to 12, though families of older children often find the content equally applicable. Sensory processing differences do not disappear with age.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eHow do I receive the guide?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eInstantly. After purchase you will receive a download link by email. Everything is PDF format and works on your phone, tablet or computer.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eIs this NDIS claimable?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes. This resource is NDIS claimable as an educational support resource.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eCan I share this with my child's hairdresser?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe Barber and Hairdresser Guide inside the ebook is specifically designed to be printed and handed to your salon. The full guide is licensed for personal or single family use.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"divider\"\u003e\n\n  \u003cdiv class=\"final-cta\"\u003e\n    \u003cdiv class=\"badge badge-blue\"\u003eYour next step\u003c\/div\u003e\n    \u003ch2\u003eYou have already shown up for your child. Now give yourself the right tools.\u003c\/h2\u003e\n    \u003cp\u003eRight now, haircut day might be one of the most dreaded days in your house. It does not have to stay that way. This guide will not promise a timeline but it will give you a clear framework, a practical plan, and the reassurance that you are no longer figuring this out alone.\u003c\/p\u003e\n    \u003ca href=\"https:\/\/mytheraplaybox.com.au\/products\/haircutting-without-tears\" class=\"cta-btn\"\u003eGet instant access , AU$44.95\u003c\/a\u003e\n    \u003cp style=\"font-size:12px; color: var(--primary-dark); margin-bottom:0;\"\u003eInstant download · PDF · Works on any device · NDIS claimable\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"disclaimer\"\u003e\n    \u003cp\u003e\u003cstrong\u003eDisclaimer:\u003c\/strong\u003e Haircutting Without Tears is an educational resource designed to support families of children with sensory processing differences, autism and ADHD. It is not a substitute for professional occupational therapy assessment or treatment. The information provided is general in nature and may not be appropriate for every child. If you have concerns about your child's sensory needs or development, please consult a qualified occupational therapist or healthcare professional.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"ot-credit\"\u003eCreated by the clinical team at EquipKids Occupational Therapy, Melbourne · mytheraplaybox.com.au\u003cbr\u003e© 2026 MyTheraPlayBox. All rights reserved.\u003c\/p\u003e\n\n\u003c\/div\u003e","brand":"MyTheraPlayBox","offers":[{"title":"Default Title","offer_id":52417938325816,"sku":null,"price":44.95,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0815\/0335\/5192\/files\/ChatGPTImageMay25_2026_01_49_01PM.png?v=1779680974"},{"product_id":"haircut-visuals-pack-social-story-visual-routine-strip-and-break-card","title":"Haircut Visuals Pack: Social Story, Visual Routine Strip and Break Card","description":"\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Lora:ital,wght@0,400;0,600;1,400\u0026amp;family=DM+Sans:wght@400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003cstyle\u003e* { box-sizing: border-box; margin: 0; padding: 0; }:root { --primary: #bb008c; --primary-light: #f9e5f4; --primary-dark: #8a0066; --secondary: #38b6ff; --secondary-light: #e8f6ff; --accent: #ffcc00; --accent-light: #fffbe6; --dark: #040404; --muted: #666666; --border: #e5e5e5; --success: #00bb38; }.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; }.sp h1, .sp h2, .sp h3 { font-family: 'Lora', serif; font-weight: 600; line-height: 1.25; color: var(--dark); }.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; }.badge-blue { background: var(--secondary-light); color: #0077cc; }.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; }@media (max-width: 640px) { .above-fold { grid-template-columns: 1fr; } }.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; }.hero-sub { font-size: 15px; color: var(--muted); margin-bottom: 1.25rem; line-height: 1.6; }.bullet-list { list-style: none; margin: 0 0 1.5rem; }.bullet-list li { padding: 4px 0 4px 1.5rem; position: relative; font-size: 14px; color: var(--muted); }.bullet-list li::before { content: ''; position: absolute; left: 0; top: 10px; width: 7px; height: 7px; border-radius: 50%; background: var(--primary); }.order-box { background: #fff; border: 1.5px solid var(--primary); border-radius: 12px; padding: 1.5rem; position: sticky; top: 1rem; }.price-display { text-align: center; margin-bottom: 1.25rem; }.price-now { font-size: 2.2rem; font-weight: 600; color: var(--primary); font-family: 'Lora', serif; }.price-note { font-size: 11px; color: #999; display: block; margin-top: 2px; }.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; }.cta-btn:hover { background: var(--primary-dark); }.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; }.trust-row { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 0.75rem; }.trust-item { font-size: 11px; color: #999; }.section { margin: 2.5rem 0; }.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; }.section h2 { font-size: clamp(1.2rem, 2.5vw, 1.6rem); margin-bottom: 1rem; }.section h3 { font-size: 1.05rem; margin-bottom: 0.5rem; }.section p { margin-bottom: 1rem; color: var(--muted); }.divider { border: none; border-top: 1px solid var(--border); margin: 2.5rem 0; }.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; }.callout p { color: var(--primary-dark); margin-bottom: 0; font-style: italic; }.offer-item { border: 1px solid var(--border); border-radius: 12px; padding: 1.25rem; margin-bottom: 0.75rem; }.offer-item h3 { font-size: 1rem; margin-bottom: 0.4rem; font-family: 'DM Sans', sans-serif; font-weight: 600; color: var(--dark); }.offer-item p { font-size: 13px; color: var(--muted); margin-bottom: 0; }.offer-item.featured { border-color: var(--primary); border-left: 3px solid var(--primary); }.proof-box { background: #f8f8f8; border-radius: 12px; padding: 1.25rem; margin-bottom: 1rem; }.proof-stat { font-size: 2rem; font-weight: 600; color: var(--primary); font-family: 'Lora', serif; display: block; }.proof-label { font-size: 13px; color: var(--muted); }.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.75rem; margin: 1.25rem 0; }@media (max-width: 500px) { .stat-row { grid-template-columns: 1fr; } }.how-to { counter-reset: steps; }.how-to-step { display: flex; gap: 1rem; margin-bottom: 1.25rem; align-items: flex-start; }.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; }.step-content h3 { font-size: 0.95rem; margin-bottom: 0.3rem; font-family: 'DM Sans', sans-serif; font-weight: 600; }.step-content p { font-size: 13px; color: var(--muted); margin-bottom: 0; }.faq-item { border-bottom: 1px solid var(--border); padding: 1rem 0; }.faq-q { font-weight: 500; font-size: 14px; margin-bottom: 0.4rem; color: var(--dark); }.faq-a { font-size: 13px; color: var(--muted); line-height: 1.6; }.final-cta { text-align: center; padding: 2rem 1rem; background: var(--primary-light); border-radius: 12px; margin-top: 2rem; }.final-cta h2 { margin-bottom: 0.75rem; font-size: clamp(1.2rem, 2.5vw, 1.6rem); }.final-cta p { color: var(--primary-dark); margin-bottom: 1.25rem; max-width: 500px; margin-left: auto; margin-right: auto; }.final-cta .cta-btn { max-width: 360px; margin: 0 auto 0.75rem; }.disclaimer { background: #f8f8f8; border-radius: 8px; padding: 1rem 1.25rem; margin-top: 2rem; }.disclaimer p { font-size: 11px; color: #999; line-height: 1.6; margin-bottom: 0; }.ot-credit { text-align: center; font-size: 12px; color: #999; margin-top: 1.5rem; }\u003c\/style\u003e\n\n\u003cdiv class=\"sp\"\u003e\n\n  \u003cdiv class=\"above-fold\"\u003e\n    \u003cdiv\u003e\n      \u003cdiv class=\"badge\"\u003eOT designed visual supports\u003c\/div\u003e\n      \u003ch1 class=\"hero-headline\"\u003eGive your child a picture of what is coming before it happens\u003c\/h1\u003e\n      \u003cp class=\"hero-sub\"\u003eThree printable visual tools designed by paediatric occupational therapists to help sensory, autistic and ADHD children feel safer, calmer and more in control at the salon.\u003c\/p\u003e\n      \u003cul class=\"bullet-list\"\u003e\n        \u003cli\u003eSocial story to read together the night before the appointment\u003c\/li\u003e\n        \u003cli\u003eVisual routine strip so your child always knows what comes next\u003c\/li\u003e\n        \u003cli\u003eBreak card they can use without having to find the words\u003c\/li\u003e\n        \u003cli\u003eReady to use from the moment you download\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cdiv class=\"order-box\"\u003e\n        \u003cdiv class=\"price-display\"\u003e\n          \u003cspan class=\"price-now\"\u003eAU$19.95\u003c\/span\u003e\n          \u003cspan class=\"price-note\"\u003eInstant download · PDF · Print at home · NDIS claimable\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003ca href=\"https:\/\/mytheraplaybox.com.au\/products\/haircut-visuals-pack\" class=\"cta-btn\"\u003eGet instant access , AU$19.95\u003c\/a\u003e\n        \u003ca href=\"https:\/\/mytheraplaybox.com.au\/products\/haircutting-without-tears-complete-bundle\" class=\"cta-btn-outline\"\u003eSee the complete bundle , AU$54.95\u003c\/a\u003e\n        \u003cdiv class=\"trust-row\"\u003e\n          \u003cspan class=\"trust-item\"\u003e✓ OT designed\u003c\/span\u003e\n          \u003cspan class=\"trust-item\"\u003e✓ NDIS claimable\u003c\/span\u003e\n          \u003cspan class=\"trust-item\"\u003e✓ Instant download\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eWhy visual supports work\u003c\/div\u003e\n    \u003ch2\u003eFor many children, seeing it is the first step to coping with it\u003c\/h2\u003e\n    \u003cp\u003eWhen a child does not know what is coming next, the brain treats the unknown as a potential threat. Anticipatory anxiety can begin hours or even days before the appointment, because the nervous system is preparing for something unpredictable.\u003c\/p\u003e\n    \u003cp\u003eVisual supports work by turning the unknown into the known. When your child has seen the social story, they already know what the salon looks like, who will be there, what will happen first, and how it ends. When they can follow the routine strip during the cut, they always know where they are in the process and how much is left. When they have the break card, they know they have the power to pause.\u003c\/p\u003e\n    \u003cdiv class=\"callout\"\u003e\n      \u003cp\u003ePredictability does not remove difficulty. It reduces the threat response that makes difficulty so much harder to manage.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"divider\"\u003e\n\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eWhat is included\u003c\/div\u003e\n    \u003ch2\u003eThree tools, one download\u003c\/h2\u003e\n\n    \u003cdiv class=\"offer-item featured\"\u003e\n      \u003ch3\u003eMy Haircut Visit , Social Story\u003c\/h3\u003e\n      \u003cp\u003eA 7 page illustrated social story walking your child step by step through a salon visit, from arriving to leaving feeling proud. Read it together the night before and again on the morning of the appointment. The illustrations are consistent throughout so the characters feel familiar each time you return to it.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"offer-item featured\"\u003e\n      \u003ch3\u003eHaircut Visual Routine Strip\u003c\/h3\u003e\n      \u003cp\u003eAn 8 step visual sequence showing exactly what happens during a haircut in order. Printed and taken to the salon, it gives your child a clear picture of where they are in the process and what comes next. For children who need to know what is happening at every moment, this single tool can transform the experience.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"offer-item featured\"\u003e\n      \u003ch3\u003eBreak Please Card\u003c\/h3\u003e\n      \u003cp\u003eTwo versions of a break request card your child can hold up when they need to pause, without having to find the words in a moment of overwhelm. One minimal version for children who respond better to simple visuals, and one illustrated version for children who connect with characters. Practice it at home before the appointment so it feels familiar when you need it.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"divider\"\u003e\n\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eHow to use them\u003c\/div\u003e\n    \u003ch2\u003eSimple to use from the first appointment\u003c\/h2\u003e\n    \u003cdiv class=\"how-to\"\u003e\n      \u003cdiv class=\"how-to-step\"\u003e\n        \u003cdiv class=\"step-num\"\u003e1\u003c\/div\u003e\n        \u003cdiv class=\"step-content\"\u003e\n          \u003ch3\u003eThe night before\u003c\/h3\u003e\n          \u003cp\u003eRead the social story together at a calm moment. Keep it matter of fact and relaxed. Read it again on the morning of the appointment.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"how-to-step\"\u003e\n        \u003cdiv class=\"step-num\"\u003e2\u003c\/div\u003e\n        \u003cdiv class=\"step-content\"\u003e\n          \u003ch3\u003eBefore you leave home\u003c\/h3\u003e\n          \u003cp\u003ePrint the routine strip and the break card. Show your child the break card and practise using it together so it feels familiar before you need it.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"how-to-step\"\u003e\n        \u003cdiv class=\"step-num\"\u003e3\u003c\/div\u003e\n        \u003cdiv class=\"step-content\"\u003e\n          \u003ch3\u003eAt the salon\u003c\/h3\u003e\n          \u003cp\u003eGive your child the routine strip to hold or place where they can see it. Make sure the hairdresser knows about the break card and will respect it immediately if used.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"how-to-step\"\u003e\n        \u003cdiv class=\"step-num\"\u003e4\u003c\/div\u003e\n        \u003cdiv class=\"step-content\"\u003e\n          \u003ch3\u003eOver time\u003c\/h3\u003e\n          \u003cp\u003eFamiliarity builds with each use. The more times your child sees the social story and follows the routine strip, the more predictable the experience becomes for their nervous system.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"divider\"\u003e\n\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eWant the complete picture\u003c\/div\u003e\n    \u003ch2\u003ePair with the parent ebook for the full framework\u003c\/h2\u003e\n    \u003cp\u003eThe visuals pack gives your child the tools to feel safer at the appointment. The \u003cstrong\u003eHaircutting Without Tears\u003c\/strong\u003e parent guide gives you the clinical understanding of why haircuts feel so hard and a complete step-by-step approach for building tolerance over time.\u003c\/p\u003e\n    \u003cp\u003eTogether they cover everything. The complete bundle is available for AU$54.95, saving AU$9.95 when bought together.\u003c\/p\u003e\n    \u003ca href=\"https:\/\/mytheraplaybox.com.au\/products\/haircutting-without-tears-complete-bundle\" class=\"cta-btn\" style=\"max-width:400px; margin: 1.5rem auto 0; display: block;\"\u003eGet the complete bundle , AU$54.95\u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"divider\"\u003e\n\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eCommon questions\u003c\/div\u003e\n    \u003ch2\u003eWhat parents usually ask\u003c\/h2\u003e\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eDo I need to buy the ebook as well, or can I use the visuals on their own?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe visuals pack works completely as a standalone product. If you already have OT support or understand your child's sensory triggers, the tools are ready to use immediately without the ebook.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eWhat format are the files?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eAll files are PDF. The social story and break card are A5 portrait. The routine strip is A4 landscape. Print at home on standard paper or take to a print shop for a more durable copy.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eMy child cannot read yet. Will the social story still work?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes. The social story is designed to be read aloud by a parent or carer. The illustrations carry most of the meaning. Pre-readers often engage well with the visual sequence even without following the words.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eIs this NDIS claimable?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes. This resource is NDIS claimable as an educational support resource.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eCan I use the break card at other appointments, not just haircuts?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eAbsolutely. The break card works in any situation where your child needs a way to communicate that they need to pause. Many families use it at medical appointments, therapy sessions, and other challenging environments.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"divider\"\u003e\n\n  \u003cdiv class=\"final-cta\"\u003e\n    \u003cdiv class=\"badge badge-blue\"\u003eYour next step\u003c\/div\u003e\n    \u003ch2\u003eGive your child a way to feel in control before you even arrive.\u003c\/h2\u003e\n    \u003cp\u003eThree tools. One download. Ready to use at the next appointment.\u003c\/p\u003e\n    \u003ca href=\"https:\/\/mytheraplaybox.com.au\/products\/haircut-visuals-pack\" class=\"cta-btn\"\u003eGet instant access , AU$19.95\u003c\/a\u003e\n    \u003cp style=\"font-size:12px; color: var(--primary-dark); margin-bottom:0;\"\u003eInstant download · PDF · NDIS claimable\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"disclaimer\"\u003e\n    \u003cp\u003e\u003cstrong\u003eDisclaimer:\u003c\/strong\u003e The Haircut Visuals Pack is an educational resource designed to support families of children with sensory processing differences, autism and ADHD. It is not a substitute for professional occupational therapy assessment or treatment. If you have concerns about your child's sensory needs or development, please consult a qualified occupational therapist or healthcare professional.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"ot-credit\"\u003eCreated by the clinical team at EquipKids Occupational Therapy, Melbourne · mytheraplaybox.com.au\u003cbr\u003e© 2026 MyTheraPlayBox. All rights reserved.\u003c\/p\u003e\n\n\u003c\/div\u003e","brand":"MyTheraPlayBox","offers":[{"title":"Default Title","offer_id":52417988165944,"sku":null,"price":19.95,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0815\/0335\/5192\/files\/ChatGPT_Image_May_25_2026_01_40_46_PM.png?v=1779680470"},{"product_id":"haircutting-without-tears-complete-bundle","title":"Haircutting Without Tears: Complete Bundle","description":"\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Lora:ital,wght@0,400;0,600;1,400\u0026amp;family=DM+Sans:wght@400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003cstyle\u003e* { box-sizing: border-box; margin: 0; padding: 0; }:root { --primary: #bb008c; --primary-light: #f9e5f4; --primary-dark: #8a0066; --secondary: #38b6ff; --secondary-light: #e8f6ff; --accent: #ffcc00; --accent-light: #fffbe6; --dark: #040404; --muted: #666666; --border: #e5e5e5; --success: #00bb38; }.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; }.sp h1, .sp h2, .sp h3 { font-family: 'Lora', serif; font-weight: 600; line-height: 1.25; color: var(--dark); }.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; }.badge-blue { background: var(--secondary-light); color: #0077cc; }.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; }@media (max-width: 640px) { .above-fold { grid-template-columns: 1fr; } }.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; }.hero-sub { font-size: 15px; color: var(--muted); margin-bottom: 1.25rem; line-height: 1.6; }.bullet-list { list-style: none; margin: 0 0 1.5rem; }.bullet-list li { padding: 4px 0 4px 1.5rem; position: relative; font-size: 14px; color: var(--muted); }.bullet-list li::before { content: ''; position: absolute; left: 0; top: 10px; width: 7px; height: 7px; border-radius: 50%; background: var(--primary); }.order-box { background: #fff; border: 1.5px solid var(--primary); border-radius: 12px; padding: 1.5rem; position: sticky; top: 1rem; }.price-display { text-align: center; margin-bottom: 1.25rem; }.price-was { font-size: 13px; color: #999; text-decoration: line-through; display: block; }.price-now { font-size: 2.2rem; font-weight: 600; color: var(--primary); font-family: 'Lora', serif; }.price-note { font-size: 11px; color: #999; display: block; margin-top: 2px; }.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; }.cta-btn:hover { background: var(--primary-dark); }.trust-row { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 0.75rem; }.trust-item { font-size: 11px; color: #999; }.section { margin: 2.5rem 0; }.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; }.section h2 { font-size: clamp(1.2rem, 2.5vw, 1.6rem); margin-bottom: 1rem; }.section h3 { font-size: 1.05rem; margin-bottom: 0.5rem; }.section p { margin-bottom: 1rem; color: var(--muted); }.divider { border: none; border-top: 1px solid var(--border); margin: 2.5rem 0; }.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; }.callout p { color: var(--primary-dark); margin-bottom: 0; font-style: italic; }.offer-item { border: 1px solid var(--border); border-radius: 12px; padding: 1rem 1.25rem; margin-bottom: 0.75rem; display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; }.offer-item-left { flex: 1; }.offer-item-left strong { font-size: 14px; font-weight: 500; color: var(--dark); display: block; margin-bottom: 3px; }.offer-item-left span { font-size: 12px; color: var(--muted); }.offer-item-value { font-size: 13px; font-weight: 600; color: var(--primary); white-space: nowrap; }.value-total { background: var(--primary-light); border-radius: 12px; padding: 1.25rem; margin-top: 1rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 0.5rem; }.value-total span { font-size: 14px; color: var(--primary-dark); }.value-total strong { font-size: 1.2rem; font-weight: 600; color: var(--primary-dark); font-family: 'Lora', serif; }.proof-box { background: #f8f8f8; border-radius: 12px; padding: 1.25rem; margin-bottom: 1rem; }.proof-stat { font-size: 2rem; font-weight: 600; color: var(--primary); font-family: 'Lora', serif; display: block; }.proof-label { font-size: 13px; color: var(--muted); }.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.75rem; margin: 1.25rem 0; }@media (max-width: 500px) { .stat-row { grid-template-columns: 1fr; } }.faq-item { border-bottom: 1px solid var(--border); padding: 1rem 0; }.faq-q { font-weight: 500; font-size: 14px; margin-bottom: 0.4rem; color: var(--dark); }.faq-a { font-size: 13px; color: var(--muted); line-height: 1.6; }.final-cta { text-align: center; padding: 2rem 1rem; background: var(--primary-light); border-radius: 12px; margin-top: 2rem; }.final-cta h2 { margin-bottom: 0.75rem; font-size: clamp(1.2rem, 2.5vw, 1.6rem); }.final-cta p { color: var(--primary-dark); margin-bottom: 1.25rem; max-width: 500px; margin-left: auto; margin-right: auto; }.final-cta .cta-btn { max-width: 360px; margin: 0 auto 0.75rem; }.disclaimer { background: #f8f8f8; border-radius: 8px; padding: 1rem 1.25rem; margin-top: 2rem; }.disclaimer p { font-size: 11px; color: #999; line-height: 1.6; margin-bottom: 0; }.ot-credit { text-align: center; font-size: 12px; color: #999; margin-top: 1.5rem; }.savings-badge { display: inline-block; background: var(--accent); color: #5a4200; font-family: 'DM Sans', sans-serif; font-size: 12px; font-weight: 600; padding: 4px 12px; border-radius: 20px; margin-bottom: 0.75rem; }\u003c\/style\u003e\n\n\u003cdiv class=\"sp\"\u003e\n\n  \u003cdiv class=\"above-fold\"\u003e\n    \u003cdiv\u003e\n      \u003cdiv class=\"badge\"\u003eComplete haircut toolkit\u003c\/div\u003e\n      \u003ch1 class=\"hero-headline\"\u003eEverything you need for haircut day, in one place\u003c\/h1\u003e\n      \u003cp class=\"hero-sub\"\u003eHaircut day is hard enough. This bundle gives you the clinical understanding of why it feels so difficult for your child, and the practical tools to make it better. The why and the how, together.\u003c\/p\u003e\n      \u003cul class=\"bullet-list\"\u003e\n        \u003cli\u003e45 page OT parent guide covering the full picture from triggers to salon strategies\u003c\/li\u003e\n        \u003cli\u003eSocial story to read together before the appointment\u003c\/li\u003e\n        \u003cli\u003eVisual routine strip so your child always knows what comes next\u003c\/li\u003e\n        \u003cli\u003eBreak card your child can use without finding the words\u003c\/li\u003e\n        \u003cli\u003eHairdresser guide to print and hand directly to your salon\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cdiv class=\"order-box\"\u003e\n        \u003cdiv class=\"price-display\"\u003e\n          \u003cdiv class=\"savings-badge\"\u003eSave AU$9.95 when bought together\u003c\/div\u003e\n          \u003cspan class=\"price-was\"\u003eAU$64.90 separately\u003c\/span\u003e\n          \u003cspan class=\"price-now\"\u003eAU$54.95\u003c\/span\u003e\n          \u003cspan class=\"price-note\"\u003eInstant download · Two files · NDIS claimable\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003ca href=\"https:\/\/mytheraplaybox.com.au\/products\/haircutting-without-tears-complete-bundle\" class=\"cta-btn\"\u003eGet the complete bundle , AU$54.95\u003c\/a\u003e\n        \u003cdiv class=\"trust-row\"\u003e\n          \u003cspan class=\"trust-item\"\u003e✓ OT designed\u003c\/span\u003e\n          \u003cspan class=\"trust-item\"\u003e✓ NDIS claimable\u003c\/span\u003e\n          \u003cspan class=\"trust-item\"\u003e✓ Instant download\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eThe problem\u003c\/div\u003e\n    \u003ch2\u003eEvery parent of a sensory kid knows this feeling\u003c\/h2\u003e\n    \u003cp\u003eHaircut day is coming and your stomach is already sinking. The arguments before you leave. The meltdown in the car park. The apologetic looks from other parents. The hairdresser who means well but has no idea. The guilt afterwards when you wonder if you handled it right.\u003c\/p\u003e\n    \u003cp\u003eYou have probably already tried a lot of things. Rewards. Distractions. Different salons. Home haircuts. Pushing through and hoping it gets easier. And the same pattern keeps happening.\u003c\/p\u003e\n    \u003cdiv class=\"callout\"\u003e\n      \u003cp\u003eWhat most parents tell us they needed was not more tips. They needed someone to explain what was actually happening for their child, and give them a complete plan that actually fit their life.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cp\u003eThat is what this bundle is.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"divider\"\u003e\n\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eWhat is included\u003c\/div\u003e\n    \u003ch2\u003eTwo products, one complete system\u003c\/h2\u003e\n\n    \u003cdiv class=\"offer-item\"\u003e\n      \u003cdiv class=\"offer-item-left\"\u003e\n        \u003cstrong\u003eHaircutting Without Tears , Parent Guide\u003c\/strong\u003e\n        \u003cspan\u003e45 pages. Why haircuts feel so overwhelming, how to identify your child's specific triggers, a step by step home desensitisation program, preparation strategies, what to do during the haircut, how to handle things when they go wrong, a hairdresser guide to print and hand to your salon, a haircut day checklist and a 7 sensory systems reference guide.\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"offer-item-value\"\u003eAU$44.95\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"offer-item\"\u003e\n      \u003cdiv class=\"offer-item-left\"\u003e\n        \u003cstrong\u003eHaircut Visuals Pack\u003c\/strong\u003e\n        \u003cspan\u003eThree printable tools. My Haircut Visit social story (7 illustrated pages), Haircut Visual Routine Strip (8-step A4 sequence), and Break Please Card (two versions). Read the social story the night before. Use the strip at the salon. Practise the break card at home so it feels familiar when you need it.\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"offer-item-value\"\u003eAU$19.95\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"value-total\"\u003e\n      \u003cspan\u003eTotal value if purchased separately\u003c\/span\u003e\n      \u003cstrong\u003eAU$64.90 → yours for AU$54.95\u003c\/strong\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"divider\"\u003e\n\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eWhy trust this\u003c\/div\u003e\n    \u003ch2\u003eClinical expertise, not guesswork\u003c\/h2\u003e\n    \u003cdiv class=\"stat-row\"\u003e\n      \u003cdiv class=\"proof-box\"\u003e\n        \u003cspan class=\"proof-stat\"\u003e45\u003c\/span\u003e\n        \u003cspan class=\"proof-label\"\u003ePages of OT-grounded guidance written specifically for parents\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"proof-box\"\u003e\n        \u003cspan class=\"proof-stat\"\u003e4\u003c\/span\u003e\n        \u003cspan class=\"proof-label\"\u003ePrintable visual tools included across the two products\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"proof-box\"\u003e\n        \u003cspan class=\"proof-stat\"\u003eOT\u003c\/span\u003e\n        \u003cspan class=\"proof-label\"\u003eCreated by paediatric occupational therapists at EquipKids, Melbourne\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cp\u003eThis bundle was created by the clinical team at \u003cstrong\u003eEquipKids Occupational Therapy\u003c\/strong\u003e, a paediatric OT clinic supporting families across Melbourne. Every strategy reflects real clinical practice with sensory, autistic and ADHD children and their families.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"divider\"\u003e\n\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eCommon questions\u003c\/div\u003e\n    \u003ch2\u003eWhat families usually ask\u003c\/h2\u003e\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eHow do I receive the files after purchase?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eInstantly. After purchase you will receive a download link by email. The bundle contains two PDF files , the ebook and the visuals pack. Both work on any device and can be printed at home.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eMy child does not have a diagnosis. Is this still relevant?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes. Many children who struggle with haircuts do not have a formal diagnosis. The strategies in this bundle are relevant for any child who finds haircuts genuinely difficult, regardless of diagnosis.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eIs this a replacement for OT?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eNo. This is an educational resource that gives parents the clinical understanding and practical tools to support their child at home. For children with significant sensory needs, we always recommend working with a qualified occupational therapist alongside resources like this one.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eIs this NDIS claimable?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes. Both products in this bundle are NDIS claimable as educational support resources.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eWhat age is this for?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eMost relevant for children aged 3 to 12, though families of older children often find the content equally applicable.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"divider\"\u003e\n\n  \u003cdiv class=\"final-cta\"\u003e\n    \u003cdiv class=\"badge badge-blue\"\u003eYour next step\u003c\/div\u003e\n    \u003ch2\u003eYou have already shown up for your child. Now give yourself the right tools.\u003c\/h2\u003e\n    \u003cp\u003eRight now, haircut day might be one of the most dreaded days in your house. It does not have to stay that way. This bundle gives you the complete picture , the understanding and the tools , so you are no longer figuring it out alone.\u003c\/p\u003e\n    \u003ca href=\"https:\/\/mytheraplaybox.com.au\/products\/haircutting-without-tears-complete-bundle\" class=\"cta-btn\"\u003eGet the complete bundle , AU$54.95\u003c\/a\u003e\n    \u003cp style=\"font-size:12px; color: var(--primary-dark); margin-bottom:0;\"\u003eInstant download · Two files · NDIS claimable · Save AU$9.95\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"disclaimer\"\u003e\n    \u003cp\u003e\u003cstrong\u003eDisclaimer:\u003c\/strong\u003e The Haircutting Without Tears Complete Bundle is an educational resource designed to support families of children with sensory processing differences, autism and ADHD. It is not a substitute for professional occupational therapy assessment or treatment. If you have concerns about your child's sensory needs or development, please consult a qualified occupational therapist or healthcare professional.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"ot-credit\"\u003eCreated by the clinical team at EquipKids Occupational Therapy, Melbourne · mytheraplaybox.com.au\u003cbr\u003e© 2026 MyTheraPlayBox. All rights reserved.\u003c\/p\u003e\n\n\u003c\/div\u003e","brand":"MyTheraPlayBox","offers":[{"title":"Default Title","offer_id":52420836786488,"sku":null,"price":54.95,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0815\/0335\/5192\/files\/ChatGPTImageMay25_2026_02_22_28PM.png?v=1779682966"},{"product_id":"better-haircuts-for-sensitive-kids-a-professional-guide-for-hairdressers-and-barbers","title":"Better Haircuts for Sensitive Kids: A Professional Guide for Hairdressers and Barbers","description":"\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Lora:ital,wght@0,400;0,600;1,400\u0026amp;family=DM+Sans:wght@400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003cstyle\u003e* { box-sizing: border-box; margin: 0; padding: 0; }:root { --primary: #bb008c; --primary-light: #f9e5f4; --primary-dark: #8a0066; --secondary: #38b6ff; --secondary-light: #e8f6ff; --accent: #ffcc00; --accent-light: #fffbe6; --dark: #040404; --muted: #666666; --border: #e5e5e5; --success: #00bb38; }.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; }.sp h1, .sp h2, .sp h3 { font-family: 'Lora', serif; font-weight: 600; line-height: 1.25; color: var(--dark); }.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; }.badge-blue { background: var(--secondary-light); color: #0077cc; }.badge-dark { background: var(--dark); color: #fff; }.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; }@media (max-width: 640px) { .above-fold { grid-template-columns: 1fr; } }.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; }.hero-sub { font-size: 15px; color: var(--muted); margin-bottom: 1.25rem; line-height: 1.6; }.bullet-list { list-style: none; margin: 0 0 1.5rem; }.bullet-list li { padding: 4px 0 4px 1.5rem; position: relative; font-size: 14px; color: var(--muted); }.bullet-list li::before { content: ''; position: absolute; left: 0; top: 10px; width: 7px; height: 7px; border-radius: 50%; background: var(--primary); }.order-box { background: #fff; border: 1.5px solid var(--primary); border-radius: 12px; padding: 1.5rem; position: sticky; top: 1rem; }.price-display { text-align: center; margin-bottom: 1.25rem; }.price-now { font-size: 2.2rem; font-weight: 600; color: var(--primary); font-family: 'Lora', serif; }.price-note { font-size: 11px; color: #999; display: block; margin-top: 2px; }.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; }.cta-btn:hover { background: var(--primary-dark); }.trust-row { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 0.75rem; }.trust-item { font-size: 11px; color: #999; }.section { margin: 2.5rem 0; }.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; }.section h2 { font-size: clamp(1.2rem, 2.5vw, 1.6rem); margin-bottom: 1rem; }.section h3 { font-size: 1.05rem; margin-bottom: 0.5rem; }.section p { margin-bottom: 1rem; color: var(--muted); }.divider { border: none; border-top: 1px solid var(--border); margin: 2.5rem 0; }.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; }.callout p { color: var(--primary-dark); margin-bottom: 0; font-style: italic; }.callout-dark { background: #f0f0f0; border-left-color: var(--dark); }.callout-dark p { color: var(--dark); }.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; margin: 1.5rem 0; }@media (max-width: 580px) { .two-col { grid-template-columns: 1fr; } }.way-card { border: 1px solid var(--border); border-radius: 12px; padding: 1.25rem; }.way-card.old { border-left: 3px solid #cc3333; }.way-card.new { border-left: 3px solid var(--success); }.way-card h3 { font-size: 0.95rem; margin-bottom: 0.75rem; font-family: 'DM Sans', sans-serif; }.way-card ul { list-style: none; }.way-card ul li { font-size: 13px; color: var(--muted); padding: 3px 0 3px 1.25rem; position: relative; }.way-card ul li::before { content: ''; position: absolute; left: 0; top: 9px; width: 6px; height: 6px; border-radius: 50%; }.way-card.old ul li::before { background: #cc3333; }.way-card.new ul li::before { background: var(--success); }.chapter-list { list-style: none; margin: 1rem 0; }.chapter-list li { padding: 8px 0 8px 1.5rem; position: relative; font-size: 14px; color: var(--muted); border-bottom: 1px solid var(--border); }.chapter-list li:last-child { border-bottom: none; }.chapter-list li::before { content: ''; position: absolute; left: 0; top: 14px; width: 7px; height: 7px; border-radius: 50%; background: var(--primary); }.chapter-list li strong { color: var(--dark); }.offer-item { border: 1px solid var(--border); border-radius: 12px; padding: 1rem 1.25rem; margin-bottom: 0.75rem; display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; }.offer-item-left { flex: 1; }.offer-item-left strong { font-size: 14px; font-weight: 500; color: var(--dark); display: block; margin-bottom: 3px; }.offer-item-left span { font-size: 12px; color: var(--muted); }.proof-box { background: #f8f8f8; border-radius: 12px; padding: 1.25rem; margin-bottom: 1rem; }.proof-stat { font-size: 2rem; font-weight: 600; color: var(--primary); font-family: 'Lora', serif; display: block; }.proof-label { font-size: 13px; color: var(--muted); }.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.75rem; margin: 1.25rem 0; }@media (max-width: 500px) { .stat-row { grid-template-columns: 1fr; } }.faq-item { border-bottom: 1px solid var(--border); padding: 1rem 0; }.faq-q { font-weight: 500; font-size: 14px; margin-bottom: 0.4rem; color: var(--dark); }.faq-a { font-size: 13px; color: var(--muted); line-height: 1.6; }.final-cta { text-align: center; padding: 2rem 1rem; background: var(--primary-light); border-radius: 12px; margin-top: 2rem; }.final-cta h2 { margin-bottom: 0.75rem; font-size: clamp(1.2rem, 2.5vw, 1.6rem); }.final-cta p { color: var(--primary-dark); margin-bottom: 1.25rem; max-width: 500px; margin-left: auto; margin-right: auto; }.final-cta .cta-btn { max-width: 360px; margin: 0 auto 0.75rem; }.disclaimer { background: #f8f8f8; border-radius: 8px; padding: 1rem 1.25rem; margin-top: 2rem; }.disclaimer p { font-size: 11px; color: #999; line-height: 1.6; margin-bottom: 0; }.ot-credit { text-align: center; font-size: 12px; color: #999; margin-top: 1.5rem; }.tools-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; margin: 1.25rem 0; }@media (max-width: 500px) { .tools-grid { grid-template-columns: 1fr; } }.tool-card { background: #f8f8f8; border-radius: 10px; padding: 1rem; }.tool-card h3 { font-size: 0.9rem; font-family: 'DM Sans', sans-serif; font-weight: 600; color: var(--dark); margin-bottom: 0.3rem; }.tool-card p { font-size: 12px; color: var(--muted); margin-bottom: 0; }\u003c\/style\u003e\n\n\u003cdiv class=\"sp\"\u003e\n\n  \u003cdiv class=\"above-fold\"\u003e\n    \u003cdiv\u003e\n      \u003cdiv class=\"badge-dark badge\"\u003eFor hairdressers and barbers\u003c\/div\u003e\n      \u003ch1 class=\"hero-headline\"\u003eYou have had a child fall apart in your chair. This guide was written for that moment.\u003c\/h1\u003e\n      \u003cp class=\"hero-sub\"\u003eA complete OT designed professional resource giving hairdressers and barbers the clinical understanding and practical tools to support sensory sensitive children with confidence.\u003c\/p\u003e\n      \u003cul class=\"bullet-list\"\u003e\n        \u003cli\u003eUnderstand what is actually happening when a child falls apart in your chair\u003c\/li\u003e\n        \u003cli\u003eRead early distress signals before they become a crisis\u003c\/li\u003e\n        \u003cli\u003eCommunicate in ways that reduce threat rather than add to it\u003c\/li\u003e\n        \u003cli\u003eKnow when stopping is the right call and how to handle it professionally\u003c\/li\u003e\n        \u003cli\u003eBuild the reputation that brings sensory families specifically to you\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cdiv class=\"order-box\"\u003e\n        \u003cdiv class=\"price-display\"\u003e\n          \u003cspan class=\"price-now\"\u003eAU$79.95\u003c\/span\u003e\n          \u003cspan class=\"price-note\"\u003eInstant download · PDF · Includes 5 printable professional tools\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003ca href=\"https:\/\/mytheraplaybox.com.au\/products\/better-haircuts-for-sensitive-kids\" class=\"cta-btn\"\u003eGet instant access , AU$79.95\u003c\/a\u003e\n        \u003cdiv class=\"trust-row\"\u003e\n          \u003cspan class=\"trust-item\"\u003e✓ OT designed\u003c\/span\u003e\n          \u003cspan class=\"trust-item\"\u003e✓ Clinically grounded\u003c\/span\u003e\n          \u003cspan class=\"trust-item\"\u003e✓ Instant download\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eThe problem\u003c\/div\u003e\n    \u003ch2\u003eMost hairdressers have never been taught any of this\u003c\/h2\u003e\n    \u003cp\u003eYou were trained in cutting, colouring, styling. Nobody covered what to do when a child freezes in the chair, cannot stop crying, tries to escape, or goes completely blank and still. Nobody explained why these things happen or what the difference is between a child who is struggling and a child who is manipulating.\u003c\/p\u003e\n    \u003cp\u003eAnd when these appointments happen, you are left managing it on instinct, hoping the parent does not blame you, and quietly dreading the next time a family like that books in.\u003c\/p\u003e\n    \u003cdiv class=\"callout-dark callout\"\u003e\n      \u003cp\u003eFor a significant number of children, a haircut is not a minor inconvenience. It is a genuinely overwhelming sensory experience. How you respond to it, from the moment the family walks through your door, shapes whether that child ever feels safe enough to come back.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cp\u003eOne sensory friendly family who trusts your salon is worth years of repeat bookings. They tell other families. They leave reviews. They become your most loyal clients.\u003c\/p\u003e\n    \u003cp\u003eThis guide gives you the framework to become that salon.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"divider\"\u003e\n\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eBefore and after\u003c\/div\u003e\n    \u003ch2\u003eWhat difficult appointments look like without this framework, and with it\u003c\/h2\u003e\n    \u003cdiv class=\"two-col\"\u003e\n      \u003cdiv class=\"way-card old\"\u003e\n        \u003ch3\u003eWithout a framework\u003c\/h3\u003e\n        \u003cul\u003e\n          \u003cli\u003eManaging distress on instinct with no clear approach\u003c\/li\u003e\n          \u003cli\u003eSaying things that unintentionally make it worse\u003c\/li\u003e\n          \u003cli\u003ePushing through because you feel you have to finish\u003c\/li\u003e\n          \u003cli\u003eNot knowing the difference between struggling and shutting down\u003c\/li\u003e\n          \u003cli\u003eFamilies who do not come back and you do not know why\u003c\/li\u003e\n          \u003cli\u003eDreading appointments with certain children\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"way-card new\"\u003e\n        \u003ch3\u003eWith this framework\u003c\/h3\u003e\n        \u003cul\u003e\n          \u003cli\u003eA clear approach from the moment the family arrives\u003c\/li\u003e\n          \u003cli\u003eLanguage that genuinely helps rather than escalates\u003c\/li\u003e\n          \u003cli\u003eKnowing exactly when to pause and how to do it well\u003c\/li\u003e\n          \u003cli\u003eReading early distress signals before they become crisis\u003c\/li\u003e\n          \u003cli\u003eFamilies who specifically request you by name\u003c\/li\u003e\n          \u003cli\u003eConfident, calm, professional even in the hardest appointments\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"divider\"\u003e\n\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eWhat is inside\u003c\/div\u003e\n    \u003ch2\u003e10 chapters and 5 printable professional tools\u003c\/h2\u003e\n\n    \u003cp style=\"color: var(--muted); margin-bottom: 1.25rem;\"\u003eThe guide is structured in two parts. Part One gives you the clinical understanding. Part Two translates that directly into what you do at every stage of the appointment.\u003c\/p\u003e\n\n    \u003cul class=\"chapter-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eHow the brain processes the world around us\u003c\/strong\u003e , sensory processing explained clearly, without jargon\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eWhat happens in the body when a child feels unsafe\u003c\/strong\u003e , fight, flight, freeze, fawn and co-regulation\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eWhat is neurodivergence?\u003c\/strong\u003e , autism, ADHD, SPD and children without a diagnosis\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eBody awareness\u003c\/strong\u003e , why firm touch is often better tolerated than light touch, and what this means for your technique\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eBefore the child sits down\u003c\/strong\u003e , preparation, environment and slowing the start\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eCommunicating in a way that actually helps\u003c\/strong\u003e , what to say, what to avoid, and why it matters\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eReading and responding to distress\u003c\/strong\u003e , the four stages and how to act early\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003ePractical strategies during the cut\u003c\/strong\u003e , breaks, loose hair, clippers, comfort tools\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eWhen to pause or stop\u003c\/strong\u003e , recognising when stopping is the right professional call\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eBuilding a sensory friendly salon\u003c\/strong\u003e , environment, consistency and the conversations that build long-term client loyalty\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cp style=\"margin-top: 1.25rem; color: var(--muted);\"\u003ePlus five printable professional tools included in the download:\u003c\/p\u003e\n\n    \u003cdiv class=\"tools-grid\"\u003e\n      \u003cdiv class=\"tool-card\"\u003e\n        \u003ch3\u003eQuick Reference Card\u003c\/h3\u003e\n        \u003cp\u003eKey signals and responses at a glance. Keep it at your station.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tool-card\"\u003e\n        \u003ch3\u003eSalon Environment Checklist\u003c\/h3\u003e\n        \u003cp\u003ePractical adjustments to reduce sensory load for sensitive clients.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tool-card\"\u003e\n        \u003ch3\u003eStep-by-Step Appointment Framework\u003c\/h3\u003e\n        \u003cp\u003eA complete checklist for every stage of a sensory friendly appointment.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tool-card\"\u003e\n        \u003ch3\u003ePre-Appointment Parent Questionnaire\u003c\/h3\u003e\n        \u003cp\u003ePrint and send before the first appointment or keep at reception.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tool-card\"\u003e\n        \u003ch3\u003eStop and Break Cards\u003c\/h3\u003e\n        \u003cp\u003eTwo versions. Give to the child at the start of every appointment.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"divider\"\u003e\n\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eWhy trust this\u003c\/div\u003e\n    \u003ch2\u003eClinical expertise written for your environment\u003c\/h2\u003e\n    \u003cdiv class=\"stat-row\"\u003e\n      \u003cdiv class=\"proof-box\"\u003e\n        \u003cspan class=\"proof-stat\"\u003e10\u003c\/span\u003e\n        \u003cspan class=\"proof-label\"\u003eChapters covering the full clinical and practical picture\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"proof-box\"\u003e\n        \u003cspan class=\"proof-stat\"\u003e5\u003c\/span\u003e\n        \u003cspan class=\"proof-label\"\u003ePrintable professional tools ready to use from day one\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"proof-box\"\u003e\n        \u003cspan class=\"proof-stat\"\u003eOT\u003c\/span\u003e\n        \u003cspan class=\"proof-label\"\u003eCreated by paediatric occupational therapists at EquipKids, Melbourne\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cp\u003eBetter Haircuts for Sensitive Kids was created by the clinical team at \u003cstrong\u003eEquipKids Occupational Therapy\u003c\/strong\u003e, a paediatric OT clinic supporting families across Melbourne. The strategies in this guide are grounded in the same occupational therapy framework our team uses with sensory sensitive children every day.\u003c\/p\u003e\n    \u003cp\u003eThis is not generic customer service advice. It is clinical knowledge, translated directly into practical tools for your salon.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"divider\"\u003e\n\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eThe business case\u003c\/div\u003e\n    \u003ch2\u003eOne returning sensory family pays for this guide many times over\u003c\/h2\u003e\n    \u003cp\u003eThe average haircut is AU$35. A sensory family with a child who needs regular trims, who trusts your salon and books every 6 to 8 weeks, is worth over AU$200 a year in repeat bookings alone.\u003c\/p\u003e\n    \u003cp\u003eSensory families talk to each other. They share recommendations in parent groups, school communities and NDIS networks. A salon that genuinely knows how to support their children is not just a good find. It is something they tell everyone about.\u003c\/p\u003e\n    \u003cdiv class=\"callout\"\u003e\n      \u003cp\u003eAt AU$79.95, this guide costs less than two haircuts. The return on investment is measurable within weeks.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"divider\"\u003e\n\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eCommon questions\u003c\/div\u003e\n    \u003ch2\u003eWhat professionals usually ask\u003c\/h2\u003e\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eDo I need clinical experience to use this?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eNo. This guide was written specifically for hairdressers and barbers, not therapists. The clinical concepts are explained clearly in plain language and translated directly into what to do at each stage of the appointment.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eHow do I receive the files?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eInstantly. After purchase you will receive a download link by email. The guide is PDF format and works on any device. Print the tools you need or use digitally.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eCan I share this with other staff in my salon?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eThis guide is licensed for single practice use, which means all staff within your salon can use it. It is not licensed for redistribution to other salons or businesses.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eIs this relevant for barbers as well as hairdressers?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes. The guide is written for both. The clinical principles and practical strategies apply equally to any salon environment where children receive haircuts.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eWill this work for children without a diagnosis?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes. Many children who struggle during haircuts do not have a formal diagnosis. The guide covers the full spectrum, from diagnosed neurodivergent children through to children described by parents as simply very sensitive.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"divider\"\u003e\n\n  \u003cdiv class=\"final-cta\"\u003e\n    \u003cdiv class=\"badge badge-blue\"\u003eYour next step\u003c\/div\u003e\n    \u003ch2\u003eBecome the salon that sensory families specifically seek out.\u003c\/h2\u003e\n    \u003cp\u003eThe families who bring sensory sensitive children to your chair are not looking for perfection. They are looking for someone who sees their child clearly and knows what to do. This guide gives you exactly that.\u003c\/p\u003e\n    \u003ca href=\"https:\/\/mytheraplaybox.com.au\/products\/better-haircuts-for-sensitive-kids\" class=\"cta-btn\"\u003eGet instant access , AU$79.95\u003c\/a\u003e\n    \u003cp style=\"font-size:12px; color: var(--primary-dark); margin-bottom:0;\"\u003eInstant download · PDF · 5 printable tools included · Single practice licence\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"disclaimer\"\u003e\n    \u003cp\u003e\u003cstrong\u003eDisclaimer:\u003c\/strong\u003e Better Haircuts for Sensitive Kids is an educational resource designed to provide general guidance for hairdressers, barbers and allied health professionals. It is not a substitute for individual occupational therapy assessment or treatment. For children with significant sensory or neurodevelopmental needs, personalised advice from a qualified occupational therapist is recommended. Licensed for single practice educational use only. Redistribution, uploading or resale without written permission from MyTheraPlayBox is prohibited.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"ot-credit\"\u003eCreated by the clinical team at EquipKids Occupational Therapy, Melbourne · mytheraplaybox.com.au\u003cbr\u003e© 2026 MyTheraPlayBox. All rights reserved.\u003c\/p\u003e\n\n\u003c\/div\u003e","brand":"MyTheraPlayBox","offers":[{"title":"Default Title","offer_id":52420966318392,"sku":null,"price":69.95,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0815\/0335\/5192\/files\/thumbnailphotos_9.png?v=1779867673"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0815\/0335\/5192\/collections\/thumbnail_photos_3.jpg?v=1779611614","url":"https:\/\/mytheraplaybox.com.au\/collections\/haircut-sensory-grooming.oembed","provider":"MyTheraPlayBox","version":"1.0","type":"link"}