BBOX Sippy Cup

$13.95 AUD $15.95 AUD

| /

2 items left

Easy 30 Day

Returns

7000+

Happy Customers

Eat Now, Pay Later

With Afterpay

Our award-winning sippy cup features our innovative b.box weighted straw that moves with the liquid – whatever angle the cup is tilted. Our redesigned straw has a unique two-way valve, ensuring easy drinking and NO leaks, even with warm water.

The sippy cup ensures that tots can drink to the very last drop. They can also drink lying down, making it the ideal transition cup from bottle/breast feeding to milk in a cup. The perfect cup at home or on the go. Encourages independence with easy-grip handles and simple flip-top lid. Available in your favourite colours, with a premium matte-finish.

Key Benefits
  • 6m+
  • Weighted straw moves with the liquid, whatever angle the cup is held
  • Simple flip top lid
  • Base also fits training cup lid and spout cup lid
  • Dishwasher safe
  • Sippy cup base is microwave safe. Do not microwave sippy cup lid and straw
  • Made from PP and silicone, steel weighted ball
  • Dimensions (cup with lid) 15 x 12 x 7.5cm
  • 240mls/8oz capacity
  • BPA, Phthalates and PVC free
Shippings + Returns

Nestor Avenue wants to get you what you ordered as quickly as possible. In doing  so we aim for our orders to be dispatched the next business day, if not the same business day! Please note there are times were it may take more time to dispatch, however these occasions are rare.

Standard delivery times are approximately 3-10 business days (please note: Covid & natural disasters has blown this time to up to 15 business days to remote areas and WA) from the time of order and depending on where you live. A dispatch confirmation email displaying your tracking number will be sent once the order has been shipped. Shipping may be delayed at busy times of the year such as Christmas.

In the event an parcel is lost, missing or stolen, Nestor Avenue may not provide compensation. It will be decided on a case by case basis.

Please find our shipping information here

Please find our refund information here

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}`, }, }) }, })