TalkTools® Bite Tube Set
TalkTools® Bite Tube Set .tt-sensi-container { --primary-purple: #6361aa; --text-color: #333; --bg-plain: #f5f5f5; --warning-bg: #fff3cd; --warning-border: #ffeeba; --warning-text: #856404; --border-light: #ddd; --hover-bg: #eeecf7; font-family: "Proxima Nova", "Poppins", sans-serif; line-height: 1.6; color: var(--text-color); background-color: var(--bg-plain); margin: 0; padding: 0; width: 100%; max-width: 100%; box-sizing: border-box; } .tt-sensi-container *, .tt-sensi-container *::before, .tt-sensi-container *::after { box-sizing: border-box; } .tt-sensi-content { width: 100%; padding: 40px 20px; } .tt-sensi-intro { margin-bottom: 10px; } .tt-sensi-intro p { margin-bottom: 15px; } .tt-sensi-container a { color: var(--primary-purple); text-decoration: underline; } .tt-sensi-container a:hover { opacity: 0.75; } .tt-sensi-page-header { border-bottom: 3px solid var(--primary-purple); margin-bottom: 24px; padding-bottom: 15px; } .tt-sensi-page-header h1 { color: var(--primary-purple); font-size: 2.2em; margin: 0; font-weight: 700; } .tt-static-item { border-bottom: 1px solid var(--border-light); } .tt-static-header { display: flex; align-items: center; padding: 18px 0 18px 18px; border-left: 5px solid var(--primary-purple); margin-top: 8px; } .tt-static-header h2 { color: var(--primary-purple); font-size: 1.4em; font-weight: 600; margin: 0; line-height: 1.3; } .tt-static-panel { padding: 4px 0 20px 23px; } .tt-static-panel ul { margin: 10px 0 0 0; padding-left: 20px; } .tt-static-panel li { margin-bottom: 9px; } .tt-accordion-item { border-bottom: 1px solid var(--border-light); } .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; } .tt-accordion-toggle:hover, .tt-accordion-toggle:focus-visible { background-color: var(--hover-bg); outline: none; } .tt-accordion-toggle h2 { color: var(--primary-purple); font-size: 1.4em; font-weight: 600; margin: 0; line-height: 1.3; } .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); } .tt-accordion-toggle[aria-expanded="true"] .tt-chevron { transform: rotate(180deg); } .tt-accordion-panel { overflow: hidden; max-height: 0; transition: max-height 0.3s ease, padding 0.3s ease; padding: 0 0 0 23px; } .tt-accordion-panel.is-open { max-height: 2400px; padding: 4px 0 20px 23px; } .tt-accordion-panel ul { margin: 10px 0 0 0; padding-left: 20px; } .tt-accordion-panel li { margin-bottom: 9px; } .tt-sensi-container .product-details-table { width: 100%; border-collapse: collapse; margin: 10px 0 0 0; } .tt-sensi-container .product-details-table td { padding: 12px 10px; border-bottom: 1px solid var(--border-light); vertical-align: top; } .tt-sensi-container .product-details-table td:first-child { font-weight: 600; width: 38%; color: var(--primary-purple); } .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; } @media (max-width: 768px) { .tt-sensi-page-header h1 { font-size: 1.6em; } .tt-accordion-toggle h2, .tt-static-header h2 { font-size: 1.2em; } .tt-sensi-container .product-details-table td:first-child { width: 45%; } .tt-sensi-content { padding: 20px 15px; } } TalkTools® Bite Tube Set The TalkTools® Bite Tube Set provides a graduated hierarchy of four bite tools used to assess jaw skill levels and progressively improve jaw stability, symmetry, and grading. As clients advance through the hierarchy, the skills acquired transfer to improved speech clarity, safer chewing, and greater feeding independence. Therapy Goals Assess jaw strength, symmetry, and grading using a four-level bite hierarchy Improve jaw stability and symmetry through structured, progressive bite tube resistance Build jaw grading skills that transfer to functional chewing and safe food intake Provide temporomandibular joint (TMJ) stimulation as a therapeutic alternative to negative oral habits such as teeth grinding, thumb sucking, and pacifier use Support speech clarity improvements by developing the jaw control needed for oral placement tasks Key Benefits Four-tool graduated hierarchy provides a clear progression path for jaw skill development Addresses jaw stability, symmetry, and grading within a single structured kit Promotes speech clarity by building the jaw control underpinning oral placement therapy Useful as an alternative to negative oral habits including teeth grinding and pacifier dependency Includes original TalkTools instruction booklet for protocol guidance FDA compliant, BPA-free, latex-free Ideal for: Speech-language pathologists (SLPs) addressing jaw grading for speech clarity Feeding therapists targeting chewing safety and jaw symmetry in children and adults Occupational therapists (OTs) working on oral sensorimotor skills and TMJ stimulation Clients with autism spectrum disorder, cerebral palsy, Down syndrome, or hypotonia Early intervention, school-based, and private practice settings implementing OPT jaw hierarchies What's Included 1 x Red Bite Tube 1 x Yellow Bite Tube 1 x Purple Chewy 1 x Green Chewy 1 x TalkTools original instruction booklet Product Details Material Food-safe, BPA-free thermoplastic elastomer (TPE); FDA compliant Safety and compliance FDA compliant; BPA-free, latex-free, lead-free, phthalates-free Care Instructions Before first use, clean all bite tubes with warm soapy water and rinse thoroughly After each use, clean with warm soapy water; rinse and air dry Dishwasher safe on the top rack Avoid harsh abrasives or chemical solvents Inspect each bite tube before every use; replace at the first sign of deterioration, cracking, or tearing Warning: 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. (function () { var toggles = document.querySelectorAll('.tt-accordion-toggle'); toggles.forEach(function (toggle) { toggle.addEventListener('click', function () { var expanded = this.getAttribute('aria-expanded') === 'true'; var panelId = this.getAttribute('aria-controls'); var panel = document.getElementById(panelId); this.setAttribute('aria-expanded', !expanded); if (expanded) { panel.classList.remove('is-open'); } else { panel.classList.add('is-open'); } }); }); })();
More you might like
Related
TalkTools® Bite tube set
Related
TalkTools® Bite Tube - Red
Related
TalkTools® Bite Tube - Yellow
Related