BBOX Chill and Fill Teether

$22.95 AUD

| /

3 items left

Easy 30 Day

Returns

7000+

Happy Customers

Eat Now, Pay Later

With Afterpay

Introducing our chill + fill sensory teether. Offering a unique refillable teether to provide refreshing relief to teething tots from 3 months. Keep teether chilled in the fridge, then simply add an ice cube and cold water for cooling relief to inflamed, achy baby gums. Soft, food grade silicone bunny head and ears reach all areas of mouth safely.

Silicone is textured for varied sensations, providing massaging relief as teething baby chews and explores. And parents are in control of what fills the teethers, no more toxic gels and other nasties. Solid base handle is easy for little hands to grasp from any direction and allows the teether to stay upright when placed on a flat surface keeping it clean and hygienic.

Teether top is made from non-toxic, food grade silicone and base from food grade PP. Dishwasher safe (top rack only). Do not microwave sterilise.

Customer Reviews

Be the first to write a review
0%
(0)
0%
(0)
0%
(0)
0%
(0)
0%
(0)
.product_desc ul, .product_desc li, .product_text ul, .product_text li { font-size: 16px; line-height: 1.6; margin-bottom: 0.5em; list-style-type: disc; list-style-position: inside; }
import { axios } from "@pipedream/platform" export default defineComponent({ props: { shopify: { type: "app", app: "shopify", } }, async run({steps, $}) { const data = { "query": `{ shop { id name email } }`, } return await axios($, { method: "post", url: `https://${this.shopify.$auth.shop_id}.myshopify.com/admin/api/2024-04/graphql.json`, headers: { "X-Shopify-Access-Token": `${this.shopify.$auth.oauth_access_token}`, "Content-Type": `application/json`, }, data, }) }, }) import { axios } from "@pipedream/platform" export default defineComponent({ props: { relevance_ai: { type: "app", app: "relevance_ai", } }, async run({steps, $}) { return await axios($, { method: "post", url: `https://api-${this.relevance_ai.$auth.region}.stack.tryrelevance.com/latest/agents/list`, headers: { "authorization": `${this.relevance_ai.$auth.project}:${this.relevance_ai.$auth.api_key}`, }, }) }, })