TalkTools® Honey Bear Small
TalkTools® Honey Bear Small | Therapist-Controlled Straw Drinking Cup .tt-sensi-container { --primary-purple: #6361aa; --text-color: #333; --bg-plain: #f5f5f5; --warning-bg: #fff3c d; --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="false"] .tt-chevron { transform: rotate(180deg); } .tt-accordion-panel { overflow: hidden; max-height: 2000px; transition: max-height 0.3s ease, padding 0.3s ease; padding: 4px 0 20px 23px; } .tt-accordion-panel.is-closed { max-height: 0; padding: 0 0 0 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® Honey Bear Small The TalkTools Honey Bear Small is a therapist-controlled straw drinking cup that allows precise management of liquid flow into a child's mouth, making it a foundational tool for teaching straw drinking and developing oral motor skills. Its squeezable body and flexible straw let therapists deliver controlled liquid boluses to build lip rounding, tongue retraction, and straw drinking coordination. Widely used to support the transition from bottle feeding or sippy cup use to independent cup drinking, it comes with a replacement straw and the original TalkTools instruction booklet. For comprehensive clinical training on straw hierarchy programs, see TalkTools CEU courses. Key Benefits Therapist-controlled liquid delivery supports graded straw drinking practice without guesswork Flexible straw and squeezable body allow precise bolus control for safe, effective teaching Leak-proof lid prevents spills during therapy sessions and transport Effective tool for teaching lip rounding, tongue retraction, and straw drinking coordination Supports transition from bottle feeding or sippy cups to open cup and straw drinking Includes one replacement straw and an original TalkTools instruction booklet The go-to cup used by speech and feeding therapists around the world Ideal for: SLPs and feeding therapists teaching straw drinking in structured therapy Toddlers transitioning from bottle feeding or sippy cups to straw or open cup drinking Clients with autism spectrum disorder, cerebral palsy, Down syndrome, or low oral muscle tone Early intervention, NICU follow-up, school-based, and home feeding therapy settings Clients requiring therapist-controlled liquid bolus delivery for safe swallowing practice What's Included 1 x Honey Bear Small cup with lid 1 x Replacement straw 1 x TalkTools original instruction booklet Product Details Design Squeezable body with flexible straw for controlled liquid delivery Lid Leak-proof Dimensions Small size Dishwasher safe No Microwave safe No Care Instructions Wash by hand with warm soapy water before first use Wash by hand after each use; do not place in the dishwasher or microwave Clean the straw with a straw brush or syringe to remove residue Allow all components to air dry fully before reassembling Replace the straw as needed; spare replacement straws are available separately Warning: Use with adult supervision at all times during feeding activities. Not dishwasher or microwave safe. Inspect before every use and discontinue use 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.add('is-closed'); } else { panel.classList.remove('is-closed'); } }); }); })(); { "@context": "https://schema.org", "@type": "BreadcrumbList", "itemListElement": [ { "@type": "ListItem", "position": 1, "name": "Home", "item": "https://talktools.com" }, { "@type": "ListItem", "position": 2, "name": "Feeding Tools", "item": "https://talktools.com/collections/feeding-tools" }, { "@type": "ListItem", "position": 3, "name": "Cups & Drinking", "item": "https://talktools.com/collections/cups-drinking" }, { "@type": "ListItem", "position": 4, "name": "TalkTools Honey Bear Small", "item": "https://talktools.com/products/honey-bear-small" } ] } { "@context": "https://schema.org", "@type": "Product", "@id": "https://talktools.com/products/honey-bear-small#product", "name": "TalkTools® Honey Bear Small", "url": "https://talktools.com/products/honey-bear-small", "description": "A therapist-controlled straw drinking cup with squeezable body and flexible straw for precise liquid bolus delivery. Teaches lip rounding, tongue retraction, and straw drinking coordination. Supports transition from bottle feeding or sippy cup use to independent straw and cup drinking.", "image": "", "brand": { "@type": "Brand", "name": "TalkTools", "url": "https://talktools.com" }, "manufacturer": { "@type": "Organization", "name": "TalkTools", "url": "https://talktools.com" }, "category": "Speech Therapy Tools > Feeding Tools > Cups & Drinking", "keywords": "straw drinking, lip rounding, tongue retraction, bolus control, feeding therapy, oral motor, straw hierarchy", "audience": { "@type": "Audience", "audienceType": "Speech-Language Pathologists, Feeding Therapists, Occupational Therapists" }, "itemCondition": "https://schema.org/NewCondition", "offers": { "@type": "Offer", "priceCurrency": "USD", "availability": "https://schema.org/InStock", "url": "https://talktools.com/products/honey-bear-small", "seller": { "@type": "Organization", "name": "TalkTools", "url": "https://talktools.com" } }, "hasPart": [ { "@type": "Product", "name": "Honey Bear Small cup with leak-proof lid", "description": "Squeezable body with flexible straw for controlled liquid delivery" }, { "@type": "Product", "name": "Replacement straw", "description": "Spare flexible straw for the Honey Bear cup" }, { "@type": "Product", "name": "TalkTools instruction booklet", "description": "Original clinical guidance for Honey Bear straw therapy" } ] } { "@context": "https://schema.org", "@type": "MedicalDevice", "@id": "https://talktools.com/products/honey-bear-small#medicaldevice", "name": "TalkTools® Honey Bear Small", "url": "https://talktools.com/products/honey-bear-small", "description": "A therapist-controlled straw drinking cup used in feeding therapy to develop lip rounding, tongue retraction, and straw drinking coordination through graded liquid bolus delivery.", "manufacturer": { "@type": "Organization", "name": "TalkTools", "url": "https://talktools.com" }, "indication": [ { "@type": "MedicalIndication", "name": "Straw drinking development", "description": "Builds coordinated straw drinking through therapist-controlled bolus delivery" }, { "@type": "MedicalIndication", "name": "Feeding transition", "description": "Supports transition from bottle feeding or sippy cups to independent straw and cup drinking" }, { "@type": "MedicalIndication", "name": "Oral motor coordination", "description": "Develops lip rounding, tongue retraction, and swallowing coordination" } ], "relevantSpecialty": [ { "@type": "MedicalSpecialty", "name": "Speech-Language Pathology" } ], "guideline": { "@type": "MedicalGuideline", "guidelineSubject": { "@type": "MedicalEntity", "name": "Feeding therapy and straw drinking hierarchy" }, "guidelineDate": "2024", "evidenceOrigin": "TalkTools clinical therapy methodology" } } { "@context": "https://schema.org", "@type": "FAQPage", "url": "https://talktools.com/products/honey-bear-small", "mainEntity": [ { "@type": "Question", "name": "What is the Honey Bear Small used for in feeding therapy?", "acceptedAnswer": { "@type": "Answer", "text": "It delivers controlled liquid boluses to the child's mouth so the therapist can teach straw drinking mechanics — specifically lip rounding, tongue retraction, and coordinated swallowing — without relying on the child's own suction to initiate flow." } }, { "@type": "Question", "name": "What is included with the Honey Bear Small?", "acceptedAnswer": { "@type": "Answer", "text": "Each unit comes with the cup with leak-proof lid, one replacement straw, and the original TalkTools instruction booklet." } }, { "@type": "Question", "name": "How does the Honey Bear Small differ from the original Honey Bear?", "acceptedAnswer": { "@type": "Answer", "text": "The Small is sized for younger or smaller clients and is commonly used in early intervention and NICU follow-up settings. The original Honey Bear is a larger cup suitable for older children and adults." } }, { "@type": "Question", "name": "Who is the Honey Bear Small most appropriate for?", "acceptedAnswer": { "@type": "Answer", "text": "Toddlers and young children working with an SLP or feeding therapist on straw drinking, particularly those with autism spectrum disorder, cerebral palsy, Down syndrome, or low oral muscle tone." } }, { "@type": "Question", "name": "Can a caregiver use this at home?", "acceptedAnswer": { "@type": "Answer", "text": "Yes, with therapist guidance. The included instruction booklet outlines carryover activities. Always use under adult supervision during feeding activities." } }, { "@type": "Question", "name": "How do you clean the Honey Bear Small?", "acceptedAnswer": { "@type": "Answer", "text": "Hand wash with warm soapy water after every use. Clean the straw with a straw brush or syringe to remove residue. Do not use the dishwasher or microwave." } }, { "@type": "Question", "name": "Is the Honey Bear Small dishwasher or microwave safe?", "acceptedAnswer": { "@type": "Answer", "text": "No. Hand washing only. Dishwasher and microwave use may damage the cup or straw." } }, { "@type": "Question", "name": "Does TalkTools offer training on how to use the Honey Bear in a straw hierarchy?", "acceptedAnswer": { "@type": "Answer", "text": "Yes. TalkTools offers CEU courses covering the full straw drinking hierarchy, available both in-person and as online self-study at talktools.com/collections/courses." } } ] }