{"title":"All Straws Only","description":"","products":[{"product_id":"straw-kit","title":"TalkTools® Straw Kit","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\u003eTalkTools® Straw Kit\u003c\/title\u003e\n    \u003clink href=\"https:\/\/talktools.com\/products\/straw-kit?_pos=1\u0026amp;_sid=caf51035a\u0026amp;_ss=r\" 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\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® Straw Kit\u003c\/h1\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-sensi-intro\"\u003e\n            \u003cp\u003eThe \u003ca href=\"https:\/\/talktools.com\/products\/straw-kit?_pos=1\u0026amp;_sid=caf51035a\u0026amp;_ss=r\" target=\"_blank\" rel=\"noopener\"\u003eTalkTools® Straw Kit\u003c\/a\u003e contains all the tools needed to implement the Straw Hierarchy, a core component of Oral Placement Therapy (OPT) that develops tongue retraction, grading, lip rounding, and jaw-lip-tongue dissociation across twelve stages of development. Clinicians and clients alike appreciate the Straw Hierarchy for its measurable progression and motivating format.\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\u003eDevelop tongue retraction through graded straw drinking across twelve sequential stages\u003c\/li\u003e\n                    \u003cli\u003eImprove jaw-lip-tongue dissociation using structured straw resistance and shape variations\u003c\/li\u003e\n                    \u003cli\u003eBuild controlled tongue movement and tongue grading for improved speech and feeding function\u003c\/li\u003e\n                    \u003cli\u003eStrengthen lip rounding and protrusion as a foundation for target speech sounds\u003c\/li\u003e\n                    \u003cli\u003ePromote oral motor skill carryover through a motivating, functional daily activity\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\u003e\n\u003cstrong\u003eComplete hierarchy kit:\u003c\/strong\u003e implements the TalkTools Straw Hierarchy from stage 1 through 12\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eMeasurable progression:\u003c\/strong\u003e twelve stages provide clear benchmarks for therapy tracking and data collection\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eExpanded contents:\u003c\/strong\u003e includes one of each straw in the hierarchy, one replacement Straw #1, and two lip blocks\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eAdult option available:\u003c\/strong\u003e Adult Straw Kit variant supports mature clients needing adult-specific sizing\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eProtocol included:\u003c\/strong\u003e TalkTools original instruction booklet provides hierarchy guidelines\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eContinuing education option:\u003c\/strong\u003e a one-hour online Straw Therapy course is available for clinicians seeking more depth\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 (SLPs) implementing OPT straw hierarchies for speech clarity\u003c\/li\u003e\n                    \u003cli\u003eFeeding therapists targeting tongue retraction and lip rounding in pediatric and adult clients\u003c\/li\u003e\n                    \u003cli\u003eClients with tongue thrust, open-mouth posture, or jaw-lip-tongue dissociation difficulties\u003c\/li\u003e\n                    \u003cli\u003eChildren and adults with cerebral palsy, Down syndrome, autism spectrum disorder, or low muscle tone\u003c\/li\u003e\n                    \u003cli\u003eSchool-based, early intervention, and private practice settings\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\u003e1 x each straw in the TalkTools Straw Hierarchy (colors may vary)\u003c\/li\u003e\n                    \u003cli\u003e1 x replacement Straw #1\u003c\/li\u003e\n                    \u003cli\u003e2 x lip blocks\u003c\/li\u003e\n                    \u003cli\u003e1 x TalkTools original instruction booklet\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eAdult Straw Kit includes:\u003c\/strong\u003e Straw 2, Straw 3, Straw 4, Straw 5, Straw 6, Straw 7, Straw 8, Adult Straw with Blue Lip Block, 2 x Straw A\/B, Straw C, Straw D, Yellow Lip Block, and Red Lip Block.\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\u003eMaterial\u003c\/td\u003e\n                        \u003ctd\u003eBPA-free plastic (verify specific straw material before publishing)\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eDishwasher safe\u003c\/td\u003e\n                        \u003ctd\u003eNo\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eSafety and compliance\u003c\/td\u003e\n                        \u003ctd\u003eBPA-free (verify before publishing)\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eReferenced in\u003c\/td\u003e\n                        \u003ctd\u003eTalkTools one-hour online Straw Therapy course\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\u003eBefore first use, clean each straw with warm soapy water; rinse thoroughly\u003c\/li\u003e\n                    \u003cli\u003eAfter each use, rinse straws with warm soapy water; allow to air dry completely\u003c\/li\u003e\n                    \u003cli\u003eNot dishwasher safe\u003c\/li\u003e\n                    \u003cli\u003eAvoid harsh abrasives or chemical solvents\u003c\/li\u003e\n                    \u003cli\u003eInspect straws before every use; replace any that show cracking, discoloration, 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\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":28452058121,"sku":"1100","price":31.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/TalkTools_Straw_Kit.jpg?v=1744905481"},{"product_id":"talktools-straw-cup","title":"TalkTools® Straw Cups","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\u003eTalkTools Straw Cups\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: 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 Straw Cups\u003c\/h1\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-sensi-intro\"\u003e\n            \u003cp\u003eThe TalkTools Straw Cups are a set of two colorful, spill-resistant cups designed for use with the TalkTools Oral Placement Therapy (OPT) Straw Drinking Hierarchy. With tight-fitting lids and two sizes included, they provide a practical, mess-free way to practice straw drinking skills in the clinic or at home. Available while supplies last.\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\u003eSupport functional implementation of the associated TalkTools therapy program in clinic and home settings\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-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\u003eSpill-resistant design with tight-fitting lids makes straw practice clean and manageable\u003c\/li\u003e\n                    \u003cli\u003eTwo cup sizes included: use the small cup with shorter straws in the hierarchy\u003c\/li\u003e\n                    \u003cli\u003eBright, colorful design is appealing to children and encourages participation\u003c\/li\u003e\n                    \u003cli\u003eReady to use directly with the TalkTools Straw Hierarchy for immediate implementation\u003c\/li\u003e\n                    \u003cli\u003eLightweight and portable for clinic, school, 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 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 using the TalkTools OPT Straw Drinking Hierarchy\u003c\/li\u003e\n                    \u003cli\u003eClients learning or relearning functional straw drinking skills\u003c\/li\u003e\n                    \u003cli\u003eParents and caregivers supporting straw practice at home\u003c\/li\u003e\n                    \u003cli\u003eSpeech-language pathologists (SLPs) and occupational therapists (OTs) running straw therapy programs\u003c\/li\u003e\n                    \u003cli\u003eSchool-based and private practice feeding therapy 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 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\u003e2 x TalkTools Straw Cups (1 small, 1 large) with tight-fitting lids\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\u003eQuantity\u003c\/td\u003e\n                        \u003ctd\u003eSet of 2\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eColors\u003c\/td\u003e\n                        \u003ctd\u003eAssorted\/bright colors\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eMaterial\u003c\/td\u003e\n                        \u003ctd\u003eBPA-free plastic\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eSafety\u003c\/td\u003e\n                        \u003ctd\u003eNo BPA, PVC, latex, phthalates, or lead\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eCompatible with\u003c\/td\u003e\n                        \u003ctd\u003eTalkTools OPT Straw Drinking Hierarchy (#1 through #8)\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eAvailability\u003c\/td\u003e\n                        \u003ctd\u003eWhile supplies last\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 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 with warm water and mild soap; rinse thoroughly\u003c\/li\u003e\n                    \u003cli\u003eAfter each use: wash with warm water and mild soap or place in the dishwasher (top rack recommended)\u003c\/li\u003e\n                    \u003cli\u003eEnsure lids are completely dry before storing to prevent mold\u003c\/li\u003e\n                    \u003cli\u003eDo not use harsh abrasives or bleach-based cleaners\u003c\/li\u003e\n                    \u003cli\u003eInspect before every use; discard if cracked or damaged\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. Inspect before every use and dispose of 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\n\n\u003c\/body\u003e","brand":"TalkTools","offers":[{"title":"Default Title","offer_id":28452672265,"sku":"1503","price":6.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/1_7a14a684-21fd-4c07-8b54-ee520fd7d84e.jpg?v=1696346721"},{"product_id":"straw-c","title":"TalkTools® Straw C Medium - 25 Pack","description":"\u003cp class=\"MsoNormal\" style=\"margin-bottom: 8.0pt;\"\u003e\u003cb\u003e\u003cspan style=\"font-size: 14.0pt; color: black; mso-themecolor: text1;\"\u003eIntroducing the TalkTools® Straw C Medium - 25 Pack!\u003c\/span\u003e\u003c\/b\u003e\u003cspan style=\"color: black; mso-themecolor: text1;\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"MsoNormal\" style=\"text-align: justify; margin: 5.0pt 0cm 7.0pt 0cm;\"\u003eThe TalkTools® Straw C Medium is a versatile straw designed to support speech and feeding development across all ages. Part of TalkTools’ evidence-based OPT™ Straw Drinking Hierarchy, Straw C helps target jaw-lip-tongue dissociation, tongue retraction, controlled tongue movements, and lip rounding through progressive stages of oral motor development. The medium resistance level provides the right amount of challenge for clients building strength and coordination in their oral musculature. The pack includes 25 straws, ensuring a fresh, hygienic option is always on hand for every session or daily use.\u003c\/p\u003e\n\u003cp class=\"MsoNormal\" style=\"margin: 13.0pt 0cm 5.0pt 0cm;\"\u003e\u003cb\u003e\u003cspan style=\"font-size: 12.0pt; color: black; mso-themecolor: text1;\"\u003eFeatures \u0026amp; Benefits\u003c\/span\u003e\u003c\/b\u003e\u003cspan style=\"color: black; mso-themecolor: text1;\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"MsoListParagraph\" style=\"text-indent: -18.0pt; mso-list: l0 level1 lfo1; margin: 3.0pt 0cm 3.0pt 36.0pt;\"\u003e\u003c!-- [if !supportLists]--\u003e\u003cspan style=\"mso-list: Ignore;\"\u003e•\u003cspan style=\"font: 7.0pt 'Times New Roman';\"\u003e       \u003c\/span\u003e\u003c\/span\u003e\u003c!--[endif]--\u003eBulk pack of 25 Straw C (Medium) units\u003c\/p\u003e\n\u003cp class=\"MsoListParagraph\" style=\"text-indent: -18.0pt; mso-list: l0 level1 lfo1; margin: 3.0pt 0cm 3.0pt 36.0pt;\"\u003e\u003c!-- [if !supportLists]--\u003e\u003cspan style=\"mso-list: Ignore;\"\u003e•\u003cspan style=\"font: 7.0pt 'Times New Roman';\"\u003e       \u003c\/span\u003e\u003c\/span\u003e\u003c!--[endif]--\u003eSupports OPT™ Straw Drinking Hierarchy\u003c\/p\u003e\n\u003cp class=\"MsoListParagraph\" style=\"text-indent: -18.0pt; mso-list: l0 level1 lfo1; margin: 3.0pt 0cm 3.0pt 36.0pt;\"\u003e\u003c!-- [if !supportLists]--\u003e\u003cspan style=\"mso-list: Ignore;\"\u003e•\u003cspan style=\"font: 7.0pt 'Times New Roman';\"\u003e       \u003c\/span\u003e\u003c\/span\u003e\u003c!--[endif]--\u003eTargets jaw-lip-tongue dissociation and tongue retraction\u003c\/p\u003e\n\u003cp class=\"MsoListParagraph\" style=\"text-indent: -18.0pt; mso-list: l0 level1 lfo1; margin: 3.0pt 0cm 3.0pt 36.0pt;\"\u003e\u003c!-- [if !supportLists]--\u003e\u003cspan style=\"mso-list: Ignore;\"\u003e•\u003cspan style=\"font: 7.0pt 'Times New Roman';\"\u003e       \u003c\/span\u003e\u003c\/span\u003e\u003c!--[endif]--\u003ePromotes lip rounding and controlled oral movements\u003c\/p\u003e\n\u003cp class=\"MsoListParagraph\" style=\"text-indent: -18.0pt; mso-list: l0 level1 lfo1; margin: 3.0pt 0cm 3.0pt 36.0pt;\"\u003e\u003c!-- [if !supportLists]--\u003e\u003cspan style=\"mso-list: Ignore;\"\u003e•\u003cspan style=\"font: 7.0pt 'Times New Roman';\"\u003e       \u003c\/span\u003e\u003c\/span\u003e\u003c!--[endif]--\u003eMedium resistance level for gradual skill building\u003c\/p\u003e\n\u003cp class=\"MsoListParagraph\" style=\"text-indent: -18.0pt; mso-list: l0 level1 lfo1; margin: 3.0pt 0cm 3.0pt 36.0pt;\"\u003e\u003c!-- [if !supportLists]--\u003e\u003cspan style=\"mso-list: Ignore;\"\u003e•\u003cspan style=\"font: 7.0pt 'Times New Roman';\"\u003e       \u003c\/span\u003e\u003c\/span\u003e\u003c!--[endif]--\u003eEasy to replace between clients\u003c\/p\u003e\n\u003cp class=\"MsoListParagraph\" style=\"text-indent: -18.0pt; mso-list: l0 level1 lfo1; margin: 3.0pt 0cm 3.0pt 36.0pt;\"\u003e\u003c!-- [if !supportLists]--\u003e\u003cspan style=\"mso-list: Ignore;\"\u003e•\u003cspan style=\"font: 7.0pt 'Times New Roman';\"\u003e       \u003c\/span\u003e\u003c\/span\u003e\u003c!--[endif]--\u003eSuitable for home, clinic, and school settings\u003c\/p\u003e\n\u003cp class=\"MsoNormal\" style=\"margin: 13.0pt 0cm 5.0pt 0cm;\"\u003e\u003cb\u003e\u003cspan style=\"font-size: 12.0pt; color: black; mso-themecolor: text1;\"\u003eCare Instructions\u003c\/span\u003e\u003c\/b\u003e\u003cspan style=\"color: black; mso-themecolor: text1;\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"MsoNormal\" style=\"text-align: justify; margin: 5.0pt 0cm 7.0pt 0cm;\"\u003eDo not place in dishwasher. Clean with warm soapy water before first use and after each session. Rinse thoroughly and allow to air dry. Inspect before each use and replace if any damage or deterioration is visible.\u003c\/p\u003e\n\u003cp class=\"MsoNormal\" style=\"margin: 13.0pt 0cm 5.0pt 0cm;\"\u003e\u003cb\u003e\u003cspan style=\"font-size: 12.0pt; color: #cc0000;\"\u003e● \u003c\/span\u003e\u003c\/b\u003e\u003cb\u003e\u003cspan style=\"font-size: 12.0pt;\"\u003eWarning\u003c\/span\u003e\u003c\/b\u003e\u003c\/p\u003e\n\u003cp class=\"MsoNormal\" style=\"text-align: justify; margin: 5.0pt 0cm 7.0pt 0cm;\"\u003eUse with adult supervision. Inspect products before every use, and dispose of them properly at the first sign of damage or deterioration.\u003c\/p\u003e","brand":"TalkTools","offers":[{"title":"Default Title","offer_id":28452672393,"sku":"1132-25","price":6.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/1_1_9b6f8256-a76d-4227-ba0d-5ed87d1e45ee.jpg?v=1696349094"},{"product_id":"straw-1","title":"TalkTools® Straw #1","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\u003eTalkTools® Straw #1\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: 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 { font-size: 1.6em; }\n            .tt-accordion-toggle h2, .tt-static-header h2 { font-size: 1.2em; }\n            .tt-sensi-container .product-details-table td:first-child { width: 45%; }\n            .tt-sensi-content { padding: 20px 15px; }\n        }\n    \u003c\/style\u003e\n\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® Straw #1\u003c\/h1\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tt-sensi-intro\"\u003e\n            \u003cp\u003eTalkTools Straw #1 is the entry-level tool in the OPT Straw Drinking Hierarchy, a clinically developed program that uses graded straw resistance to build oral motor strength and straw drinking skills. Straw #1 is the easiest in the series, making it the ideal starting point for clients who are new to therapeutic straw use or who require minimal resistance to initiate straw drinking.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tt-static-item\"\u003e\n            \u003cdiv class=\"tt-static-header\"\u003e\u003ch2\u003eTherapy Goals\u003c\/h2\u003e\u003c\/div\u003e\n            \u003cdiv class=\"tt-static-panel\"\u003e\u003cul\u003e\n\u003cli\u003eIntroduce functional straw drinking at the lowest level of resistance\u003c\/li\u003e\n\u003cli\u003eBuild the lip seal, tongue retraction, and sucking pressure needed for straw drinking\u003c\/li\u003e\n\u003cli\u003eDevelop oral motor strength as a foundation for advancing through the Straw Hierarchy\u003c\/li\u003e\n\u003cli\u003eSupport the transition from bottle or cup feeding to straw drinking\u003c\/li\u003e\n\u003cli\u003eReduce reliance on compensatory oral patterns during liquid intake\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\n        \u003c\/div\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\u003eFirst step in the eight-level OPT Straw Drinking Hierarchy, enabling systematic skill progression\u003c\/li\u003e\n\u003cli\u003eLowest resistance level in the series, appropriate for clients beginning straw therapy\u003c\/li\u003e\n\u003cli\u003eClinically designed to build specific oral motor skills in a measurable, step-by-step manner\u003c\/li\u003e\n\u003cli\u003eCompact and portable for use in clinic, school, and home settings\u003c\/li\u003e\n\u003cli\u003eEasy to clean and replace as part of an ongoing therapy program\u003c\/li\u003e\n\u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\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\u003eChildren and adults beginning straw drinking therapy\u003c\/li\u003e\n\u003cli\u003eClients with low oral muscle tone related to cerebral palsy, Down syndrome, or autism spectrum disorder\u003c\/li\u003e\n\u003cli\u003eSpeech-language pathologists and feeding therapists implementing the OPT Straw Drinking Hierarchy\u003c\/li\u003e\n\u003cli\u003eClients transitioning from bottle or open-cup feeding to straw drinking\u003c\/li\u003e\n\u003cli\u003eEarly intervention, clinic, school-based, and home feeding programs\u003c\/li\u003e\n\u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\u003cdiv class=\"tt-accordion-item\"\u003e\n            \u003cbutton class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-what-s-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-what-s-included\" role=\"region\"\u003e\n                \u003cul\u003e\u003cli\u003e1 x TalkTools Straw #1\u003c\/li\u003e\u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\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\u003eBPA-free, food-safe plastic\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSafety\u003c\/td\u003e\n\u003ctd\u003eBPA-free, latex-free\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePart of\u003c\/td\u003e\n\u003ctd\u003eOPT Straw Drinking Hierarchy (Straw #1 through Straw #8)\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 class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-care-instructions\"\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-instructions\" role=\"region\"\u003e\n                \u003cul\u003e\n\u003cli\u003eWash thoroughly before first use with warm water and mild soap\u003c\/li\u003e\n\u003cli\u003eClean after each use with warm water and mild soap; use a straw brush to clean the interior\u003c\/li\u003e\n\u003cli\u003eDo not place in the dishwasher\u003c\/li\u003e\n\u003cli\u003eDo not use abrasive scrubbers or harsh chemical cleaners\u003c\/li\u003e\n\u003cli\u003eInspect before each use and replace if any cracking, discoloration, or damage is present\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 at all times. Inspect the product before every use and dispose of it properly at the first sign of damage or deterioration.\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.remove('is-open'); }\n            else { panel.classList.add('is-open'); }\n        });\n    });\n})();\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"TalkTools","offers":[{"title":"Single","offer_id":28470734793,"sku":"1101","price":2.5,"currency_code":"USD","in_stock":true},{"title":"12","offer_id":16236108677192,"sku":"1109","price":22.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/2_57.jpg?v=1696017171"},{"product_id":"straw-2","title":"TalkTools® Straw #2","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\u003eTalkTools Straw #2\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: 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 { font-size: 1.6em; }\n            .tt-accordion-toggle h2, .tt-static-header h2 { font-size: 1.2em; }\n            .tt-sensi-container .product-details-table td:first-child { width: 45%; }\n            .tt-sensi-content { padding: 20px 15px; }\n        }\n    \u003c\/style\u003e\n\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 Straw #2\u003c\/h1\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tt-sensi-intro\"\u003e\n            \u003cp\u003eTalkTools Straw #2 is the second step in the OPT Straw Drinking Hierarchy, a structured therapy program that progressively increases the difficulty of drawing liquid through a straw to build lip, jaw, and tongue strength. Straw #1 is the easiest; Straw #8 is the most demanding. Lip blocks, which are sold separately, can be added to further target lip rounding and seal.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tt-static-item\"\u003e\n            \u003cdiv class=\"tt-static-header\"\u003e\u003ch2\u003eTherapy Goals\u003c\/h2\u003e\u003c\/div\u003e\n            \u003cdiv class=\"tt-static-panel\"\u003e\u003cul\u003e\n\u003cli\u003eBuild lip seal, rounding, and sustained muscular engagement through structured straw drinking\u003c\/li\u003e\n\u003cli\u003eDevelop jaw stability and graded tongue movement during liquid intake\u003c\/li\u003e\n\u003cli\u003eProgress oral motor strength and coordination along the OPT Straw Drinking Hierarchy\u003c\/li\u003e\n\u003cli\u003eSupport the development of functional feeding and drinking skills\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\n        \u003c\/div\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\u003eModerate resistance level targets clients who have progressed beyond Straw #1\u003c\/li\u003e\n\u003cli\u003eCompatible with separately sold lip blocks for additional lip seal targeting\u003c\/li\u003e\n\u003cli\u003eConsistent straw hierarchy design ensures measurable, documented progress\u003c\/li\u003e\n\u003cli\u003eAffordable for individual replacement or program expansion\u003c\/li\u003e\n\u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\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\u003eChildren and adults receiving Oral Placement Therapy (OPT) for feeding or speech\u003c\/li\u003e\n\u003cli\u003eClients who have mastered Straw #1 and are ready for increased resistance\u003c\/li\u003e\n\u003cli\u003eClients with autism spectrum disorder, Down syndrome, cerebral palsy, or hypotonia affecting oral motor function\u003c\/li\u003e\n\u003cli\u003eSpeech-language pathologists and feeding therapists using the OPT Straw Drinking Hierarchy\u003c\/li\u003e\n\u003cli\u003ePrivate practice, school-based, and early intervention 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 class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-what-s-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-what-s-included\" role=\"region\"\u003e\n                \u003cul\u003e\u003cli\u003e1 x TalkTools Straw #2 (shape may vary; difficulty and efficacy are unchanged)\u003c\/li\u003e\u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\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\u003cli\u003eLip blocks (sold separately; required for targeted lip seal work)\u003c\/li\u003e\u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\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\u003eBPA-free plastic (verify before publishing)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePart of\u003c\/td\u003e\n\u003ctd\u003eOPT Straw Drinking Hierarchy (position 2 of 8)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDishwasher safe\u003c\/td\u003e\n\u003ctd\u003eNo. Hand wash only.\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 class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-care-instructions\"\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-instructions\" role=\"region\"\u003e\n                \u003cul\u003e\n\u003cli\u003eWash before first use with mild soap and warm water; rinse thoroughly\u003c\/li\u003e\n\u003cli\u003eClean after each use with mild soap and warm water\u003c\/li\u003e\n\u003cli\u003eDo not place in dishwasher\u003c\/li\u003e\n\u003cli\u003eDo not use harsh abrasives or chemical disinfectants\u003c\/li\u003e\n\u003cli\u003eInspect before every use; discard at the first sign of cracking, clouding, 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 Use with adult supervision at all times. Not recommended for unsupervised use. Inspect the straw before every use and dispose of it properly at the first sign of damage or deterioration.\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.remove('is-open'); }\n            else { panel.classList.add('is-open'); }\n        });\n    });\n})();\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"TalkTools","offers":[{"title":"12 Pack","offer_id":28471197513,"sku":"1110","price":29.0,"currency_code":"USD","in_stock":true},{"title":"Single","offer_id":28471197577,"sku":"1102","price":2.75,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/1_74.jpg?v=1696018093"},{"product_id":"straw-3","title":"TalkTools® Straw #3","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\u003eTalkTools Straw #3\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-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        .tt-accordion-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        .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-static-panel {\n            padding: 4px 0 20px 23px;\n        }\n\n        .tt-static-panel ul,\n        .tt-accordion-panel ul {\n            margin: 10px 0 0 0;\n            padding-left: 20px;\n        }\n\n        .tt-static-panel li,\n        .tt-accordion-panel li {\n            margin-bottom: 9px;\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-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: 2500px;\n            padding: 4px 0 20px 23px;\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\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 Straw #3\u003c\/h1\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-sensi-intro\"\u003e\n            \u003cp\u003eStraw #3 is part of the TalkTools Oral Placement Therapy (OPT) Straw Drinking Hierarchy, a sequenced eight-step system that progressively increases the effort required to draw liquid through the straw. This intermediate-level straw builds the lip rounding, tongue retraction, and jaw grading skills needed for functional straw drinking and speech development.\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\u003eDevelop lip protrusion and rounding needed for straw drinking and speech\u003c\/li\u003e\n                    \u003cli\u003eStrengthen tongue retraction to replace compensatory suckle patterns\u003c\/li\u003e\n                    \u003cli\u003eBuild jaw grading and jaw stability for oral-motor control\u003c\/li\u003e\n                    \u003cli\u003eProgress the client systematically through increasing levels of straw-drinking resistance\u003c\/li\u003e\n                    \u003cli\u003eSupport the oral-motor prerequisites for speech sound production\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\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\u003ePart of an 8-step validated hierarchy that enables measurable clinical progression\u003c\/li\u003e\n                    \u003cli\u003eIncreases resistance gradually, ensuring client success at each level before advancing\u003c\/li\u003e\n                    \u003cli\u003eTargets multiple oral structures simultaneously: lips, tongue, and jaw\u003c\/li\u003e\n                    \u003cli\u003eCompatible with the TalkTools Straw Cups for spill-resistant practice\u003c\/li\u003e\n                    \u003cli\u003eLightweight, portable design suitable for clinic 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-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 learning or relearning functional straw drinking\u003c\/li\u003e\n                    \u003cli\u003eClients with hypotonia, cerebral palsy, Down syndrome, or autism spectrum disorder\u003c\/li\u003e\n                    \u003cli\u003eIndividuals with compensatory oral-motor patterns such as suckle drinking\u003c\/li\u003e\n                    \u003cli\u003eSpeech-language pathologists (SLPs) and occupational therapists (OTs) using OPT programs\u003c\/li\u003e\n                    \u003cli\u003eFeeding therapists in early intervention, school-based, or clinical settings\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 Straw #3\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\u003eLip Block: sold separately\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\u003eBPA-free, food-safe plastic\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eColors\u003c\/td\u003e\n                        \u003ctd\u003eMay vary\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eDimensions\u003c\/td\u003e\n                        \u003ctd\u003eStandard straw length and diameter\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eSafety\u003c\/td\u003e\n                        \u003ctd\u003eNo BPA, PVC, latex, phthalates, or lead\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003ePart of\u003c\/td\u003e\n                        \u003ctd\u003eTalkTools OPT Straw Drinking Hierarchy (8 levels; #1 easiest, #8 most difficult)\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: clean with warm water and mild soap or an approved disinfectant\u003c\/li\u003e\n                    \u003cli\u003eAfter each use: rinse thoroughly with warm water; use the TalkTools Cleaning Kit feeding syringe to flush liquid from the interior\u003c\/li\u003e\n                    \u003cli\u003eUse the cleaning brushes from the TalkTools Cleaning Kit to reach interior surfaces\u003c\/li\u003e\n                    \u003cli\u003eCheck TalkTools product guide for dishwasher compatibility before use\u003c\/li\u003e\n                    \u003cli\u003eAllow to air dry completely before storing\u003c\/li\u003e\n                    \u003cli\u003eDo not use harsh abrasives or bleach-based cleaners\u003c\/li\u003e\n                    \u003cli\u003eInspect before every use; discard if cracked, cloudy, or damaged\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 unsupervised use. Inspect before every use and dispose of properly at the first sign of damage or deterioration.\n        \u003c\/div\u003e\n\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\n\n\u003c\/body\u003e","brand":"TalkTools","offers":[{"title":"12 Pack","offer_id":28471197641,"sku":"1111","price":29.0,"currency_code":"USD","in_stock":true},{"title":"Single","offer_id":28471197705,"sku":"1103","price":2.75,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/1_72.jpg?v=1696017698"},{"product_id":"straw-4","title":"TalkTools® Straw #4","description":"\u003cp\u003eStraw #4 in the OPT™ Straw Drinking Hierarchy. The difficulty in drawing liquid through the straws increases as your child or client moves up the hierarchy. Straw #1 is the easiest, #8 is the most difficult. NOTE: Do not put in dishwasher.\u003c\/p\u003e","brand":"TalkTools","offers":[{"title":"Single","offer_id":28471197833,"sku":"1104","price":2.75,"currency_code":"USD","in_stock":true},{"title":"12 Pack","offer_id":16428765642824,"sku":"1112","price":29.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/1_73.jpg?v=1696017774"},{"product_id":"straw-5","title":"TalkTools® Straw #5","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\u003eTalkTools Straw #5\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: 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 Straw #5\u003c\/h1\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-sensi-intro\"\u003e\n            \u003cp\u003eStraw #5 is part of the TalkTools Oral Placement Therapy (OPT) Straw Drinking Hierarchy, a sequenced eight-step system that progressively increases the effort required to draw liquid through the straw. This intermediate-level straw builds the lip rounding, tongue retraction, and jaw grading skills needed for functional straw drinking and speech development.\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\u003eDevelop lip protrusion and rounding needed for straw drinking and speech\u003c\/li\u003e\n                    \u003cli\u003eStrengthen tongue retraction to replace compensatory suckle patterns\u003c\/li\u003e\n                    \u003cli\u003eBuild jaw grading and jaw stability for oral-motor control\u003c\/li\u003e\n                    \u003cli\u003eProgress the client systematically through increasing levels of straw-drinking resistance\u003c\/li\u003e\n                    \u003cli\u003eSupport the oral-motor prerequisites for speech sound production\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\u003ePart of an 8-step validated hierarchy that enables measurable clinical progression\u003c\/li\u003e\n                    \u003cli\u003eIncreases resistance gradually, ensuring client success at each level before advancing\u003c\/li\u003e\n                    \u003cli\u003eTargets multiple oral structures simultaneously: lips, tongue, and jaw\u003c\/li\u003e\n                    \u003cli\u003eCompatible with the TalkTools Straw Cups for spill-resistant practice\u003c\/li\u003e\n                    \u003cli\u003eLightweight, portable design suitable for clinic 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-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\u003eChildren and adults learning or relearning functional straw drinking\u003c\/li\u003e\n                    \u003cli\u003eClients with hypotonia, cerebral palsy, Down syndrome, or autism spectrum disorder\u003c\/li\u003e\n                    \u003cli\u003eIndividuals with compensatory oral-motor patterns such as suckle drinking\u003c\/li\u003e\n                    \u003cli\u003eSpeech-language pathologists (SLPs) and occupational therapists (OTs) using OPT programs\u003c\/li\u003e\n                    \u003cli\u003eFeeding therapists in early intervention, school-based, or clinical settings\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\u003e1 x Straw #5\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\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-4\" role=\"region\"\u003e\n                \u003cul\u003e\n                    \u003cli\u003eLip Block: sold separately\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-5\"\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-5\" role=\"region\"\u003e\n                \u003ctable class=\"product-details-table\"\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eMaterial\u003c\/td\u003e\n                        \u003ctd\u003eBPA-free, food-safe plastic\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eColors\u003c\/td\u003e\n                        \u003ctd\u003emay vary\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eSafety\u003c\/td\u003e\n                        \u003ctd\u003eNo BPA, PVC, latex, phthalates, or lead\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003ePart of\u003c\/td\u003e\n                        \u003ctd\u003eTalkTools OPT Straw Drinking Hierarchy (8 levels; #1 easiest, #8 most difficult)\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eNote\u003c\/td\u003e\n                        \u003ctd\u003eDo not put in dishwasher.\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-6\"\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-6\" role=\"region\"\u003e\n                \u003cul\u003e\n                    \u003cli\u003eBefore first use: clean with warm water and mild soap or an approved disinfectant\u003c\/li\u003e\n                    \u003cli\u003eAfter each use: rinse thoroughly with warm water; use the TalkTools Cleaning Kit feeding syringe to flush liquid from the interior\u003c\/li\u003e\n                    \u003cli\u003eUse the cleaning brushes from the TalkTools Cleaning Kit to reach interior surfaces\u003c\/li\u003e\n                    \u003cli\u003eDo not place in dishwasher\u003c\/li\u003e\n                    \u003cli\u003eAllow to air dry completely before storing\u003c\/li\u003e\n                    \u003cli\u003eDo not use harsh abrasives or bleach-based cleaners\u003c\/li\u003e\n                    \u003cli\u003eInspect before every use; discard if cracked, cloudy, or damaged\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 unsupervised use. Inspect before every use and dispose of 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\n\n\n\u003c\/body\u003e","brand":"TalkTools","offers":[{"title":"12 Pack","offer_id":28471197897,"sku":"1113","price":29.0,"currency_code":"USD","in_stock":true},{"title":"Single","offer_id":28471197961,"sku":"1105","price":2.75,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/1_71.jpg?v=1696017626"},{"product_id":"straw-6","title":"TalkTools® Straw #6","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e    \u003ctitle\u003eTalkTools Straw #6\u003c\/title\u003e    \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        \u003cdiv class=\"tt-sensi-page-header\"\u003e\n            \u003ch1\u003eTalkTools Straw #6\u003c\/h1\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-sensi-intro\"\u003e\n            \u003cp\u003eStraw #6 is part of the TalkTools Oral Placement Therapy (OPT) Straw Drinking Hierarchy, a sequenced eight-step system that progressively increases the effort required to draw liquid through the straw. This advanced-level straw builds the lip rounding, tongue retraction, and jaw grading skills needed for functional straw drinking and speech development.\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\u003eDevelop lip protrusion and rounding needed for straw drinking and speech\u003c\/li\u003e\n                    \u003cli\u003eStrengthen tongue retraction to replace compensatory suckle patterns\u003c\/li\u003e\n                    \u003cli\u003eBuild jaw grading and jaw stability for oral-motor control\u003c\/li\u003e\n                    \u003cli\u003eProgress the client systematically through increasing levels of straw-drinking resistance\u003c\/li\u003e\n                    \u003cli\u003eSupport the oral-motor prerequisites for speech sound production\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-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\u003ePart of an 8-step validated hierarchy that enables measurable clinical progression\u003c\/li\u003e\n                    \u003cli\u003eIncreases resistance gradually, ensuring client success at each level before advancing\u003c\/li\u003e\n                    \u003cli\u003eTargets multiple oral structures simultaneously: lips, tongue, and jaw\u003c\/li\u003e\n                    \u003cli\u003eCompatible with the TalkTools Straw Cups for spill-resistant practice\u003c\/li\u003e\n                    \u003cli\u003eLightweight, portable design suitable for clinic 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-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 learning or relearning functional straw drinking\u003c\/li\u003e\n                    \u003cli\u003eClients with hypotonia, cerebral palsy, Down syndrome, or autism spectrum disorder\u003c\/li\u003e\n                    \u003cli\u003eIndividuals with compensatory oral-motor patterns such as suckle drinking\u003c\/li\u003e\n                    \u003cli\u003eSpeech-language pathologists (SLPs) and occupational therapists (OTs) using OPT programs\u003c\/li\u003e\n                    \u003cli\u003eFeeding therapists in early intervention, school-based, or clinical settings\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-what-s-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-what-s-included\" role=\"region\"\u003e\n                \u003cul\u003e\n                    \u003cli\u003e1 x Straw #6\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\u003eLip Block: sold separately\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\u003eBPA-free, food-safe plastic\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eColors\u003c\/td\u003e\n                        \u003ctd\u003emay vary\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eDimensions\u003c\/td\u003e\n                        \u003ctd\u003estandard straw length and diameter\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eSafety\u003c\/td\u003e\n                        \u003ctd\u003eNo BPA, PVC, latex, phthalates, or lead\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003ePart of\u003c\/td\u003e\n                        \u003ctd\u003eTalkTools OPT Straw Drinking Hierarchy (8 levels; #1 easiest, #8 most difficult)\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: clean with warm water and mild soap or an approved disinfectant\u003c\/li\u003e\n                    \u003cli\u003eAfter each use: rinse thoroughly with warm water; use the TalkTools Cleaning Kit feeding syringe to flush liquid from the interior\u003c\/li\u003e\n                    \u003cli\u003eUse the cleaning brushes from the TalkTools Cleaning Kit to reach interior surfaces\u003c\/li\u003e\n                    \u003cli\u003eCheck TalkTools product guide for dishwasher compatibility before use\u003c\/li\u003e\n                    \u003cli\u003eAllow to air dry completely before storing\u003c\/li\u003e\n                    \u003cli\u003eDo not use harsh abrasives or bleach-based cleaners\u003c\/li\u003e\n                    \u003cli\u003eInspect before every use; discard if cracked, cloudy, or damaged\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 unsupervised use. Inspect before every use and dispose of properly at the first sign of damage or deterioration.\n        \u003c\/div\u003e\n\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\n\n\u003c\/body\u003e","brand":"TalkTools","offers":[{"title":"12 Pack","offer_id":28471198025,"sku":"1114","price":29.0,"currency_code":"USD","in_stock":true},{"title":"Single","offer_id":28471198089,"sku":"1106","price":2.75,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/1_70.jpg?v=1696017512"},{"product_id":"straw-7","title":"TalkTools® Straw #7","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e    \u003ctitle\u003eTalkTools Straw #7\u003c\/title\u003e    \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        \u003cdiv class=\"tt-sensi-page-header\"\u003e\n            \u003ch1\u003eTalkTools Straw #7\u003c\/h1\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-sensi-intro\"\u003e\n            \u003cp\u003eStraw #7 is part of the TalkTools Oral Placement Therapy (OPT) Straw Drinking Hierarchy, a sequenced eight-step system that progressively increases the effort required to draw liquid through the straw. This advanced-level straw builds the lip rounding, tongue retraction, and jaw grading skills needed for functional straw drinking and speech development.\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\u003eDevelop lip protrusion and rounding needed for straw drinking and speech\u003c\/li\u003e\n                    \u003cli\u003eStrengthen tongue retraction to replace compensatory suckle patterns\u003c\/li\u003e\n                    \u003cli\u003eBuild jaw grading and jaw stability for oral-motor control\u003c\/li\u003e\n                    \u003cli\u003eProgress the client systematically through increasing levels of straw-drinking resistance\u003c\/li\u003e\n                    \u003cli\u003eSupport the oral-motor prerequisites for speech sound production\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-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\u003ePart of an 8-step validated hierarchy that enables measurable clinical progression\u003c\/li\u003e\n                    \u003cli\u003eIncreases resistance gradually, ensuring client success at each level before advancing\u003c\/li\u003e\n                    \u003cli\u003eTargets multiple oral structures simultaneously: lips, tongue, and jaw\u003c\/li\u003e\n                    \u003cli\u003eCompatible with the TalkTools Straw Cups for spill-resistant practice\u003c\/li\u003e\n                    \u003cli\u003eLightweight, portable design suitable for clinic 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-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 learning or relearning functional straw drinking\u003c\/li\u003e\n                    \u003cli\u003eClients with hypotonia, cerebral palsy, Down syndrome, or autism spectrum disorder\u003c\/li\u003e\n                    \u003cli\u003eIndividuals with compensatory oral-motor patterns such as suckle drinking\u003c\/li\u003e\n                    \u003cli\u003eSpeech-language pathologists (SLPs) and occupational therapists (OTs) using OPT programs\u003c\/li\u003e\n                    \u003cli\u003eFeeding therapists in early intervention, school-based, or clinical settings\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-what-s-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-what-s-included\" role=\"region\"\u003e\n                \u003cul\u003e\n                    \u003cli\u003e1 x Straw #7\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\u003eLip Block: sold separately\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\u003eBPA-free, food-safe plastic\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eColors\u003c\/td\u003e\n                        \u003ctd\u003emay vary\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eDimensions\u003c\/td\u003e\n                        \u003ctd\u003estandard straw length and diameter\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eSafety\u003c\/td\u003e\n                        \u003ctd\u003eNo BPA, PVC, latex, phthalates, or lead\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003ePart of\u003c\/td\u003e\n                        \u003ctd\u003eTalkTools OPT Straw Drinking Hierarchy (8 levels; #1 easiest, #8 most difficult)\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: clean with warm water and mild soap or an approved disinfectant\u003c\/li\u003e\n                    \u003cli\u003eAfter each use: rinse thoroughly with warm water; use the TalkTools Cleaning Kit feeding syringe to flush liquid from the interior\u003c\/li\u003e\n                    \u003cli\u003eUse the cleaning brushes from the TalkTools Cleaning Kit to reach interior surfaces\u003c\/li\u003e\n                    \u003cli\u003eCheck TalkTools product guide for dishwasher compatibility before use\u003c\/li\u003e\n                    \u003cli\u003eAllow to air dry completely before storing\u003c\/li\u003e\n                    \u003cli\u003eDo not use harsh abrasives or bleach-based cleaners\u003c\/li\u003e\n                    \u003cli\u003eInspect before every use; discard if cracked, cloudy, or damaged\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 unsupervised use. Inspect before every use and dispose of properly at the first sign of damage or deterioration.\n        \u003c\/div\u003e\n\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\n\n\u003c\/body\u003e","brand":"TalkTools","offers":[{"title":"12 Pack","offer_id":28471198153,"sku":"1115","price":29.0,"currency_code":"USD","in_stock":true},{"title":"Single","offer_id":28471198217,"sku":"1107","price":2.75,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/1_69.jpg?v=1696017410"},{"product_id":"straw-8","title":"TalkTools® Straw #8","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\u003eTalkTools® Straw #8\u003c\/title\u003e\n    \u003clink href=\"https:\/\/talktools.com\/products\/talktools-straw-8\" 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        .tt-sensi-container *, .tt-sensi-container *::before, .tt-sensi-container *::after { box-sizing: border-box; }\n        .tt-sensi-content { width: 100%; padding: 40px 20px; }\n        .tt-sensi-intro { margin-bottom: 10px; }\n        .tt-sensi-intro p { margin-bottom: 15px; }\n        .tt-sensi-container a { color: var(--primary-purple); text-decoration: underline; }\n        .tt-sensi-container a:hover { opacity: 0.75; }\n        .tt-sensi-page-header { border-bottom: 3px solid var(--primary-purple); margin-bottom: 24px; padding-bottom: 15px; }\n        .tt-sensi-page-header h1 { color: var(--primary-purple); font-size: 2.2em; margin: 0; font-weight: 700; }\n        .tt-static-item { border-bottom: 1px solid var(--border-light); }\n        .tt-static-header { display: flex; align-items: center; padding: 18px 0 18px 18px; border-left: 5px solid var(--primary-purple); margin-top: 8px; }\n        .tt-static-header h2 { color: var(--primary-purple); font-size: 1.4em; font-weight: 600; margin: 0; line-height: 1.3; }\n        .tt-static-panel { padding: 4px 0 20px 23px; }\n        .tt-static-panel ul { margin: 10px 0 0 0; padding-left: 20px; }\n        .tt-static-panel li { margin-bottom: 9px; }\n        .tt-accordion-item { border-bottom: 1px solid var(--border-light); }\n        .tt-accordion-toggle { all: unset; display: flex; align-items: center; justify-content: space-between; width: 100%; cursor: pointer; padding: 18px 0 18px 18px; border-left: 5px solid var(--primary-purple); margin-top: 8px; background: transparent; transition: background 0.2s; }\n        .tt-accordion-toggle:hover, .tt-accordion-toggle:focus-visible { background-color: var(--hover-bg); outline: none; }\n        .tt-accordion-toggle h2 { color: var(--primary-purple); font-size: 1.4em; font-weight: 600; margin: 0; line-height: 1.3; }\n        .tt-chevron { flex-shrink: 0; margin-left: 16px; width: 22px; height: 22px; display: flex; align-items: center; justify-content: center; transition: transform 0.25s ease; color: var(--primary-purple); }\n        .tt-accordion-toggle[aria-expanded=\"true\"] .tt-chevron { transform: rotate(180deg); }\n        .tt-accordion-panel { overflow: hidden; max-height: 0; transition: max-height 0.3s ease, padding 0.3s ease; padding: 0 0 0 23px; }\n        .tt-accordion-panel.is-open { max-height: 2000px; padding: 4px 0 20px 23px; }\n        .tt-accordion-panel ul { margin: 10px 0 0 0; padding-left: 20px; }\n        .tt-accordion-panel li { margin-bottom: 9px; }\n        .tt-sensi-container .product-details-table { width: 100%; border-collapse: collapse; margin: 10px 0 0 0; }\n        .tt-sensi-container .product-details-table td { padding: 12px 10px; border-bottom: 1px solid var(--border-light); vertical-align: top; }\n        .tt-sensi-container .product-details-table td:first-child { font-weight: 600; width: 38%; color: var(--primary-purple); }\n        .tt-warning { background-color: var(--warning-bg); border: 1px solid var(--warning-border); color: var(--warning-text); padding: 20px 25px; border-radius: 8px; margin-top: 30px; font-weight: 600; }\n        @media (max-width: 768px) {\n            .tt-sensi-page-header h1 { font-size: 1.6em; }\n            .tt-accordion-toggle h2, .tt-static-header h2 { font-size: 1.2em; }\n            .tt-sensi-container .product-details-table td:first-child { width: 45%; }\n            .tt-sensi-content { padding: 20px 15px; }\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® Straw #8\u003c\/h1\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tt-sensi-intro\"\u003e\n            \u003cp\u003eStraw drinking requires precise coordination of lip, cheek, tongue, and jaw musculature, and developing this coordination progressively is a cornerstone of Oral Placement Therapy (OPT). TalkTools Straw #8 is the final and most challenging straw in the eight-level OPT Straw Drinking Hierarchy, requiring maximum oral motor effort and representing full mastery of the straw-drinking skill sequence.\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\u003eBuild maximum lip seal, cheek stability, and intraoral pressure required for advanced straw drinking\u003c\/li\u003e\n                    \u003cli\u003eDevelop full oral musculature coordination across the complete OPT straw-drinking skill sequence\u003c\/li\u003e\n                    \u003cli\u003eStrengthen the tongue, lips, and cheeks through the highest level of resistance in the hierarchy\u003c\/li\u003e\n                    \u003cli\u003eEstablish a measurable benchmark for oral-motor strength and coordination at program completion\u003c\/li\u003e\n                    \u003cli\u003eSupport functional drinking skills as the final step in a progressive oral-motor straw program\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\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\u003eRepresents the highest level of difficulty in the TalkTools OPT Straw Drinking Hierarchy\u003c\/li\u003e\n                    \u003cli\u003eProvides a clear clinical milestone: completion signals mastery of the full 8-straw sequence\u003c\/li\u003e\n                    \u003cli\u003eRequires maximum oral motor effort, targeting the full range of oral musculature involved in drinking\u003c\/li\u003e\n                    \u003cli\u003eDesigned to be used in sequence with Straws #1 through #7 as part of a complete hierarchy program\u003c\/li\u003e\n                    \u003cli\u003eAvailable individually to replace or supplement an existing straw kit\u003c\/li\u003e\n                    \u003cli\u003eClear clinical context: Straw #1 is the easiest, Straw #8 is the most difficult\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\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\u003eSLPs and OTs administering the TalkTools OPT Straw Drinking Hierarchy\u003c\/li\u003e\n                    \u003cli\u003eClients who have progressed through Straws #1 to #7 and are ready for maximum challenge\u003c\/li\u003e\n                    \u003cli\u003eIndividuals with oral motor weakness, low tone, or feeding-related coordination challenges\u003c\/li\u003e\n                    \u003cli\u003eChildren and adults with cerebral palsy, Down syndrome, or other diagnoses affecting oral function\u003c\/li\u003e\n                    \u003cli\u003eFeeding therapy programs in school-based, clinical, and private practice 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 class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-what-s-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-what-s-included\" role=\"region\"\u003e\n                \u003cul\u003e\n                    \u003cli\u003e1 x TalkTools Straw #8\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\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\u003ePosition in hierarchy\u003c\/td\u003e\n                        \u003ctd\u003e#8 of 8 (most difficult; Straw #1 is easiest)\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eDetails\u003c\/td\u003e\n                        \u003ctd\u003ePart of the TalkTools OPT Straw Drinking Hierarchy\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eDetails\u003c\/td\u003e\n                        \u003ctd\u003eCompatible with the TalkTools Straw Kit (sold separately)\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eMaterial\u003c\/td\u003e\n                        \u003ctd\u003eBPA-free, food-safe plastic \u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tt-accordion-item\"\u003e\n            \u003cbutton class=\"tt-accordion-toggle\" aria-expanded=\"false\" aria-controls=\"panel-care-instructions\"\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-instructions\" role=\"region\"\u003e\n                \u003cul\u003e\n                    \u003cli\u003eBefore first use: wash with warm water and mild soap; rinse thoroughly\u003c\/li\u003e\n                    \u003cli\u003eAfter each use: clean with warm water and mild soap; rinse thoroughly and allow to air dry\u003c\/li\u003e\n                    \u003cli\u003eDo NOT place in dishwasher\u003c\/li\u003e\n                    \u003cli\u003eUse a straw cleaning brush to clean the interior of the straw thoroughly after each use\u003c\/li\u003e\n                    \u003cli\u003eDo not use harsh abrasives or chemical solvents\u003c\/li\u003e\n                    \u003cli\u003eInspect before each use; replace at the first sign of damage, discoloration, 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\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ============================================================\n     SCHEMA MARKUP — AI Visibility \/ GEO\n     3 blocks: Product · MedicalDevice · FAQPage\n     ============================================================ --\u003e\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"name\": \"TalkTools\\u00ae Straw #8\",\n  \"description\": \"TalkTools Straw #8 is the final and most challenging straw in the eight-level TalkTools OPT Straw Drinking Hierarchy, requiring maximum oral motor effort to complete. It targets lip seal, cheek stability, intraoral pressure, and full coordination of tongue, lip, and jaw musculature, representing clinical mastery of the straw-drinking skill sequence for clients with oral motor weakness, low tone, or feeding-related coordination challenges.\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"TalkTools\",\n    \"url\": \"https:\/\/talktools.com\"\n  },\n  \"manufacturer\": {\n    \"@type\": \"Organization\",\n    \"name\": \"TalkTools\",\n    \"url\": \"https:\/\/talktools.com\"\n  },\n  \"category\": \"Speech Therapy Tools \u003e Oral Motor Tools \u003e Straw Hierarchy\",\n  \"keywords\": \"OPT straw hierarchy, straw drinking therapy, oral motor straw, lip seal, cheek stability, intraoral pressure, tongue strength, oral motor weakness, low oral tone, cerebral palsy feeding, Down syndrome oral motor, straw drinking skills, Oral Placement Therapy, oral musculature coordination, feeding therapy straws\",\n  \"audience\": {\n    \"@type\": \"Audience\",\n    \"audienceType\": \"Speech-Language Pathologists, Occupational Therapists, Feeding Therapists\"\n  },\n  \"itemCondition\": \"https:\/\/schema.org\/NewCondition\",\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"seller\": {\n      \"@type\": \"Organization\",\n      \"name\": \"TalkTools\",\n      \"url\": \"https:\/\/talktools.com\"\n    }\n  },\n  \"hasPart\": [\n    {\n      \"@type\": \"Product\",\n      \"name\": \"TalkTools Straw #8\",\n      \"description\": \"The final straw in the TalkTools OPT Straw Drinking Hierarchy, providing maximum resistance to build lip seal, cheek stability, and oral motor coordination.\",\n      \"quantity\": \"1\"\n    }\n  ],\n  \"additionalProperty\": [\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Position in Hierarchy\",\n      \"value\": \"#8 of 8 \\u2014 most difficult; Straw #1 is easiest\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Part of\",\n      \"value\": \"TalkTools OPT Straw Drinking Hierarchy\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Compatible with\",\n      \"value\": \"TalkTools Straw Kit (sold separately)\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Clinical Application\",\n      \"value\": \"Maximum oral motor effort for lip seal, cheek stability, intraoral pressure, and functional straw drinking skill mastery\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Supervision\",\n      \"value\": \"Adult supervision required at all times; not for use during sleep\"\n    },\n    {\n      \"@type\": \"PropertyValue\",\n      \"name\": \"Cleaning\",\n      \"value\": \"Wash with warm water and mild soap before first use and after each use; use a straw cleaning brush; do not place in dishwasher\"\n    }\n  ],\n  \"isRelatedTo\": {\n    \"@type\": \"Product\",\n    \"name\": \"TalkTools Straw Kit\",\n    \"brand\": {\n      \"@type\": \"Brand\",\n      \"name\": \"TalkTools\"\n    }\n  }\n}\n\u003c\/script\u003e\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"MedicalDevice\",\n  \"name\": \"TalkTools\\u00ae Straw #8\",\n  \"description\": \"The final and most challenging straw in the TalkTools OPT Straw Drinking Hierarchy, designed to build maximum lip seal, cheek stability, intraoral pressure, and coordination of tongue, lip, and jaw musculature. Used as the measurable clinical benchmark for oral motor strength and coordination at completion of the progressive eight-straw OPT program.\",\n  \"url\": \"https:\/\/talktools.com\/products\/talktools-straw-8\",\n  \"manufacturer\": {\n    \"@type\": \"Organization\",\n    \"name\": \"TalkTools\",\n    \"url\": \"https:\/\/talktools.com\"\n  },\n  \"indication\": [\n    {\n      \"@type\": \"MedicalIndication\",\n      \"name\": \"Oral Motor Weakness\",\n      \"description\": \"Targets maximum lip seal, cheek stability, and intraoral pressure to build oral motor strength in clients with generalized oral weakness.\"\n    },\n    {\n      \"@type\": \"MedicalIndication\",\n      \"name\": \"Low Oral Tone (Hypotonia)\",\n      \"description\": \"Provides the highest level of oral motor resistance in the hierarchy to address hypotonic lip, cheek, and tongue musculature.\"\n    },\n    {\n      \"@type\": \"MedicalIndication\",\n      \"name\": \"Feeding-Related Oral Motor Coordination Challenges\",\n      \"description\": \"Develops coordinated lip, cheek, tongue, and jaw function required for functional straw drinking.\"\n    },\n    {\n      \"@type\": \"MedicalIndication\",\n      \"name\": \"Cerebral Palsy\",\n      \"description\": \"Supports oral motor strength and coordination development in individuals with cerebral palsy through the structured straw hierarchy.\"\n    },\n    {\n      \"@type\": \"MedicalIndication\",\n      \"name\": \"Down Syndrome\",\n      \"description\": \"Addresses low oral tone and reduced oral motor coordination affecting straw drinking in individuals with Down syndrome.\"\n    },\n    {\n      \"@type\": \"MedicalIndication\",\n      \"name\": \"Dysphagia\",\n      \"description\": \"Supports the development of functional straw drinking skills as part of a comprehensive oral motor feeding program for clients with dysphagia.\"\n    }\n  ],\n  \"relevantSpecialty\": [\n    {\n      \"@type\": \"MedicalSpecialty\",\n      \"name\": \"Speech-Language Pathology\"\n    },\n    {\n      \"@type\": \"MedicalSpecialty\",\n      \"name\": \"Occupational Therapy\"\n    },\n    {\n      \"@type\": \"MedicalSpecialty\",\n      \"name\": \"Feeding Therapy\"\n    }\n  ],\n  \"guideline\": {\n    \"@type\": \"MedicalGuideline\",\n    \"guidelineSubject\": {\n      \"@type\": \"MedicalEntity\",\n      \"name\": \"Oral Placement Therapy (OPT) Straw Drinking Hierarchy\"\n    },\n    \"guidelineDate\": \"2024\",\n    \"evidenceOrigin\": \"TalkTools clinical therapy methodology\"\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\": \"What is TalkTools Straw #8 used for?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"TalkTools Straw #8 is the final and most challenging straw in the eight-level TalkTools OPT Straw Drinking Hierarchy. It is used to build maximum lip seal, cheek stability, and intraoral pressure, and to develop full coordination of the tongue, lips, cheeks, and jaw musculature required for advanced straw drinking. Completing Straw #8 represents clinical mastery of the full straw-drinking skill sequence in Oral Placement Therapy (OPT).\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is included with TalkTools Straw #8?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The package includes one TalkTools Straw #8. It is compatible with the TalkTools Straw Kit, which is sold separately.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Who should use TalkTools Straw #8?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"TalkTools Straw #8 is intended for speech-language pathologists (SLPs) and occupational therapists (OTs) administering the TalkTools OPT Straw Drinking Hierarchy, and for clients who have progressed through Straws #1 to #7 and are ready for maximum challenge. It is appropriate for individuals with oral motor weakness, low oral tone, or feeding-related coordination challenges, including children and adults with cerebral palsy, Down syndrome, or other diagnoses affecting oral function. It is used in school-based, clinical, and private practice settings.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What therapy goals does TalkTools Straw #8 support?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"TalkTools Straw #8 supports building maximum lip seal, cheek stability, and intraoral pressure; developing full oral musculature coordination across the complete OPT straw-drinking sequence; strengthening the tongue, lips, and cheeks through the highest level of resistance in the hierarchy; establishing a measurable benchmark for oral motor strength and coordination at program completion; and supporting functional drinking skills as the final step in a progressive oral motor straw program.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How do you clean TalkTools Straw #8?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Before first use, wash TalkTools Straw #8 with warm water and mild soap and rinse thoroughly. After each use, clean with warm water and mild soap, use a straw cleaning brush to clean the interior thoroughly, rinse, and allow to air dry completely. Do not place in the dishwasher. Avoid harsh abrasives or chemical solvents. Inspect before each use and replace at the first sign of damage, discoloration, or deterioration.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What conditions does TalkTools Straw #8 help treat?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"TalkTools Straw #8 is used with clients who have oral motor weakness, low oral tone (hypotonia), and feeding-related oral motor coordination challenges. It is particularly appropriate for children and adults with cerebral palsy, Down syndrome, and other diagnoses that affect lip, cheek, tongue, and jaw function. It serves as the advanced final step in treating functional straw drinking deficits within a complete OPT program.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Are there any safety warnings for TalkTools Straw #8?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"TalkTools Straw #8 must be used with adult supervision at all times and is 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      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Where does TalkTools Straw #8 fit in the OPT Straw Drinking Hierarchy?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"TalkTools Straw #8 is the eighth and final straw in the TalkTools OPT Straw Drinking Hierarchy, representing the highest level of difficulty. Straw #1 is the easiest, with each successive straw requiring greater oral motor effort. The hierarchy is designed to be administered in sequence, progressing from Straw #1 through Straw #8, so that clients develop coordinated oral musculature function in a graduated, evidence-informed progression.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e\n\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.remove('is-open'); }\n            else { panel.classList.add('is-open'); }\n        });\n    });\n})();\n\u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"TalkTools","offers":[{"title":"Single","offer_id":28471198345,"sku":"1108","price":3.5,"currency_code":"USD","in_stock":true},{"title":"12 Pack","offer_id":28471198281,"sku":"1116","price":37.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/1_922f1571-dd85-461c-bb89-ea3732b7cdc3.jpg?v=1696345735"},{"product_id":"lip-block","title":"Lip Block","description":"\u003cbody\u003e\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eLip Block\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            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 *, .tt-sensi-container *::before, .tt-sensi-container *::after { box-sizing: border-box; }\n        .tt-sensi-content { width: 100%; padding: 40px 20px; }\n        .tt-sensi-intro { margin-bottom: 10px; }\n        .tt-sensi-intro p { margin-bottom: 15px; }\n        .tt-sensi-page-header { border-bottom: 3px solid var(--primary-purple); margin-bottom: 24px; padding-bottom: 15px; }\n        .tt-sensi-page-header h1 { color: var(--primary-purple); font-size: 2.2em; margin: 0; font-weight: 700; }\n        .tt-static-item, .tt-accordion-item { border-bottom: 1px solid var(--border-light); }\n        .tt-static-header { display: flex; align-items: center; padding: 18px 0 18px 18px; border-left: 5px solid var(--primary-purple); margin-top: 8px; }\n        .tt-static-header h2, .tt-accordion-toggle h2 { color: var(--primary-purple); font-size: 1.4em; font-weight: 600; margin: 0; line-height: 1.3; }\n        .tt-static-panel { padding: 4px 0 20px 23px; }\n        .tt-static-panel ul, .tt-accordion-panel ul { margin: 10px 0 0 0; padding-left: 20px; }\n        .tt-static-panel li, .tt-accordion-panel li { margin-bottom: 9px; }\n        .tt-accordion-toggle { all: unset; display: flex; align-items: center; justify-content: space-between; width: 100%; cursor: pointer; padding: 18px 0 18px 18px; border-left: 5px solid var(--primary-purple); margin-top: 8px; background: transparent; transition: background 0.2s; }\n        .tt-accordion-toggle:hover, .tt-accordion-toggle:focus-visible { background-color: var(--hover-bg); outline: none; }\n        .tt-chevron { flex-shrink: 0; margin-left: 16px; width: 22px; height: 22px; display: flex; align-items: center; justify-content: center; transition: transform 0.25s ease; color: var(--primary-purple); }\n        .tt-accordion-toggle[aria-expanded=\"true\"] .tt-chevron { transform: rotate(180deg); }\n        .tt-accordion-panel { overflow: hidden; max-height: 0; transition: max-height 0.3s ease, padding 0.3s ease; padding: 0 0 0 23px; }\n        .tt-accordion-panel.is-open { max-height: 2000px; padding: 4px 0 20px 23px; }\n        .tt-sensi-container .product-details-table { width: 100%; border-collapse: collapse; margin: 10px 0 0 0; }\n        .tt-sensi-container .product-details-table td { padding: 12px 10px; border-bottom: 1px solid var(--border-light); vertical-align: top; }\n        .tt-sensi-container .product-details-table td:first-child { font-weight: 600; width: 38%; color: var(--primary-purple); }\n        .tt-warning { background-color: var(--warning-bg); border: 1px solid var(--warning-border); color: var(--warning-text); padding: 20px 25px; border-radius: 8px; margin-top: 30px; font-weight: 600; }\n        @media (max-width: 768px) {\n            .tt-sensi-page-header h1 { font-size: 1.6em; }\n            .tt-accordion-toggle h2, .tt-static-header h2 { font-size: 1.2em; }\n            .tt-sensi-container .product-details-table td:first-child { width: 45%; }\n            .tt-sensi-content { padding: 20px 15px; }\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\u003eLip Block\u003c\/h1\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tt-sensi-intro\"\u003e\n            \u003cp\u003eThe Lip Block is a colorful oral placement accessory designed for use with the TalkTools Straw Kit as part of the therapeutic straw drinking hierarchy. It supports the development of tongue retraction, controlled tongue movements, and lip rounding through precise straw placement, and can be used successfully with very young children, adults, and individuals across all levels of cognitive ability.\u003c\/p\u003e\n        \u003c\/div\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\u003eDevelop tongue retraction through structured straw drinking at the correct tongue-to-straw angle established by the Lip Block.\u003c\/li\u003e\n                    \u003cli\u003eBuild controlled tongue grading and lateral tongue movements during straw-based oral motor activities.\u003c\/li\u003e\n                    \u003cli\u003ePromote active lip rounding and an effective lip seal around the straw for improved oral function.\u003c\/li\u003e\n                    \u003cli\u003eFacilitate therapeutic straw drinking as part of the TalkTools Straw Kit hierarchy for clients with oral motor or feeding goals.\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\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-2\" role=\"region\"\u003e\n\u003cul\u003e\n                    \u003cli\u003eColorful design engages children and supports a positive association with therapeutic straw drinking activities.\u003c\/li\u003e\n                    \u003cli\u003eDesigned specifically for use with the TalkTools Straw Kit to ensure accurate straw placement during clinical and home-based therapy.\u003c\/li\u003e\n                    \u003cli\u003eEffective with very young children through adults across a wide range of diagnoses and cognitive levels.\u003c\/li\u003e\n                    \u003cli\u003eSupports development of tongue retraction and controlled tongue movement as foundational oral motor skills.\u003c\/li\u003e\n                    \u003cli\u003eLightweight and easy to handle for therapist-guided implementation.\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\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-3\" role=\"region\"\u003e\n\u003cul\u003e\n                    \u003cli\u003eChildren and adults working on therapeutic straw drinking as part of oral motor development.\u003c\/li\u003e\n                    \u003cli\u003eClients with tongue protrusion or tongue thrust patterns affecting feeding and swallowing.\u003c\/li\u003e\n                    \u003cli\u003eClients with reduced tongue retraction or grading during drinking activities.\u003c\/li\u003e\n                    \u003cli\u003eSpeech-language pathologists implementing the TalkTools Straw Kit hierarchy.\u003c\/li\u003e\n                    \u003cli\u003eFeeding therapists addressing oral phase control and structured straw drinking skills.\u003c\/li\u003e\n                    \u003cli\u003eEarly intervention, private practice, school-based, and clinic settings.\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\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-4\" role=\"region\"\u003e\n\u003cul\u003e\n                    \u003cli\u003e1 x Lip Block\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-6\"\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-6\" role=\"region\"\u003e\n                \u003ctable class=\"product-details-table\"\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eUsed with\u003c\/td\u003e\n                        \u003ctd\u003eTalkTools Straw Kit (sold separately).\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eMaterial\u003c\/td\u003e\n                        \u003ctd\u003eBPA-free, FDA-compliant plastic (verify before publishing).\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eSafety\u003c\/td\u003e\n                        \u003ctd\u003eBPA-free, latex-free (verify before publishing).\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-7\"\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-7\" role=\"region\"\u003e\n\u003cul\u003e\n                    \u003cli\u003eBefore first use: Wash with mild soap and warm water; rinse thoroughly.\u003c\/li\u003e\n                    \u003cli\u003eAfter each use: Wash with mild soap and warm water, or clean with a medical-grade surface disinfectant.\u003c\/li\u003e\n                    \u003cli\u003eDo not autoclave or subject to boiling water.\u003c\/li\u003e\n                    \u003cli\u003eDo not use abrasive cleaners.\u003c\/li\u003e\n                    \u003cli\u003eAssign one Lip Block per client to ensure hygiene; do not share between clients without thorough disinfection.\u003c\/li\u003e\n                    \u003cli\u003eInspect before each use; dispose of at the first sign of cracking, discoloration, or deterioration.\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 at all times. Not for unsupervised use. 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\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).toString());\n            if (expanded) { panel.classList.remove('is-open'); } else { panel.classList.add('is-open'); }\n        });\n    });\n})();\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"TalkTools","offers":[{"title":"Red","offer_id":28471454729,"sku":"1142","price":2.0,"currency_code":"USD","in_stock":true},{"title":"Yellow","offer_id":28471454793,"sku":"1141","price":2.0,"currency_code":"USD","in_stock":true},{"title":"Blue","offer_id":28471454857,"sku":"1143","price":2.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1545\/7007\/files\/4_f0eac949-240a-42e7-aa57-6adecfb9f83b.jpg?v=1772809209"}],"url":"https:\/\/talktools.com\/collections\/straws-copy.oembed","provider":"TalkTools","version":"1.0","type":"link"}