TalkTools® Horn Kit
TalkTools® Horn Kit .tt-sensi-container { --primary-purple: #6361aa; --text-color: #333; --bg-plain: #f5f5f5; --warning-bg: #fff3cd; --warning-border: #ffeeba; --warning-text: #856 404; --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: 2000px; 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® Horn Kit The TalkTools® Horn Kit is a structured set of twelve graduated horns designed to develop oral airflow, lip rounding, jaw grading, and breath support for speech production. Used as part of an Oral Placement Therapy (OPT) program, the kit provides a systematic hierarchy that progresses clients through increasingly challenging oral-motor tasks. Therapy Goals Develop sustained, controlled oral airflow for speech sound production Improve lip rounding and lip seal strength through graduated resistance Build jaw grading and jaw stability during oral-motor tasks Increase breath support and respiratory control for connected speech Support phoneme development for bilabials, labiodentals, and rounded vowels Key Benefits Complete hierarchy of 12 horns in a single kit for seamless progression Each horn targets a specific combination of lip rounding, jaw grading, and airflow duration Color-coded horns make it easy to track client progress through the hierarchy Designed for use within the TalkTools OPT program with detailed hierarchy protocols Suitable for children and adults across a range of speech and oral-motor diagnoses Made in the USA BPA-free and latex-free Ideal for: Children and adults with speech sound disorders involving airflow and lip rounding Clients with childhood apraxia of speech (CAS), dysarthria, or oral-motor weakness SLPs implementing Oral Placement Therapy (OPT) or oral-motor approaches to speech Clients with Down syndrome, cerebral palsy, or other neurological conditions School-based, early intervention, and private practice settings What's Included 1 x Horn #1 1 x Horn #2 1 x Horn #3 1 x Horn #4 1 x Horn #5 1 x Horn #6 1 x Horn #7 1 x Horn #8 1 x Horn #9 1 x Horn #10 1 x Horn #11 2 x Horn #12 1 x Product Manual Product Details Material BPA-free, latex-free plastic Safety BPA-free, latex-free Made in USA Program Part of the TalkTools Horn Hierarchy within Oral Placement Therapy (OPT) Referenced in “Oral Placement Therapy for Speech Clarity and Feeding” by Sara Rosenfeld-Johnson, MS, CCC-SLP Care Instructions Before first use, clean all horns with soap and warm water After each use, clean promptly with soap and warm water Not dishwasher safe and not autoclave safe Avoid harsh abrasives Do not share horns between clients without thorough cleaning Inspect before each use and discard any horn at the first sign of cracking, discoloration, or deterioration Caution: Adult supervision is required when using the Horn Kit. Intended for use as part of the TalkTools Horn Kit program and associated hierarchy under the guidance of a qualified therapist. (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® Bubble Kit
Related
TalkTools® Straw Kit
Related
TalkTools® Bubble Kit
Related