BBOX Baby Bath Brush

$11.95 AUD

| /

1 item left

Easy 30 Day

Returns

7000+

Happy Customers

Eat Now, Pay Later

With Afterpay

A gentle solution for bathing baby, our adorable fox baby bath brush + sponge is a baby care essential! Oh-so-soft silicone bristles on one side assist with the gentle removal of cradle cap, softening and exfoliating baby's scalp.  

On the reverse, a replaceable non-toxic sponge is suitable for everyday use. The perfect partner to our b.box body range, the baby bath brush + sponge is the ideal compliment when used with cleanse, soothe + nourish to help bathe and nurture your little one. 

The soft touch brush promotes bonding through massage, while the fun fox character encourages communication and storytelling. When bath time is over, simply remove the sponge from the fox brush and attach the suction cup tail to a clean flat surface to drain and dry. Replaceable sponges available separately.

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