{"title":"Sensory","description":"\u003cspan data-mce-fragment=\"1\"\u003eBlack Friday Sensory\u003c\/span\u003e","products":[{"product_id":"sensi-essentials-kit-sensory","title":"TalkTools® Sensi® Essentials Kit (Sensory)","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eSensi® Essentials Kit -- Sensory\u003c\/title\u003e\n    \u003clink href=\"https:\/\/talktools.com\/products\/sensi-essentials-kit-sensory\" rel=\"stylesheet\"\u003e\n    \u003cstyle\u003e\n        .tt-sensi-container {\n            --primary-purple: #6361aa;\n            --text-color: #333;\n            --bg-plain: #f5f5f5;\n            --warning-bg: #fff3cd;\n            --warning-border: #ffeeba;\n            --warning-text: #856404;\n            --border-light: #ddd;\n            --hover-bg: #eeecf7;\n\n            font-family: \"Proxima Nova\", \"Poppins\", sans-serif;\n            line-height: 1.6;\n            color: var(--text-color);\n            background-color: var(--bg-plain);\n            margin: 0;\n            padding: 0;\n            width: 100%;\n            max-width: 100%;\n            box-sizing: border-box;\n        }\n\n        .tt-sensi-container *,\n        .tt-sensi-container *::before,\n        .tt-sensi-container *::after {\n            box-sizing: border-box;\n        }\n\n        .tt-sensi-content {\n            width: 100%;\n            padding: 40px 20px;\n        }\n\n        \/* Intro section — no toggle *\/\n        .tt-sensi-intro {\n            margin-bottom: 10px;\n        }\n\n        .tt-sensi-intro p {\n            margin-bottom: 15px;\n        }\n\n        .tt-sensi-container a {\n            color: var(--primary-purple);\n            text-decoration: underline;\n        }\n\n        .tt-sensi-container a:hover {\n            opacity: 0.75;\n        }\n\n        \/* Page header *\/\n        .tt-sensi-page-header {\n            border-bottom: 3px solid var(--primary-purple);\n            margin-bottom: 24px;\n            padding-bottom: 15px;\n        }\n\n        .tt-sensi-page-header h1 {\n            color: var(--primary-purple);\n            font-size: 2.2em;\n            margin: 0;\n            font-weight: 700;\n        }\n\n        \/* Static (non-collapsible) section *\/\n        .tt-static-item {\n            border-bottom: 1px solid var(--border-light);\n        }\n\n        .tt-static-header {\n            display: flex;\n            align-items: center;\n            padding: 18px 0 18px 18px;\n            border-left: 5px solid var(--primary-purple);\n            margin-top: 8px;\n        }\n\n        .tt-static-header h2 {\n            color: var(--primary-purple);\n            font-size: 1.4em;\n            font-weight: 600;\n            margin: 0;\n            line-height: 1.3;\n        }\n\n        .tt-static-panel {\n            padding: 4px 0 20px 23px;\n        }\n\n        .tt-static-panel ul {\n            margin: 10px 0 0 0;\n            padding-left: 20px;\n        }\n\n        .tt-static-panel li {\n            margin-bottom: 9px;\n        }\n\n        \/* Accordion item wrapper *\/\n        .tt-accordion-item {\n            border-bottom: 1px solid var(--border-light);\n        }\n\n        \/* Accordion toggle button *\/\n        .tt-accordion-toggle {\n            all: unset;\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            width: 100%;\n            cursor: pointer;\n            padding: 18px 0 18px 18px;\n            border-left: 5px solid var(--primary-purple);\n            margin-top: 8px;\n            background: transparent;\n            transition: background 0.2s;\n        }\n\n        .tt-accordion-toggle:hover,\n        .tt-accordion-toggle:focus-visible {\n            background-color: var(--hover-bg);\n            outline: none;\n        }\n\n        .tt-accordion-toggle h2 {\n            color: var(--primary-purple);\n            font-size: 1.4em;\n            font-weight: 600;\n            margin: 0;\n            line-height: 1.3;\n        }\n\n        \/* Chevron icon *\/\n        .tt-chevron {\n            flex-shrink: 0;\n            margin-left: 16px;\n            width: 22px;\n            height: 22px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.25s ease;\n            color: var(--primary-purple);\n        }\n\n        .tt-accordion-toggle[aria-expanded=\"true\"] .tt-chevron {\n            transform: rotate(180deg);\n        }\n\n        \/* Accordion panel *\/\n        .tt-accordion-panel {\n            overflow: hidden;\n            max-height: 0;\n            transition: max-height 0.3s ease, padding 0.3s ease;\n            padding: 0 0 0 23px; \/* aligns with border-left offset *\/\n        }\n\n        .tt-accordion-panel.is-open {\n            max-height: 2000px;\n            padding: 4px 0 20px 23px;\n        }\n\n        .tt-accordion-panel ul {\n            margin: 10px 0 0 0;\n            padding-left: 20px;\n        }\n\n        .tt-accordion-panel li {\n            margin-bottom: 9px;\n        }\n\n        \/* Product details table *\/\n        .tt-sensi-container .product-details-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 10px 0 0 0;\n        }\n\n        .tt-sensi-container .product-details-table td {\n            padding: 12px 10px;\n            border-bottom: 1px solid var(--border-light);\n            vertical-align: top;\n        }\n\n        .tt-sensi-container .product-details-table td:first-child {\n            font-weight: 600;\n            width: 38%;\n            color: var(--primary-purple);\n        }\n\n        \/* Warning block *\/\n        .tt-warning {\n            background-color: var(--warning-bg);\n            border: 1px solid var(--warning-border);\n            color: var(--warning-text);\n            padding: 20px 25px;\n            border-radius: 8px;\n            margin-top: 30px;\n            font-weight: 600;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .tt-sensi-page-header h1 {\n                font-size: 1.6em;\n            }\n            .tt-accordion-toggle h2,\n            .tt-static-header h2 {\n                font-size: 1.2em;\n            }\n            .tt-sensi-container .product-details-table td:first-child {\n                width: 45%;\n            }\n            .tt-sensi-content {\n                padding: 20px 15px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n\n\u003cdiv class=\"tt-sensi-container\"\u003e\n    \u003cdiv class=\"tt-sensi-content\"\u003e\n\n        \u003cdiv class=\"tt-sensi-page-header\"\u003e\n            \u003ch1\u003eSensi® Essentials Kit -- Sensory\u003c\/h1\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-sensi-intro\"\u003e\n            \u003cp\u003eThe \u003ca href=\"https:\/\/talktools.com\/products\/sensi-essentials-kit-sensory\" target=\"_blank\" rel=\"noopener\"\u003eSensi® Essentials Kit -- Sensory\u003c\/a\u003e is a comprehensive set of textured and smooth oral placement therapy tips for the TalkTools Sensi® vibrating oral tool, specifically curated to address sensory processing needs and oral defensiveness. This best-value kit gives therapists a full complement of tip shapes and textures to guide clients through graduated sensory desensitization and oral motor skill-building.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Therapy Goals — static, always visible --\u003e\n        \u003cdiv class=\"tt-static-item\"\u003e\n            \u003cdiv class=\"tt-static-header\"\u003e\n                \u003ch2\u003eTherapy Goals\u003c\/h2\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tt-static-panel\"\u003e\n                \u003cul\u003e\n                    \u003cli\u003eProvide graded vibrotactile input to reduce oral hypersensitivity and tactile defensiveness\u003c\/li\u003e\n                    \u003cli\u003eSupport sensory desensitization of the lips, tongue, cheeks, and hard palate using varied textures\u003c\/li\u003e\n                    \u003cli\u003eFacilitate oral motor awareness and muscle activation as a precursor to feeding and speech activities\u003c\/li\u003e\n                    \u003cli\u003ePromote jaw grading and controlled bite force through textured tip input\u003c\/li\u003e\n                    \u003cli\u003eIncrease client tolerance for oral contact with caregivers, utensils, and food textures\u003c\/li\u003e\n                    \u003cli\u003eSupport sensory processing goals within an OPT or sensory integration framework\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Key Benefits --\u003e\n        \u003cdiv class=\"tt-accordion-item\"\u003e\n            \u003cbutton class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-key-benefits\"\u003e\n                \u003ch2\u003eKey Benefits\u003c\/h2\u003e\n                \u003cspan class=\"tt-chevron\" aria-hidden=\"true\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"tt-accordion-panel\" id=\"panel-key-benefits\" role=\"region\"\u003e\n                \u003cul\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eBest value:\u003c\/strong\u003e includes the Sensi® handle and 11 interchangeable tips with an emphasis on textured options\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eEnhanced sensory input:\u003c\/strong\u003e textured tips deliver proprioceptive and tactile input for sensory-seeking or hypersensitive clients\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eGraduated progression:\u003c\/strong\u003e smooth and textured options allow therapists to progress clients incrementally along a sensory hierarchy\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eAmplified awareness:\u003c\/strong\u003e vibration amplifies sensory input through each tip, supporting awareness and desensitization\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eOrganized and portable:\u003c\/strong\u003e reusable pouch keeps the full kit together for clinic or home use\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eProtocol compatible:\u003c\/strong\u003e compatible with the TalkTools OPT tip hierarchy and feeding therapy protocols\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eDurable materials:\u003c\/strong\u003e food-safe materials designed for repeated clinical and home use\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Ideal For --\u003e\n        \u003cdiv class=\"tt-accordion-item\"\u003e\n            \u003cbutton class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-ideal-for\"\u003e\n                \u003ch2\u003eIdeal for:\u003c\/h2\u003e\n                \u003cspan class=\"tt-chevron\" aria-hidden=\"true\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"tt-accordion-panel\" id=\"panel-ideal-for\" role=\"region\"\u003e\n                \u003cul\u003e\n                    \u003cli\u003eSpeech-language pathologists (SLPs) and occupational therapists (OTs) addressing oral defensiveness\u003c\/li\u003e\n                    \u003cli\u003eFeeding therapists working with clients with sensory-based feeding difficulties\u003c\/li\u003e\n                    \u003cli\u003eClients with autism spectrum disorder, sensory processing disorders, or tactile hypersensitivity\u003c\/li\u003e\n                    \u003cli\u003eChildren with Down syndrome, cerebral palsy, or other developmental conditions affecting oral motor function\u003c\/li\u003e\n                    \u003cli\u003eEarly intervention programs and NICU follow-up clinics\u003c\/li\u003e\n                    \u003cli\u003eSchool-based therapy, private practice, and home programs\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- What's Included --\u003e\n        \u003cdiv class=\"tt-accordion-item\"\u003e\n            \u003cbutton class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-whats-included\"\u003e\n                \u003ch2\u003eWhat's Included\u003c\/h2\u003e\n                \u003cspan class=\"tt-chevron\" aria-hidden=\"true\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"tt-accordion-panel\" id=\"panel-whats-included\" role=\"region\"\u003e\n                \u003cul\u003e\n                    \u003cli\u003e1 x Sensi® with Chewy Tip (attached)\u003c\/li\u003e\n                    \u003cli\u003e1 x Pointed Spoon Tip\u003c\/li\u003e\n                    \u003cli\u003e1 x Textured Spoon Tip\u003c\/li\u003e\n                    \u003cli\u003e1 x Textured Tongue Depressor Tip\u003c\/li\u003e\n                    \u003cli\u003e1 x Wee Round Textured Tip\u003c\/li\u003e\n                    \u003cli\u003e1 x Round Textured Tip\u003c\/li\u003e\n                    \u003cli\u003e1 x Wee Chewy Tip\u003c\/li\u003e\n                    \u003cli\u003e1 x Side Spoon Tip\u003c\/li\u003e\n                    \u003cli\u003e1 x Smiley Textured Tip\u003c\/li\u003e\n                    \u003cli\u003e1 x Ridge Tip\u003c\/li\u003e\n                    \u003cli\u003e1 x Purple Probe\u003c\/li\u003e\n                    \u003cli\u003e1 x Soft Pointer Tip\u003c\/li\u003e\n                    \u003cli\u003e1 x Reusable storage pouch\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Product Details --\u003e\n        \u003cdiv class=\"tt-accordion-item\"\u003e\n            \u003cbutton class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-product-details\"\u003e\n                \u003ch2\u003eProduct Details\u003c\/h2\u003e\n                \u003cspan class=\"tt-chevron\" aria-hidden=\"true\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"tt-accordion-panel\" id=\"panel-product-details\" role=\"region\"\u003e\n                \u003ctable class=\"product-details-table\"\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eMaterial\u003c\/td\u003e\n                        \u003ctd\u003eFDA-compliant, food-safe silicone tips; BPA-free, latex-free, lead-free, and phthalate-free\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eVibration\u003c\/td\u003e\n                        \u003ctd\u003eDelivered through the Sensi® handle to each interchangeable tip\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eWater resistance\u003c\/td\u003e\n                        \u003ctd\u003eDo not submerge the Sensi® handle; clean tips by hand washing only\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eSafety\u003c\/td\u003e\n                        \u003ctd\u003eFDA compliant, BPA-free, latex-free, lead-free, phthalate-free\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eHandle compatibility\u003c\/td\u003e\n                        \u003ctd\u003eAll tips are compatible with the TalkTools Sensi® handle\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Care Instructions --\u003e\n        \u003cdiv class=\"tt-accordion-item\"\u003e\n            \u003cbutton class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-care\"\u003e\n                \u003ch2\u003eCare Instructions\u003c\/h2\u003e\n                \u003cspan class=\"tt-chevron\" aria-hidden=\"true\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"tt-accordion-panel\" id=\"panel-care\" role=\"region\"\u003e\n                \u003cul\u003e\n                    \u003cli\u003eBefore first use, wash all tips thoroughly with warm soapy water and rinse well\u003c\/li\u003e\n                    \u003cli\u003eAfter each use, clean all tips with warm soapy water; rinse and allow to air dry\u003c\/li\u003e\n                    \u003cli\u003eDo not submerge the Sensi® handle in water\u003c\/li\u003e\n                    \u003cli\u003eDo not place the Sensi® handle in the dishwasher; tips only should be hand-washed\u003c\/li\u003e\n                    \u003cli\u003eDo not use harsh abrasives, bleach, or alcohol-based cleaners on tips\u003c\/li\u003e\n                    \u003cli\u003eInspect all tips before each use; discard any tip showing cracks, tears, or deterioration\u003c\/li\u003e\n                    \u003cli\u003eStore tips in the included reusable pouch when not in use\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-warning\"\u003e\n            \u003cstrong\u003eWarning:\u003c\/strong\u003e Do NOT use this tool with clients who have been diagnosed with seizure disorders that are stimulated by vibration.\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n(function () {\n    var toggles = document.querySelectorAll('.tt-accordion-toggle');\n\n    toggles.forEach(function (toggle) {\n        toggle.addEventListener('click', function () {\n            var expanded = this.getAttribute('aria-expanded') === 'true';\n            var panelId = this.getAttribute('aria-controls');\n            var panel = document.getElementById(panelId);\n\n            this.setAttribute('aria-expanded', !expanded);\n            if (expanded) {\n                panel.classList.remove('is-open');\n            } else {\n                panel.classList.add('is-open');\n            }\n        });\n    });\n})();\n\u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"TalkTools","offers":[{"title":"Sensi Essentials Kit (Sensory) - Pink","offer_id":40541438705832,"sku":"5541-P","price":99.0,"currency_code":"USD","in_stock":false},{"title":"Sensi Essentials Kit (Sensory) - Grey","offer_id":37635346694312,"sku":"5541-Grey","price":99.0,"currency_code":"USD","in_stock":false},{"title":"Sensi Essentials Kit (Sensory) - Ocean","offer_id":37635345055912,"sku":"5541-O","price":99.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/Essentials_Kit_Sensory_PINK_203d805b-eb2d-401a-947b-dbdee7a515e3.png?v=1783540510"},{"product_id":"special-needs-essentials-focuspad-seat-vibrating-cushion-for-sensory-kids-sensory-foot-cushion-therapy-tools-for-kids-and-adults-with-adhd-autism-fidget-toys-blue","title":"FocusPad Seat Blue Square | Vibrating Cushion for Sensory","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eFocusPad Seat | Blue Square Vibrating Cushion\u003c\/title\u003e\n    \u003clink href=\"https:\/\/talktools.com\/products\/focuspad-seat-blue-square-vibrating-cushion\" rel=\"stylesheet\"\u003e\n    \u003cstyle\u003e\n        .tt-sensi-container {\n            --primary-purple: #6361aa;\n            --text-color: #333;\n            --bg-plain: #f5f5f5;\n            --warning-bg: #fff3cd;\n            --warning-border: #ffeeba;\n            --warning-text: #856404;\n            --border-light: #ddd;\n            --hover-bg: #eeecf7;\n\n            font-family: \"Proxima Nova\", \"Poppins\", sans-serif;\n            line-height: 1.6;\n            color: var(--text-color);\n            background-color: var(--bg-plain);\n            margin: 0;\n            padding: 0;\n            width: 100%;\n            max-width: 100%;\n            box-sizing: border-box;\n        }\n\n        .tt-sensi-container *,\n        .tt-sensi-container *::before,\n        .tt-sensi-container *::after {\n            box-sizing: border-box;\n        }\n\n        .tt-sensi-content {\n            width: 100%;\n            padding: 40px 20px;\n        }\n\n        \/* Intro section — no toggle *\/\n        .tt-sensi-intro {\n            margin-bottom: 10px;\n        }\n\n        .tt-sensi-intro p {\n            margin-bottom: 15px;\n        }\n\n        .tt-sensi-container a {\n            color: var(--primary-purple);\n            text-decoration: underline;\n        }\n\n        .tt-sensi-container a:hover {\n            opacity: 0.75;\n        }\n\n        \/* Page header *\/\n        .tt-sensi-page-header {\n            border-bottom: 3px solid var(--primary-purple);\n            margin-bottom: 24px;\n            padding-bottom: 15px;\n        }\n\n        .tt-sensi-page-header h1 {\n            color: var(--primary-purple);\n            font-size: 2.2em;\n            margin: 0;\n            font-weight: 700;\n        }\n\n        \/* Static (non-collapsible) section *\/\n        .tt-static-item {\n            border-bottom: 1px solid var(--border-light);\n        }\n\n        .tt-static-header {\n            display: flex;\n            align-items: center;\n            padding: 18px 0 18px 18px;\n            border-left: 5px solid var(--primary-purple);\n            margin-top: 8px;\n        }\n\n        .tt-static-header h2 {\n            color: var(--primary-purple);\n            font-size: 1.4em;\n            font-weight: 600;\n            margin: 0;\n            line-height: 1.3;\n        }\n\n        .tt-static-panel {\n            padding: 4px 0 20px 23px;\n        }\n\n        .tt-static-panel ul {\n            margin: 10px 0 0 0;\n            padding-left: 20px;\n        }\n\n        .tt-static-panel li {\n            margin-bottom: 9px;\n        }\n\n        \/* Accordion item wrapper *\/\n        .tt-accordion-item {\n            border-bottom: 1px solid var(--border-light);\n        }\n\n        \/* Accordion toggle button *\/\n        .tt-accordion-toggle {\n            all: unset;\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            width: 100%;\n            cursor: pointer;\n            padding: 18px 0 18px 18px;\n            border-left: 5px solid var(--primary-purple);\n            margin-top: 8px;\n            background: transparent;\n            transition: background 0.2s;\n        }\n\n        .tt-accordion-toggle:hover,\n        .tt-accordion-toggle:focus-visible {\n            background-color: var(--hover-bg);\n            outline: none;\n        }\n\n        .tt-accordion-toggle h2 {\n            color: var(--primary-purple);\n            font-size: 1.4em;\n            font-weight: 600;\n            margin: 0;\n            line-height: 1.3;\n        }\n\n        \/* Chevron icon *\/\n        .tt-chevron {\n            flex-shrink: 0;\n            margin-left: 16px;\n            width: 22px;\n            height: 22px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.25s ease;\n            color: var(--primary-purple);\n        }\n\n        .tt-accordion-toggle[aria-expanded=\"true\"] .tt-chevron {\n            transform: rotate(180deg);\n        }\n\n        \/* Accordion panel *\/\n        .tt-accordion-panel {\n            overflow: hidden;\n            max-height: 0;\n            transition: max-height 0.3s ease, padding 0.3s ease;\n            padding: 0 0 0 23px; \/* aligns with border-left offset *\/\n        }\n\n        .tt-accordion-panel.is-open {\n            max-height: 2000px;\n            padding: 4px 0 20px 23px;\n        }\n\n        .tt-accordion-panel ul {\n            margin: 10px 0 0 0;\n            padding-left: 20px;\n        }\n\n        .tt-accordion-panel li {\n            margin-bottom: 9px;\n        }\n\n        \/* Product details table *\/\n        .tt-sensi-container .product-details-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 10px 0 0 0;\n        }\n\n        .tt-sensi-container .product-details-table td {\n            padding: 12px 10px;\n            border-bottom: 1px solid var(--border-light);\n            vertical-align: top;\n        }\n\n        .tt-sensi-container .product-details-table td:first-child {\n            font-weight: 600;\n            width: 38%;\n            color: var(--primary-purple);\n        }\n\n        \/* Warning block *\/\n        .tt-warning {\n            background-color: var(--warning-bg);\n            border: 1px solid var(--warning-border);\n            color: var(--warning-text);\n            padding: 20px 25px;\n            border-radius: 8px;\n            margin-top: 30px;\n            font-weight: 600;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .tt-sensi-page-header h1 {\n                font-size: 1.6em;\n            }\n            .tt-accordion-toggle h2,\n            .tt-static-header h2 {\n                font-size: 1.2em;\n            }\n            .tt-sensi-container .product-details-table td:first-child {\n                width: 45%;\n            }\n            .tt-sensi-content {\n                padding: 20px 15px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n\u003cdiv class=\"tt-sensi-container\"\u003e\n    \u003cdiv class=\"tt-sensi-content\"\u003e\n\n        \u003cdiv class=\"tt-sensi-page-header\"\u003e\n            \u003ch1\u003eFocusPad Seat | Blue Square Vibrating Cushion\u003c\/h1\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-sensi-intro\"\u003e\n            \u003cp\u003eThe \u003ca href=\"https:\/\/talktools.com\/products\/focuspad-seat-blue-square-vibrating-cushion\" target=\"_blank\" rel=\"noopener\"\u003eFocusPad Seat Blue Square\u003c\/a\u003e is a portable vibrating sensory cushion designed to help children and adults stay focused and engaged through gentle tactile vibration. Suitable for use as a seat cushion, foot fidget, or back cushion, it delivers therapeutic sensory input to support attention, relaxation, and sensory regulation in school, therapy, and home settings.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-accordion-item\"\u003e\n            \u003cbutton class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-key-benefits\"\u003e\n                \u003ch2\u003eKey Benefits\u003c\/h2\u003e\n                \u003cspan class=\"tt-chevron\" aria-hidden=\"true\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"tt-accordion-panel\" id=\"panel-key-benefits\" role=\"region\"\u003e\n                \u003cul\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eGentle vibration:\u003c\/strong\u003e delivers proprioceptive and tactile sensory input to support focus and sensory regulation.\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eMulti-use design:\u003c\/strong\u003e works as a seat cushion, foot fidget, or back cushion to meet a range of sensory needs.\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003ePortable and lightweight:\u003c\/strong\u003e easy to transport between home, school, and clinic.\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eSilent fidget tool:\u003c\/strong\u003e enhances attention without disrupting the surrounding environment.\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eBroad age range:\u003c\/strong\u003e suitable for children and adults aged 4 and up.\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-accordion-item\"\u003e\n            \u003cbutton class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-ideal-for\"\u003e\n                \u003ch2\u003eIdeal for:\u003c\/h2\u003e\n                \u003cspan class=\"tt-chevron\" aria-hidden=\"true\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"tt-accordion-panel\" id=\"panel-ideal-for\" role=\"region\"\u003e\n                \u003cul\u003e\n                    \u003cli\u003eChildren and adults with ADHD who benefit from vibrotactile input to support attention and focus.\u003c\/li\u003e\n                    \u003cli\u003eChildren with sensory processing disorders or sensory-seeking behaviors.\u003c\/li\u003e\n                    \u003cli\u003eChildren on the autism spectrum who benefit from proprioceptive sensory input during seated activities.\u003c\/li\u003e\n                    \u003cli\u003eOccupational therapists and classroom teachers integrating sensory tools into structured learning or therapy sessions.\u003c\/li\u003e\n                    \u003cli\u003eSchool-based therapy programs, inclusive classrooms, and home use.\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-accordion-item\"\u003e\n            \u003cbutton class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-whats-included\"\u003e\n                \u003ch2\u003eWhat's Included\u003c\/h2\u003e\n                \u003cspan class=\"tt-chevron\" aria-hidden=\"true\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"tt-accordion-panel\" id=\"panel-whats-included\" role=\"region\"\u003e\n                \u003cul\u003e\n                    \u003cli\u003e1 x FocusPad Seat Blue Square\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-accordion-item\"\u003e\n            \u003cbutton class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-product-details\"\u003e\n                \u003ch2\u003eProduct Details\u003c\/h2\u003e\n                \u003cspan class=\"tt-chevron\" aria-hidden=\"true\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"tt-accordion-panel\" id=\"panel-product-details\" role=\"region\"\u003e\n                \u003ctable class=\"product-details-table\"\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eColor\u003c\/td\u003e\n                        \u003ctd\u003eBlue\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eShape\u003c\/td\u003e\n                        \u003ctd\u003eSquare\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eDimensions\u003c\/td\u003e\n                        \u003ctd\u003eApproximately 10 in x 9.5 in x 3 in\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eFirmness\u003c\/td\u003e\n                        \u003ctd\u003eAdjustable via included hand pump\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eAge recommendation\u003c\/td\u003e\n                        \u003ctd\u003e4 years and up\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-accordion-item\"\u003e\n            \u003cbutton class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-care\"\u003e\n                \u003ch2\u003eCare Instructions\u003c\/h2\u003e\n                \u003cspan class=\"tt-chevron\" aria-hidden=\"true\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"tt-accordion-panel\" id=\"panel-care\" role=\"region\"\u003e\n                \u003cul\u003e\n                    \u003cli\u003eBefore first use: Inflate to desired firmness using the included hand pump; wipe surface with a damp cloth.\u003c\/li\u003e\n                    \u003cli\u003eAfter each use: Wipe surface with a damp cloth and mild soap solution; allow to dry completely.\u003c\/li\u003e\n                    \u003cli\u003eDo not submerge in water.\u003c\/li\u003e\n                    \u003cli\u003eDo not use abrasive cleaners, bleach, or harsh chemical disinfectants.\u003c\/li\u003e\n                    \u003cli\u003eInspect for punctures or air leaks before each use; do not use if damaged.\u003c\/li\u003e\n                    \u003cli\u003eStore in a cool, dry location away from sharp objects.\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-warning\"\u003e\n            \u003cstrong\u003eWarning:\u003c\/strong\u003e Do NOT use this seat with individuals who have been diagnosed with seizure disorders that are stimulated by vibration.\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n(function () {\n    var toggles = document.querySelectorAll('.tt-accordion-toggle');\n\n    toggles.forEach(function (toggle) {\n        toggle.addEventListener('click', function () {\n            var expanded = this.getAttribute('aria-expanded') === 'true';\n            var panelId = this.getAttribute('aria-controls');\n            var panel = document.getElementById(panelId);\n\n            this.setAttribute('aria-expanded', !expanded);\n            if (expanded) {\n                panel.classList.remove('is-open');\n            } else {\n                panel.classList.add('is-open');\n            }\n        });\n    });\n})();\n\u003c\/script\u003e\n\n\n\n\n\u003c\/body\u003e","brand":"TalkTools","offers":[{"title":"Default Title","offer_id":45762002157736,"sku":"2079","price":32.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/3434.jpg?v=1744218874"},{"product_id":"special-needs-essentials-focuspad-seat-blue-circle-vibrating-cushion-calming-pillow-for-sensory-kids-9-5-in-x-9-5-in-x-3-in","title":"FocusPad Seat (Blue Circle) | Vibrating Cushion","description":"\u003cdiv\u003e\n\u003cdiv data-cel-widget=\"productOverview_feature_div\" data-csa-c-id=\"g9ufo2-nf2t2u-ykb50m-5zgbcq\" data-csa-c-is-in-initial-active-row=\"false\" data-csa-c-asin=\"B0913J7PN3\" data-csa-c-slot-id=\"productOverview_feature_div\" data-csa-c-content-id=\"productOverview\" data-csa-c-type=\"widget\" data-feature-name=\"productOverview\" class=\"celwidget\" id=\"productOverview_feature_div\"\u003e\n\u003cdiv class=\"a-section a-spacing-small a-spacing-top-small\"\u003eSpecial Feature: Portable, Lightweight, Washable\u003c\/div\u003e\n\u003cdiv class=\"a-section a-spacing-small a-spacing-top-small\"\u003eColor: Blue\u003c\/div\u003e\n\u003cdiv class=\"a-section a-spacing-small a-spacing-top-small\"\u003eSize: 1 count\u003c\/div\u003e\n\u003cdiv class=\"a-section a-spacing-small a-spacing-top-small\"\u003eFill Material: Foam\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cul class=\"a-unordered-list a-vertical a-spacing-mini\"\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e𝗥𝗘𝗟𝗔𝗫 𝗔𝗡𝗗 𝗦𝗢𝗢𝗧𝗛𝗘: FocusPad Seats are specifically designed to promote relaxation, calm the nerves and soothe the body through gentle vibrations that kids will love.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e𝗧𝗛𝗘𝗥𝗔𝗣𝗘𝗨𝗧𝗜𝗖: Special Needs Essentials FocusPad Seat is a sensory pillow to effectively help children stay focused and keep them engaged. It will provide tactile inputs that can be therapeutic for kids with ADHD, ASD or Autism. Sensory seekers will love the FocusPad Seat.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e𝗢𝗧𝗛𝗘𝗥 𝗢𝗣𝗧𝗜𝗢𝗡𝗦: The Special Needs Essentials FocusPad Seats are available in different colors and shapes: Green Square, Plush Textured Orange Circle, Blue Circle (each are sold separately). This listing is for the FocusPad Seat with a vibrant blue cloth cover.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e𝗪𝗔𝗛𝗦𝗔𝗕𝗟𝗘: The cloth cover of the FocusPad Seat is washable, but all other components need to be spot cleaned and disinfected.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e𝗖𝗢𝗠𝗣𝗔𝗖𝗧 𝗔𝗡𝗗 𝗟𝗜𝗚𝗛𝗧𝗪𝗘𝗜𝗚𝗛𝗧: The sensory pillow is portable and lightweight with a compact design that can be taken anywhere you go...to school, in the car or at home. The FocusPad Seat utilizes AA batteries to provide hours of vibrating support.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"TalkTools","offers":[{"title":"Default Title","offer_id":45762324627624,"sku":"2084","price":32.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/1_b4cb1a1a-97c3-45df-a976-7db1ed330e6f.jpg?v=1700498506"},{"product_id":"special-needs-essentials-focuspad-seat-green-square-vibrating-cushion-calming-pillow-for-sensory-kids-10-in-x-9-5-in-x-3-in","title":"FocusPad Seat Green Square | Vibrating Cushion","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eFocusPad Seat | Green Square Vibrating Cushion\u003c\/title\u003e\n    \u003clink href=\"https:\/\/talktools.com\/products\/focuspad-seat-green-square-vibrating-cushion\" rel=\"stylesheet\"\u003e\n    \u003cstyle\u003e\n        .tt-sensi-container {\n            --primary-purple: #6361aa;\n            --text-color: #333;\n            --bg-plain: #f5f5f5;\n            --warning-bg: #fff3cd;\n            --warning-border: #ffeeba;\n            --warning-text: #856404;\n            --border-light: #ddd;\n            --hover-bg: #eeecf7;\n\n            font-family: \"Proxima Nova\", \"Poppins\", sans-serif;\n            line-height: 1.6;\n            color: var(--text-color);\n            background-color: var(--bg-plain);\n            margin: 0;\n            padding: 0;\n            width: 100%;\n            max-width: 100%;\n            box-sizing: border-box;\n        }\n\n        .tt-sensi-container *,\n        .tt-sensi-container *::before,\n        .tt-sensi-container *::after {\n            box-sizing: border-box;\n        }\n\n        .tt-sensi-content {\n            width: 100%;\n            padding: 40px 20px;\n        }\n\n        \/* Intro section — no toggle *\/\n        .tt-sensi-intro {\n            margin-bottom: 10px;\n        }\n\n        .tt-sensi-intro p {\n            margin-bottom: 15px;\n        }\n\n        .tt-sensi-container a {\n            color: var(--primary-purple);\n            text-decoration: underline;\n        }\n\n        .tt-sensi-container a:hover {\n            opacity: 0.75;\n        }\n\n        \/* Page header *\/\n        .tt-sensi-page-header {\n            border-bottom: 3px solid var(--primary-purple);\n            margin-bottom: 24px;\n            padding-bottom: 15px;\n        }\n\n        .tt-sensi-page-header h1 {\n            color: var(--primary-purple);\n            font-size: 2.2em;\n            margin: 0;\n            font-weight: 700;\n        }\n\n        \/* Static (non-collapsible) section *\/\n        .tt-static-item {\n            border-bottom: 1px solid var(--border-light);\n        }\n\n        .tt-static-header {\n            display: flex;\n            align-items: center;\n            padding: 18px 0 18px 18px;\n            border-left: 5px solid var(--primary-purple);\n            margin-top: 8px;\n        }\n\n        .tt-static-header h2 {\n            color: var(--primary-purple);\n            font-size: 1.4em;\n            font-weight: 600;\n            margin: 0;\n            line-height: 1.3;\n        }\n\n        .tt-static-panel {\n            padding: 4px 0 20px 23px;\n        }\n\n        .tt-static-panel ul {\n            margin: 10px 0 0 0;\n            padding-left: 20px;\n        }\n\n        .tt-static-panel li {\n            margin-bottom: 9px;\n        }\n\n        \/* Accordion item wrapper *\/\n        .tt-accordion-item {\n            border-bottom: 1px solid var(--border-light);\n        }\n\n        \/* Accordion toggle button *\/\n        .tt-accordion-toggle {\n            all: unset;\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            width: 100%;\n            cursor: pointer;\n            padding: 18px 0 18px 18px;\n            border-left: 5px solid var(--primary-purple);\n            margin-top: 8px;\n            background: transparent;\n            transition: background 0.2s;\n        }\n\n        .tt-accordion-toggle:hover,\n        .tt-accordion-toggle:focus-visible {\n            background-color: var(--hover-bg);\n            outline: none;\n        }\n\n        .tt-accordion-toggle h2 {\n            color: var(--primary-purple);\n            font-size: 1.4em;\n            font-weight: 600;\n            margin: 0;\n            line-height: 1.3;\n        }\n\n        \/* Chevron icon *\/\n        .tt-chevron {\n            flex-shrink: 0;\n            margin-left: 16px;\n            width: 22px;\n            height: 22px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.25s ease;\n            color: var(--primary-purple);\n        }\n\n        .tt-accordion-toggle[aria-expanded=\"true\"] .tt-chevron {\n            transform: rotate(180deg);\n        }\n\n        \/* Accordion panel *\/\n        .tt-accordion-panel {\n            overflow: hidden;\n            max-height: 0;\n            transition: max-height 0.3s ease, padding 0.3s ease;\n            padding: 0 0 0 23px; \/* aligns with border-left offset *\/\n        }\n\n        .tt-accordion-panel.is-open {\n            max-height: 2000px;\n            padding: 4px 0 20px 23px;\n        }\n\n        .tt-accordion-panel ul {\n            margin: 10px 0 0 0;\n            padding-left: 20px;\n        }\n\n        .tt-accordion-panel li {\n            margin-bottom: 9px;\n        }\n\n        \/* Product details table *\/\n        .tt-sensi-container .product-details-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 10px 0 0 0;\n        }\n\n        .tt-sensi-container .product-details-table td {\n            padding: 12px 10px;\n            border-bottom: 1px solid var(--border-light);\n            vertical-align: top;\n        }\n\n        .tt-sensi-container .product-details-table td:first-child {\n            font-weight: 600;\n            width: 38%;\n            color: var(--primary-purple);\n        }\n\n        \/* Warning block *\/\n        .tt-warning {\n            background-color: var(--warning-bg);\n            border: 1px solid var(--warning-border);\n            color: var(--warning-text);\n            padding: 20px 25px;\n            border-radius: 8px;\n            margin-top: 30px;\n            font-weight: 600;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .tt-sensi-page-header h1 {\n                font-size: 1.6em;\n            }\n            .tt-accordion-toggle h2,\n            .tt-static-header h2 {\n                font-size: 1.2em;\n            }\n            .tt-sensi-container .product-details-table td:first-child {\n                width: 45%;\n            }\n            .tt-sensi-content {\n                padding: 20px 15px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n\u003cdiv class=\"tt-sensi-container\"\u003e\n    \u003cdiv class=\"tt-sensi-content\"\u003e\n\n        \u003cdiv class=\"tt-sensi-page-header\"\u003e\n            \u003ch1\u003eFocusPad Seat | Green Square Vibrating Cushion\u003c\/h1\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-sensi-intro\"\u003e\n            \u003cp\u003eThe \u003ca href=\"https:\/\/talktools.com\/products\/focuspad-seat-green-square-vibrating-cushion\" target=\"_blank\" rel=\"noopener\"\u003eFocusPad Seat Green Square\u003c\/a\u003e is a battery-powered vibrating sensory cushion designed to promote relaxation, calm the nervous system, and support attention through gentle vibration for children and adults. Portable and lightweight with a washable cloth cover, it can be used as a seat cushion, foot fidget, or back cushion in school, therapy, or home environments.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-accordion-item\"\u003e\n            \u003cbutton class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-key-benefits\"\u003e\n                \u003ch2\u003eKey Benefits\u003c\/h2\u003e\n                \u003cspan class=\"tt-chevron\" aria-hidden=\"true\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"tt-accordion-panel\" id=\"panel-key-benefits\" role=\"region\"\u003e\n                \u003cul\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eGentle vibration:\u003c\/strong\u003e calms the nervous system and delivers proprioceptive sensory input to promote relaxation and focus.\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eMulti-use design:\u003c\/strong\u003e functions as a seat cushion, foot fidget, or back cushion to meet a range of sensory needs.\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003ePortable and lightweight:\u003c\/strong\u003e easy to use across home, school, and clinic settings.\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eWashable cloth cover:\u003c\/strong\u003e supports easy hygiene maintenance.\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eBattery-powered support:\u003c\/strong\u003e provides hours of sensory input on a single set of AA batteries.\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eBroad age range:\u003c\/strong\u003e suitable for children and adults aged 4 and up.\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-accordion-item\"\u003e\n            \u003cbutton class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-ideal-for\"\u003e\n                \u003ch2\u003eIdeal for:\u003c\/h2\u003e\n                \u003cspan class=\"tt-chevron\" aria-hidden=\"true\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"tt-accordion-panel\" id=\"panel-ideal-for\" role=\"region\"\u003e\n                \u003cul\u003e\n                    \u003cli\u003eChildren and adults with ADHD who benefit from movement or vibrotactile input to support focus.\u003c\/li\u003e\n                    \u003cli\u003eChildren with sensory processing disorders or sensory-seeking behaviors.\u003c\/li\u003e\n                    \u003cli\u003eChildren on the autism spectrum who benefit from calming proprioceptive input during seated activities.\u003c\/li\u003e\n                    \u003cli\u003eOccupational therapists and teachers integrating sensory cushions into structured learning or therapy sessions.\u003c\/li\u003e\n                    \u003cli\u003eHome and school-based use for children and adults seeking portable sensory regulation tools.\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-accordion-item\"\u003e\n            \u003cbutton class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-whats-included\"\u003e\n                \u003ch2\u003eWhat's Included\u003c\/h2\u003e\n                \u003cspan class=\"tt-chevron\" aria-hidden=\"true\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"tt-accordion-panel\" id=\"panel-whats-included\" role=\"region\"\u003e\n                \u003cul\u003e\n                    \u003cli\u003e1 x FocusPad Seat Green Square (with cloth cover)\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-accordion-item\"\u003e\n            \u003cbutton class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-product-details\"\u003e\n                \u003ch2\u003eProduct Details\u003c\/h2\u003e\n                \u003cspan class=\"tt-chevron\" aria-hidden=\"true\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"tt-accordion-panel\" id=\"panel-product-details\" role=\"region\"\u003e\n                \u003ctable class=\"product-details-table\"\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eColor\u003c\/td\u003e\n                        \u003ctd\u003eGreen\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eShape\u003c\/td\u003e\n                        \u003ctd\u003eSquare\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eDimensions\u003c\/td\u003e\n                        \u003ctd\u003eApproximately 10 in x 9.5 in x 3 in\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003ePower source\u003c\/td\u003e\n                        \u003ctd\u003e2 x AA batteries (not included)\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eAge recommendation\u003c\/td\u003e\n                        \u003ctd\u003e4 years and up\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eCloth cover\u003c\/td\u003e\n                        \u003ctd\u003eMachine washable\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eInner components\u003c\/td\u003e\n                        \u003ctd\u003eSpot clean only; do not submerge\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-accordion-item\"\u003e\n            \u003cbutton class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-care\"\u003e\n                \u003ch2\u003eCare Instructions\u003c\/h2\u003e\n                \u003cspan class=\"tt-chevron\" aria-hidden=\"true\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"tt-accordion-panel\" id=\"panel-care\" role=\"region\"\u003e\n                \u003cul\u003e\n                    \u003cli\u003eBefore first use: Insert AA batteries (not included) per battery compartment instructions; wipe cover with a damp cloth.\u003c\/li\u003e\n                    \u003cli\u003eCloth cover: Remove and machine wash on a gentle cycle in cold water; air dry completely before reattaching.\u003c\/li\u003e\n                    \u003cli\u003eInner cushion and battery compartment: Spot clean only with a damp cloth and mild soap; do not submerge in water.\u003c\/li\u003e\n                    \u003cli\u003eDo not use bleach, abrasive cleaners, or harsh chemical disinfectants on any component.\u003c\/li\u003e\n                    \u003cli\u003eReplace batteries when vibration intensity decreases.\u003c\/li\u003e\n                    \u003cli\u003eInspect for damage before each use; do not use if the battery compartment is damaged or wet.\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-warning\"\u003e\n            \u003cstrong\u003eWarning:\u003c\/strong\u003e Do NOT use this seat with individuals who have been diagnosed with seizure disorders that are stimulated by vibration.\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n(function () {\n    var toggles = document.querySelectorAll('.tt-accordion-toggle');\n\n    toggles.forEach(function (toggle) {\n        toggle.addEventListener('click', function () {\n            var expanded = this.getAttribute('aria-expanded') === 'true';\n            var panelId = this.getAttribute('aria-controls');\n            var panel = document.getElementById(panelId);\n\n            this.setAttribute('aria-expanded', !expanded);\n            if (expanded) {\n                panel.classList.remove('is-open');\n            } else {\n                panel.classList.add('is-open');\n            }\n        });\n    });\n})();\n\u003c\/script\u003e\n\n\n\n\n\u003c\/body\u003e","brand":"TalkTools","offers":[{"title":"Default Title","offer_id":45762359394472,"sku":"2081","price":32.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/FocusPad_Seat_Green_Square.jpg?v=1744220298"},{"product_id":"special-needs-essentials-focuspad-seat-plush-textured-orange-circle-vibrating-cushion-calming-pillow-for-sensory-kids-10-in-x-10-in-x-3","title":"FocusPad Seat | Plush Textured Orange Circle","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eFocusPad Seat | Plush Textured Orange Circle\u003c\/title\u003e\n    \u003clink href=\"https:\/\/talktools.com\/products\/focuspad-seat-plush-textured-orange-circle\" rel=\"stylesheet\"\u003e\n    \u003cstyle\u003e\n        .tt-sensi-container {\n            --primary-purple: #6361aa;\n            --text-color: #333;\n            --bg-plain: #f5f5f5;\n            --warning-bg: #fff3cd;\n            --warning-border: #ffeeba;\n            --warning-text: #856404;\n            --border-light: #ddd;\n            --hover-bg: #eeecf7;\n\n            font-family: \"Proxima Nova\", \"Poppins\", sans-serif;\n            line-height: 1.6;\n            color: var(--text-color);\n            background-color: var(--bg-plain);\n            margin: 0;\n            padding: 0;\n            width: 100%;\n            max-width: 100%;\n            box-sizing: border-box;\n        }\n\n        .tt-sensi-container *,\n        .tt-sensi-container *::before,\n        .tt-sensi-container *::after {\n            box-sizing: border-box;\n        }\n\n        .tt-sensi-content {\n            width: 100%;\n            padding: 40px 20px;\n        }\n\n        \/* Intro section — no toggle *\/\n        .tt-sensi-intro {\n            margin-bottom: 10px;\n        }\n\n        .tt-sensi-intro p {\n            margin-bottom: 15px;\n        }\n\n        .tt-sensi-container a {\n            color: var(--primary-purple);\n            text-decoration: underline;\n        }\n\n        .tt-sensi-container a:hover {\n            opacity: 0.75;\n        }\n\n        \/* Page header *\/\n        .tt-sensi-page-header {\n            border-bottom: 3px solid var(--primary-purple);\n            margin-bottom: 24px;\n            padding-bottom: 15px;\n        }\n\n        .tt-sensi-page-header h1 {\n            color: var(--primary-purple);\n            font-size: 2.2em;\n            margin: 0;\n            font-weight: 700;\n        }\n\n        \/* Static (non-collapsible) section *\/\n        .tt-static-item {\n            border-bottom: 1px solid var(--border-light);\n        }\n\n        .tt-static-header {\n            display: flex;\n            align-items: center;\n            padding: 18px 0 18px 18px;\n            border-left: 5px solid var(--primary-purple);\n            margin-top: 8px;\n        }\n\n        .tt-static-header h2 {\n            color: var(--primary-purple);\n            font-size: 1.4em;\n            font-weight: 600;\n            margin: 0;\n            line-height: 1.3;\n        }\n\n        .tt-static-panel {\n            padding: 4px 0 20px 23px;\n        }\n\n        .tt-static-panel ul {\n            margin: 10px 0 0 0;\n            padding-left: 20px;\n        }\n\n        .tt-static-panel li {\n            margin-bottom: 9px;\n        }\n\n        \/* Accordion item wrapper *\/\n        .tt-accordion-item {\n            border-bottom: 1px solid var(--border-light);\n        }\n\n        \/* Accordion toggle button *\/\n        .tt-accordion-toggle {\n            all: unset;\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            width: 100%;\n            cursor: pointer;\n            padding: 18px 0 18px 18px;\n            border-left: 5px solid var(--primary-purple);\n            margin-top: 8px;\n            background: transparent;\n            transition: background 0.2s;\n        }\n\n        .tt-accordion-toggle:hover,\n        .tt-accordion-toggle:focus-visible {\n            background-color: var(--hover-bg);\n            outline: none;\n        }\n\n        .tt-accordion-toggle h2 {\n            color: var(--primary-purple);\n            font-size: 1.4em;\n            font-weight: 600;\n            margin: 0;\n            line-height: 1.3;\n        }\n\n        \/* Chevron icon *\/\n        .tt-chevron {\n            flex-shrink: 0;\n            margin-left: 16px;\n            width: 22px;\n            height: 22px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.25s ease;\n            color: var(--primary-purple);\n        }\n\n        .tt-accordion-toggle[aria-expanded=\"true\"] .tt-chevron {\n            transform: rotate(180deg);\n        }\n\n        \/* Accordion panel *\/\n        .tt-accordion-panel {\n            overflow: hidden;\n            max-height: 0;\n            transition: max-height 0.3s ease, padding 0.3s ease;\n            padding: 0 0 0 23px; \/* aligns with border-left offset *\/\n        }\n\n        .tt-accordion-panel.is-open {\n            max-height: 2000px;\n            padding: 4px 0 20px 23px;\n        }\n\n        .tt-accordion-panel ul {\n            margin: 10px 0 0 0;\n            padding-left: 20px;\n        }\n\n        .tt-accordion-panel li {\n            margin-bottom: 9px;\n        }\n\n        \/* Product details table *\/\n        .tt-sensi-container .product-details-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 10px 0 0 0;\n        }\n\n        .tt-sensi-container .product-details-table td {\n            padding: 12px 10px;\n            border-bottom: 1px solid var(--border-light);\n            vertical-align: top;\n        }\n\n        .tt-sensi-container .product-details-table td:first-child {\n            font-weight: 600;\n            width: 38%;\n            color: var(--primary-purple);\n        }\n\n        \/* Warning block *\/\n        .tt-warning {\n            background-color: var(--warning-bg);\n            border: 1px solid var(--warning-border);\n            color: var(--warning-text);\n            padding: 20px 25px;\n            border-radius: 8px;\n            margin-top: 30px;\n            font-weight: 600;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .tt-sensi-page-header h1 {\n                font-size: 1.6em;\n            }\n            .tt-accordion-toggle h2,\n            .tt-static-header h2 {\n                font-size: 1.2em;\n            }\n            .tt-sensi-container .product-details-table td:first-child {\n                width: 45%;\n            }\n            .tt-sensi-content {\n                padding: 20px 15px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n\u003cdiv class=\"tt-sensi-container\"\u003e\n    \u003cdiv class=\"tt-sensi-content\"\u003e\n\n        \u003cdiv class=\"tt-sensi-page-header\"\u003e\n            \u003ch1\u003eFocusPad Seat | Plush Textured Orange Circle\u003c\/h1\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-sensi-intro\"\u003e\n            \u003cp\u003eThe \u003ca href=\"https:\/\/talktools.com\/products\/focuspad-seat-plush-textured-orange-circle\" target=\"_blank\" rel=\"noopener\"\u003eFocusPad Seat Plush Textured Orange Circle\u003c\/a\u003e is a battery-powered vibrating sensory cushion with a textured plush cover that delivers gentle vibration alongside tactile surface stimulation for children and adults. Portable and compact, it supports relaxation, sensory regulation, and attention in home, school, and travel environments.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-accordion-item\"\u003e\n            \u003cbutton class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-key-benefits\"\u003e\n                \u003ch2\u003eKey Benefits\u003c\/h2\u003e\n                \u003cspan class=\"tt-chevron\" aria-hidden=\"true\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"tt-accordion-panel\" id=\"panel-key-benefits\" role=\"region\"\u003e\n                \u003cul\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eTextured plush cover:\u003c\/strong\u003e adds tactile sensory input alongside gentle vibration for a richer sensory experience.\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eGentle vibration:\u003c\/strong\u003e helps calm the nervous system and supports attention and sensory regulation.\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eCircular design:\u003c\/strong\u003e offers a distinctive shape option within the FocusPad Seat product family.\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eMulti-use design:\u003c\/strong\u003e functions as a seat cushion, foot fidget, or back cushion.\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003ePortable and lightweight:\u003c\/strong\u003e easy to use at home, in the car, or at school.\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eWashable cloth cover:\u003c\/strong\u003e supports easy hygiene maintenance.\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eBattery-powered:\u003c\/strong\u003e provides hours of sensory support on a single set of AA batteries.\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-accordion-item\"\u003e\n            \u003cbutton class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-ideal-for\"\u003e\n                \u003ch2\u003eIdeal for:\u003c\/h2\u003e\n                \u003cspan class=\"tt-chevron\" aria-hidden=\"true\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"tt-accordion-panel\" id=\"panel-ideal-for\" role=\"region\"\u003e\n                \u003cul\u003e\n                    \u003cli\u003eChildren and adults with ADHD who benefit from vibrotactile input to support attention and focus.\u003c\/li\u003e\n                    \u003cli\u003eChildren with sensory processing disorders or sensory-seeking behaviors.\u003c\/li\u003e\n                    \u003cli\u003eChildren on the autism spectrum who benefit from calming proprioceptive and tactile input.\u003c\/li\u003e\n                    \u003cli\u003eOccupational therapists, classroom teachers, and caregivers integrating sensory cushions into daily routines.\u003c\/li\u003e\n                    \u003cli\u003eHome, school, and travel use for children and adults seeking portable sensory regulation tools.\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-accordion-item\"\u003e\n            \u003cbutton class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-whats-included\"\u003e\n                \u003ch2\u003eWhat's Included\u003c\/h2\u003e\n                \u003cspan class=\"tt-chevron\" aria-hidden=\"true\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"tt-accordion-panel\" id=\"panel-whats-included\" role=\"region\"\u003e\n                \u003cul\u003e\n                    \u003cli\u003e1 x FocusPad Seat Plush Textured Orange Circle (with cloth cover)\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-accordion-item\"\u003e\n            \u003cbutton class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-product-details\"\u003e\n                \u003ch2\u003eProduct Details\u003c\/h2\u003e\n                \u003cspan class=\"tt-chevron\" aria-hidden=\"true\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"tt-accordion-panel\" id=\"panel-product-details\" role=\"region\"\u003e\n                \u003ctable class=\"product-details-table\"\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eColor\u003c\/td\u003e\n                        \u003ctd\u003eOrange\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eShape\u003c\/td\u003e\n                        \u003ctd\u003eCircle\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eCover\u003c\/td\u003e\n                        \u003ctd\u003ePlush textured fabric\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eDimensions\u003c\/td\u003e\n                        \u003ctd\u003eApproximately 10 in x 10 in x 3 in\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003ePower source\u003c\/td\u003e\n                        \u003ctd\u003e2 x AA batteries (not included)\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eAge recommendation\u003c\/td\u003e\n                        \u003ctd\u003e4 years and up\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eCloth cover\u003c\/td\u003e\n                        \u003ctd\u003eMachine washable\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eInner components\u003c\/td\u003e\n                        \u003ctd\u003eSpot clean only; do not submerge\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-accordion-item\"\u003e\n            \u003cbutton class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-care\"\u003e\n                \u003ch2\u003eCare Instructions\u003c\/h2\u003e\n                \u003cspan class=\"tt-chevron\" aria-hidden=\"true\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"tt-accordion-panel\" id=\"panel-care\" role=\"region\"\u003e\n                \u003cul\u003e\n                    \u003cli\u003eBefore first use: Insert AA batteries (not included) per battery compartment instructions; wipe cover with a damp cloth.\u003c\/li\u003e\n                    \u003cli\u003eCloth cover: Remove and machine wash on a gentle cycle in cold water; air dry completely before reattaching.\u003c\/li\u003e\n                    \u003cli\u003eInner cushion and battery compartment: Spot clean only with a damp cloth and mild soap; do not submerge in water.\u003c\/li\u003e\n                    \u003cli\u003eDo not use bleach, abrasive cleaners, or harsh chemical disinfectants on any component.\u003c\/li\u003e\n                    \u003cli\u003eReplace batteries when vibration intensity decreases.\u003c\/li\u003e\n                    \u003cli\u003eInspect for damage before each use; do not use if the battery compartment is damaged or wet.\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-warning\"\u003e\n            \u003cstrong\u003eWarning:\u003c\/strong\u003e Do NOT use this seat with individuals who have been diagnosed with seizure disorders that are stimulated by vibration.\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n(function () {\n    var toggles = document.querySelectorAll('.tt-accordion-toggle');\n\n    toggles.forEach(function (toggle) {\n        toggle.addEventListener('click', function () {\n            var expanded = this.getAttribute('aria-expanded') === 'true';\n            var panelId = this.getAttribute('aria-controls');\n            var panel = document.getElementById(panelId);\n\n            this.setAttribute('aria-expanded', !expanded);\n            if (expanded) {\n                panel.classList.remove('is-open');\n            } else {\n                panel.classList.add('is-open');\n            }\n        });\n    });\n})();\n\u003c\/script\u003e\n\n\n\n\n\u003c\/body\u003e","brand":"TalkTools","offers":[{"title":"Default Title","offer_id":45762371846312,"sku":"2080","price":32.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/1_3_f3b57c5f-b0d2-48f8-b400-a3360773f5ad.jpg?v=1700504647"},{"product_id":"special-needs-essentials-focuspad-3-in-1-bouncy-chair-sensory-foot-cushion-therapy-tools-for-kids-and-adults-with-adhd-autism-fidget-toys","title":"FocusPad 3-in-1 | Green Bouncy Seat","description":"\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\n\u003cstyle\u003e\n        .tt-sensi-container {\n            --primary-purple: #6361aa;\n            --text-color: #333;\n            --bg-plain: #f5f5f5;\n            --warning-bg: #fff3cd;\n            --warning-border: #ffeeba;\n            --warning-text: #856404;\n            --border-light: #ddd;\n            --hover-bg: #eeecf7;\n\n            font-family: \"Proxima Nova\", \"Poppins\", sans-serif;\n            line-height: 1.6;\n            color: var(--text-color);\n            background-color: var(--bg-plain);\n            margin: 0;\n            padding: 0;\n            width: 100%;\n            max-width: 100%;\n            box-sizing: border-box;\n        }\n\n        .tt-sensi-container *,\n        .tt-sensi-container *::before,\n        .tt-sensi-container *::after {\n            box-sizing: border-box;\n        }\n\n        .tt-sensi-content {\n            width: 100%;\n            padding: 40px 20px;\n        }\n\n        .tt-sensi-intro {\n            margin-bottom: 10px;\n        }\n\n        .tt-sensi-intro p {\n            margin-bottom: 15px;\n        }\n\n        .tt-sensi-container a {\n            color: var(--primary-purple);\n            text-decoration: underline;\n        }\n\n        .tt-sensi-container a:hover {\n            opacity: 0.75;\n        }\n\n        .tt-sensi-page-header {\n            border-bottom: 3px solid var(--primary-purple);\n            margin-bottom: 24px;\n            padding-bottom: 15px;\n        }\n\n        .tt-sensi-page-header h1 {\n            color: var(--primary-purple);\n            font-size: 2.2em;\n            margin: 0;\n            font-weight: 700;\n        }\n\n        .tt-static-item {\n            border-bottom: 1px solid var(--border-light);\n        }\n\n        .tt-static-header {\n            display: flex;\n            align-items: center;\n            padding: 18px 0 18px 18px;\n            border-left: 5px solid var(--primary-purple);\n            margin-top: 8px;\n        }\n\n        .tt-static-header h2 {\n            color: var(--primary-purple);\n            font-size: 1.4em;\n            font-weight: 600;\n            margin: 0;\n            line-height: 1.3;\n        }\n\n        .tt-static-panel {\n            padding: 4px 0 20px 23px;\n        }\n\n        .tt-static-panel ul {\n            margin: 10px 0 0 0;\n            padding-left: 20px;\n        }\n\n        .tt-static-panel li {\n            margin-bottom: 9px;\n        }\n\n        .tt-accordion-item {\n            border-bottom: 1px solid var(--border-light);\n        }\n\n        .tt-accordion-toggle {\n            all: unset;\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            width: 100%;\n            cursor: pointer;\n            padding: 18px 0 18px 18px;\n            border-left: 5px solid var(--primary-purple);\n            margin-top: 8px;\n            background: transparent;\n            transition: background 0.2s;\n        }\n\n        .tt-accordion-toggle:hover,\n        .tt-accordion-toggle:focus-visible {\n            background-color: var(--hover-bg);\n            outline: none;\n        }\n\n        .tt-accordion-toggle h2 {\n            color: var(--primary-purple);\n            font-size: 1.4em;\n            font-weight: 600;\n            margin: 0;\n            line-height: 1.3;\n        }\n\n        .tt-chevron {\n            flex-shrink: 0;\n            margin-left: 16px;\n            width: 22px;\n            height: 22px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.25s ease;\n            color: var(--primary-purple);\n        }\n\n        .tt-accordion-toggle[aria-expanded=\"true\"] .tt-chevron {\n            transform: rotate(180deg);\n        }\n\n        .tt-accordion-panel {\n            overflow: hidden;\n            max-height: 0;\n            transition: max-height 0.3s ease, padding 0.3s ease;\n            padding: 0 0 0 23px;\n        }\n\n        .tt-accordion-panel.is-open {\n            max-height: 2000px;\n            padding: 4px 0 20px 23px;\n        }\n\n        .tt-accordion-panel ul {\n            margin: 10px 0 0 0;\n            padding-left: 20px;\n        }\n\n        .tt-accordion-panel li {\n            margin-bottom: 9px;\n        }\n\n        .tt-sensi-container .product-details-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 10px 0 0 0;\n        }\n\n        .tt-sensi-container .product-details-table td {\n            padding: 12px 10px;\n            border-bottom: 1px solid var(--border-light);\n            vertical-align: top;\n        }\n\n        .tt-sensi-container .product-details-table td:first-child {\n            font-weight: 600;\n            width: 38%;\n            color: var(--primary-purple);\n        }\n\n        .tt-warning {\n            background-color: var(--warning-bg);\n            border: 1px solid var(--warning-border);\n            color: var(--warning-text);\n            padding: 20px 25px;\n            border-radius: 8px;\n            margin-top: 30px;\n            font-weight: 600;\n        }\n\n        @media (max-width: 768px) {\n            .tt-sensi-page-header h1 {\n                font-size: 1.6em;\n            }\n            .tt-accordion-toggle h2,\n            .tt-static-header h2 {\n                font-size: 1.2em;\n            }\n            .tt-sensi-container .product-details-table td:first-child {\n                width: 45%;\n            }\n            .tt-sensi-content {\n                padding: 20px 15px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"tt-sensi-container\"\u003e\n\u003cdiv class=\"tt-sensi-content\"\u003e\n\u003cdiv class=\"tt-sensi-page-header\"\u003e\u003ch1\u003eFocusPad 3-in-1 | Green Bouncy Seat\u003c\/h1\u003e\u003c\/div\u003e\n\u003cdiv class=\"tt-sensi-intro\"\u003e\n\u003cp\u003eSitting still through a lesson, a meal, or a therapy session takes a different kind of effort for kids who are sensory seekers, and the FocusPad 3-in-1 gives them a way to move while staying in place. One side of the cushion features large bumps and the other small bumps, and each side is labeled so a child or caregiver knows which texture is in use. The cushion can be placed on a chair as a wobble seat, set on the floor as a foot fidget under a desk, or used standing as a balance board, making it a flexible option for \u003ca href=\"https:\/\/talktools.com\/pages\/sensory-processing-disorder\"\u003esensory processing\u003c\/a\u003e support throughout the day. It runs silently, so it works in classrooms and therapy rooms without drawing attention, and a built-in carry handle makes it easy to move between rooms or hang on a wall hook for storage. It's part of the \u003ca href=\"https:\/\/talktools.com\/collections\/focuspad\"\u003eFocusPad collection\u003c\/a\u003e and is often used alongside strategies recommended for \u003ca href=\"https:\/\/talktools.com\/pages\/adhd\"\u003eADHD\u003c\/a\u003e and \u003ca href=\"https:\/\/talktools.com\/pages\/autism-spectrum-disorder\"\u003eautism\u003c\/a\u003e support, and many occupational therapists incorporate it into sessions covered in TalkTools' \u003ca href=\"https:\/\/talktools.com\/collections\/courses\"\u003eprofessional courses\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tt-accordion-item\"\u003e\n\u003cbutton aria-controls=\"panel-key-benefits\" aria-expanded=\"false\" class=\"tt-accordion-toggle\"\u003e\n\u003ch2\u003eKey Benefits\u003c\/h2\u003e\n\u003cspan aria-hidden=\"true\" class=\"tt-chevron\"\u003e\u003csvg fill=\"none\" height=\"18\" viewbox=\"0 0 18 18\" width=\"18\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\n\u003c\/button\u003e\n\u003cdiv class=\"tt-accordion-panel\" id=\"panel-key-benefits\" role=\"region\"\u003e\n\u003cul\u003e\n\u003cli\u003eDual-sided texture provides proprioceptive and tactile input, with large bumps on one side and small bumps on the other\u003c\/li\u003e\n\u003cli\u003eThree-in-one versatility, with each side labeled for its intended use\u003c\/li\u003e\n\u003cli\u003eGentle rocking and wobbling motion supports \u003ca href=\"https:\/\/talktools.com\/pages\/sensory-processing-disorder\"\u003esensory regulation\u003c\/a\u003e, body awareness, and sustained attention\u003c\/li\u003e\n\u003cli\u003eSilent operation makes it suitable for classrooms, therapy rooms, and home\u003c\/li\u003e\n\u003cli\u003eBuilt-in carry handle allows portability and wall-mount storage\u003c\/li\u003e\n\u003cli\u003eIncludes a hand pump to adjust firmness\u003c\/li\u003e\n\u003cli\u003eAvailable in lime green or blue\u003c\/li\u003e\n\u003cli\u003eRated for ages 4 and up\u003c\/li\u003e\n\u003cli\u003eSupports up to 200 lbs\u003c\/li\u003e\n\u003cli\u003eRequires no batteries or power\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tt-accordion-item\"\u003e\n\u003cbutton aria-controls=\"panel-ideal-for\" aria-expanded=\"false\" class=\"tt-accordion-toggle\"\u003e\n\u003ch2\u003eIdeal for:\u003c\/h2\u003e\n\u003cspan aria-hidden=\"true\" class=\"tt-chevron\"\u003e\u003csvg fill=\"none\" height=\"18\" viewbox=\"0 0 18 18\" width=\"18\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\n\u003c\/button\u003e\n\u003cdiv class=\"tt-accordion-panel\" id=\"panel-ideal-for\" role=\"region\"\u003e\n\u003cul\u003e\n\u003cli\u003eChildren with \u003ca href=\"https:\/\/talktools.com\/pages\/adhd\"\u003eADHD\u003c\/a\u003e or attention difficulties\u003c\/li\u003e\n\u003cli\u003eChildren with \u003ca href=\"https:\/\/talktools.com\/pages\/autism-spectrum-disorder\"\u003eautism\u003c\/a\u003e or sensory processing differences who are sensory-seeking\u003c\/li\u003e\n\u003cli\u003eChildren and adults who benefit from proprioceptive and tactile input\u003c\/li\u003e\n\u003cli\u003eOccupational therapists for use during therapy sessions\u003c\/li\u003e\n\u003cli\u003eTeachers and classroom aides\u003c\/li\u003e\n\u003cli\u003eParents at home\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tt-accordion-item\"\u003e\n\u003cbutton aria-controls=\"panel-whats-included\" aria-expanded=\"false\" class=\"tt-accordion-toggle\"\u003e\n\u003ch2\u003eWhat's Included\u003c\/h2\u003e\n\u003cspan aria-hidden=\"true\" class=\"tt-chevron\"\u003e\u003csvg fill=\"none\" height=\"18\" viewbox=\"0 0 18 18\" width=\"18\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\n\u003c\/button\u003e\n\u003cdiv class=\"tt-accordion-panel\" id=\"panel-whats-included\" role=\"region\"\u003e\n\u003cul\u003e\n\u003cli\u003e1 FocusPad 3-in-1 cushion (Green)\u003c\/li\u003e\n\u003cli\u003e1 hand pump\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tt-accordion-item\"\u003e\n\u003cbutton aria-controls=\"panel-product-details\" aria-expanded=\"false\" class=\"tt-accordion-toggle\"\u003e\n\u003ch2\u003eProduct Details\u003c\/h2\u003e\n\u003cspan aria-hidden=\"true\" class=\"tt-chevron\"\u003e\u003csvg fill=\"none\" height=\"18\" viewbox=\"0 0 18 18\" width=\"18\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\n\u003c\/button\u003e\n\u003cdiv class=\"tt-accordion-panel\" id=\"panel-product-details\" role=\"region\"\u003e\n\u003ctable class=\"product-details-table\"\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eGreen (also available in Blue)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSurface\u003c\/td\u003e\n\u003ctd\u003eDual-sided: large bumps on one side, small bumps on the other, each labeled for its use\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eUse Modes\u003c\/td\u003e\n\u003ctd\u003eSeat cushion, foot fidget, standing balance board\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAge Range\u003c\/td\u003e\n\u003ctd\u003e4+\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight Capacity\u003c\/td\u003e\n\u003ctd\u003e200 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eDurable inflatable PVC material\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDimensions\u003c\/td\u003e\n\u003ctd\u003eApproximately 13 inches in diameter\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tt-accordion-item\"\u003e\n\u003cbutton aria-controls=\"panel-care-instructions\" aria-expanded=\"false\" class=\"tt-accordion-toggle\"\u003e\n\u003ch2\u003eCare Instructions\u003c\/h2\u003e\n\u003cspan aria-hidden=\"true\" class=\"tt-chevron\"\u003e\u003csvg fill=\"none\" height=\"18\" viewbox=\"0 0 18 18\" width=\"18\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\n\u003c\/button\u003e\n\u003cdiv class=\"tt-accordion-panel\" id=\"panel-care-instructions\" role=\"region\"\u003e\n\u003cul\u003e\n\u003cli\u003eWipe clean with a damp cloth and mild soap after each use, and dry fully before storing\u003c\/li\u003e\n\u003cli\u003eDo not submerge or place in the dishwasher\u003c\/li\u003e\n\u003cli\u003eDo not use abrasive cleaners, bleach, or harsh chemicals\u003c\/li\u003e\n\u003cli\u003eAdjust firmness with the hand pump as needed\u003c\/li\u003e\n\u003cli\u003eInspect regularly and replace if punctured, cracked, or deflating\u003c\/li\u003e\n\u003cli\u003eStore away from sharp objects, heat, and direct sunlight\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tt-warning\"\u003e\n\u003cstrong\u003eWarning:\u003c\/strong\u003e Use with adult supervision, especially with young children. Do not use if punctured or deflating. Do not exceed the 200 lb weight capacity. For ages 4 and up.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n(function () {\n  var toggles = document.querySelectorAll('.tt-accordion-toggle');\n  toggles.forEach(function (toggle) {\n    toggle.addEventListener('click', function () {\n      var expanded = this.getAttribute('aria-expanded') === 'true';\n      var panelId = this.getAttribute('aria-controls');\n      var panel = document.getElementById(panelId);\n      this.setAttribute('aria-expanded', !expanded);\n      if (expanded) { panel.classList.add('is-closed'); }\n      else { panel.classList.remove('is-closed'); }\n    });\n  });\n})();\n\u003c\/script\u003e\n\u003c!-- ============================================================\n     SCHEMA MARKUP — AI Visibility \/ GEO\n     4 blocks: BreadcrumbList · Product · MedicalDevice · FAQPage\n     ============================================================ --\u003e\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"BreadcrumbList\",\n  \"itemListElement\": [\n    {\"@type\": \"ListItem\", \"position\": 1, \"name\": \"Home\", \"item\": \"https:\/\/talktools.com\"},\n    {\"@type\": \"ListItem\", \"position\": 2, \"name\": \"FocusPad\", \"item\": \"https:\/\/talktools.com\/collections\/focuspad\"},\n    {\"@type\": \"ListItem\", \"position\": 3, \"name\": \"FocusPad 3-in-1 | Green Bouncy Seat\", \"item\": \"https:\/\/talktools.com\/products\/focuspad-3-in-1\"}\n  ]\n}\n\u003c\/script\u003e\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"@id\": \"https:\/\/talktools.com\/products\/focuspad-3-in-1#product\",\n  \"name\": \"FocusPad 3-in-1 | Green Bouncy Seat\",\n  \"url\": \"https:\/\/talktools.com\/products\/focuspad-3-in-1\",\n  \"image\": \"https:\/\/talktools.com\/cdn\/shop\/products\/focuspad-3-in-1.jpg\",\n  \"description\": \"An inflatable, dual-textured sensory cushion that functions as a seat cushion, foot fidget, or standing balance board, providing proprioceptive and tactile input.\",\n  \"brand\": {\"@type\": \"Brand\", \"name\": \"FocusPad\"},\n  \"manufacturer\": {\"@type\": \"Organization\", \"name\": \"TalkTools\"},\n  \"color\": \"Green\",\n  \"audience\": {\n    \"@type\": \"PeopleAudience\",\n    \"suggestedMinAge\": 4\n  },\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"url\": \"https:\/\/talktools.com\/products\/focuspad-3-in-1\",\n    \"priceCurrency\": \"USD\",\n    \"availability\": \"https:\/\/schema.org\/InStock\"\n  }\n}\n\u003c\/script\u003e\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"MedicalDevice\",\n  \"@id\": \"https:\/\/talktools.com\/products\/focuspad-3-in-1#medicaldevice\",\n  \"name\": \"FocusPad 3-in-1 | Green Bouncy Seat\",\n  \"url\": \"https:\/\/talktools.com\/products\/focuspad-3-in-1\",\n  \"description\": \"An inflatable sensory cushion used in occupational therapy and classroom settings to provide proprioceptive input, support sensory regulation, and improve sustained attention.\",\n  \"indication\": [\n    {\"@type\": \"MedicalIndication\", \"name\": \"Attention-deficit\/hyperactivity disorder\"},\n    {\"@type\": \"MedicalIndication\", \"name\": \"Sensory processing differences\"},\n    {\"@type\": \"MedicalIndication\", \"name\": \"Autism spectrum disorder\"}\n  ],\n  \"relevantSpecialty\": [\n    {\"@type\": \"MedicalSpecialty\", \"name\": \"Occupational Therapy\"}\n  ]\n}\n\u003c\/script\u003e\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How is the FocusPad 3-in-1 used?\",\n      \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"It can sit on a chair as a wobble seat cushion, rest on the floor under a desk as a foot fidget, or stand on its own as a balance board, with each side labeled for its use.\"}\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What's the difference between the two sides of the cushion?\",\n      \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"One side has large bumps and the other has small bumps, giving two different levels of tactile and proprioceptive feedback depending on what a child responds to best.\"}\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is the FocusPad noisy in a classroom?\",\n      \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"No, it operates silently, which makes it suitable for classrooms, therapy rooms, and quiet home spaces.\"}\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How do I adjust the firmness?\",\n      \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"A hand pump is included so you can inflate or deflate the cushion to the firmness level that works best for the user.\"}\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What weight can the FocusPad support?\",\n      \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"It's rated for up to 200 lbs and is recommended for ages 4 and up.\"}\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Does it require batteries?\",\n      \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"No, it's a fully manual inflatable cushion that needs no batteries or power source.\"}\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What colors are available?\",\n      \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"The FocusPad 3-in-1 comes in lime green or blue.\"}\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How do I clean the FocusPad?\",\n      \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Wipe it down with a damp cloth and mild soap, then let it dry fully before storing. Avoid submerging it or using harsh chemicals.\"}\n    }\n  ]\n}\n\u003c\/script\u003e","brand":"TalkTools","offers":[{"title":"Default Title","offer_id":45762380464296,"sku":"2086","price":32.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/FocusPad_3-in-1_Green_Bouncy_Seat.jpg?v=1744219660"},{"product_id":"special-needs-essentials-focuspad-3-in-1-blue-bouncy-chair-sensory-foot-cushion-therapy-tools-for-kids-and-adults-with-adhd-autism-fidget-toys-blue","title":"FocusPad 3-in-1 | Blue Bouncy Seat","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eFocusPad 3-in-1 | Blue Bouncy Seat\u003c\/title\u003e\n    \u003clink href=\"https:\/\/talktools.com\/products\/focuspad-3-in-1-blue-bouncy-seat\" rel=\"stylesheet\"\u003e\n    \u003cstyle\u003e\n        .tt-sensi-container {\n            --primary-purple: #6361aa;\n            --text-color: #333;\n            --bg-plain: #f5f5f5;\n            --warning-bg: #fff3cd;\n            --warning-border: #ffeeba;\n            --warning-text: #856404;\n            --border-light: #ddd;\n            --hover-bg: #eeecf7;\n\n            font-family: \"Proxima Nova\", \"Poppins\", sans-serif;\n            line-height: 1.6;\n            color: var(--text-color);\n            background-color: var(--bg-plain);\n            margin: 0;\n            padding: 0;\n            width: 100%;\n            max-width: 100%;\n            box-sizing: border-box;\n        }\n\n        .tt-sensi-container *,\n        .tt-sensi-container *::before,\n        .tt-sensi-container *::after {\n            box-sizing: border-box;\n        }\n\n        .tt-sensi-content {\n            width: 100%;\n            padding: 40px 20px;\n        }\n\n        \/* Intro section — no toggle *\/\n        .tt-sensi-intro {\n            margin-bottom: 10px;\n        }\n\n        .tt-sensi-intro p {\n            margin-bottom: 15px;\n        }\n\n        .tt-sensi-container a {\n            color: var(--primary-purple);\n            text-decoration: underline;\n        }\n\n        .tt-sensi-container a:hover {\n            opacity: 0.75;\n        }\n\n        \/* Page header *\/\n        .tt-sensi-page-header {\n            border-bottom: 3px solid var(--primary-purple);\n            margin-bottom: 24px;\n            padding-bottom: 15px;\n        }\n\n        .tt-sensi-page-header h1 {\n            color: var(--primary-purple);\n            font-size: 2.2em;\n            margin: 0;\n            font-weight: 700;\n        }\n\n        \/* Static (non-collapsible) section *\/\n        .tt-static-item {\n            border-bottom: 1px solid var(--border-light);\n        }\n\n        .tt-static-header {\n            display: flex;\n            align-items: center;\n            padding: 18px 0 18px 18px;\n            border-left: 5px solid var(--primary-purple);\n            margin-top: 8px;\n        }\n\n        .tt-static-header h2 {\n            color: var(--primary-purple);\n            font-size: 1.4em;\n            font-weight: 600;\n            margin: 0;\n            line-height: 1.3;\n        }\n\n        .tt-static-panel {\n            padding: 4px 0 20px 23px;\n        }\n\n        .tt-static-panel ul {\n            margin: 10px 0 0 0;\n            padding-left: 20px;\n        }\n\n        .tt-static-panel li {\n            margin-bottom: 9px;\n        }\n\n        \/* Accordion item wrapper *\/\n        .tt-accordion-item {\n            border-bottom: 1px solid var(--border-light);\n        }\n\n        \/* Accordion toggle button *\/\n        .tt-accordion-toggle {\n            all: unset;\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            width: 100%;\n            cursor: pointer;\n            padding: 18px 0 18px 18px;\n            border-left: 5px solid var(--primary-purple);\n            margin-top: 8px;\n            background: transparent;\n            transition: background 0.2s;\n        }\n\n        .tt-accordion-toggle:hover,\n        .tt-accordion-toggle:focus-visible {\n            background-color: var(--hover-bg);\n            outline: none;\n        }\n\n        .tt-accordion-toggle h2 {\n            color: var(--primary-purple);\n            font-size: 1.4em;\n            font-weight: 600;\n            margin: 0;\n            line-height: 1.3;\n        }\n\n        \/* Chevron icon *\/\n        .tt-chevron {\n            flex-shrink: 0;\n            margin-left: 16px;\n            width: 22px;\n            height: 22px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.25s ease;\n            color: var(--primary-purple);\n        }\n\n        .tt-accordion-toggle[aria-expanded=\"true\"] .tt-chevron {\n            transform: rotate(180deg);\n        }\n\n        \/* Accordion panel *\/\n        .tt-accordion-panel {\n            overflow: hidden;\n            max-height: 0;\n            transition: max-height 0.3s ease, padding 0.3s ease;\n            padding: 0 0 0 23px; \/* aligns with border-left offset *\/\n        }\n\n        .tt-accordion-panel.is-open {\n            max-height: 2000px;\n            padding: 4px 0 20px 23px;\n        }\n\n        .tt-accordion-panel ul {\n            margin: 10px 0 0 0;\n            padding-left: 20px;\n        }\n\n        .tt-accordion-panel li {\n            margin-bottom: 9px;\n        }\n\n        \/* Product details table *\/\n        .tt-sensi-container .product-details-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 10px 0 0 0;\n        }\n\n        .tt-sensi-container .product-details-table td {\n            padding: 12px 10px;\n            border-bottom: 1px solid var(--border-light);\n            vertical-align: top;\n        }\n\n        .tt-sensi-container .product-details-table td:first-child {\n            font-weight: 600;\n            width: 38%;\n            color: var(--primary-purple);\n        }\n\n        \/* Warning block *\/\n        .tt-warning {\n            background-color: var(--warning-bg);\n            border: 1px solid var(--warning-border);\n            color: var(--warning-text);\n            padding: 20px 25px;\n            border-radius: 8px;\n            margin-top: 30px;\n            font-weight: 600;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .tt-sensi-page-header h1 {\n                font-size: 1.6em;\n            }\n            .tt-accordion-toggle h2,\n            .tt-static-header h2 {\n                font-size: 1.2em;\n            }\n            .tt-sensi-container .product-details-table td:first-child {\n                width: 45%;\n            }\n            .tt-sensi-content {\n                padding: 20px 15px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n\u003cdiv class=\"tt-sensi-container\"\u003e\n    \u003cdiv class=\"tt-sensi-content\"\u003e\n\n        \u003cdiv class=\"tt-sensi-page-header\"\u003e\n            \u003ch1\u003eFocusPad 3-in-1 | Blue Bouncy Seat\u003c\/h1\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-sensi-intro\"\u003e\n            \u003cp\u003eThe \u003ca href=\"https:\/\/talktools.com\/products\/focuspad-3-in-1-blue-bouncy-seat\" target=\"_blank\" rel=\"noopener\"\u003eFocusPad 3-in-1\u003c\/a\u003e is an inflatable multi-use sensory seat that delivers proprioceptive and vestibular sensory input through rocking and wobbling to support focus, attention, and sensory regulation. Suitable for children and adults aged 4 and up, it can be used as a seat cushion, foot fidget, back cushion, or balance platform in the classroom, clinic, or home, with each side labeled for sitting, standing, or foot placement.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-accordion-item\"\u003e\n            \u003cbutton class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-key-benefits\"\u003e\n                \u003ch2\u003eKey Benefits\u003c\/h2\u003e\n                \u003cspan class=\"tt-chevron\" aria-hidden=\"true\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"tt-accordion-panel\" id=\"panel-key-benefits\" role=\"region\"\u003e\n                \u003cul\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eThree-in-one versatility:\u003c\/strong\u003e use as a seat cushion, foot fidget, back cushion, or balance and coordination platform.\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eRock and wobble movement:\u003c\/strong\u003e engages the vestibular and proprioceptive sensory systems to support focus and sensory regulation.\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eLabeled sides:\u003c\/strong\u003e guide proper positioning for sitting, standing, or foot-rest use.\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eConvenient carry handle:\u003c\/strong\u003e makes transport and storage easy between home, school, and therapy settings.\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eSilent sensory tool:\u003c\/strong\u003e ideal for classroom and therapy use without disrupting others.\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eAdjustable firmness:\u003c\/strong\u003e customize the sensory experience with the included hand pump.\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eFully washable surface:\u003c\/strong\u003e supports hygienic use in school, therapy, and home environments.\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eWide user range:\u003c\/strong\u003e suitable for children and adults aged 4 and up, with a 200 lb weight capacity.\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-accordion-item\"\u003e\n            \u003cbutton class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-ideal-for\"\u003e\n                \u003ch2\u003eIdeal for:\u003c\/h2\u003e\n                \u003cspan class=\"tt-chevron\" aria-hidden=\"true\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"tt-accordion-panel\" id=\"panel-ideal-for\" role=\"region\"\u003e\n                \u003cul\u003e\n                    \u003cli\u003eChildren and adults with ADHD who benefit from movement-based input to support attention and focus.\u003c\/li\u003e\n                    \u003cli\u003eChildren with sensory processing disorders or sensory-seeking behaviors.\u003c\/li\u003e\n                    \u003cli\u003eChildren on the autism spectrum who benefit from vestibular and proprioceptive sensory input.\u003c\/li\u003e\n                    \u003cli\u003eOccupational therapists and speech-language pathologists integrating sensory tools into structured sessions.\u003c\/li\u003e\n                    \u003cli\u003eClassroom teachers and school-based therapists seeking silent, portable sensory tools.\u003c\/li\u003e\n                    \u003cli\u003eChildren and adults seeking a multi-use sensory regulation tool for home and travel.\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-accordion-item\"\u003e\n            \u003cbutton class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-whats-included\"\u003e\n                \u003ch2\u003eWhat's Included\u003c\/h2\u003e\n                \u003cspan class=\"tt-chevron\" aria-hidden=\"true\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"tt-accordion-panel\" id=\"panel-whats-included\" role=\"region\"\u003e\n                \u003cul\u003e\n                    \u003cli\u003e1 x FocusPad 3-in-1 Bouncy Seat (Blue)\u003c\/li\u003e\n                    \u003cli\u003e1 x Hand pump\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-accordion-item\"\u003e\n            \u003cbutton class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-product-details\"\u003e\n                \u003ch2\u003eProduct Details\u003c\/h2\u003e\n                \u003cspan class=\"tt-chevron\" aria-hidden=\"true\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"tt-accordion-panel\" id=\"panel-product-details\" role=\"region\"\u003e\n                \u003ctable class=\"product-details-table\"\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eColor\u003c\/td\u003e\n                        \u003ctd\u003eBlue (also available in Lime Green)\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eDesign\u003c\/td\u003e\n                        \u003ctd\u003eInflatable with labeled sides for sit, stand, and foot-rest positions\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eMaterial\u003c\/td\u003e\n                        \u003ctd\u003eDurable inflatable construction\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eDimensions\u003c\/td\u003e\n                        \u003ctd\u003eApproximately 13 in x 13 in x 3 in inflated\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eFirmness\u003c\/td\u003e\n                        \u003ctd\u003eAdjustable via included hand pump\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eAge recommendation\u003c\/td\u003e\n                        \u003ctd\u003e4 years and up\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eWeight capacity\u003c\/td\u003e\n                        \u003ctd\u003e200 lb\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eFully washable\u003c\/td\u003e\n                        \u003ctd\u003eYes\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-accordion-item\"\u003e\n            \u003cbutton class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-care\"\u003e\n                \u003ch2\u003eCare Instructions\u003c\/h2\u003e\n                \u003cspan class=\"tt-chevron\" aria-hidden=\"true\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"tt-accordion-panel\" id=\"panel-care\" role=\"region\"\u003e\n                \u003cul\u003e\n                    \u003cli\u003eBefore first use: Inflate to desired firmness using the included hand pump; wipe surface with a damp cloth.\u003c\/li\u003e\n                    \u003cli\u003eAfter each use: Wipe surface with a damp cloth and mild soap solution; allow to dry completely before storing.\u003c\/li\u003e\n                    \u003cli\u003eDo not submerge in water.\u003c\/li\u003e\n                    \u003cli\u003eDo not use abrasive cleaners, bleach, or harsh chemical disinfectants on the surface.\u003c\/li\u003e\n                    \u003cli\u003eInspect for punctures or air leaks before each use; do not use if damaged.\u003c\/li\u003e\n                    \u003cli\u003eStore in a cool, dry location away from sharp objects that could puncture the surface.\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-warning\"\u003e\n            \u003cstrong\u003eWarning:\u003c\/strong\u003e Do NOT use this seat with individuals who have been diagnosed with seizure disorders that are stimulated by vibration.\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n(function () {\n    var toggles = document.querySelectorAll('.tt-accordion-toggle');\n\n    toggles.forEach(function (toggle) {\n        toggle.addEventListener('click', function () {\n            var expanded = this.getAttribute('aria-expanded') === 'true';\n            var panelId = this.getAttribute('aria-controls');\n            var panel = document.getElementById(panelId);\n\n            this.setAttribute('aria-expanded', !expanded);\n            if (expanded) {\n                panel.classList.remove('is-open');\n            } else {\n                panel.classList.add('is-open');\n            }\n        });\n    });\n})();\n\u003c\/script\u003e\n\n\n\n\n\u003c\/body\u003e","brand":"TalkTools","offers":[{"title":"Default Title","offer_id":45762385772712,"sku":"2087","price":32.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/FocusPad_3-in-1_Blue_Bouncy.png?v=1756319717"},{"product_id":"talktools-tiny-toothies","title":"TalkTools® Tiny Toothies™ (20-pack)","description":"    \u003cstyle\u003e\n        .tt-sensi-container {\n            --primary-purple: #6361aa;\n            --text-color: #333;\n            --bg-plain: #f5f5f5;\n            --warning-bg: #fff3cd;\n            --warning-border: #ffeeba;\n            --warning-text: #856404;\n            --border-light: #ddd;\n            --hover-bg: #eeecf7;\n\n            font-family: \"Proxima Nova\", \"Poppins\", sans-serif;\n            line-height: 1.6;\n            color: var(--text-color);\n            background-color: var(--bg-plain);\n            margin: 0;\n            padding: 0;\n            width: 100%;\n            max-width: 100%;\n            box-sizing: border-box;\n        }\n\n        .tt-sensi-container *,\n        .tt-sensi-container *::before,\n        .tt-sensi-container *::after {\n            box-sizing: border-box;\n        }\n\n        .tt-sensi-content {\n            width: 100%;\n            padding: 40px 20px;\n        }\n\n        .tt-sensi-intro {\n            margin-bottom: 10px;\n        }\n\n        .tt-sensi-intro p {\n            margin-bottom: 15px;\n        }\n\n        .tt-sensi-container a {\n            color: var(--primary-purple);\n            text-decoration: underline;\n        }\n\n        .tt-sensi-container a:hover {\n            opacity: 0.75;\n        }\n\n        .tt-sensi-page-header {\n            border-bottom: 3px solid var(--primary-purple);\n            margin-bottom: 24px;\n            padding-bottom: 15px;\n        }\n\n        .tt-sensi-page-header h1 {\n            color: var(--primary-purple);\n            font-size: 2.2em;\n            margin: 0;\n            font-weight: 700;\n        }\n\n        .tt-static-item {\n            border-bottom: 1px solid var(--border-light);\n        }\n\n        .tt-static-header {\n            display: flex;\n            align-items: center;\n            padding: 18px 0 18px 18px;\n            border-left: 5px solid var(--primary-purple);\n            margin-top: 8px;\n        }\n\n        .tt-static-header h2 {\n            color: var(--primary-purple);\n            font-size: 1.4em;\n            font-weight: 600;\n            margin: 0;\n            line-height: 1.3;\n        }\n\n        .tt-static-panel {\n            padding: 4px 0 20px 23px;\n        }\n\n        .tt-static-panel ul {\n            margin: 10px 0 0 0;\n            padding-left: 20px;\n        }\n\n        .tt-static-panel li {\n            margin-bottom: 9px;\n        }\n\n        .tt-accordion-item {\n            border-bottom: 1px solid var(--border-light);\n        }\n\n        .tt-accordion-toggle {\n            all: unset;\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            width: 100%;\n            cursor: pointer;\n            padding: 18px 0 18px 18px;\n            border-left: 5px solid var(--primary-purple);\n            margin-top: 8px;\n            background: transparent;\n            transition: background 0.2s;\n        }\n\n        .tt-accordion-toggle:hover,\n        .tt-accordion-toggle:focus-visible {\n            background-color: var(--hover-bg);\n            outline: none;\n        }\n\n        .tt-accordion-toggle h2 {\n            color: var(--primary-purple);\n            font-size: 1.4em;\n            font-weight: 600;\n            margin: 0;\n            line-height: 1.3;\n        }\n\n        .tt-chevron {\n            flex-shrink: 0;\n            margin-left: 16px;\n            width: 22px;\n            height: 22px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.25s ease;\n            color: var(--primary-purple);\n        }\n\n        .tt-accordion-toggle[aria-expanded=\"true\"] .tt-chevron {\n            transform: rotate(180deg);\n        }\n\n        .tt-accordion-panel {\n            overflow: hidden;\n            max-height: 0;\n            transition: max-height 0.3s ease, padding 0.3s ease;\n            padding: 0 0 0 23px;\n        }\n\n        .tt-accordion-panel.is-open {\n            max-height: 2000px;\n            padding: 4px 0 20px 23px;\n        }\n\n        .tt-accordion-panel ul {\n            margin: 10px 0 0 0;\n            padding-left: 20px;\n        }\n\n        .tt-accordion-panel li {\n            margin-bottom: 9px;\n        }\n\n        .tt-sensi-container .product-details-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 10px 0 0 0;\n        }\n\n        .tt-sensi-container .product-details-table td {\n            padding: 12px 10px;\n            border-bottom: 1px solid var(--border-light);\n            vertical-align: top;\n        }\n\n        .tt-sensi-container .product-details-table td:first-child {\n            font-weight: 600;\n            width: 38%;\n            color: var(--primary-purple);\n        }\n\n        .tt-warning {\n            background-color: var(--warning-bg);\n            border: 1px solid var(--warning-border);\n            color: var(--warning-text);\n            padding: 20px 25px;\n            border-radius: 8px;\n            margin-top: 30px;\n            font-weight: 600;\n        }\n\n        @media (max-width: 768px) {\n            .tt-sensi-page-header h1 {\n                font-size: 1.6em;\n            }\n            .tt-accordion-toggle h2,\n            .tt-static-header h2 {\n                font-size: 1.2em;\n            }\n            .tt-sensi-container .product-details-table td:first-child {\n                width: 45%;\n            }\n            .tt-sensi-content {\n                padding: 20px 15px;\n            }\n        }\n    \u003c\/style\u003e\n\n\u003cdiv class=\"tt-sensi-container\"\u003e\n    \u003cdiv class=\"tt-sensi-content\"\u003e\n\n        \u003cdiv class=\"tt-sensi-page-header\"\u003e\n            \u003ch1\u003eTalkTools® Tiny Toothies™ (20-pack)\u003c\/h1\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-sensi-intro\"\u003e\n            \u003cp\u003eThe new, smaller-sized Tiny Toothies™ eliminate the need for trimming before use, providing input for improved oral motor awareness right out of the package. Excellent for increasing or decreasing oral sensitivity prior to feeding, oral exercise, or speech sound production work, this 20-pack means you'll always have Toothies on hand for every session.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-static-item\"\u003e\n            \u003cdiv class=\"tt-static-header\"\u003e\n                \u003ch2\u003eTherapy Goals\u003c\/h2\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tt-static-panel\"\u003e\n                \u003cul\u003e\n                    \u003cli\u003eImprove oral motor awareness through targeted tactile input\u003c\/li\u003e\n                    \u003cli\u003eIncrease or decrease oral sensitivity prior to feeding tasks\u003c\/li\u003e\n                    \u003cli\u003ePrepare the oral mechanism for oral exercise and speech sound production work\u003c\/li\u003e\n                    \u003cli\u003eSupport hygienic, single-use practice across multiple sessions and clients\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-accordion-item\"\u003e\n            \u003cbutton class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-1\"\u003e\n                \u003ch2\u003eKey Benefits\u003c\/h2\u003e\n                \u003cspan class=\"tt-chevron\" aria-hidden=\"true\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"tt-accordion-panel\" id=\"panel-1\" role=\"region\"\u003e\n                \u003cul\u003e\n                    \u003cli\u003eNew small size eliminates the need for trimming Toothies before use\u003c\/li\u003e\n                    \u003cli\u003eProvides input for improved oral motor awareness\u003c\/li\u003e\n                    \u003cli\u003eFDA compliant, and free of latex, lead, BPA, and phthalates\u003c\/li\u003e\n                    \u003cli\u003eExcellent for increasing or decreasing oral sensitivity prior to feeding, oral exercise, or speech sound production work\u003c\/li\u003e\n                    \u003cli\u003e20-pack ensures you always have enough Toothies on hand for every session\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-accordion-item\"\u003e\n            \u003cbutton class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-2\"\u003e\n                \u003ch2\u003eIdeal for:\u003c\/h2\u003e\n                \u003cspan class=\"tt-chevron\" aria-hidden=\"true\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"tt-accordion-panel\" id=\"panel-2\" role=\"region\"\u003e\n                \u003cul\u003e\n                    \u003cli\u003eSpeech-language pathologists and feeding therapists addressing oral sensitivity\u003c\/li\u003e\n                    \u003cli\u003eClients needing oral preparation before feeding or speech sound production tasks\u003c\/li\u003e\n                    \u003cli\u003eHigh-volume clinical settings that need a ready supply of single-use oral tools\u003c\/li\u003e\n                    \u003cli\u003ePairs with TalkTools® vibration tools, such as the Spinner and Toothies set, for a complete oral sensory routine\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-accordion-item\"\u003e\n            \u003cbutton class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-3\"\u003e\n                \u003ch2\u003eWhat's Included\u003c\/h2\u003e\n                \u003cspan class=\"tt-chevron\" aria-hidden=\"true\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"tt-accordion-panel\" id=\"panel-3\" role=\"region\"\u003e\n                \u003cul\u003e\n                    \u003cli\u003e20 x TalkTools® Tiny Toothies™\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-accordion-item\"\u003e\n            \u003cbutton class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-4\"\u003e\n                \u003ch2\u003eProduct Details\u003c\/h2\u003e\n                \u003cspan class=\"tt-chevron\" aria-hidden=\"true\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"tt-accordion-panel\" id=\"panel-4\" role=\"region\"\u003e\n                \u003ctable class=\"product-details-table\"\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eQuantity\u003c\/td\u003e\n                        \u003ctd\u003e20-pack\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eSize\u003c\/td\u003e\n                        \u003ctd\u003eNew smaller size, no trimming required\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eMaterial\u003c\/td\u003e\n                        \u003ctd\u003eFDA compliant; free of latex, lead, BPA, and phthalates\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eUse\u003c\/td\u003e\n                        \u003ctd\u003eSingle-use tool for oral sensitivity, feeding prep, oral exercise, and speech sound work\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-accordion-item\"\u003e\n            \u003cbutton class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-5\"\u003e\n                \u003ch2\u003eCare Instructions\u003c\/h2\u003e\n                \u003cspan class=\"tt-chevron\" aria-hidden=\"true\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"tt-accordion-panel\" id=\"panel-5\" role=\"region\"\u003e\n                \u003cul\u003e\n                    \u003cli\u003eDispose of after each use\u003c\/li\u003e\n                    \u003cli\u003eDo not reuse between clients or sessions\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-warning\"\u003e\n            \u003cstrong\u003eNote:\u003c\/strong\u003e Use with adult supervision. Not a toy.\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n(function () {\n    var toggles = document.querySelectorAll('.tt-accordion-toggle');\n\n    toggles.forEach(function (toggle) {\n        toggle.addEventListener('click', function () {\n            var expanded = this.getAttribute('aria-expanded') === 'true';\n            var panelId = this.getAttribute('aria-controls');\n            var panel = document.getElementById(panelId);\n\n            this.setAttribute('aria-expanded', !expanded);\n            if (expanded) {\n                panel.classList.remove('is-open');\n            } else {\n                panel.classList.add('is-open');\n            }\n        });\n    });\n})();\n\u003c\/script\u003e","brand":"TalkTools","offers":[{"title":"Default Title","offer_id":46540456296616,"sku":"1544","price":19.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/3_76.jpg?v=1706815347"},{"product_id":"focuspad-throw-pillow-aqua-pops-vibrating-pillow-for-sensory-simulation","title":"FocusPad Throw Pillow (Aqua Pops) | Vibrating Pillow for Sensory Simulation","description":"\u003cbody\u003e\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eFocusPad Throw Pillow (Aqua Pops)\u003c\/title\u003e\n    \u003clink href=\"#\" rel=\"stylesheet\"\u003e\n    \u003cstyle\u003e\n        .tt-sensi-container {\n            --primary-purple: #6361aa;\n            --text-color: #333;\n            --bg-plain: #f5f5f5;\n            --warning-bg: #fff3cd;\n            --warning-border: #ffeeba;\n            --warning-text: #856404;\n            --border-light: #ddd;\n            --hover-bg: #eeecf7;\n\n            font-family: \"Proxima Nova\", \"Poppins\", sans-serif;\n            line-height: 1.6;\n            color: var(--text-color);\n            background-color: var(--bg-plain);\n            margin: 0;\n            padding: 0;\n            width: 100%;\n            max-width: 100%;\n            box-sizing: border-box;\n        }\n\n        .tt-sensi-container *,\n        .tt-sensi-container *::before,\n        .tt-sensi-container *::after {\n            box-sizing: border-box;\n        }\n\n        .tt-sensi-content {\n            width: 100%;\n            padding: 40px 20px;\n        }\n\n        .tt-sensi-intro {\n            margin-bottom: 10px;\n        }\n\n        .tt-sensi-intro p {\n            margin-bottom: 15px;\n        }\n\n        .tt-sensi-container a {\n            color: var(--primary-purple);\n            text-decoration: underline;\n        }\n\n        .tt-sensi-container a:hover {\n            opacity: 0.75;\n        }\n\n        .tt-sensi-page-header {\n            border-bottom: 3px solid var(--primary-purple);\n            margin-bottom: 24px;\n            padding-bottom: 15px;\n        }\n\n        .tt-sensi-page-header h1 {\n            color: var(--primary-purple);\n            font-size: 2.2em;\n            margin: 0;\n            font-weight: 700;\n        }\n\n        .tt-static-item {\n            border-bottom: 1px solid var(--border-light);\n        }\n\n        .tt-static-header {\n            display: flex;\n            align-items: center;\n            padding: 18px 0 18px 18px;\n            border-left: 5px solid var(--primary-purple);\n            margin-top: 8px;\n        }\n\n        .tt-static-header h2 {\n            color: var(--primary-purple);\n            font-size: 1.4em;\n            font-weight: 600;\n            margin: 0;\n            line-height: 1.3;\n        }\n\n        .tt-static-panel {\n            padding: 4px 0 20px 23px;\n        }\n\n        .tt-static-panel ul {\n            margin: 10px 0 0 0;\n            padding-left: 20px;\n        }\n\n        .tt-static-panel li {\n            margin-bottom: 9px;\n        }\n\n        .tt-accordion-item {\n            border-bottom: 1px solid var(--border-light);\n        }\n\n        .tt-accordion-toggle {\n            all: unset;\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            width: 100%;\n            cursor: pointer;\n            padding: 18px 0 18px 18px;\n            border-left: 5px solid var(--primary-purple);\n            margin-top: 8px;\n            background: transparent;\n            transition: background 0.2s;\n        }\n\n        .tt-accordion-toggle:hover,\n        .tt-accordion-toggle:focus-visible {\n            background-color: var(--hover-bg);\n            outline: none;\n        }\n\n        .tt-accordion-toggle h2 {\n            color: var(--primary-purple);\n            font-size: 1.4em;\n            font-weight: 600;\n            margin: 0;\n            line-height: 1.3;\n        }\n\n        .tt-chevron {\n            flex-shrink: 0;\n            margin-left: 16px;\n            width: 22px;\n            height: 22px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.25s ease;\n            color: var(--primary-purple);\n        }\n\n        .tt-accordion-toggle[aria-expanded=\"true\"] .tt-chevron {\n            transform: rotate(180deg);\n        }\n\n        .tt-accordion-panel {\n            overflow: hidden;\n            max-height: 0;\n            transition: max-height 0.3s ease, padding 0.3s ease;\n            padding: 0 0 0 23px;\n        }\n\n        .tt-accordion-panel.is-open {\n            max-height: 2000px;\n            padding: 4px 0 20px 23px;\n        }\n\n        .tt-accordion-panel ul {\n            margin: 10px 0 0 0;\n            padding-left: 20px;\n        }\n\n        .tt-accordion-panel li {\n            margin-bottom: 9px;\n        }\n\n        .tt-sensi-container .product-details-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 10px 0 0 0;\n        }\n\n        .tt-sensi-container .product-details-table td {\n            padding: 12px 10px;\n            border-bottom: 1px solid var(--border-light);\n            vertical-align: top;\n        }\n\n        .tt-sensi-container .product-details-table td:first-child {\n            font-weight: 600;\n            width: 38%;\n            color: var(--primary-purple);\n        }\n\n        .tt-warning {\n            background-color: var(--warning-bg);\n            border: 1px solid var(--warning-border);\n            color: var(--warning-text);\n            padding: 20px 25px;\n            border-radius: 8px;\n            margin-top: 30px;\n            font-weight: 600;\n        }\n\n        @media (max-width: 768px) {\n            .tt-sensi-page-header h1 {\n                font-size: 1.6em;\n            }\n            .tt-accordion-toggle h2,\n            .tt-static-header h2 {\n                font-size: 1.2em;\n            }\n            .tt-sensi-container .product-details-table td:first-child {\n                width: 45%;\n            }\n            .tt-sensi-content {\n                padding: 20px 15px;\n            }\n        }\n    \u003c\/style\u003e\n\n\u003cdiv class=\"tt-sensi-container\"\u003e\n    \u003cdiv class=\"tt-sensi-content\"\u003e\n\n        \u003cdiv class=\"tt-sensi-page-header\"\u003e\n            \u003ch1\u003eFocusPad Throw Pillow (Aqua Pops)\u003c\/h1\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-sensi-intro\"\u003e\n            \u003cp\u003eThe \u003ca href=\"#\" target=\"_blank\" rel=\"noopener\"\u003eFocusPad Throw Pillow in Aqua Pops\u003c\/a\u003e delivers gentle vibration through a soft, familiar pillow form, providing calming sensory input for children who benefit from tactile and proprioceptive feedback. Its vibrating module activates with a simple press, making it easy for therapists, teachers, and caregivers to integrate into daily routines.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-static-item\"\u003e\n            \u003cdiv class=\"tt-static-header\"\u003e\n                \u003ch2\u003eKey Benefits\u003c\/h2\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tt-static-panel\"\u003e\n                \u003cul\u003e\n                    \u003cli\u003eGentle vibration provides calming sensory input during seated, resting, or transition activities\u003c\/li\u003e\n                    \u003cli\u003eFamiliar throw pillow shape reduces stigma and integrates naturally into any environment\u003c\/li\u003e\n                    \u003cli\u003eRemovable cloth cover is fully machine washable\u003c\/li\u003e\n                    \u003cli\u003eBattery-powered for portable, cord-free use in any setting\u003c\/li\u003e\n                    \u003cli\u003eAqua Pops color and pattern appeals to children\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-accordion-item\"\u003e\n            \u003cbutton class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-ideal-for\"\u003e\n                \u003ch2\u003eIdeal for:\u003c\/h2\u003e\n                \u003cspan class=\"tt-chevron\" aria-hidden=\"true\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"tt-accordion-panel\" id=\"panel-ideal-for\" role=\"region\"\u003e\n                \u003cul\u003e\n                    \u003cli\u003eChildren with ADHD or attention difficulties who benefit from sensory input\u003c\/li\u003e\n                    \u003cli\u003eChildren with sensory processing disorders or sensory-seeking behaviors\u003c\/li\u003e\n                    \u003cli\u003eChildren on the autism spectrum who respond to proprioceptive feedback\u003c\/li\u003e\n                    \u003cli\u003eOccupational therapists and sensory integration specialists\u003c\/li\u003e\n                    \u003cli\u003eClassroom use during reading, quiet time, or desk work\u003c\/li\u003e\n                    \u003cli\u003eHome use for calming and self-regulation routines\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-accordion-item\"\u003e\n            \u003cbutton class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-whats-included\"\u003e\n                \u003ch2\u003eWhat's Included\u003c\/h2\u003e\n                \u003cspan class=\"tt-chevron\" aria-hidden=\"true\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"tt-accordion-panel\" id=\"panel-whats-included\" role=\"region\"\u003e\n                \u003cul\u003e\n                    \u003cli\u003e1 x Pillow case (outer cover, Aqua Pops)\u003c\/li\u003e\n                    \u003cli\u003e1 x Pillow insert with hook-and-loop closure pocket\u003c\/li\u003e\n                    \u003cli\u003e1 x Vibrating module\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-accordion-item\"\u003e\n            \u003cbutton class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-not-included\"\u003e\n                \u003ch2\u003eNot Included\u003c\/h2\u003e\n                \u003cspan class=\"tt-chevron\" aria-hidden=\"true\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"tt-accordion-panel\" id=\"panel-not-included\" role=\"region\"\u003e\n                \u003cul\u003e\n                    \u003cli\u003e2 x “AA” (LR6) batteries (required for vibrating module)\u003c\/li\u003e\n                    \u003cli\u003e1 x Phillips screwdriver (required to install batteries)\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-accordion-item\"\u003e\n            \u003cbutton class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-product-details\"\u003e\n                \u003ch2\u003eProduct Details\u003c\/h2\u003e\n                \u003cspan class=\"tt-chevron\" aria-hidden=\"true\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"tt-accordion-panel\" id=\"panel-product-details\" role=\"region\"\u003e\n                \u003ctable class=\"product-details-table\"\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eColor\/Pattern\u003c\/td\u003e\n                        \u003ctd\u003eAqua Pops\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eMaterial\u003c\/td\u003e\n                        \u003ctd\u003ePlush polyester outer cover\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eDimensions\u003c\/td\u003e\n                        \u003ctd\u003eApproximately 12 in. x 12 in.\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003ePower source\u003c\/td\u003e\n                        \u003ctd\u003e2 x “AA” (LR6) batteries (not included)\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eWater resistance\u003c\/td\u003e\n                        \u003ctd\u003eOuter cover is machine washable; vibrating module is not waterproof\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eSafety\u003c\/td\u003e\n                        \u003ctd\u003eBPA-free\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-accordion-item\"\u003e\n            \u003cbutton class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-care\"\u003e\n                \u003ch2\u003eCare Instructions\u003c\/h2\u003e\n                \u003cspan class=\"tt-chevron\" aria-hidden=\"true\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"tt-accordion-panel\" id=\"panel-care\" role=\"region\"\u003e\n                \u003cul\u003e\n                    \u003cli\u003eRemove the vibrating module before washing the outer cover\u003c\/li\u003e\n                    \u003cli\u003eMachine wash the outer cloth cover on a gentle cycle\u003c\/li\u003e\n                    \u003cli\u003eAir dry or tumble dry low\u003c\/li\u003e\n                    \u003cli\u003eSurface clean and disinfect the pillow insert and vibrating module only\u003c\/li\u003e\n                    \u003cli\u003eDo not submerge the vibrating module in water\u003c\/li\u003e\n                    \u003cli\u003eInspect all components before each use and replace at the first sign of damage\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-warning\"\u003e\n            \u003cstrong\u003eWarning:\u003c\/strong\u003e Do NOT use this pillow with individuals who have been diagnosed with seizure disorders that are stimulated by vibration.\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n(function () {\n    var toggles = document.querySelectorAll('.tt-accordion-toggle');\n\n    toggles.forEach(function (toggle) {\n        toggle.addEventListener('click', function () {\n            var expanded = this.getAttribute('aria-expanded') === 'true';\n            var panelId = this.getAttribute('aria-controls');\n            var panel = document.getElementById(panelId);\n\n            this.setAttribute('aria-expanded', !expanded);\n            if (expanded) {\n                panel.classList.remove('is-open');\n            } else {\n                panel.classList.add('is-open');\n            }\n        });\n    });\n})();\n\u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"TalkTools","offers":[{"title":"Default Title","offer_id":52116658159784,"sku":"2088","price":34.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/FocusPad_Throw_Pillow_Aqua_Pops_Vibrating_Pillow_for_Sensory_Simulation.jpg?v=1744906845"},{"product_id":"focuspad-throw-pillow-gray-vibrating-pillow-for-sensory-simulation","title":"FocusPad Throw Pillow (Gray) | Vibrating Sensory Simulation Cushion","description":"\u003cbody\u003e\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eFocusPad Throw Pillow (Gray)\u003c\/title\u003e\n    \u003clink href=\"#\" rel=\"stylesheet\"\u003e\n    \u003cstyle\u003e\n        .tt-sensi-container {\n            --primary-purple: #6361aa;\n            --text-color: #333;\n            --bg-plain: #f5f5f5;\n            --warning-bg: #fff3cd;\n            --warning-border: #ffeeba;\n            --warning-text: #856404;\n            --border-light: #ddd;\n            --hover-bg: #eeecf7;\n\n            font-family: \"Proxima Nova\", \"Poppins\", sans-serif;\n            line-height: 1.6;\n            color: var(--text-color);\n            background-color: var(--bg-plain);\n            margin: 0;\n            padding: 0;\n            width: 100%;\n            max-width: 100%;\n            box-sizing: border-box;\n        }\n\n        .tt-sensi-container *,\n        .tt-sensi-container *::before,\n        .tt-sensi-container *::after {\n            box-sizing: border-box;\n        }\n\n        .tt-sensi-content {\n            width: 100%;\n            padding: 40px 20px;\n        }\n\n        .tt-sensi-intro {\n            margin-bottom: 10px;\n        }\n\n        .tt-sensi-intro p {\n            margin-bottom: 15px;\n        }\n\n        .tt-sensi-container a {\n            color: var(--primary-purple);\n            text-decoration: underline;\n        }\n\n        .tt-sensi-container a:hover {\n            opacity: 0.75;\n        }\n\n        .tt-sensi-page-header {\n            border-bottom: 3px solid var(--primary-purple);\n            margin-bottom: 24px;\n            padding-bottom: 15px;\n        }\n\n        .tt-sensi-page-header h1 {\n            color: var(--primary-purple);\n            font-size: 2.2em;\n            margin: 0;\n            font-weight: 700;\n        }\n\n        .tt-static-item {\n            border-bottom: 1px solid var(--border-light);\n        }\n\n        .tt-static-header {\n            display: flex;\n            align-items: center;\n            padding: 18px 0 18px 18px;\n            border-left: 5px solid var(--primary-purple);\n            margin-top: 8px;\n        }\n\n        .tt-static-header h2 {\n            color: var(--primary-purple);\n            font-size: 1.4em;\n            font-weight: 600;\n            margin: 0;\n            line-height: 1.3;\n        }\n\n        .tt-static-panel {\n            padding: 4px 0 20px 23px;\n        }\n\n        .tt-static-panel ul {\n            margin: 10px 0 0 0;\n            padding-left: 20px;\n        }\n\n        .tt-static-panel li {\n            margin-bottom: 9px;\n        }\n\n        .tt-accordion-item {\n            border-bottom: 1px solid var(--border-light);\n        }\n\n        .tt-accordion-toggle {\n            all: unset;\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            width: 100%;\n            cursor: pointer;\n            padding: 18px 0 18px 18px;\n            border-left: 5px solid var(--primary-purple);\n            margin-top: 8px;\n            background: transparent;\n            transition: background 0.2s;\n        }\n\n        .tt-accordion-toggle:hover,\n        .tt-accordion-toggle:focus-visible {\n            background-color: var(--hover-bg);\n            outline: none;\n        }\n\n        .tt-accordion-toggle h2 {\n            color: var(--primary-purple);\n            font-size: 1.4em;\n            font-weight: 600;\n            margin: 0;\n            line-height: 1.3;\n        }\n\n        .tt-chevron {\n            flex-shrink: 0;\n            margin-left: 16px;\n            width: 22px;\n            height: 22px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.25s ease;\n            color: var(--primary-purple);\n        }\n\n        .tt-accordion-toggle[aria-expanded=\"true\"] .tt-chevron {\n            transform: rotate(180deg);\n        }\n\n        .tt-accordion-panel {\n            overflow: hidden;\n            max-height: 0;\n            transition: max-height 0.3s ease, padding 0.3s ease;\n            padding: 0 0 0 23px;\n        }\n\n        .tt-accordion-panel.is-open {\n            max-height: 2000px;\n            padding: 4px 0 20px 23px;\n        }\n\n        .tt-accordion-panel ul {\n            margin: 10px 0 0 0;\n            padding-left: 20px;\n        }\n\n        .tt-accordion-panel li {\n            margin-bottom: 9px;\n        }\n\n        .tt-sensi-container .product-details-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 10px 0 0 0;\n        }\n\n        .tt-sensi-container .product-details-table td {\n            padding: 12px 10px;\n            border-bottom: 1px solid var(--border-light);\n            vertical-align: top;\n        }\n\n        .tt-sensi-container .product-details-table td:first-child {\n            font-weight: 600;\n            width: 38%;\n            color: var(--primary-purple);\n        }\n\n        .tt-warning {\n            background-color: var(--warning-bg);\n            border: 1px solid var(--warning-border);\n            color: var(--warning-text);\n            padding: 20px 25px;\n            border-radius: 8px;\n            margin-top: 30px;\n            font-weight: 600;\n        }\n\n        @media (max-width: 768px) {\n            .tt-sensi-page-header h1 {\n                font-size: 1.6em;\n            }\n            .tt-accordion-toggle h2,\n            .tt-static-header h2 {\n                font-size: 1.2em;\n            }\n            .tt-sensi-container .product-details-table td:first-child {\n                width: 45%;\n            }\n            .tt-sensi-content {\n                padding: 20px 15px;\n            }\n        }\n    \u003c\/style\u003e\n\n\u003cdiv class=\"tt-sensi-container\"\u003e\n    \u003cdiv class=\"tt-sensi-content\"\u003e\n\n        \u003cdiv class=\"tt-sensi-page-header\"\u003e\n            \u003ch1\u003eFocusPad Throw Pillow (Gray)\u003c\/h1\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-sensi-intro\"\u003e\n            \u003cp\u003eThe \u003ca href=\"#\" target=\"_blank\" rel=\"noopener\"\u003eFocusPad Throw Pillow in Gray\u003c\/a\u003e delivers gentle vibration through a soft, neutral-toned pillow form, providing calming sensory input for children and adults who benefit from tactile and proprioceptive feedback. Its understated design blends seamlessly into classrooms, therapy rooms, and home environments.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-static-item\"\u003e\n            \u003cdiv class=\"tt-static-header\"\u003e\n                \u003ch2\u003eKey Benefits\u003c\/h2\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tt-static-panel\"\u003e\n                \u003cul\u003e\n                    \u003cli\u003eGentle vibration provides calming sensory input during seated, resting, or transition activities\u003c\/li\u003e\n                    \u003cli\u003eFamiliar throw pillow shape reduces stigma and integrates naturally into any environment\u003c\/li\u003e\n                    \u003cli\u003eRemovable cloth cover is fully machine washable\u003c\/li\u003e\n                    \u003cli\u003eBattery-powered for portable, cord-free use in any setting\u003c\/li\u003e\n                    \u003cli\u003eGray color provides a neutral, understated appearance\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-accordion-item\"\u003e\n            \u003cbutton class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-ideal-for\"\u003e\n                \u003ch2\u003eIdeal for:\u003c\/h2\u003e\n                \u003cspan class=\"tt-chevron\" aria-hidden=\"true\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"tt-accordion-panel\" id=\"panel-ideal-for\" role=\"region\"\u003e\n                \u003cul\u003e\n                    \u003cli\u003eChildren with ADHD or attention difficulties who benefit from sensory input\u003c\/li\u003e\n                    \u003cli\u003eChildren with sensory processing disorders or sensory-seeking behaviors\u003c\/li\u003e\n                    \u003cli\u003eChildren on the autism spectrum who respond to proprioceptive feedback\u003c\/li\u003e\n                    \u003cli\u003eOccupational therapists and sensory integration specialists\u003c\/li\u003e\n                    \u003cli\u003eClassroom use during reading, quiet time, or desk work\u003c\/li\u003e\n                    \u003cli\u003eHome use for calming and self-regulation routines\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-accordion-item\"\u003e\n            \u003cbutton class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-whats-included\"\u003e\n                \u003ch2\u003eWhat's Included\u003c\/h2\u003e\n                \u003cspan class=\"tt-chevron\" aria-hidden=\"true\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"tt-accordion-panel\" id=\"panel-whats-included\" role=\"region\"\u003e\n                \u003cul\u003e\n                    \u003cli\u003e1 x Pillow case (outer cover, Gray)\u003c\/li\u003e\n                    \u003cli\u003e1 x Pillow insert with hook-and-loop closure pocket\u003c\/li\u003e\n                    \u003cli\u003e1 x Vibrating module\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-accordion-item\"\u003e\n            \u003cbutton class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-not-included\"\u003e\n                \u003ch2\u003eNot Included\u003c\/h2\u003e\n                \u003cspan class=\"tt-chevron\" aria-hidden=\"true\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"tt-accordion-panel\" id=\"panel-not-included\" role=\"region\"\u003e\n                \u003cul\u003e\n                    \u003cli\u003e2 x “AA” (LR6) batteries (required for vibrating module)\u003c\/li\u003e\n                    \u003cli\u003e1 x Phillips screwdriver (required to install batteries)\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-accordion-item\"\u003e\n            \u003cbutton class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-product-details\"\u003e\n                \u003ch2\u003eProduct Details\u003c\/h2\u003e\n                \u003cspan class=\"tt-chevron\" aria-hidden=\"true\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"tt-accordion-panel\" id=\"panel-product-details\" role=\"region\"\u003e\n                \u003ctable class=\"product-details-table\"\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eColor\/Pattern\u003c\/td\u003e\n                        \u003ctd\u003eGray\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eMaterial\u003c\/td\u003e\n                        \u003ctd\u003ePlush polyester outer cover\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eDimensions\u003c\/td\u003e\n                        \u003ctd\u003eApproximately 12 in. x 12 in.\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003ePower source\u003c\/td\u003e\n                        \u003ctd\u003e2 x “AA” (LR6) batteries (not included)\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eWater resistance\u003c\/td\u003e\n                        \u003ctd\u003eOuter cover is machine washable; vibrating module is not waterproof\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eSafety\u003c\/td\u003e\n                        \u003ctd\u003eBPA-free\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-accordion-item\"\u003e\n            \u003cbutton class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-care\"\u003e\n                \u003ch2\u003eCare Instructions\u003c\/h2\u003e\n                \u003cspan class=\"tt-chevron\" aria-hidden=\"true\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"tt-accordion-panel\" id=\"panel-care\" role=\"region\"\u003e\n                \u003cul\u003e\n                    \u003cli\u003eRemove the vibrating module before washing the outer cover\u003c\/li\u003e\n                    \u003cli\u003eMachine wash the outer cloth cover on a gentle cycle\u003c\/li\u003e\n                    \u003cli\u003eAir dry or tumble dry low\u003c\/li\u003e\n                    \u003cli\u003eSurface clean and disinfect the pillow insert and vibrating module only\u003c\/li\u003e\n                    \u003cli\u003eDo not submerge the vibrating module in water\u003c\/li\u003e\n                    \u003cli\u003eInspect all components before each use and replace at the first sign of damage\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-warning\"\u003e\n            \u003cstrong\u003eWarning:\u003c\/strong\u003e Do NOT use this pillow with individuals who have been diagnosed with seizure disorders that are stimulated by vibration.\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n(function () {\n    var toggles = document.querySelectorAll('.tt-accordion-toggle');\n\n    toggles.forEach(function (toggle) {\n        toggle.addEventListener('click', function () {\n            var expanded = this.getAttribute('aria-expanded') === 'true';\n            var panelId = this.getAttribute('aria-controls');\n            var panel = document.getElementById(panelId);\n\n            this.setAttribute('aria-expanded', !expanded);\n            if (expanded) {\n                panel.classList.remove('is-open');\n            } else {\n                panel.classList.add('is-open');\n            }\n        });\n    });\n})();\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"TalkTools","offers":[{"title":"Default Title","offer_id":52116674314408,"sku":"2078","price":34.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/FocusPad_Throw_Pillow_Gray_Vibrating_Pillow_for_Sensory_Simulation.jpg?v=1744906958"},{"product_id":"focuspad-bolster-pillow","title":"FocusPad Bolster Pillow","description":"\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\n\u003ctitle\u003eFocusPad Bolster Pillow\u003c\/title\u003e\n\u003clink href=\"#\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n        .tt-sensi-container {\n            --primary-purple: #6361aa;\n            --text-color: #333;\n            --bg-plain: #f5f5f5;\n            --warning-bg: #fff3cd;\n            --warning-border: #ffeeba;\n            --warning-text: #856404;\n            --border-light: #ddd;\n            --hover-bg: #eeecf7;\n\n            font-family: \"Proxima Nova\", \"Poppins\", sans-serif;\n            line-height: 1.6;\n            color: var(--text-color);\n            background-color: var(--bg-plain);\n            margin: 0;\n            padding: 0;\n            width: 100%;\n            max-width: 100%;\n            box-sizing: border-box;\n        }\n\n        .tt-sensi-container *,\n        .tt-sensi-container *::before,\n        .tt-sensi-container *::after {\n            box-sizing: border-box;\n        }\n\n        .tt-sensi-content {\n            width: 100%;\n            padding: 40px 20px;\n        }\n\n        .tt-sensi-intro {\n            margin-bottom: 10px;\n        }\n\n        .tt-sensi-intro p {\n            margin-bottom: 15px;\n        }\n\n        .tt-sensi-container a {\n            color: var(--primary-purple);\n            text-decoration: underline;\n        }\n\n        .tt-sensi-container a:hover {\n            opacity: 0.75;\n        }\n\n        .tt-sensi-page-header {\n            border-bottom: 3px solid var(--primary-purple);\n            margin-bottom: 24px;\n            padding-bottom: 15px;\n        }\n\n        .tt-sensi-page-header h1 {\n            color: var(--primary-purple);\n            font-size: 2.2em;\n            margin: 0;\n            font-weight: 700;\n        }\n\n        .tt-static-item {\n            border-bottom: 1px solid var(--border-light);\n        }\n\n        .tt-static-header {\n            display: flex;\n            align-items: center;\n            padding: 18px 0 18px 18px;\n            border-left: 5px solid var(--primary-purple);\n            margin-top: 8px;\n        }\n\n        .tt-static-header h2 {\n            color: var(--primary-purple);\n            font-size: 1.4em;\n            font-weight: 600;\n            margin: 0;\n            line-height: 1.3;\n        }\n\n        .tt-static-panel {\n            padding: 4px 0 20px 23px;\n        }\n\n        .tt-static-panel ul {\n            margin: 10px 0 0 0;\n            padding-left: 20px;\n        }\n\n        .tt-static-panel li {\n            margin-bottom: 9px;\n        }\n\n        .tt-accordion-item {\n            border-bottom: 1px solid var(--border-light);\n        }\n\n        .tt-accordion-toggle {\n            all: unset;\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            width: 100%;\n            cursor: pointer;\n            padding: 18px 0 18px 18px;\n            border-left: 5px solid var(--primary-purple);\n            margin-top: 8px;\n            background: transparent;\n            transition: background 0.2s;\n        }\n\n        .tt-accordion-toggle:hover,\n        .tt-accordion-toggle:focus-visible {\n            background-color: var(--hover-bg);\n            outline: none;\n        }\n\n        .tt-accordion-toggle h2 {\n            color: var(--primary-purple);\n            font-size: 1.4em;\n            font-weight: 600;\n            margin: 0;\n            line-height: 1.3;\n        }\n\n        .tt-chevron {\n            flex-shrink: 0;\n            margin-left: 16px;\n            width: 22px;\n            height: 22px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.25s ease;\n            color: var(--primary-purple);\n        }\n\n        .tt-accordion-toggle[aria-expanded=\"true\"] .tt-chevron {\n            transform: rotate(180deg);\n        }\n\n        .tt-accordion-panel {\n            overflow: hidden;\n            max-height: 0;\n            transition: max-height 0.3s ease, padding 0.3s ease;\n            padding: 0 0 0 23px;\n        }\n\n        .tt-accordion-panel.is-open {\n            max-height: 2000px;\n            padding: 4px 0 20px 23px;\n        }\n\n        .tt-accordion-panel ul {\n            margin: 10px 0 0 0;\n            padding-left: 20px;\n        }\n\n        .tt-accordion-panel li {\n            margin-bottom: 9px;\n        }\n\n        .tt-sensi-container .product-details-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 10px 0 0 0;\n        }\n\n        .tt-sensi-container .product-details-table td {\n            padding: 12px 10px;\n            border-bottom: 1px solid var(--border-light);\n            vertical-align: top;\n        }\n\n        .tt-sensi-container .product-details-table td:first-child {\n            font-weight: 600;\n            width: 38%;\n            color: var(--primary-purple);\n        }\n\n        .tt-warning {\n            background-color: var(--warning-bg);\n            border: 1px solid var(--warning-border);\n            color: var(--warning-text);\n            padding: 20px 25px;\n            border-radius: 8px;\n            margin-top: 30px;\n            font-weight: 600;\n        }\n\n        @media (max-width: 768px) {\n            .tt-sensi-page-header h1 {\n                font-size: 1.6em;\n            }\n            .tt-accordion-toggle h2,\n            .tt-static-header h2 {\n                font-size: 1.2em;\n            }\n            .tt-sensi-container .product-details-table td:first-child {\n                width: 45%;\n            }\n            .tt-sensi-content {\n                padding: 20px 15px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"tt-sensi-container\"\u003e\n\u003cdiv class=\"tt-sensi-content\"\u003e\n\u003cdiv class=\"tt-sensi-page-header\"\u003e\n\u003ch1\u003eFocusPad Bolster Pillow\u003c\/h1\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tt-sensi-intro\"\u003e\n\u003cp\u003eThe \u003ca href=\"#\" rel=\"noopener\" target=\"_blank\"\u003eFocusPad Bolster Pillow\u003c\/a\u003e is a vibrating cylindrical support cushion designed to deliver calming sensory input for children who benefit from proprioceptive feedback. Its gentle vibrating action provides comfort and relaxation when leaning on, sitting against, or squeezing the pillow during activities that require sustained attention.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tt-static-item\"\u003e\n\u003cdiv class=\"tt-static-header\"\u003e\n\u003ch2\u003eKey Benefits\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tt-static-panel\"\u003e\n\u003cul\u003e\n\u003cli\u003eGentle vibration provides calming sensory input to support focus and self-regulation\u003c\/li\u003e\n\u003cli\u003eCylindrical bolster shape offers versatile positioning: lap support, back rest, or body pillow\u003c\/li\u003e\n\u003cli\u003eRemovable cloth case is fully machine washable for easy hygiene\u003c\/li\u003e\n\u003cli\u003eBattery-powered vibrating module offers portable use without cords\u003c\/li\u003e\n\u003cli\u003eSoft, plush exterior appeals to children in therapeutic and home settings\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tt-accordion-item\"\u003e\n\u003cbutton aria-controls=\"panel-ideal-for\" aria-expanded=\"false\" class=\"tt-accordion-toggle\"\u003e\n\u003ch2\u003eIdeal for:\u003c\/h2\u003e\n\u003cspan aria-hidden=\"true\" class=\"tt-chevron\"\u003e\n\u003csvg fill=\"none\" height=\"18\" viewbox=\"0 0 18 18\" width=\"18\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n\u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003c\/span\u003e\n\u003c\/button\u003e\n\u003cdiv class=\"tt-accordion-panel\" id=\"panel-ideal-for\" role=\"region\"\u003e\n\u003cul\u003e\n\u003cli\u003eChildren with ADHD or attention difficulties who benefit from sensory input during seated tasks\u003c\/li\u003e\n\u003cli\u003eChildren with sensory processing disorders or sensory-seeking behaviors\u003c\/li\u003e\n\u003cli\u003eChildren on the autism spectrum who respond to proprioceptive feedback\u003c\/li\u003e\n\u003cli\u003eOccupational therapists (OTs) and sensory integration specialists\u003c\/li\u003e\n\u003cli\u003eClassroom use during reading, circle time, or desk work\u003c\/li\u003e\n\u003cli\u003eHome use for calming routines before bedtime or during homework\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tt-accordion-item\"\u003e\n\u003cbutton aria-controls=\"panel-whats-included\" aria-expanded=\"false\" class=\"tt-accordion-toggle\"\u003e\n\u003ch2\u003eWhat's Included\u003c\/h2\u003e\n\u003cspan aria-hidden=\"true\" class=\"tt-chevron\"\u003e\n\u003csvg fill=\"none\" height=\"18\" viewbox=\"0 0 18 18\" width=\"18\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n\u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003c\/span\u003e\n\u003c\/button\u003e\n\u003cdiv class=\"tt-accordion-panel\" id=\"panel-whats-included\" role=\"region\"\u003e\n\u003cul\u003e\n\u003cli\u003e1 x Pillow case (outer cover)\u003c\/li\u003e\n\u003cli\u003e1 x Pillow insert with hook-and-loop closure pocket\u003c\/li\u003e\n\u003cli\u003e1 x Vibrating module\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tt-accordion-item\"\u003e\n\u003cbutton aria-controls=\"panel-not-included\" aria-expanded=\"false\" class=\"tt-accordion-toggle\"\u003e\n\u003ch2\u003eNot Included\u003c\/h2\u003e\n\u003cspan aria-hidden=\"true\" class=\"tt-chevron\"\u003e\n\u003csvg fill=\"none\" height=\"18\" viewbox=\"0 0 18 18\" width=\"18\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n\u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003c\/span\u003e\n\u003c\/button\u003e\n\u003cdiv class=\"tt-accordion-panel\" id=\"panel-not-included\" role=\"region\"\u003e\n\u003cul\u003e\n\u003cli\u003e2 x “AA” (LR6) batteries (required for vibrating module)\u003c\/li\u003e\n\u003cli\u003e1 x Phillips screwdriver (required to install batteries)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tt-accordion-item\"\u003e\n\u003cbutton aria-controls=\"panel-product-details\" aria-expanded=\"false\" class=\"tt-accordion-toggle\"\u003e\n\u003ch2\u003eProduct Details\u003c\/h2\u003e\n\u003cspan aria-hidden=\"true\" class=\"tt-chevron\"\u003e\n\u003csvg fill=\"none\" height=\"18\" viewbox=\"0 0 18 18\" width=\"18\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n\u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003c\/span\u003e\n\u003c\/button\u003e\n\u003cdiv class=\"tt-accordion-panel\" id=\"panel-product-details\" role=\"region\"\u003e\n\u003ctable class=\"product-details-table\"\u003e\n\u003ctr\u003e\n\u003ctd\u003eShape\u003c\/td\u003e\n\u003ctd\u003eCylindrical bolster\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003ePlush polyester outer cover\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDimensions\u003c\/td\u003e\n\u003ctd\u003eApproximately 18 in. x 8 in. diameter\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower source\u003c\/td\u003e\n\u003ctd\u003e2 x “AA” (LR6) batteries (not included)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWater resistance\u003c\/td\u003e\n\u003ctd\u003eOuter cover is machine washable; vibrating module is not waterproof and must not be submerged\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSafety\u003c\/td\u003e\n\u003ctd\u003eBPA-free\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tt-accordion-item\"\u003e\n\u003cbutton aria-controls=\"panel-care\" aria-expanded=\"false\" class=\"tt-accordion-toggle\"\u003e\n\u003ch2\u003eCare Instructions\u003c\/h2\u003e\n\u003cspan aria-hidden=\"true\" class=\"tt-chevron\"\u003e\n\u003csvg fill=\"none\" height=\"18\" viewbox=\"0 0 18 18\" width=\"18\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n\u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003c\/span\u003e\n\u003c\/button\u003e\n\u003cdiv class=\"tt-accordion-panel\" id=\"panel-care\" role=\"region\"\u003e\n\u003cul\u003e\n\u003cli\u003eRemove the vibrating module before washing the outer cover\u003c\/li\u003e\n\u003cli\u003eMachine wash the outer cloth cover on a gentle cycle\u003c\/li\u003e\n\u003cli\u003eAir dry or tumble dry low\u003c\/li\u003e\n\u003cli\u003eSurface clean and disinfect the pillow insert and vibrating module only\u003c\/li\u003e\n\u003cli\u003eDo not submerge the vibrating module in water\u003c\/li\u003e\n\u003cli\u003eInspect all components before each use and replace at the first sign of damage\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tt-warning\"\u003e\n\u003cstrong\u003eWarning:\u003c\/strong\u003e Do NOT use this pillow with individuals who have been diagnosed with seizure disorders that are stimulated by vibration.\n        \u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n(function () {\n    var toggles = document.querySelectorAll('.tt-accordion-toggle');\n\n    toggles.forEach(function (toggle) {\n        toggle.addEventListener('click', function () {\n            var expanded = this.getAttribute('aria-expanded') === 'true';\n            var panelId = this.getAttribute('aria-controls');\n            var panel = document.getElementById(panelId);\n\n            this.setAttribute('aria-expanded', !expanded);\n            if (expanded) {\n                panel.classList.remove('is-open');\n            } else {\n                panel.classList.add('is-open');\n            }\n        });\n    });\n})();\n\u003c\/script\u003e","brand":"TalkTools","offers":[{"title":"Default Title","offer_id":52116749058216,"sku":"2089","price":34.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/FocusPad_Bolster_Pillow.jpg?v=1744907008"},{"product_id":"talktools-jiggler-puppets","title":"TalkTools® Jiggler™ Puppets","description":"\u003cbody\u003e\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eTalkTools® Jiggler Puppets\u003c\/title\u003e\n    \u003cstyle\u003e\n        .tt-sensi-container {\n            --primary-purple: #6361aa;\n            --text-color: #333;\n            --bg-plain: #f5f5f5;\n            --warning-bg: #fff3cd;\n            --warning-border: #ffeeba;\n            --warning-text: #856404;\n            --border-light: #ddd;\n            --hover-bg: #eeecf7;\n\n            font-family: \"Proxima Nova\", \"Poppins\", sans-serif;\n            line-height: 1.6;\n            color: var(--text-color);\n            background-color: var(--bg-plain);\n            margin: 0;\n            padding: 0;\n            width: 100%;\n            max-width: 100%;\n            box-sizing: border-box;\n        }\n\n        .tt-sensi-container *,\n        .tt-sensi-container *::before,\n        .tt-sensi-container *::after {\n            box-sizing: border-box;\n        }\n\n        .tt-sensi-content {\n            width: 100%;\n            padding: 40px 20px;\n        }\n\n        .tt-sensi-intro {\n            margin-bottom: 10px;\n        }\n\n        .tt-sensi-intro p {\n            margin-bottom: 15px;\n        }\n\n        .tt-sensi-container a {\n            color: var(--primary-purple);\n            text-decoration: underline;\n        }\n\n        .tt-sensi-container a:hover {\n            opacity: 0.75;\n        }\n\n        .tt-sensi-page-header {\n            border-bottom: 3px solid var(--primary-purple);\n            margin-bottom: 24px;\n            padding-bottom: 15px;\n        }\n\n        .tt-sensi-page-header h1 {\n            color: var(--primary-purple);\n            font-size: 2.2em;\n            margin: 0;\n            font-weight: 700;\n        }\n\n        .tt-static-item {\n            border-bottom: 1px solid var(--border-light);\n        }\n\n        .tt-static-header {\n            display: flex;\n            align-items: center;\n            padding: 18px 0 18px 18px;\n            border-left: 5px solid var(--primary-purple);\n            margin-top: 8px;\n        }\n\n        .tt-static-header h2 {\n            color: var(--primary-purple);\n            font-size: 1.4em;\n            font-weight: 600;\n            margin: 0;\n            line-height: 1.3;\n        }\n\n        .tt-static-panel {\n            padding: 4px 0 20px 23px;\n        }\n\n        .tt-static-panel ul {\n            margin: 10px 0 0 0;\n            padding-left: 20px;\n        }\n\n        .tt-static-panel li {\n            margin-bottom: 9px;\n        }\n\n        .tt-accordion-item {\n            border-bottom: 1px solid var(--border-light);\n        }\n\n        .tt-accordion-toggle {\n            all: unset;\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            width: 100%;\n            cursor: pointer;\n            padding: 18px 0 18px 18px;\n            border-left: 5px solid var(--primary-purple);\n            margin-top: 8px;\n            background: transparent;\n            transition: background 0.2s;\n        }\n\n        .tt-accordion-toggle:hover,\n        .tt-accordion-toggle:focus-visible {\n            background-color: var(--hover-bg);\n            outline: none;\n        }\n\n        .tt-accordion-toggle h2 {\n            color: var(--primary-purple);\n            font-size: 1.4em;\n            font-weight: 600;\n            margin: 0;\n            line-height: 1.3;\n        }\n\n        .tt-chevron {\n            flex-shrink: 0;\n            margin-left: 16px;\n            width: 22px;\n            height: 22px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.25s ease;\n            color: var(--primary-purple);\n        }\n\n        .tt-accordion-toggle[aria-expanded=\"true\"] .tt-chevron {\n            transform: rotate(180deg);\n        }\n\n        .tt-accordion-panel {\n            overflow: hidden;\n            max-height: 0;\n            transition: max-height 0.3s ease, padding 0.3s ease;\n            padding: 0 0 0 23px;\n        }\n\n        .tt-accordion-panel.is-open {\n            max-height: 2400px;\n            padding: 4px 0 20px 23px;\n        }\n\n        .tt-accordion-panel ul {\n            margin: 10px 0 0 0;\n            padding-left: 20px;\n        }\n\n        .tt-accordion-panel li {\n            margin-bottom: 9px;\n        }\n\n        .tt-sensi-container .product-details-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 10px 0 0 0;\n        }\n\n        .tt-sensi-container .product-details-table td {\n            padding: 12px 10px;\n            border-bottom: 1px solid var(--border-light);\n            vertical-align: top;\n        }\n\n        .tt-sensi-container .product-details-table td:first-child {\n            font-weight: 600;\n            width: 38%;\n            color: var(--primary-purple);\n        }\n\n        .tt-warning {\n            background-color: var(--warning-bg);\n            border: 1px solid var(--warning-border);\n            color: var(--warning-text);\n            padding: 20px 25px;\n            border-radius: 8px;\n            margin-top: 30px;\n            font-weight: 600;\n        }\n\n        @media (max-width: 768px) {\n            .tt-sensi-page-header h1 {\n                font-size: 1.6em;\n            }\n            .tt-accordion-toggle h2,\n            .tt-static-header h2 {\n                font-size: 1.2em;\n            }\n            .tt-sensi-container .product-details-table td:first-child {\n                width: 45%;\n            }\n            .tt-sensi-content {\n                padding: 20px 15px;\n            }\n        }\n    \u003c\/style\u003e\n\n\u003cdiv class=\"tt-sensi-container\"\u003e\n    \u003cdiv class=\"tt-sensi-content\"\u003e\n        \u003cdiv class=\"tt-sensi-page-header\"\u003e\n            \u003ch1\u003eTalkTools® Jiggler Puppets\u003c\/h1\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-sensi-intro\"\u003e\n            \u003cp\u003eThe TalkTools® Jiggler Puppets are a set of four textured finger puppets designed for facial massage and sensory exploration as part of a pre-feeding or oral sensory program. Available in four distinct textures: Scratchy, Bumpy, Silky, and Furry, the puppets allow therapists to introduce varied tactile input to the face and perioral area in a playful, engaging format suitable for all ages.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Simple Image Slider --\u003e\n\n            \u003cdiv id=\"tt-slider\" style=\"max-width: 600px; margin: 0 auto 36px auto; text-align: center; position: relative;\"\u003e\n                \u003cimg id=\"tt-slider-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/JigglerPuppet_1.jpg?v=1757010985\" alt=\"Jiggler Puppet 1\" style=\"width:100%; max-width:600px; height:auto; border-radius: 16px; box-shadow: 0 4px 18px rgba(0,0,0,0.10);\"\u003e\n                \u003cbutton id=\"tt-slider-prev\" style=\"position:absolute;top:50%;left:12px;transform:translateY(-50%);background:rgba(99,97,170,0.90);color:#fff;border:none;border-radius:50%;width:48px;height:48px;font-size:2em;cursor:pointer;z-index:2;\"\u003e←\u003c\/button\u003e\n                \u003cbutton id=\"tt-slider-next\" style=\"position:absolute;top:50%;right:12px;transform:translateY(-50%);background:rgba(99,97,170,0.90);color:#fff;border:none;border-radius:50%;width:48px;height:48px;font-size:2em;cursor:pointer;z-index:2;\"\u003e→\u003c\/button\u003e\n            \u003c\/div\u003e\n\n            \u003cscript\u003e\n            (function() {\n                var images = [\n                    \"https:\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/JigglerPuppet_1.jpg?v=1757010985\",\n                    \"https:\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/Insert_the_Jiggler_3.png?v=1758116425\"\n                ];\n                var idx = 0;\n                var img = document.getElementById('tt-slider-img');\n                var prev = document.getElementById('tt-slider-prev');\n                var next = document.getElementById('tt-slider-next');\n                prev.onclick = function() {\n                    idx = (idx - 1 + images.length) % images.length;\n                    img.src = images[idx];\n                };\n                next.onclick = function() {\n                    idx = (idx + 1) % images.length;\n                    img.src = images[idx];\n                };\n            })();\n            \u003c\/script\u003e\n        \u003c\/div\u003e\n\n        \n        \u003cdiv class=\"tt-accordion-item\"\u003e\n            \u003cbutton class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-key-benefits\"\u003e\n                \u003ch2\u003eKey Benefits\u003c\/h2\u003e\n                \u003cspan class=\"tt-chevron\" aria-hidden=\"true\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"tt-accordion-panel\" id=\"panel-key-benefits\" role=\"region\"\u003e\n                \u003cul\u003e\n                    \u003cli\u003eFour distinct textures (Scratchy, Bumpy, Silky, Furry) allow systematic texture grading for sensory desensitization or stimulation\u003c\/li\u003e\n                    \u003cli\u003eFinger puppet format makes facial massage engaging and approachable for children who resist direct facial touch\u003c\/li\u003e\n                    \u003cli\u003eSuitable for both hypersensitive and hyposensitive clients, addressing opposite ends of the oral sensory spectrum\u003c\/li\u003e\n                    \u003cli\u003ePlayful design encourages active participation and improves therapy compliance across ages\u003c\/li\u003e\n                    \u003cli\u003eSupports sensory integration by providing structured, enjoyable tactile interaction in a client-centered format\u003c\/li\u003e\n                    \u003cli\u003eVersatile: can be adapted to individual client sensory profiles and incorporated into pre-feeding routines\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-accordion-item\"\u003e\n            \u003cbutton class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-ideal-for\"\u003e\n                \u003ch2\u003eIdeal for:\u003c\/h2\u003e\n                \u003cspan class=\"tt-chevron\" aria-hidden=\"true\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"tt-accordion-panel\" id=\"panel-ideal-for\" role=\"region\"\u003e\n                \u003cul\u003e\n                    \u003cli\u003eSpeech-language pathologists (SLPs) and occupational therapists (OTs) conducting facial massage in pre-feeding programs\u003c\/li\u003e\n                    \u003cli\u003eClients with oral and facial hypersensitivity who benefit from gradual desensitization to touch\u003c\/li\u003e\n                    \u003cli\u003eChildren with autism spectrum disorder, sensory processing disorders, or tactile defensiveness\u003c\/li\u003e\n                    \u003cli\u003eFeeding therapists incorporating sensory preparation before oral feeding tasks\u003c\/li\u003e\n                    \u003cli\u003eParents and caregivers continuing pre-feeding sensory routines at home under therapist guidance\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-accordion-item\"\u003e\n            \u003cbutton class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-whats-included\"\u003e\n                \u003ch2\u003eWhat's Included\u003c\/h2\u003e\n                \u003cspan class=\"tt-chevron\" aria-hidden=\"true\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"tt-accordion-panel\" id=\"panel-whats-included\" role=\"region\"\u003e\n                \u003cul\u003e\n                    \u003cli\u003e4 x Jiggler Puppets: 1 x Scratchy, 1 x Bumpy, 1 x Silky, 1 x Furry\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-accordion-item\"\u003e\n            \u003cbutton class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-product-details\"\u003e\n                \u003ch2\u003eProduct Details\u003c\/h2\u003e\n                \u003cspan class=\"tt-chevron\" aria-hidden=\"true\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"tt-accordion-panel\" id=\"panel-product-details\" role=\"region\"\u003e\n                \u003ctable class=\"product-details-table\"\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eMaterial\u003c\/td\u003e\n                        \u003ctd\u003eVaried fabric and soft material textures per puppet (Scratchy, Bumpy, Silky, Furry)\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eDimensions\u003c\/td\u003e\n                        \u003ctd\u003eCow: 10.83 in L x 5.31 in W x 3.94 in H; Horse: 10.63 in L x 4.53 in W x 4.13 in H; Sheep: 9.65 in L x 6.89 in W x 3.74 in H; Pig: 9.84 in L x 5.51 in W x 4.33 in H\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eSafety and compliance\u003c\/td\u003e\n                        \u003ctd\u003eIntended for external facial use with adult supervision\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-accordion-item\"\u003e\n            \u003cbutton class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-care\"\u003e\n                \u003ch2\u003eCare Instructions\u003c\/h2\u003e\n                \u003cspan class=\"tt-chevron\" aria-hidden=\"true\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"tt-accordion-panel\" id=\"panel-care\" role=\"region\"\u003e\n                \u003cul\u003e\n                    \u003cli\u003eBefore first use, remove any filling inside the Jiggler Puppet prior to cleaning\u003c\/li\u003e\n                    \u003cli\u003eHand wash with cold water and mild detergent\u003c\/li\u003e\n                    \u003cli\u003eHang to dry; do not place in dryer\u003c\/li\u003e\n                    \u003cli\u003eInspect before every use; replace at the first sign of damage or deterioration\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-warning\"\u003e\n            \u003cstrong\u003eWarning:\u003c\/strong\u003e Use with adult supervision at all times. Not recommended for use while sleeping. Inspect the product before every use and dispose of it properly at the first sign of damage or deterioration.\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\n\u003cscript\u003e\n(function () {\n    var toggles = document.querySelectorAll('.tt-accordion-toggle');\n\n    toggles.forEach(function (toggle) {\n        toggle.addEventListener('click', function () {\n            var expanded = this.getAttribute('aria-expanded') === 'true';\n            var panelId = this.getAttribute('aria-controls');\n            var panel = document.getElementById(panelId);\n\n            this.setAttribute('aria-expanded', !expanded);\n            if (expanded) {\n                panel.classList.remove('is-open');\n            } else {\n                panel.classList.add('is-open');\n            }\n        });\n    });\n})();\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"TalkTools","offers":[{"title":"Default Title","offer_id":53690197246120,"sku":"4811","price":40.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/TOTs_and_Terrible_2s_3.png?v=1757012505"},{"product_id":"talktools-sensi-rechargeable-essentials-kit-sensory","title":"Sensi Rechargeable Essentials Kit | OPT Sensory Tips","description":"\u003cstyle\u003e\n        .tt-sensi-container {\n            --primary-purple: #6361aa;\n            --text-color: #333;\n            --bg-plain: #f5f5f5;\n            --warning-bg: #fff3cd;\n            --warning-border: #ffeeba;\n            --warning-text: #856404;\n            --border-light: #ddd;\n            --hover-bg: #eeecf7;\n            font-family: \"Proxima Nova\", \"Poppins\", sans-serif;\n            line-height: 1.6;\n            color: var(--text-color);\n            background-color: var(--bg-plain);\n            margin: 0;\n            padding: 0;\n            width: 100%;\n            max-width: 100%;\n            box-sizing: border-box;\n        }\n        .tt-sensi-container *,\n        .tt-sensi-container *::before,\n        .tt-sensi-container *::after {\n            box-sizing: border-box;\n        }\n        .tt-sensi-content {\n            width: 100%;\n            padding: 40px 20px;\n        }\n        \/* Intro section — no toggle *\/\n        .tt-sensi-intro {\n            margin-bottom: 10px;\n        }\n        .tt-sensi-intro p {\n            margin-bottom: 15px;\n        }\n        .tt-sensi-container a {\n            color: var(--primary-purple);\n            text-decoration: underline;\n        }\n        .tt-sensi-container a:hover {\n            opacity: 0.75;\n        }\n        \/* Page header *\/\n        .tt-sensi-page-header {\n            border-bottom: 3px solid var(--primary-purple);\n            margin-bottom: 24px;\n            padding-bottom: 15px;\n        }\n        .tt-sensi-page-header h1 {\n            color: var(--primary-purple);\n            font-size: 2.2em;\n            margin: 0;\n            font-weight: 700;\n        }\n        \/* Static (non-collapsible) section *\/\n        .tt-static-item {\n            border-bottom: 1px solid var(--border-light);\n        }\n        .tt-static-header {\n            display: flex;\n            align-items: center;\n            padding: 18px 0 18px 18px;\n            border-left: 5px solid var(--primary-purple);\n            margin-top: 8px;\n        }\n        .tt-static-header h2 {\n            color: var(--primary-purple);\n            font-size: 1.4em;\n            font-weight: 600;\n            margin: 0;\n            line-height: 1.3;\n        }\n        .tt-static-panel {\n            padding: 4px 0 20px 23px;\n        }\n        .tt-static-panel ul {\n            margin: 10px 0 0 0;\n            padding-left: 20px;\n        }\n        .tt-static-panel li {\n            margin-bottom: 9px;\n        }\n        \/* Accordion item wrapper *\/\n        .tt-accordion-item {\n            border-bottom: 1px solid var(--border-light);\n        }\n        \/* Accordion toggle button *\/\n        .tt-accordion-toggle {\n            all: unset;\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            width: 100%;\n            cursor: pointer;\n            padding: 18px 0 18px 18px;\n            border-left: 5px solid var(--primary-purple);\n            margin-top: 8px;\n            background: transparent;\n            transition: background 0.2s;\n        }\n        .tt-accordion-toggle:hover,\n        .tt-accordion-toggle:focus-visible {\n            background-color: var(--hover-bg);\n            outline: none;\n        }\n        .tt-accordion-toggle h2 {\n            color: var(--primary-purple);\n            font-size: 1.4em;\n            font-weight: 600;\n            margin: 0;\n            line-height: 1.3;\n        }\n        \/* Chevron icon *\/\n        .tt-chevron {\n            flex-shrink: 0;\n            margin-left: 16px;\n            width: 22px;\n            height: 22px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.25s ease;\n            color: var(--primary-purple);\n        }\n        .tt-accordion-toggle[aria-expanded=\"true\"] .tt-chevron {\n            transform: rotate(180deg);\n        }\n        \/* Accordion panel *\/\n        .tt-accordion-panel {\n            overflow: hidden;\n            max-height: 0;\n            transition: max-height 0.3s ease, padding 0.3s ease;\n            padding: 0 0 0 23px; \/* aligns with border-left offset *\/\n        }\n        .tt-accordion-panel.is-open {\n            max-height: 2000px;\n            padding: 4px 0 20px 23px;\n        }\n        .tt-accordion-panel ul {\n            margin: 10px 0 0 0;\n            padding-left: 20px;\n        }\n        .tt-accordion-panel li {\n            margin-bottom: 9px;\n        }\n        \/* Product details table *\/\n        .tt-sensi-container .product-details-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 10px 0 0 0;\n        }\n        .tt-sensi-container .product-details-table td {\n            padding: 12px 10px;\n            border-bottom: 1px solid var(--border-light);\n            vertical-align: top;\n        }\n        .tt-sensi-container .product-details-table td:first-child {\n            font-weight: 600;\n            width: 38%;\n            color: var(--primary-purple);\n        }\n        \/* Warning block *\/\n        .tt-warning {\n            background-color: var(--warning-bg);\n            border: 1px solid var(--warning-border);\n            color: var(--warning-text);\n            padding: 20px 25px;\n            border-radius: 8px;\n            margin-top: 30px;\n            font-weight: 600;\n        }\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .tt-sensi-page-header h1 {\n                font-size: 1.6em;\n            }\n            .tt-accordion-toggle h2,\n            .tt-static-header h2 {\n                font-size: 1.2em;\n            }\n            .tt-sensi-container .product-details-table td:first-child {\n                width: 45%;\n            }\n            .tt-sensi-content {\n                padding: 20px 15px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"tt-sensi-container\"\u003e\n\u003cdiv class=\"tt-sensi-content\"\u003e\n\u003cdiv class=\"tt-sensi-page-header\"\u003e\n\u003ch1\u003eTalkTools® Sensi® Rechargeable Essentials Kit (Sensory)\u003c\/h1\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tt-sensi-intro\"\u003e\n\u003cp\u003eThe \u003ca href=\"https:\/\/talktools.com\/products\/talktools-sensi-rechargeable-essentials-kit-sensory\" rel=\"noopener\" target=\"_blank\"\u003eTalkTools® Sensi® Rechargeable Essentials Kit\u003c\/a\u003e (Sensory) delivers a comprehensive set of oral sensory tips paired with the rechargeable Sensi handle, giving clinicians everything needed to address a broad range of oral placement and orofacial myofunctional therapy goals in a single kit. The included travel case keeps all twelve tips organized and ready for sessions wherever therapy takes place.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Therapy Goals — static, always visible --\u003e\n\u003cdiv class=\"tt-static-item\"\u003e\n\u003cdiv class=\"tt-static-header\"\u003e\n\u003ch2\u003eTherapy Goals\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tt-static-panel\"\u003e\n\u003cul\u003e\n\u003cli\u003eProvide graded vibratory input to the lips, tongue, palate, and cheeks for oral sensory desensitization\u003c\/li\u003e\n\u003cli\u003eFacilitate tongue lateralization, elevation, and retraction using targeted tip shapes\u003c\/li\u003e\n\u003cli\u003eImprove jaw grading and stability through sustained vibrotactile feedback\u003c\/li\u003e\n\u003cli\u003eReduce oral hypersensitivity in preparation for feeding, speech, and oral hygiene tasks\u003c\/li\u003e\n\u003cli\u003eSupport Oral Placement Therapy (OPT) and Orofacial Myofunctional Therapy (OMT) hierarchies\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Key Benefits --\u003e\n\u003cdiv class=\"tt-accordion-item\"\u003e\n\u003cbutton class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-key-benefits\"\u003e\n\u003ch2\u003eKey Benefits\u003c\/h2\u003e\n\u003cspan class=\"tt-chevron\" aria-hidden=\"true\"\u003e\n\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n\u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003c\/span\u003e\n\u003c\/button\u003e\n\u003cdiv class=\"tt-accordion-panel\" id=\"panel-key-benefits\" role=\"region\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eBest-value bundle:\u003c\/strong\u003e twelve sensory tips plus the Sensi Rechargeable handle in one kit\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRechargeable lithium battery:\u003c\/strong\u003e recharges wirelessly, eliminating disposable batteries\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eImproved waterproof and shock-resistant handle:\u003c\/strong\u003e for durable clinical use\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eErgonomic handle:\u003c\/strong\u003e compatible with both original and new Sensi tips\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSofter material tips:\u003c\/strong\u003e provide a wider array of tactile therapy options\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEasy quarter-turn tip attachment:\u003c\/strong\u003e for quick, no-hassle tip changes mid-session\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSingle-button cycling:\u003c\/strong\u003e through Lo, Hi, Pulse Low, and Pulse Hi vibration profiles\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eComplimentary travel case:\u003c\/strong\u003e holds all components for easy transport\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePatented design:\u003c\/strong\u003e FDA compliant, BPA-free, latex-free, lead-free, phthalates-free\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Ideal For --\u003e\n\u003cdiv class=\"tt-accordion-item\"\u003e\n\u003cbutton class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-ideal-for\"\u003e\n\u003ch2\u003eIdeal for:\u003c\/h2\u003e\n\u003cspan class=\"tt-chevron\" aria-hidden=\"true\"\u003e\n\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n\u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003c\/span\u003e\n\u003c\/button\u003e\n\u003cdiv class=\"tt-accordion-panel\" id=\"panel-ideal-for\" role=\"region\"\u003e\n\u003cul\u003e\n\u003cli\u003eSpeech-language pathologists (SLPs) and occupational therapists (OTs) implementing OPT or OMT\u003c\/li\u003e\n\u003cli\u003eFeeding therapists addressing oral sensory hypersensitivity or hyposensitivity\u003c\/li\u003e\n\u003cli\u003eClients with autism spectrum disorder, cerebral palsy, Down syndrome, or sensory processing disorders\u003c\/li\u003e\n\u003cli\u003eEarly intervention programs and school-based therapy settings\u003c\/li\u003e\n\u003cli\u003ePrivate practice clinicians who want a full sensory tip library in one purchase\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- What's Included --\u003e\n\u003cdiv class=\"tt-accordion-item\"\u003e\n\u003cbutton class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-whats-included\"\u003e\n\u003ch2\u003eWhat's Included\u003c\/h2\u003e\n\u003cspan class=\"tt-chevron\" aria-hidden=\"true\"\u003e\n\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n\u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003c\/span\u003e\n\u003c\/button\u003e\n\u003cdiv class=\"tt-accordion-panel\" id=\"panel-whats-included\" role=\"region\"\u003e\n\u003cul\u003e\n\u003cli\u003e1 x Sensi® Rechargeable handle\u003c\/li\u003e\n\u003cli\u003e1 x Threaded Tip Adapter\u003c\/li\u003e\n\u003cli\u003e1 x Wireless charger\u003c\/li\u003e\n\u003cli\u003e1 x Chewy Tip\u003c\/li\u003e\n\u003cli\u003e1 x Pointed Spoon Tip\u003c\/li\u003e\n\u003cli\u003e1 x Textured Spoon Tip\u003c\/li\u003e\n\u003cli\u003e1 x Textured Tongue Depressor Tip\u003c\/li\u003e\n\u003cli\u003e1 x Wee Round Textured Tip\u003c\/li\u003e\n\u003cli\u003e1 x Round Textured Tip\u003c\/li\u003e\n\u003cli\u003e1 x Wee Chewy Tip\u003c\/li\u003e\n\u003cli\u003e1 x Side Spoon Tip\u003c\/li\u003e\n\u003cli\u003e1 x Smiley Textured Tip\u003c\/li\u003e\n\u003cli\u003e1 x Ridge Tip\u003c\/li\u003e\n\u003cli\u003e1 x Purple Probe\u003c\/li\u003e\n\u003cli\u003e1 x Soft Pointer Tip\u003c\/li\u003e\n\u003cli\u003e1 x Complimentary travel case (holds all components)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Details --\u003e\n\u003cdiv class=\"tt-accordion-item\"\u003e\n\u003cbutton class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-product-details\"\u003e\n\u003ch2\u003eProduct Details\u003c\/h2\u003e\n\u003cspan class=\"tt-chevron\" aria-hidden=\"true\"\u003e\n\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n\u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003c\/span\u003e\n\u003c\/button\u003e\n\u003cdiv class=\"tt-accordion-panel\" id=\"panel-product-details\" role=\"region\"\u003e\n\u003ctable class=\"product-details-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eFDA-compliant, BPA-free, latex-free, lead-free, phthalates-free materials; softer TPE tips\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower source\u003c\/td\u003e\n\u003ctd\u003eRechargeable lithium battery (wireless charging)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVibration profiles\u003c\/td\u003e\n\u003ctd\u003eLo, Hi, Pulse Low, Pulse Hi (single-button cycling)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWater resistance\u003c\/td\u003e\n\u003ctd\u003eSplash-resistant; do not submerge\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSafety and compliance\u003c\/td\u003e\n\u003ctd\u003eFDA compliant; BPA-free, latex-free, lead-free, phthalates-free\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHandle compatibility\u003c\/td\u003e\n\u003ctd\u003eFits all original and new threaded Sensi tips\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign\u003c\/td\u003e\n\u003ctd\u003ePatented design\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Care Instructions --\u003e\n\u003cdiv class=\"tt-accordion-item\"\u003e\n\u003cbutton class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-care\"\u003e\n\u003ch2\u003eCare Instructions\u003c\/h2\u003e\n\u003cspan class=\"tt-chevron\" aria-hidden=\"true\"\u003e\n\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n\u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003c\/span\u003e\n\u003c\/button\u003e\n\u003cdiv class=\"tt-accordion-panel\" id=\"panel-care\" role=\"region\"\u003e\n\u003cul\u003e\n\u003cli\u003eBefore first use, clean all tips and handle thoroughly with soap and running water; do not submerge\u003c\/li\u003e\n\u003cli\u003eAfter each use, promptly clean the tip and handle with soap and running water\u003c\/li\u003e\n\u003cli\u003eDo not submerge the handle or charging unit in water\u003c\/li\u003e\n\u003cli\u003eAvoid harsh abrasives or chemical disinfectants on tip materials\u003c\/li\u003e\n\u003cli\u003eInspect each tip before every use; replace at the first sign of deterioration, cracking, or damage\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tt-warning\"\u003e\n\u003cstrong\u003eWarning:\u003c\/strong\u003e Do NOT use this product with individuals who have been diagnosed with seizure disorders that are stimulated by vibration.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n(function () {\n    var toggles = document.querySelectorAll('.tt-sensi-container .tt-accordion-toggle');\n    toggles.forEach(function (toggle) {\n        toggle.addEventListener('click', function () {\n            var expanded = toggle.getAttribute('aria-expanded') === 'true';\n            var panel = document.getElementById(toggle.getAttribute('aria-controls'));\n            toggle.setAttribute('aria-expanded', String(!expanded));\n            if (panel) {\n                panel.classList.toggle('is-open', !expanded);\n            }\n        });\n    });\n})();\n\u003c\/script\u003e","brand":"TalkTools","offers":[{"title":"Default Title","offer_id":54231100981416,"sku":"5541-R","price":108.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/1_2f3b5160-8ddc-4716-87d2-97b84e7f3f6b.jpg?v=1783539538"},{"product_id":"jiggler-puppets-2-pack","title":"TalkTools® Jiggler™ Puppets (2-Pack)","description":"    \u003cstyle\u003e\n        .tt-sensi-container {\n            --primary-purple: #6361aa;\n            --text-color: #333;\n            --bg-plain: #f5f5f5;\n            --warning-bg: #fff3cd;\n            --warning-border: #ffeeba;\n            --warning-text: #856404;\n            --border-light: #ddd;\n            --hover-bg: #eeecf7;\n\n            font-family: \"Proxima Nova\", \"Poppins\", sans-serif;\n            line-height: 1.6;\n            color: var(--text-color);\n            background-color: var(--bg-plain);\n            margin: 0;\n            padding: 0;\n            width: 100%;\n            max-width: 100%;\n            box-sizing: border-box;\n        }\n\n        .tt-sensi-container *,\n        .tt-sensi-container *::before,\n        .tt-sensi-container *::after {\n            box-sizing: border-box;\n        }\n\n        .tt-sensi-content {\n            width: 100%;\n            padding: 40px 20px;\n        }\n\n        .tt-sensi-intro {\n            margin-bottom: 10px;\n        }\n\n        .tt-sensi-intro p {\n            margin-bottom: 15px;\n        }\n\n        .tt-sensi-container a {\n            color: var(--primary-purple);\n            text-decoration: underline;\n        }\n\n        .tt-sensi-container a:hover {\n            opacity: 0.75;\n        }\n\n        .tt-sensi-page-header {\n            border-bottom: 3px solid var(--primary-purple);\n            margin-bottom: 24px;\n            padding-bottom: 15px;\n        }\n\n        .tt-sensi-page-header h1 {\n            color: var(--primary-purple);\n            font-size: 2.2em;\n            margin: 0;\n            font-weight: 700;\n        }\n\n        .tt-static-item {\n            border-bottom: 1px solid var(--border-light);\n        }\n\n        .tt-static-header {\n            display: flex;\n            align-items: center;\n            padding: 18px 0 18px 18px;\n            border-left: 5px solid var(--primary-purple);\n            margin-top: 8px;\n        }\n\n        .tt-static-header h2 {\n            color: var(--primary-purple);\n            font-size: 1.4em;\n            font-weight: 600;\n            margin: 0;\n            line-height: 1.3;\n        }\n\n        .tt-static-panel {\n            padding: 4px 0 20px 23px;\n        }\n\n        .tt-static-panel ul {\n            margin: 10px 0 0 0;\n            padding-left: 20px;\n        }\n\n        .tt-static-panel li {\n            margin-bottom: 9px;\n        }\n\n        .tt-accordion-item {\n            border-bottom: 1px solid var(--border-light);\n        }\n\n        .tt-accordion-toggle {\n            all: unset;\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            width: 100%;\n            cursor: pointer;\n            padding: 18px 0 18px 18px;\n            border-left: 5px solid var(--primary-purple);\n            margin-top: 8px;\n            background: transparent;\n            transition: background 0.2s;\n        }\n\n        .tt-accordion-toggle:hover,\n        .tt-accordion-toggle:focus-visible {\n            background-color: var(--hover-bg);\n            outline: none;\n        }\n\n        .tt-accordion-toggle h2 {\n            color: var(--primary-purple);\n            font-size: 1.4em;\n            font-weight: 600;\n            margin: 0;\n            line-height: 1.3;\n        }\n\n        .tt-chevron {\n            flex-shrink: 0;\n            margin-left: 16px;\n            width: 22px;\n            height: 22px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.25s ease;\n            color: var(--primary-purple);\n        }\n\n        .tt-accordion-toggle[aria-expanded=\"true\"] .tt-chevron {\n            transform: rotate(180deg);\n        }\n\n        .tt-accordion-panel {\n            overflow: hidden;\n            max-height: 0;\n            transition: max-height 0.3s ease, padding 0.3s ease;\n            padding: 0 0 0 23px;\n        }\n\n        .tt-accordion-panel.is-open {\n            max-height: 2000px;\n            padding: 4px 0 20px 23px;\n        }\n\n        .tt-accordion-panel ul {\n            margin: 10px 0 0 0;\n            padding-left: 20px;\n        }\n\n        .tt-accordion-panel li {\n            margin-bottom: 9px;\n        }\n\n        .tt-sensi-container .product-details-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 10px 0 0 0;\n        }\n\n        .tt-sensi-container .product-details-table td {\n            padding: 12px 10px;\n            border-bottom: 1px solid var(--border-light);\n            vertical-align: top;\n        }\n\n        .tt-sensi-container .product-details-table td:first-child {\n            font-weight: 600;\n            width: 38%;\n            color: var(--primary-purple);\n        }\n\n        .tt-warning {\n            background-color: var(--warning-bg);\n            border: 1px solid var(--warning-border);\n            color: var(--warning-text);\n            padding: 20px 25px;\n            border-radius: 8px;\n            margin-top: 30px;\n            font-weight: 600;\n        }\n\n        @media (max-width: 768px) {\n            .tt-sensi-page-header h1 {\n                font-size: 1.6em;\n            }\n            .tt-accordion-toggle h2,\n            .tt-static-header h2 {\n                font-size: 1.2em;\n            }\n            .tt-sensi-container .product-details-table td:first-child {\n                width: 45%;\n            }\n            .tt-sensi-content {\n                padding: 20px 15px;\n            }\n        }\n    \u003c\/style\u003e\n\n\u003cdiv class=\"tt-sensi-container\"\u003e\n    \u003cdiv class=\"tt-sensi-content\"\u003e\n\n        \u003cdiv class=\"tt-sensi-page-header\"\u003e\n            \u003ch1\u003eTalkTools® Jiggler™ Puppets (2-Pack)\u003c\/h1\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-sensi-intro\"\u003e\n            \u003cp\u003eThe Jiggler™ Puppets are designed to provide facial massage and to expose clients to a variety of textures in a playful manner. They should be incorporated into a pre-feeding or oral sensory program to help clients build tolerance for touch and texture around the face and mouth before introducing feeding tasks.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-static-item\"\u003e\n            \u003cdiv class=\"tt-static-header\"\u003e\n                \u003ch2\u003eTherapy Goals\u003c\/h2\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tt-static-panel\"\u003e\n                \u003cul\u003e\n                    \u003cli\u003eProvide facial massage to support pre-feeding readiness\u003c\/li\u003e\n                    \u003cli\u003eExpose clients to a variety of textures in a playful, low-pressure way\u003c\/li\u003e\n                    \u003cli\u003ePromote acceptance of new textures around the face and mouth\u003c\/li\u003e\n                    \u003cli\u003eSupport sensory integration for clients with hypersensitivity or hyposensitivity\u003c\/li\u003e\n                    \u003cli\u003eBuild tolerance to tactile input as part of an oral sensory program\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-accordion-item\"\u003e\n            \u003cbutton class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-1\"\u003e\n                \u003ch2\u003eKey Benefits\u003c\/h2\u003e\n                \u003cspan class=\"tt-chevron\" aria-hidden=\"true\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"tt-accordion-panel\" id=\"panel-1\" role=\"region\"\u003e\n                \u003cul\u003e\n                    \u003cli\u003eEach Jiggler™ Puppet offers a different texture: Scratchy, Bumpy, Silky, or Furry\u003c\/li\u003e\n                    \u003cli\u003eDesigned for facial massage and sensory stimulation around the face and mouth\u003c\/li\u003e\n                    \u003cli\u003ePlayful, puppet-style design suitable for clients of all ages\u003c\/li\u003e\n                    \u003cli\u003eCan be applied with clients showing hypersensitivity or hyposensitivity\u003c\/li\u003e\n                    \u003cli\u003ePromotes acceptance of new textures in a fun and engaging way\u003c\/li\u003e\n                    \u003cli\u003eBalances tactile stimulation with sensory awareness to support sensory integration goals\u003c\/li\u003e\n                    \u003cli\u003eVersatile tools that adapt to each client's individual sensory needs\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-accordion-item\"\u003e\n            \u003cbutton class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-2\"\u003e\n                \u003ch2\u003eIdeal for:\u003c\/h2\u003e\n                \u003cspan class=\"tt-chevron\" aria-hidden=\"true\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"tt-accordion-panel\" id=\"panel-2\" role=\"region\"\u003e\n                \u003cul\u003e\n                    \u003cli\u003eClients with tactile hypersensitivity or hyposensitivity around the face and mouth\u003c\/li\u003e\n                    \u003cli\u003ePre-feeding and oral sensory programs preparing clients for feeding therapy\u003c\/li\u003e\n                    \u003cli\u003ePediatric clients who benefit from playful, puppet-based sensory activities\u003c\/li\u003e\n                    \u003cli\u003eOccupational and speech-language therapists incorporating sensory integration techniques\u003c\/li\u003e\n                    \u003cli\u003eClients of all ages who need a fun, engaging introduction to varied textures\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-accordion-item\"\u003e\n            \u003cbutton class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-3\"\u003e\n                \u003ch2\u003eWhat's Included\u003c\/h2\u003e\n                \u003cspan class=\"tt-chevron\" aria-hidden=\"true\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"tt-accordion-panel\" id=\"panel-3\" role=\"region\"\u003e\n                \u003cul\u003e\n                    \u003cli\u003e2 x Jiggler™ Puppets in your selected texture combination\u003c\/li\u003e\n                    \u003cli\u003eAvailable as Horse (Scratchy) \u0026amp; Sheep (Furry), or Pig (Silky) \u0026amp; Cow (Bumpy)\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-accordion-item\"\u003e\n            \u003cbutton class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-4\"\u003e\n                \u003ch2\u003eProduct Details\u003c\/h2\u003e\n                \u003cspan class=\"tt-chevron\" aria-hidden=\"true\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"tt-accordion-panel\" id=\"panel-4\" role=\"region\"\u003e\n                \u003ctable class=\"product-details-table\"\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eCombo options\u003c\/td\u003e\n                        \u003ctd\u003eHorse (Scratchy) \u0026amp; Sheep (Furry), or Pig (Silky) \u0026amp; Cow (Bumpy)\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eTextures\u003c\/td\u003e\n                        \u003ctd\u003eScratchy, Bumpy, Silky, Furry (one texture per puppet)\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eQuantity\u003c\/td\u003e\n                        \u003ctd\u003e2-pack\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eUse\u003c\/td\u003e\n                        \u003ctd\u003eFacial massage and sensory exploration during pre-feeding\/oral sensory programs\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-accordion-item\"\u003e\n            \u003cbutton class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-5\"\u003e\n                \u003ch2\u003eCare Instructions\u003c\/h2\u003e\n                \u003cspan class=\"tt-chevron\" aria-hidden=\"true\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M3 6L9 12L15 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/span\u003e\n            \u003c\/button\u003e\n            \u003cdiv class=\"tt-accordion-panel\" id=\"panel-5\" role=\"region\"\u003e\n                \u003cul\u003e\n                    \u003cli\u003eRemove anything inside the Jiggler™ Puppet prior to cleaning\u003c\/li\u003e\n                    \u003cli\u003eHand wash with cold water and mild detergent\u003c\/li\u003e\n                    \u003cli\u003eHang to dry\u003c\/li\u003e\n                    \u003cli\u003eDo not place in the dishwasher or washing machine\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-warning\"\u003e\n            \u003cstrong\u003eNote:\u003c\/strong\u003e Use with adult supervision. Inspect product before every use, and dispose properly at the first sign of damage or deterioration.\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n(function () {\n    var toggles = document.querySelectorAll('.tt-accordion-toggle');\n\n    toggles.forEach(function (toggle) {\n        toggle.addEventListener('click', function () {\n            var expanded = this.getAttribute('aria-expanded') === 'true';\n            var panelId = this.getAttribute('aria-controls');\n            var panel = document.getElementById(panelId);\n\n            this.setAttribute('aria-expanded', !expanded);\n            if (expanded) {\n                panel.classList.remove('is-open');\n            } else {\n                panel.classList.add('is-open');\n            }\n        });\n    });\n})();\n\u003c\/script\u003e\n","brand":"TalkTools","offers":[{"title":"Horse (Scratchy) \u0026 Sheep (Furry)","offer_id":54580049445032,"sku":"4811-HS","price":22.0,"currency_code":"USD","in_stock":true},{"title":"Pig (Silky) \u0026 Cow (Bumpy)","offer_id":54580049477800,"sku":"4811-PC","price":22.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/Pairs2-2.jpg?v=1763740767"},{"product_id":"what-is-sensory-processing","title":"What is Sensory Processing?","description":"\u003cp dir=\"ltr\"\u003eSensory processing differs from person to person, and those differences are frequently misunderstood or dismissed as simple pickiness or overreaction. This TalkTools self-study course, presented by Loren Snow, breaks down what that actually involves and why it matters for regulation, behavior, learning, and daily wellbeing. \u003c\/p\u003e\n\n\u003cp dir=\"ltr\"\u003eThe course begins with common everyday examples, like loud sounds or clothing textures disrupting sleep and eating, before explaining how the brain filters sensory input differently from person to person. Participants then work through all eight sensory systems, including the five familiar senses alongside the vestibular, proprioceptive, and interoceptive systems that are less commonly taught. Clinicians learn to spot both over-sensitivity and under-sensitivity across these systems and to connect those patterns to sensory overload, fatigue, and their downstream effects on behavior and learning. Practical strategies fill the second half of the course, covering how to normalize self-stimulatory behaviors, build sensory breaks and safe spaces, and use sensory profiles, sensory diets, and environmental audits as professional planning tools. \u003c\/p\u003e\n\n\u003cp dir=\"ltr\"\u003eThe course closes by reframing sensory processing differences as sources of genuine strength and sensory joy rather than problems to eliminate. Clinicians finish with a clearer, more neurodiversity-affirming understanding of sensory processing they can apply immediately across school, clinic, and home settings. This self-study course is worth 0.15 ASHA continuing education units and includes a downloadable handout, a certificate of completion, and a full year of online access for one learner.\u003c\/p\u003e","brand":"TalkTools","offers":[{"title":"ONLINE","offer_id":55253257093288,"sku":"2524","price":65.0,"currency_code":"USD","in_stock":true},{"title":"GROUP RATE - 5 users","offer_id":55253257126056,"sku":"2524-G","price":220.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/What_is_Sensory_Processing_2.png?v=1770828046"},{"product_id":"autism-and-hearing","title":"Autism and Hearing","description":"\u003cp dir=\"ltr\"\u003eAutism and hearing sensitivities go hand in hand for many autistic individuals, shaping how sound is filtered, interpreted, and tolerated throughout the day. This TalkTools self-study course, presented by Loren Snow, examines how auditory processing differences affect access, communication, and self-regulation, both for autistic clients and for other neurodivergent individuals with learning differences. The course opens with an overview of the eight sensory systems before narrowing in on hearing as a channel for communication, covering how tone, pitch, proximity, and background noise interact with processing speed and a heightened sense of vigilance. Clinicians learn to recognize oversensitivity to sound, including common triggers like electricity, traffic, and overlapping voices, as well as under sensitivity, where vocal cues, intonation, and subtle meaning can be missed entirely. Real classroom and workplace scenarios illustrate how a constant stream of ambient sound contributes to fatigue and reduced focus. Practical strategies follow, covering sleep, outdoor settings, public transport, and classroom accommodations, along with tools such as noise cancellation, replacement sounds, and room acoustics. The course also introduces sensory diets and environmental audits as ways to plan proactive support rather than reactive fixes. By the end, clinicians understand autism and hearing well enough to build individualized supports that treat a client's sensory profile as a genuine strength, not a deficit. This 35-minute course carries 0.05 ASHA CEUs and includes a downloadable handout and certificate of completion, with one year of access.\u003c\/p\u003e","brand":"TalkTools","offers":[{"title":"ONLINE","offer_id":55255998038184,"sku":"2530","price":35.0,"currency_code":"USD","in_stock":true},{"title":"GROUP RATE - 5 users","offer_id":55255998070952,"sku":"2530-G","price":100.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/What_is_Sensory_Processing_1.png?v=1770752316"},{"product_id":"introduction-to-demand-avoidance","title":"Introduction to Demand Avoidance","description":"\u003cp dir=\"ltr\"\u003eDemand avoidance in autism is explored as a natural, anxiety driven response rather than a behavioral choice in this TalkTools self study course, presented by Loren Snow. The course examines how anyone can experience demand avoidance at times in life, and what to do when it becomes more of a persistent struggle for a particular client. This means unpacking what actually counts as a demand and why demands can feel overwhelming at different life stages, especially for autistic children and young people. Participants will learn to define demand avoidance and explain how it differs from noncompliance, defiance, or deliberate refusal, a distinction that often changes how caregivers and professionals respond to a child's behavior. The course also covers how to identify internal and external demands, including sensory, emotional, and social demands, that contribute to demand avoidance, along with growing up different, executive function and learning barriers, and the window of tolerance. Clinicians will leave with low arousal, collaborative strategies for reducing the perception of demands and supporting autonomy and regulation, including practical phrasing changes and depersonalizing techniques. By reframing demand avoidance in autism as an anxiety driven response, this course helps clinicians and families move away from power struggles and toward more effective, compassionate support.\u003c\/p\u003e","brand":"TalkTools","offers":[{"title":"ONLINE","offer_id":55256375885992,"sku":"2540","price":35.0,"currency_code":"USD","in_stock":true},{"title":"GROUP RATE - 5 users","offer_id":55256375918760,"sku":"2540-G","price":100.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/Introduction_to_Demand_Avoidance_1.png?v=1770840885"},{"product_id":"vestibular-and-proprioception","title":"Vestibular and Proprioception","description":"\u003cp dir=\"ltr\"\u003eVestibular and proprioceptive processing shape far more of daily function than most clinicians initially realize, and this TalkTools self study course, presented by Loren Snow, examines how differences in these two sensory systems affect movement, safety, and regulation. The course looks closely at balance, body awareness, and coordination, along with the impact that unmet body sense needs can have on learning, behavior, and overall wellbeing. Participants will learn to define the vestibular and proprioceptive senses and explain their roles in balance, movement, posture, and body awareness, giving clinicians a shared vocabulary for discussing these systems with families and colleagues. The course also covers how to identify signs of over sensitivity and under sensitivity in vestibular and proprioceptive processing, including how these differences may present as physical behaviors that are sometimes misread as simple restlessness or clumsiness. From there, participants will explore practical, sensory informed strategies and environmental changes that support regulation, movement, and safety while reducing behaviors that put a child or others at risk. By the end of the course, clinicians will be equipped to apply strength based approaches and proactive sensory diets that support vestibular and proprioceptive processing across home, school, and clinical settings, every single day of the week.\u003c\/p\u003e","brand":"TalkTools","offers":[{"title":"ONLINE","offer_id":55263284527272,"sku":"2541","price":50.0,"currency_code":"USD","in_stock":true},{"title":"GROUP RATE - 5 users","offer_id":55263284560040,"sku":"2541-G","price":260.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/Vestibular_and_Proprioception_1.png?v=1771259938"},{"product_id":"autism-and-sight","title":"Autism and Sight","description":"\u003cp dir=\"ltr\" role=\"presentation\"\u003eAutism and visual processing differences are the focus of this TalkTools self study course, presented by Loren Snow, which explores how differences in visual processing affect navigation, safety, and regulation and why these effects are frequently misunderstood. The course examines lighting, movement, visual clutter, and environmental demands, along with their impact on comfort, focus, and wellbeing for autistic clients. Although the session focuses mainly on autism, the same visual processing differences can also apply to some clients with ADHD, dyslexia, dyspraxia, and other learning disabilities, which broadens the course's usefulness across caseloads. Participants will come away understanding how visual processing differences shape daily life experiences, how to identify environmental factors that increase visual demand, and how visual input connects to a client's overall regulation. The course also draws clear links between visual processing differences and difficulties with movement and navigation, and it closes with practical, sensory informed strategies clinicians and families can apply right away. By the end of the course, participants will be able to define visual sensory processing differences, identify signs of visual over and under sensitivity, and apply practical strategies that reduce visual stress across home, education, healthcare, and community settings where autism and visual processing intersect daily.\u003c\/p\u003e","brand":"TalkTools","offers":[{"title":"ONLINE","offer_id":55263956730024,"sku":"2551","price":35.0,"currency_code":"USD","in_stock":true},{"title":"GROUP RATE - 5 users","offer_id":55263956762792,"sku":"2551-G","price":100.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/AutismandSight.png?v=1771429338"},{"product_id":"mental-health-in-autistic-young-people","title":"Mental Health in Autistic Young People","description":"\u003cp\u003eMental health in autistic young people is explored in depth in this TalkTools self study course, presented by Loren Snow, which examines why autistic children and young people experience higher rates of mental health difficulties and why these difficulties are so frequently misunderstood or misattributed to something else. The course looks closely at the impact of environment, unmet needs, sensory processing, and invalidation on emotional wellbeing, distress, and long term outcomes for autistic clients. Participants will come away able to identify common mental health challenges experienced by autistic young people, including anxiety, trauma, self harm, and suicidal ideation, and to assess how sensory processing differences, unmet needs, masking, and environmental factors all contribute to mental health risk. The course also covers the window of tolerance, behaviors that can cause harm, anxiety disorders including OCD and emetophobia, trauma and PTSD, and the ways mental health conditions in autistic clients are sometimes misdiagnosed as personality or eating disorders. Clinicians will leave with neurodiversity affirming, trauma informed strategies to support emotional wellbeing, safety, and engagement, along with practical tools such as one page profiles and sensory audits. Understanding mental health in autistic young people equips clinicians to recognize risk earlier and respond in ways that genuinely support each client's wellbeing.\u003c\/p\u003e","brand":"TalkTools","offers":[{"title":"ONLINE","offer_id":55265996439720,"sku":"2556","price":65.0,"currency_code":"USD","in_stock":true},{"title":"GROUP RATE - 5 users","offer_id":55265996472488,"sku":"2556-G","price":220.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/Mental_Health_1.png?v=1771341087"},{"product_id":"how-hands-on-helps-with-oral-motor-dysfunction","title":"How \"Hands-On\" Helps with Oral Motor Dysfunction","description":"\u003cp dir=\"ltr\"\u003eManual therapy for oral motor dysfunction is the subject of this TalkTools self study course, presented by Dr. Sharon A. Vallone, DC, FICCP, which discusses how altered biomechanics resulting in oral motor dysfunction can be differentiated from compensatory body mechanics related to a TOTs diagnosis. Participants will also learn the role that specific manual therapy can play in optimizing function by addressing overt or compensatory biomechanical dysfunction, which in turn can improve the outcomes of other therapeutic interventions the child is receiving. The course walks through how biomechanics can affect oral motor development, followed by a closer look at the compensatory body mechanics commonly seen in clients with a TOTs diagnosis. From there, participants will explore the specific role manual therapy plays within an integrated therapy plan, rather than as a standalone technique. By the end of the course, clinicians will be able to describe how biomechanics affect oral motor development, outline compensatory body mechanics in clients with TOTs, and understand where manual therapy fits within a broader, integrated plan of care. This course on manual therapy for oral motor dysfunction is well suited for clinicians who want to look beyond the mouth alone and consider how the whole body contributes to feeding and speech outcomes.\u003c\/p\u003e","brand":"TalkTools","offers":[{"title":"ONLINE","offer_id":55267617341608,"sku":"2559","price":50.0,"currency_code":"USD","in_stock":true},{"title":"GROUP RATE - 5 users","offer_id":55267617374376,"sku":"2559-G","price":260.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/How_Hands-On_Helps_with_Oral_Motor_Dysfunction.png?v=1788290690"},{"product_id":"autism-and-hearing-copy","title":"The Art of Eating: What Don’t We See?","description":"\u003cp\u003eMitochondrial health and eating are linked in ways that many feeding evaluations overlook, and this TalkTools self study course, presented by Pejman Katiraei, DO, brings that connection into clear clinical focus. Mitochondria produce the energy of life and impact the functioning of every organ, especially the skeletal muscles, and subtle mitochondriopathies can disrupt energy production and result in low muscle tone and reduced capacity in the muscles of mastication. This disrupted function can significantly impact a child's ability to eat, yet it is rarely the first thing considered when a child presents with feeding problems. Participants will learn that simple treatments with compounds like CoQ10 and carnitine can dramatically increase muscle tone and, in turn, improve a child's ability to eat comfortably and safely. The course walks through the physiological significance of mitochondriopathies, the clinical signs that suggest a metabolic contributor to feeding difficulty, and the basic principles behind treatment. By the end of the course, clinicians will understand why mitochondriopathies should be considered as part of the evaluation for every child who presents with feeding problems. Recognizing the role mitochondrial health and eating play together gives therapists another lens for children whose feeding difficulties have not responded to more conventional approaches.\u003c\/p\u003e","brand":"TalkTools","offers":[{"title":"ONLINE","offer_id":55291273150632,"sku":"2561","price":50.0,"currency_code":"USD","in_stock":true},{"title":"GROUP RATE - 5 users","offer_id":55291273183400,"sku":"2561-G","price":260.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/TheArtofEatingWhatDon_tWeSee.png?v=1772119503"},{"product_id":"the-art-of-eating-what-don-t-we-see-copy","title":"Open Wide and Look Inside: Oral Pathologies and Anomalies in Infants and Toddlers","description":"\u003cp\u003eOral pathologies in infants and toddlers are more common than many clinicians realize, and this TalkTools self study course, presented by Sherri Lukes, RDH, MS, FAADH, provides an overview of what to look for during an early oral health exam. The American Academy of Pediatric Dentistry recommends an oral health exam after the eruption of the first tooth by one year of age, but erupting teeth are not the only structures worth examining in very young patients. This course reviews a range of pathologies and anomalies that may present in the oral cavity of infants and toddlers, with an emphasis on interdisciplinary care among the healthcare providers who see these children. Participants will learn the etiology, clinical appearance, and treatment options for conditions such as dental lamina cysts, congenital epulis of the newborn, candidiasis, primary acute herpetic gingivostomatitis, hand foot and mouth disease, herpangina, eruption cysts, benign migratory glossitis, gemination and fusion, and cleft lip or palate. Just as importantly, the course explains why collaborative, interdisciplinary care among healthcare providers matters so much when treating pathologies and anomalies in very young patients. Clinicians who complete this course will be better equipped to recognize oral pathologies in infants and toddlers early and refer appropriately.\u003c\/p\u003e","brand":"TalkTools","offers":[{"title":"ONLINE","offer_id":55308528287912,"sku":"2562","price":35.0,"currency_code":"USD","in_stock":true},{"title":"GROUP RATE - 5 users","offer_id":55308528320680,"sku":"2562-G","price":100.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/OpenWideandLookInsideOralPathologiesandAnomaliesinInfantsandToddlers.png?v=1772637294"},{"product_id":"open-wide-and-look-inside-oral-pathologies-and-anomalies-in-infants-and-toddlers-copy","title":"From Flow Rate to Function: A Clinical Approach to Bottle Feeding","description":"\u003cp\u003eBottle feeding assessment for infants is the focus of this TalkTools self study course, presented by April Anderson, MA, CCC-SLP, IBCLC, which gives speech language pathologists and other feeding therapists a functional approach to infant bottle feeding beyond nipple flow rate and bottle selection alone. \u003c\/p\u003e\n\n\u003cp\u003eParticipants will examine how oral motor skills, suck swallow breathe coordination, physiologic stability, sensory processing, and caregiver infant interaction all influence feeding efficiency, safety, and regulation. Through case examples, the course strengthens each clinician's ability to build appropriate treatment plans, provide caregiver education, and know when an interdisciplinary referral is needed. This course is intended for therapists who want to refine their infant feeding assessment skills and apply function based interventions to real bottle feeding challenges. By the end of the course, participants will be able to differentiate between oral motor, coordination, physiologic, and sensory factors that contribute to bottle feeding inefficiency or instability, develop a function based intervention plan that includes pacing, positioning, and caregiver coaching, and apply clinical reasoning to decide when a change in nipple flow rate is appropriate versus when another strategy should be prioritized. A thorough bottle feeding assessment for infants gives clinicians a much fuller picture than flow rate alone ever could.\u003c\/p\u003e","brand":"TalkTools","offers":[{"title":"ONLINE","offer_id":55314415681704,"sku":"2563","price":65.0,"currency_code":"USD","in_stock":true},{"title":"GROUP RATE - 5 users","offer_id":55314415714472,"sku":"2563-G","price":220.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/FlowRatetoFunction.png?v=1772821749"},{"product_id":"oral-aversion-vs-oral-skill-deficits-how-to-tell-the-difference","title":"Oral Aversion vs. Oral Skill Deficits: How to Tell the Difference","description":"\u003cp dir=\"ltr\"\u003eOral aversion vs oral skill deficits is a distinction that can be difficult to make in daily practice, and this TalkTools continuing education course, presented by April Anderson, MA, CCC-SLP, IBCLC, examines the clinical differences between the two in pediatric feeding therapy. Participants will explore how behavioral responses, sensory processing, oral motor function, medical history, and feeding experiences all contribute to a child's presentation at mealtimes. The course places strong emphasis on assessment driven decision making so clinicians can accurately identify the primary contributors to a child's feeding difficulty rather than defaulting to a single explanation. Participants will learn to analyze feeding behaviors, stress cues, and skill performance in order to differentiate avoidance rooted in negative feeding experiences from true oral motor or oral sensory skill limitations. By the end of the course, clinicians will be able to identify key behavioral, sensory, and oral motor characteristics observed during feeding, analyze case history and mealtime behavior alongside oral motor performance, and apply assessment findings to guide targeted intervention. Understanding oral aversion vs oral skill deficits allows therapists to design more precise treatment plans for children who present with mixed or unclear feeding presentations, improving outcomes across a busy pediatric caseload over time.\u003c\/p\u003e","brand":"TalkTools","offers":[{"title":"ONLINE","offer_id":55470005158056,"sku":"2626","price":80.0,"currency_code":"USD","in_stock":true},{"title":"GROUP RATE - 5 users","offer_id":55470005190824,"sku":"2626-G","price":280.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/Oral_Aversions_vs_Oral_Deficit.png?v=1777299890"},{"product_id":"making-mealtimes-easier","title":"Making Mealtimes Easier: Reducing Stress and Supporting Your Child at Home","description":"\u003cp dir=\"ltr\"\u003eReducing mealtime stress is the central goal of this TalkTools self study course, presented by Dagmar Jurisova, M.A., and built for parents and the clinicians who support them. Mealtimes can become a daily source of tension for children and caregivers alike, straining the family dynamic and making every meal feel like a battle. Clinicians can use this course as a resource to share directly with the families on their caseload who need a gentler, more sustainable starting point. This course helps families understand practical ways to lower mealtime pressure, introduce new foods without forcing the issue, and support a child through small, achievable steps rather than sweeping changes. Participants will learn sensory-based strategies and simple oral tools that can be used at home to create a calmer, more positive feeding experience for everyone at the table. The course explains why mealtimes become stressful in the first place, then walks through concrete ways to reduce pressure and tension during meals, explore new foods without forcing, and use gradual exposure so that progress feels manageable rather than overwhelming. Clinicians will also learn how to guide caregivers in applying simple, sensory-based tools safely at home between therapy sessions. By focusing on reducing mealtime stress rather than demanding immediate compliance, this course gives families a realistic, sustainable path toward more relaxed and successful meals together, one small step at a time.\u003c\/p\u003e","brand":"TalkTools","offers":[{"title":"ONLINE","offer_id":55473577459880,"sku":"2627","price":50.0,"currency_code":"USD","in_stock":true},{"title":"GROUP RATE - 5 users","offer_id":55473577492648,"sku":"2627-G","price":160.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/Making_Mealtimes_Easier.png?v=1778604059"},{"product_id":"parent-coaching-positive-mealtime-strategies","title":"Parent Coaching \u0026 Positive Mealtime Strategies","description":"\u003cp\u003eParent coaching for mealtimes is the focus of this TalkTools self study course, presented by Dagmar Jurisova, M.A., which teaches parents how to become calm and effective mealtime partners for their child. Rather than treating the caregiver as a passive bystander, this course positions parents as active coaches who can foster independence and build positive food experiences over time. Participants will learn how to support a child without adding pressure, encourage exploration of new foods, and celebrate small successes in a way that builds genuine confidence around eating. The course walks through the role of the parent as a calm mealtime coach, along with strategies for reducing tension and encouraging independence during meals. Clinicians and caregivers will also learn how to use positive reinforcement to celebrate progress, however incremental, and how to apply practical sensory and behavioral techniques directly at the table. Because parent coaching for mealtimes works best when it is consistent, this course emphasizes simple, repeatable approaches that families can realistically maintain outside of the therapy room, week after week, without added stress. By the end of the course, participants will have a clear framework for coaching parents toward calmer, more positive mealtimes that support the whole family.\u003c\/p\u003e","brand":"TalkTools","offers":[{"title":"ONLINE","offer_id":55473597415592,"sku":"2628","price":50.0,"currency_code":"USD","in_stock":true},{"title":"GROUP RATE - 5 users","offer_id":55473597448360,"sku":"2628-G","price":160.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/Positive_Mealtime_Strategies.png?v=1778604053"},{"product_id":"understanding-why-your-child-won-t-eat-a-sensory-based-approach-for-parents","title":"Understanding Why Your Child Won’t Eat: A Sensory-Based Approach for Parents","description":"\u003cp\u003eA sensory-based approach to picky eating is the foundation of this TalkTools self study course, presented by Dagmar Jurisova, M.A., and designed to help parents understand why children refuse food in the first place. Rather than framing picky eating purely as a behavior problem, this course explores how sensory processing, development, and behavior all play a role in a child's willingness to try and accept new foods. Parents and the clinicians who support them will learn to recognize different types of picky eating, identify sensory challenges that may be driving food refusal, and use simple, practical strategies at home with oral sensory tools. The course distinguishes between typical picky eating and more significant feeding difficulties, and explains the role sensory processing plays in food refusal at different ages. Developmental factors that influence eating are also covered, along with practical strategies families can use at home and guidance on using oral sensory tools safely and effectively. Because a sensory-based approach to picky eating looks past surface behavior to the underlying cause, this course gives families and clinicians a more compassionate, effective starting point for supporting children who struggle at the table, session after session, and meal after meal, with steady, realistic progress.\u003c\/p\u003e","brand":"TalkTools","offers":[{"title":"ONLINE","offer_id":55473626218664,"sku":"2629","price":50.0,"currency_code":"USD","in_stock":true},{"title":"GROUP RATE - 5 users","offer_id":55473626251432,"sku":"2629-G","price":160.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/Understanding_why_your_child_won_t_eat.png?v=1778604051"},{"product_id":"educating-parents-in-the-treatment-of-childhood-feeding-disorders","title":"Educating Parents in the Treatment of Childhood Feeding Disorders","description":"\u003cp\u003eParent education for feeding disorders sits at the center of this TalkTools continuing education course, presented by Kimberly Brown, PhD, and designed to give therapists across disciplines positive behavioral strategies that enhance feeding therapy and support transdisciplinary models of care. Participants will review how educating parents about feeding disorders and strategies before therapy begins can promote parent engagement and generalization of skills to the home setting. The course covers a basic understanding of the functions of behavior and the principles of reinforcement, and how this understanding directly shapes which interventions clinicians choose. Several common feeding strategies are reviewed, along with practical guidance on how to teach them to parents and evaluate their effectiveness over time. A case study walks participants through this process from evaluation to home carryover. The overall goal of this course is to help therapists across disciplines share common ground in their approach to feeding, learn from one another, and provide parents with the clearest, most usable education possible so that families can make lasting changes at home. Clinicians who complete this course will leave with concrete tools for building parent education for feeding disorders into every stage of the treatment process, from the first session through discharge planning.\u003c\/p\u003e","brand":"TalkTools","offers":[{"title":"ONLINE","offer_id":55495971340456,"sku":"2633","price":80.0,"currency_code":"USD","in_stock":true},{"title":"GROUP RATE - 5 users","offer_id":55495971373224,"sku":"2633-G","price":280.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/Educating_Parents_in_the_Treatment_of_Childhood_Feeding_Disorders_1.png?v=1778604055"},{"product_id":"the-power-of-communication-and-connection-at-mealtimes","title":"The Power of Communication and Connection at Mealtimes","description":"\u003cp dir=\"ltr\"\u003eCommunication and connection at mealtimes begin with acceptance, understanding, and a felt sense of safety, and this TalkTools self study course, presented by Stephanie Cohen, M.A., CCC-SLP, CLC, treats a child's behavior at the table as a form of communication rather than simple compliance or defiance. Participants will learn that a child's behavior communicates how they feel about the feeding experience and about the people sharing it with them, including whether or not they feel safe. When caregivers learn to read a child's cues, trust grows and individualized, responsive feeding becomes possible. This course discusses the different ways parents and children communicate feelings at different stages of the feeding relationship, and how past experiences shape present readiness for learning at the table. Clinicians will examine how communication supports a child's self regulation and participation in sensorimotor learning opportunities, along with strategies for repairing communication breakdowns when they occur during meals. The course also addresses communication between professionals and caregivers as a foundation for the therapeutic process itself. By prioritizing communication and connection at mealtimes as the starting point for treatment, rather than an afterthought, clinicians can build stronger therapeutic alliances with families and support children in developing lasting, positive relationships with food and with the people who feed them.\u003c\/p\u003e","brand":"TalkTools","offers":[{"title":"ONLINE","offer_id":55498876256424,"sku":"2634","price":80.0,"currency_code":"USD","in_stock":true},{"title":"GROUP RATE - 5 users","offer_id":55498876289192,"sku":"2634-G","price":280.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/The_Power_of_Communication_1.png?v=1778604047"},{"product_id":"what-does-permission-have-to-do-with-eating-and-feeding-therapy-anyways","title":"What Does “Permission” Have to Do With It?","description":"\u003cp\u003eThis course explores the role of permission in feeding therapy through the lens of Marsha Dunn Klein, OTR\/L, MEd, FAOTA, founder of the Get Permission Approach. Marsha describes what permission at mealtimes actually looks like, and just as importantly, what it is not, framing the concept through a responsive lens that helps clinicians recognize when a child is actively engaging with food versus withdrawing from it. When a child says no during a meal, Marsha explains, that response is a form of communication rather than simple defiance. You will explore why that no happens and how to support a child's mealtime learning without pushing past it in ways that create more pressure. The course reviews research on pressure at mealtimes and connects permission in feeding therapy to autonomy and internal motivation, two ideas that shape how children build a lasting, positive relationship with eating. By the end of the 100 minute session, you will be able to define permission at mealtimes, list reasons children may resist eating, and describe how adult pressure affects children over time. You will also learn to apply the principles of permission, autonomy, and internal motivation directly in mealtimes and feeding sessions. The course is delivered fully online with 365 days of access, a downloadable handout, a certificate of completion, and 0.15 ASHA CEUs after the quiz and survey.\u003c\/p\u003e","brand":"TalkTools","offers":[{"title":"ONLINE","offer_id":55520972341416,"sku":"2630","price":80.0,"currency_code":"USD","in_stock":true},{"title":"GROUP RATE - 5 users","offer_id":55520972374184,"sku":"2630-G","price":280.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/What_Does_Permission_Have_to_do_with_Eating.png?v=1778677197"},{"product_id":"food-for-thought-the-link-between-cognitive-function-and-feeding-1","title":"Food for Thought: The Link Between Cognitive Function and Feeding","description":"\u003cp dir=\"ltr\"\u003e\"Cognitive function and feeding are more closely linked than most sensory-motor approaches to picky eating account for on their own. This self-study course examines the interplay between executive functioning and pediatric feeding behaviors, specifically addressing the mechanisms behind picky eating and food selectivity from a cognitive-emotional angle.\u003c\/p\u003e\n\n\u003cp dir=\"ltr\"\u003eParticipants will analyze how cognitive flexibility, inhibitory control, resilience, and negativity bias influence mealtime outcomes, and will explore why rigid food preferences often trace back to cognitive immaturity rather than sensory issues alone. The course introduces a structured framework for integrating cognitive-emotional self-regulation strategies with Oral Placement Therapy, giving clinicians a dual-lens approach that addresses sensory-motor deficits and cognitive-regulatory barriers at the same time.\u003c\/p\u003e\n\n\u003cp dir=\"ltr\"\u003eThrough evidence-informed analysis and clinical case studies, participants will learn to differentiate between sensory-motor and cognitive-emotional contributors to food selectivity, apply self-regulation techniques that reduce mealtime rigidity and frustration, and build individualized intervention plans that bridge oral-motor mechanics with behavioral regulation. Taught by Rehab Zaytoun, M.D., BSc, MSc, the course is worth 0.2 CEUs and includes a downloadable handout and certificate of completion, with 365 days of access from purchase. For clinicians whose picky-eating cases plateau on sensory strategies alone, cognitive function and feeding is the missing half of the picture.\"\u003c\/p\u003e","brand":"TalkTools","offers":[{"title":"ONLINE","offer_id":55535748645032,"sku":"2635","price":80.0,"currency_code":"USD","in_stock":true},{"title":"GROUP RATE - 5 users","offer_id":55535748677800,"sku":"2635-G","price":280.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/Food_for_Thought_dc00d177-b409-4b07-b4c8-9bbb87a6760b.png?v=1788290688"},{"product_id":"creating-an-aac-immersion-classroom","title":"Creating an AAC Immersion Classroom","description":"\u003cp dir=\"ltr\"\u003eAn AAC immersion classroom is one where augmentative and alternative communication is not just accommodated for a few students but woven into daily learning for everyone. This self-study course guides teachers and school-based providers through the mindset shifts and practical strategies needed to build that kind of classroom culture.\u003c\/p\u003e\n\n\u003cp dir=\"ltr\"\u003eParticipants will explore what it actually means to adopt an AAC immersion approach and why modeling AAC consistently across the whole classroom community, not just with AAC users, matters for communication development. The course covers foundational concepts such as the WOW, or Words of the Week, strategy and All Communication Expansion, along with ready-to-use AAC lesson plans for circle time, SEL, snack time, and other daily routines that teachers can put to use right away.\u003c\/p\u003e\n\n\u003cp dir=\"ltr\"\u003eParticipants will leave with a clear grasp of the core principles behind an AAC immersion classroom, practical strategies for embedding AAC modeling across the school day, and the confidence to make sure every student, regardless of communication profile, has real opportunities to participate and be heard. Taught by Morgan van Diepen, M.Ed., BCBA, and Janna Bedoyan, M.Ed., NBCT, the course is worth 0.1 CEUs and includes a downloadable handout and certificate of completion, with 365 days of access from purchase.\u003c\/p\u003e","brand":"TalkTools","offers":[{"title":"ONLINE","offer_id":55538061443240,"sku":"2636","price":50.0,"currency_code":"USD","in_stock":true},{"title":"GROUP RATE - 5 users","offer_id":55538061476008,"sku":"2636-G","price":160.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/Creating_an_AAC_Immersion_Classroom_2.png?v=1779288830"},{"product_id":"bodywork-for-the-tots-population","title":"Bodywork for the TOTs Population","description":"\u003cp dir=\"ltr\"\u003eBodywork for tethered oral tissues is a term SLPs, OTs, and IBCLCs hear constantly from parents and patients, but it is not always clear what it actually covers. This self-study course breaks down what bodywork means in the TOTs community, which types of therapy fall under that label, and which approaches tend to work best for specific TOTs patients.\u003c\/p\u003e\n\n\u003cp dir=\"ltr\"\u003eParticipants will review the credentials behind different bodywork disciplines, the clinical indications that suggest a referral is appropriate, and how bodywork for tethered oral tissues fits alongside myofunctional therapy, speech therapy, and feeding therapy rather than replacing any of them. The course also walks through how to build a quality referral network of bodywork providers in your area, so clinicians are not sending families out with a vague recommendation and no clear next step to follow. Case studies covering both infant and adult patients ground the material in real referral decisions clinicians actually face.\u003c\/p\u003e\n\n\u003cp dir=\"ltr\"\u003eTaught by Jessica Flynn Leighton, DC, IBCLC, the course is worth 0.2 CEUs and includes a downloadable handout and certificate of completion, with 365 days of access from purchase. It is a practical primer for any clinician who refers into or receives referrals from the bodywork world.\u003c\/p\u003e","brand":"TalkTools","offers":[{"title":"ONLINE","offer_id":55543141138600,"sku":"2637","price":80.0,"currency_code":"USD","in_stock":true},{"title":"GROUP RATE - 5 users","offer_id":55543141171368,"sku":"2637-G","price":280.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/Bodywork_for_TOTs.png?v=1779391446"},{"product_id":"approach-your-practice-with-an-open-mind-and-heart","title":"Approach Your Practice with an Open Mind and Heart","description":"\u003cp\u003eThis mindful therapy approach course, Approach Your Practice with an Open Mind and Heart, teaches you how to integrate mindfulness into daily practice in a way that encourages respect and open communication. Diane Bahr, MS, CCC-SLP, CIMI, shows how to apply this approach across the people who matter most in a case, including clients, caregivers, colleagues, and extended therapy teams working across medical, educational, and home environments. You will look at how a cooperative, village style model of care can support better outcomes than working in isolation, along with a review of relevant experience and literature on collaborative practice. The course also introduces different types of teams clinicians commonly work within, helping you recognize which structure fits a given case and how to communicate effectively within it. By the end of this mindful therapy approach course, you will be able to analyze communication dynamics and apply relationship-building strategies with the people involved in a client's care. At 30 minutes, the session is a quick but practical addition to a busy schedule, and it is offered free of charge. It is delivered fully online with 365 days of access, a downloadable handout, and a certificate of completion, along with 0.05 ASHA CEUs after the quiz and survey are complete. The course suits SLPs, OTs, and other clinicians who want a simple framework for improving communication across their care team.\u003c\/p\u003e","brand":"TalkTools","offers":[{"title":"FREE","offer_id":55561440329896,"sku":"2638","price":0.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/Approach_Your_Practice_with_an_Open_Mind_and_Heart_8727397b-452f-4001-9317-0ea4a826579d.png?v=1788290686"},{"product_id":"dampness-and-airway-the-home-that-makes-you-sick","title":"Dampness and Airway: The Home That Makes You Sick","description":"\u003cp\u003eMold exposure and airway health are more closely connected than most clinicians realize, especially when airway or myofunctional therapy is not producing the expected progress. This self-study course looks at water-damaged indoor environments, sometimes called moldy homes, as an overlooked driver of ear, nose, and throat congestion and airway inflammation.\u003c\/p\u003e\n\n\u003cp\u003eRoughly one in three indoor spaces carries a complex mix of fungal and bacterial toxins and particulates that are highly inflammatory and well known to trigger this kind of congestion and inflammation. Participants will learn how this kind of exposure can limit the effectiveness of otherwise sound airway and myofunctional treatment plans, even when the clinical technique itself is correct. The course covers how to recognize the signs of environmental exposure in a client's history, which tools can help assess both the environment and the individual, and simple, practical steps that support recovery once exposure is identified.\u003c\/p\u003e\n\n\u003cp\u003eTaught by Pejman Katiraei, DO, the course is worth 0.05 CEUs and includes a downloadable handout and certificate of completion, with 365 days of access from purchase. For clinicians who keep seeing airway or myofunctional cases plateau despite solid technique, mold exposure and airway health is often the missing piece worth ruling out before moving on to more advanced intervention.\"\u003c\/p\u003e","brand":"TalkTools","offers":[{"title":"ONLINE","offer_id":55575396679848,"sku":"2639","price":35.0,"currency_code":"USD","in_stock":true},{"title":"GROUP RATE - 5 users","offer_id":55575396712616,"sku":"2639-G","price":100.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/Dampness_and_Airway_The_Home_That_Makes_You_Sick.png?v=1780333793"},{"product_id":"assessing-feeding-dynamics-in-the-context-of-avoidant-eating","title":"Assessing Feeding Dynamics in the Context of Avoidant Eating","description":"\u003cp\u003eThis course on feeding dynamics avoidant eating cases looks closely at the role of assessment within a responsive approach to pediatric feeding challenges. Dr. Jo Cormack, PhD, MBACP, explains that while understanding a child's individual factors matters, environmental and relational factors are often overlooked in a standard evaluation. The session examines how and why clinicians should carefully assess feeding dynamics and the history behind them, rather than treating avoidant eating as a single, isolated behavior. You will get a brief introduction to basic counseling skills applied in an assessment context, which can help open up conversation with caregivers who feel stuck or frustrated. The course also introduces multiple assessment lenses, giving you more than one angle for understanding why a child may be avoiding certain foods or mealtime situations. By working through feeding dynamics avoidant eating scenarios, you will practice describing the value of holistic assessment, applying simple counseling skills in a clinical setting, and identifying which assessment angle fits a given case. The 90 minute session closes with guidance on carrying out a baseline assessment and a live Q\u0026amp;A recording. Delivered fully online with 365 days of access, the course includes a downloadable handout, a certificate of completion, and 0.15 ASHA CEUs after the quiz and survey, making it a practical addition for SLPs and feeding therapists.\u003c\/p\u003e","brand":"TalkTools","offers":[{"title":"ONLINE","offer_id":55620241293480,"sku":"2640","price":65.0,"currency_code":"USD","in_stock":true},{"title":"GROUP RATE - 5 users","offer_id":55620241326248,"sku":"2640-G","price":220.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/Assessing_Feeding_Dynamics_d5a044bb-972f-43db-89e0-5d1b2419272d.png?v=1788290684"},{"product_id":"choosing-choice-for-improved-feeding-outcomes","title":"Choosing Choice for Improved Feeding Outcomes","description":"\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cmeta charset=\"utf-8\"\u003eWhen children make choices about eating that frustrate caregivers and therapists, a careful examination of those choices-- and the experiences that colored them--allows us to determine how to facilitate growth along a more positive path. Instead of going around this developmental learning process, therapists can lean into the child's choice and give them the autonomy they desire while providing opportunities for confidence and skill-building. Provision of therapy that establishes and supports this foundational process leads to an improved lifelong relationship with food. For clinicians working with families and young children, moving away from a directive or prescribed approach in feeding intervention towards a responsive framework can improve outcomes and instill trust between the partners involved in feeding. Consideration of the child as an autonomous individual with unique congenital and experiential challenges allows us to reframe how we set goals, provide therapy, and interact with caregivers.\u003cbr\u003e\u003c\/p\u003e","brand":"TalkTools","offers":[{"title":"ONLINE","offer_id":55620401234088,"sku":"2641","price":80.0,"currency_code":"USD","in_stock":true},{"title":"GROUP RATE - 5 users","offer_id":55620401266856,"sku":"2641-G","price":280.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/Choosing_Choice_for_Improved_Feeding_1.png?v=1788290687"},{"product_id":"speech-carryover-at-home-for-toddlers-0-3-helping-parents-support-their-children-in-speech-therapy","title":"Speech Carryover at Home for Toddlers 0–3: Helping Parents Support Their Children in Speech Therapy","description":"\u003cp dir=\"ltr\"\u003eSpeech carryover for toddlers is one of the hardest parts of early intervention to teach well, especially for clinicians who are new to the birth-to-three population. This self-study course, from the author of A Day with Daisy, breaks down practical, easy-to-implement techniques that clinicians can confidently teach to parents of children ages 0 to 3.\u003c\/p\u003e\n\n\u003cp dir=\"ltr\"\u003eRather than handing families a generic homework sheet, the course focuses on how to teach strategies in a way that empowers parents to support their late talkers without feeling overwhelmed by clinical jargon or unrealistic expectations. Participants will learn how to set clear speech therapy expectations with parents from the very first session, model how carryover between sessions actually happens in daily routines, and select resources and home activities that fit a family's real life. The course is built for clinicians new to early intervention as well as seasoned therapists looking for a more structured approach to family carryover.\u003c\/p\u003e\n\n\u003cp dir=\"ltr\"\u003eTaught by Alexandra Princiotta Lowe, CCC-SLP, author of The Daisy Speech Books, the course is worth 0.2 CEUs and includes a downloadable handout and certificate of completion, with 365 days of access from purchase. Strong speech carryover for toddlers starts with parents who feel confident, not just informed.\"\u003c\/p\u003e","brand":"TalkTools","offers":[{"title":"ONLINE","offer_id":55643434090664,"sku":"2642","price":80.0,"currency_code":"USD","in_stock":true},{"title":"GROUP RATE - 5 users","offer_id":55643434123432,"sku":"2642-G","price":280.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/Speech_Carryover_9346abb4-0c28-4ad0-a4dd-b85e702ab28e.png?v=1788440724"},{"product_id":"holistic-stuttering-therapy-using-counseling-strategies-for-school-age-children-1","title":"Holistic Stuttering Therapy: Using Counseling Strategies for School-Age Children","description":"\u003cp dir=\"ltr\"\u003eStuttering therapy for school-age children asks clinicians to look past fluency alone and consider how stuttering shapes a child's sense of self as a communicator. This self-study course gives speech-language pathologists a holistic framework for therapy that addresses the cognitive and emotional impact of stuttering, not just the disfluencies themselves.\u003c\/p\u003e\n\n\u003cp dir=\"ltr\"\u003eParticipants will learn evidence-based counseling strategies to normalize the stuttering experience for children navigating school environments with high communication demands from teachers and peers alike, and to foster self-acceptance during a developmental stage when peer perception matters a great deal. The course walks through how to bring counseling into the assessment process, then translates that into concrete goals and therapy activities that build self-acceptance and resilience alongside traditional fluency work.\u003c\/p\u003e\n\n\u003cp dir=\"ltr\"\u003eReal case studies show these strategies applied with actual school-age clients, giving clinicians a clear model for their own caseload. Taught by Claire Barbao, M.A., CCC-SLP, the course is worth 0.2 CEUs and includes a downloadable handout and certificate of completion, with 365 days of access from purchase. For SLPs who want stuttering therapy for school-age children to go beyond behavior modification, this course offers a grounded way to support the whole child, not just their speech.\"\u003c\/p\u003e","brand":"TalkTools","offers":[{"title":"ONLINE","offer_id":55647840305320,"sku":"2645","price":80.0,"currency_code":"USD","in_stock":true},{"title":"GROUP RATE - 5 users","offer_id":55647840338088,"sku":"2645-G","price":280.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/Barbao-Using_Counseling_Strategies_for_School-Age_Children.png?v=1788440720"},{"product_id":"building-better-oral-resting-posture-for-breathing-feeding-and-speech-sound-production","title":"Building Better Oral Resting Posture for Breathing, Feeding, and Speech Sound Production","description":"\u003cp dir=\"ltr\"\u003eOral resting posture is the foundation clinicians often overlook when a child's breathing, feeding, or speech sound production is not progressing as expected. This self-study course gives speech-language pathologists practical, hands-on strategies to assess and address it through jaw stabilization, tongue elevation, lip closure, and sensory-motor integration.\u003c\/p\u003e\n\n\u003cp dir=\"ltr\"\u003eParticipants will explore how oral resting posture connects to functional outcomes such as speech intelligibility, feeding efficiency, oral awareness, and airway health, using real clinical tools rather than abstract theory. The course demonstrates hands-on application of tools such as Bite Blocks, tongue elevation and lateralization tools, Chewy Tubes, SENSEE, Bubble Kits, and the Jiggler, and shows clinicians how to recognize signs of tethered oral tissues and understand how tongue ties affect oral function and daily comfort. Participants will also learn to implement therapy techniques that support tongue-jaw dissociation, oral awareness, and optimal tongue positioning at rest.\u003c\/p\u003e\n\n\u003cp dir=\"ltr\"\u003eTaught by Carissa Cardinale, M.A., CCC-SLP, QOM, the course is worth 0.2 CEUs and includes a downloadable handout and certificate of completion, with 365 days of access from purchase. Practical activities and case examples throughout make oral resting posture concepts immediately usable in your very next session.\"\u003c\/p\u003e","brand":"TalkTools","offers":[{"title":"ONLINE","offer_id":55778146418856,"sku":"2650","price":80.0,"currency_code":"USD","in_stock":true},{"title":"GROUP RATE - 5 users","offer_id":55778146451624,"sku":"2650-G","price":280.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/BuildingBetterOralRestingPostureforBreathing.png?v=1788440717"},{"product_id":"speech-language-pathologist-role-in-cultural-competency-humility-and-responsive-practice","title":"Speech-Language Pathologist Role in Cultural Competency, Humility, and Responsive Practice","description":"\u003cp dir=\"ltr\"\u003e\"Cultural competency for speech-language pathologists has become essential now that clinicians routinely mentor, teach, and treat clients across cultural and geographic boundaries through technology. This self-study seminar defines cultural competency, cultural humility, and culturally responsive practice, along with diversity, equity, and inclusion, as they apply to the assessment and treatment of speech, language, and related disorders.\u003c\/p\u003e\n\n\u003cp dir=\"ltr\"\u003eParticipants will examine the clinician's role in assessing and treating communication disorders within a multicultural caseload, and will review current literature on diversity, equity, and inclusion along with the gaps that still need attention in the field. The course also looks at where oral motor disorders and orofacial myofunctional therapy overlap and differ across cultural contexts, along with global statistics on who is practicing speech-language pathology, and where. Time is spent naming the common roadblocks to achieving cultural competency, humility, and responsiveness, along with practical ways to work through them in daily practice.\u003c\/p\u003e\n\n\u003cp dir=\"ltr\"\u003eTaught by Monica Purdy, MA, CCC-SLP, COM®, Vanessa Anderson-Smith, MA, CCC-SLP, COM®, and Rehab Zaytoun, M.D., BSc, MSc, the course is worth 0.1 CEUs and includes a downloadable handout and certificate of completion, with 365 days of access from purchase. Cultural competency for speech-language pathologists is not a one-time checkbox. This course gives clinicians a starting framework they can keep building on throughout their career.\"\u003c\/p\u003e","brand":"TalkTools","offers":[{"title":"ONLINE","offer_id":55841274888360,"sku":"2651","price":50.0,"currency_code":"USD","in_stock":true},{"title":"GROUP RATE - 5 users","offer_id":55841274921128,"sku":"2651-G","price":160.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/Cultural_Competence_1.png?v=1788440490"},{"product_id":"airway-issues-and-their-impact-on-learning-and-behavior-what-slps-need-to-recognize","title":"Airway Issues and Their Impact on Learning and Behavior: What SLPs need to Recognize","description":"\u003cp dir=\"ltr\"\u003e\u003cspan\u003eChildren do not always present as \"sleepy\" when they are not sleeping well. Instead, they may appear inattentive, impulsive, emotionally reactive, academically inconsistent, difficult to understand, or resistant during feeding. Speech-language pathologists are often among the first professionals to notice the combination of open-mouth posture, mouth breathing, snoring, restless sleep, articulation errors, reduced attention, and oral-motor or feeding concerns.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp dir=\"ltr\"\u003e\u003cspan\u003eThis webinar will help SLPs connect those observations without stepping outside their scope of practice. Participants will learn what to observe, what questions to ask, how airway and sleep concerns may influence communication, feeding, behavior, and academic performance, and when an interdisciplinary referral is appropriate. Practical screening observations, case examples, and evidence-based recommendations will help clinicians feel more confident recognizing patterns that warrant additional medical evaluation.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp dir=\"ltr\"\u003e\u003cspan\u003eASHA identifies open-mouth breathing and abnormal oral resting posture among the characteristics associated with orofacial myofunctional disorders (OMDs). ASHA also emphasizes that SLPs serve as members of an interdisciplinary team and do not diagnose medical airway or sleep disorders. This course reinforces the SLP's role in recognizing functional signs, documenting clinical observations, educating families, and collaborating with healthcare professionals to support improved communication, learning, and overall health.\u003c\/span\u003e\u003c\/p\u003e","brand":"TalkTools","offers":[{"title":"ONLINE","offer_id":55841627406504,"sku":"2652","price":80.0,"currency_code":"USD","in_stock":true},{"title":"GROUP RATE - 5 users","offer_id":55841627439272,"sku":"2652-G","price":280.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/Airway_Sleep_and_Learning.png?v=1788440488"},{"product_id":"language-in-motion-incorporating-movement-and-sign-into-early-intervention-sessions","title":"Language in Motion: Incorporating Movement and Sign into Early Intervention Sessions","description":"\u003cp dir=\"ltr\"\u003eMovement and sign into early intervention gives speech-language pathologists a way to reach children who are not yet ready for a purely verbal approach to therapy. Inspired by the principles introduced in Dance with Daisy, one of The Daisy Speech Books, this self-study course explores how clinicians can intentionally bring movement, music, dance, and American Sign Language into everyday therapy sessions.\u003c\/p\u003e\n\n\u003cp dir=\"ltr\"\u003eYou do not need a dance background to use movement effectively. The course focuses on simple, functional ways to weave movement and sign into early intervention sessions so children stay engaged, build language, and experience a language rich environment. Participants will learn how to confidently teach parents to use American Sign Language with their children, and how to apply foundational elements of an effective early intervention session that holds a child's attention.\u003c\/p\u003e\n\n\u003cp dir=\"ltr\"\u003eAlthough the course centers on early intervention, the techniques can be adapted for older learners as well. Taught by Alexandra Princiotta Lowe, MA CCC-SLP, author of The Daisy Speech Books, the course is worth 0.1 CEUs and includes a downloadable handout and certificate of completion, with 365 days of access from purchase. It is a practical, low-prep way to bring more movement into your caseload starting with your very next session.\"\u003c\/p\u003e","brand":"TalkTools","offers":[{"title":"ONLINE","offer_id":55841655750824,"sku":"2653","price":50.0,"currency_code":"USD","in_stock":true},{"title":"GROUP RATE - 5 users","offer_id":55841655783592,"sku":"2653-G","price":160.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/Language_in_Motion.png?v=1788440487"},{"product_id":"echolalia-and-gestalt-language-development-supporting-in-everyday-adventures","title":"Echolalia and Gestalt Language Development: Supporting Communication in Everyday Adventures","description":"\u003cp dir=\"ltr\"\u003e\"Gestalt language development gives speech-language pathologists a framework for understanding why a child might communicate through scripts or delayed echolalia rather than single words. This self-study course explores echolalia as a form of communication rather than a behavior to eliminate, helping clinicians recognize when a child is processing language whole to part as a gestalt language processor.\u003c\/p\u003e\n\n\u003cp dir=\"ltr\"\u003eParticipants will learn how to identify the developmental stages of gestalt language processing and match therapy goals to a child's actual developmental stage, rather than defaulting to goals built for analytic language learners. The course also covers how to build an environment that supports spontaneous, authentic communication, along with specific language modeling strategies for children who use delayed echolalia.\u003c\/p\u003e\n\n\u003cp dir=\"ltr\"\u003eThrough everyday, real-world examples, clinicians will leave with immediate, practical takeaways for supporting gestalt language development in home, school, and therapy settings. Taught by Kathryn Arnold, MCD, CCC-SLP, the course is worth 0.15 CEUs and includes a downloadable handout and certificate of completion, with 365 days of access from purchase. For SLPs, teachers, and parents supporting a child who uses scripts or delayed echolalia to communicate, this course offers a research-grounded starting point for recognizing gestalt language development and responding to it in ways that build genuine connection and language growth.\"\u003c\/p\u003e","brand":"TalkTools","offers":[{"title":"ONLINE","offer_id":55861132099752,"sku":"2654","price":65.0,"currency_code":"USD","in_stock":true},{"title":"GROUP RATE - 5 users","offer_id":55861132132520,"sku":"2654-G","price":220.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/Echolalia_1.png?v=1788440487"},{"product_id":"echolalia-and-gestalt-language-development-supporting-in-everyday-adventures-copy","title":"Feeding Through a Myofunctional Lens: Chewing, Oral Transit, and Functional Outcomes","description":"\u003cp dir=\"ltr\"\u003e\"Myofunctional feeding therapy looks at chewing and swallowing problems through the lens of oral structure and function rather than food selectivity alone. This self-study course presents a myofunctional lens for pediatric feeding, examining how oral rest posture, lip seal and containment, jaw stability and grading, tongue lateralization and elevation, and cheek to tongue coordination directly influence chewing, bolus formation, oral transit, and swallow readiness.\u003c\/p\u003e\n\n\u003cp dir=\"ltr\"\u003eParticipants will learn a practical assessment workflow that moves from rest to function to challenge, using real-time observation with age-appropriate textures to identify patterns such as front chewing, overstuffing, pocketing, fatigue, and compensatory swallow behaviors. Clinical interpretation is paired with evidence-informed intervention planning, and attendees will practice selecting functional feeding goals such as texture progression, reduced meal duration, and improved bolus management, alongside foundational targets that support motor pattern change and long-term stability.\u003c\/p\u003e\n\n\u003cp dir=\"ltr\"\u003eTaught by Toni-Ann Antoniato MS, CCC-SLP, CLC, the course is worth 0.2 CEUs and includes a downloadable handout and certificate of completion, with 365 days of access from purchase. For clinicians treating picky eating, prolonged mealtimes, or unclear feeding breakdowns, myofunctional feeding therapy offers a structured, practical way to connect oral motor patterns to functional outcomes at the table.\"\u003c\/p\u003e","brand":"TalkTools","offers":[{"title":"ONLINE","offer_id":55861173649576,"sku":"2655","price":80.0,"currency_code":"USD","in_stock":true},{"title":"GROUP RATE - 5 users","offer_id":55861173682344,"sku":"2655-G","price":280.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/Feeding_Through_SS_1.png?v=1788440486"},{"product_id":"beyond-the-sound-expressive-speech-errors-through-an-orofacial-myofunctional-lens","title":"Beyond the Sound: Expressive Speech Errors Through an Orofacial Myofunctional Lens","description":"\u003cp dir=\"ltr\"\u003eOrofacial myofunctional speech errors are often the reason a child's articulation therapy stalls even after months of consistent drill work. This self-study course introduces a structured Myo Lens framework for recognizing when oral rest posture, jaw stability and grading, tongue mobility, coordination and endurance, or compensatory oral behaviors are contributing to persistent expressive speech distortions and carryover breakdowns.\u003c\/p\u003e\n\n\u003cp dir=\"ltr\"\u003eParticipants will review the foundational concepts of orofacial myofunctional disorders and learn a myofunctional assessment pathway that fits alongside traditional articulation and phonological evaluation. Rather than treating every distortion the same way, clinicians will practice a clinical reasoning process for differentiating cases that respond well to standard articulation therapy from cases that need integrated, OMD-informed planning or interprofessional collaboration.\u003c\/p\u003e\n\n\u003cp dir=\"ltr\"\u003eThrough error-pattern mapping and case-based application, participants will build intervention plans that pair speech sound targets with foundational orofacial targets, then select functional outcome measures that support generalization and long-term stability. Taught by Toni-Ann Antoniato MS, CCC-SLP, CLC, the course is worth 0.2 CEUs and includes a downloadable handout and certificate of completion, with 365 days of access from purchase. For SLPs who keep seeing the same speech sound errors resist traditional treatment, this course offers a practical lens for identifying orofacial myofunctional speech errors and building a plan that actually moves carryover forward.\"\u003c\/p\u003e","brand":"TalkTools","offers":[{"title":"ONLINE","offer_id":55861190852776,"sku":"2656","price":80.0,"currency_code":"USD","in_stock":true},{"title":"GROUP RATE - 5 users","offer_id":55861190885544,"sku":"2656-G","price":280.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/Beyond_the_Sound_SS.png?v=1788440483"},{"product_id":"holistic-stuttering-therapy-using-counseling-strategies-for-teens-adults-1","title":"Holistic Stuttering Therapy: Using Counseling Strategies for Teens \u0026 Adults","description":"\u003cp dir=\"ltr\"\u003e\"Stuttering therapy counseling strategies give clinicians a way to address the identity and relationship impact that stuttering has on teens and adults, not just the surface-level speech behaviors. This self-study course draws on current research to help speech-language pathologists understand how stuttering shapes a person's sense of self and their relationships with others as they move through adolescence and adulthood.\u003c\/p\u003e\n\n\u003cp dir=\"ltr\"\u003eRather than focusing only on fluency techniques, this course centers on the thoughts, feelings, and lived experiences of clients who stutter. Participants will learn how to bring counseling strategies into assessment and treatment, building sessions that go beyond behavior modification to support the whole person.\u003c\/p\u003e\n\n\u003cp dir=\"ltr\"\u003eOver 120 minutes of instruction, learners will review recent research on how stuttering affects adults, explore how counseling fits into the assessment process, and walk through practical stuttering therapy counseling strategies for session planning. The course also covers how to build treatment goals and activities that reflect the cognitive and emotional impact of stuttering, along with real case studies that show these strategies in action.\u003c\/p\u003e\n\n\u003cp dir=\"ltr\"\u003eTaught by Claire Barbao, M.A., CCC-SLP, the course is worth 0.2 CEUs and includes a downloadable handout and certificate of completion. Access lasts 365 days from purchase, giving clinicians time to work through the material at their own pace. For SLPs looking to expand beyond traditional fluency shaping, this course offers a grounded, research-informed approach to counseling strategies that respect each client's individual experience with stuttering.\"\u003c\/p\u003e","brand":"TalkTools","offers":[{"title":"ONLINE","offer_id":55897531646120,"sku":"2658","price":80.0,"currency_code":"USD","in_stock":true},{"title":"GROUP RATE - 5 users","offer_id":55897531678888,"sku":"2658-G","price":280.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/HolisticStutteringTherapyUsingCounselingStrategiesforTeens_Adults.png?v=1788440484"},{"product_id":"guiding-movement-rhythms-and-synchronized-body-systems-for-feeding-success","title":"Guiding Movement, Rhythms, and Synchronized Body Systems for Feeding Success","description":"\u003cp dir=\"ltr\"\u003eThis course on body systems for feeding success, taught by Amanda Chastain, MA, CCC-SLP, COM, looks at how the ability to create appropriate oral movement patterns is tied to the rhythmic patterns of the whole body. Amanda walks through how breathing, heart rate, sucking, and swallowing need to work together, and why recognizing these body rhythms matters for feeding progress in infants and toddlers. You will see how oral phase feeding skills influence these systems, and which strategies help activate the muscle movements that support optimal feeds. A central theme of this body systems for feeding success course is the gradual shift from passive input to active engagement, as a child moves from simply receiving food or liquid to actively maintaining the muscle work that feeding requires. The 60 minute session opens with an overview of normal body rhythms and their impact on feeding function, then moves into the oral motor and oral sensory influences on those rhythms. From there, Amanda covers practical ways to activate oral motor patterns for more successful feeding sessions, closing with a Q\u0026amp;A segment. The course is delivered fully online with 365 days of access, a downloadable handout, and a certificate of completion, along with 0.2 ASHA CEUs after the quiz and survey are complete. It is a good fit for SLPs, OTs, and feeding specialists working with infants, toddlers, and children who show feeding or oral motor difficulties.\u003c\/p\u003e","brand":"TalkTools","offers":[{"title":"ONLINE","offer_id":55909246402728,"sku":"2659","price":50.0,"currency_code":"USD","in_stock":true},{"title":"GROUP RATE - 5 users","offer_id":55909246435496,"sku":"2659-G","price":160.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/Chastain-GuidingMovement.png?v=1788440481"},{"product_id":"building-your-successful-tots-practice","title":"Building Your Successful TOTs Practice","description":"\u003cp dir=\"ltr\"\u003eThis successful TOTs practice course, taught by Sarah Hornsby, RDH, Orofacial Myofunctional Therapist, walks clinicians through what it takes to treat tethered oral tissues well beyond the release procedure itself. Sarah explains that supporting a TOTs patient really does take a village, and this session lays out how to build that village around your practice. You will learn how to identify providers who understand TOTs and make strong referral or team partners, such as lactation consultants, bodyworkers, dentists, and feeding specialists. The course also covers how to describe the value of a team-based approach to families and colleagues, so referrals keep flowing in both directions. Beyond the clinical picture, this successful TOTs practice course addresses the business side of growth, including setting clear goals for your practice and building a referral network that supports steady, sustainable growth over time. By the end of the 95 minute session, you should feel more confident helping patients beyond pre and post operative protocols alone, with a plan for the people and partnerships that make a TOTs practice thrive. The course is delivered fully online with 365 days of access, a downloadable handout, and a certificate of completion, along with 0.15 ASHA CEUs after the course quiz and survey are complete. It is well suited to SLPs, dentists, IBCLCs, and other providers building or expanding TOTs services within their practice.\u003c\/p\u003e","brand":"TalkTools","offers":[{"title":"ONLINE","offer_id":55913556508840,"sku":"2660","price":65.0,"currency_code":"USD","in_stock":true},{"title":"GROUP RATE - 5 users","offer_id":55913556541608,"sku":"2660-G","price":220.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/Building_Your_Successful_TOTs_Practice.png?v=1788440480"}],"url":"https:\/\/talktools.com\/collections\/bf-sensory.oembed?page=2","provider":"TalkTools","version":"1.0","type":"link"}