TalkTools Cut-Out Cups (New & Improved) .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-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 Cut-Out Cups (New & Improved) The TalkTools Cut-Out Cups allow clients to drink without requiring head or neck extension, making them essential for feeding therapy with individuals who have postural or motor challenges. The generous open cut-out design gives therapists and caregivers a clear view of lip and tongue movement during drinking, and new volume markings on the sides make tracking fluid intake simple. A fun smiley face on the bottom of each cup adds an engaging element for pediatric clients. Therapy Goals Facilitate drinking without compensatory head or neck extension Promote active lip and tongue engagement during cup drinking Support jaw stability and graded jaw movement during liquid intake Enable therapist monitoring of lip seal, tongue positioning, and bolus management Build independent drinking skills across a range of liquid volumes Key Benefits Open cut-out design eliminates the need for head or neck extension Flexible material stimulates the lips and cheeks during use Generously open front allows clear visual monitoring of lip and tongue movement Volume markings on the sides allow precise tracking of fluid intake Available in three sizes to match client ability and oral cavity size Smiley face on cup bottom makes therapy more engaging for children Ideal for: Clients with cerebral palsy, Down syndrome, or low oral motor tone Individuals with postural challenges who cannot achieve head extension for drinking Infants and toddlers transitioning from bottle or breast to cup Clients with autism or sensory processing disorders working on cup drinking SLPs, OTs, and feeding therapists across pre-feeding, early intervention, and school-based settings What's Included Cut-Out Cups available in three sizes: Large (8 oz), Medium (3 oz), and Small (1.5 oz). Select size at checkout. Product Details Material Flexible BPA-free plastic Sizes Large 8 oz | Medium 3 oz | Small 1.5 oz Features Volume markings; smiley face on cup base Free of BPA, PVC, latex, phthalates, and lead Care Instructions Wash thoroughly before first use with warm soapy water. Clean after each use with warm soapy water or place in the dishwasher (verify dishwasher safety before publishing). Do not use abrasive scrubbers or harsh chemical cleaners. Inspect cup before each use. Discontinue use and dispose of properly at the first sign of cracking or deterioration. Instructions for Use Seat client in a stable, upright position. Fill cup with preferred liquid. Hold cup with dominant hand. Support client's jaw with non-dominant hand if needed. Place cup on the lower lip (under the tongue if the tongue is protruded). Tilt cup to allow one sip of liquid at a time. Warning: Adult supervision required during all feeding and drinking activities. For more guidance on how to use this product in a therapy program, see TalkTools Courses and Workshops. (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'); } }); }); })();