Honeysticks Bath Crayons

$14.95 AUD $22.95 AUD

| /

2 items left

Easy 30 Day

Returns

7000+

Happy Customers

Eat Now, Pay Later

With Afterpay

 

BATH CRAYONS FOR KIDS | NATURAL & NON-TOXIC | TRIANGLE DESIGN | 10 PACK | CREATIVE BATH TIME TOYS | ECO-FRIENDLY & PLASTIC-FREE | MADE FROM BEESWAX | MADE IN NEW ZEALAND 

Crafted from a soothing blend of 100% pure New Zealand beeswax and soy wax, Honeysticks Bath Crayon Triangles are the perfect first bath crayons for toddlers and young kids. Lovingly handmade in New Zealand using only natural, food-grade ingredients and colourants, these non-toxic bath crayons are a safe and eco-friendly alternative to conventional bath toys.

Each chunky triangle-shaped crayon is specially designed to help little hands grip easily and draw confidently on wet surfaces like tiles, tubs, or shower walls. With 10 vibrant colours, children can express their creativity, explore colour play, and make bath time a sensory-rich adventure they’ll look forward to every day.

Packaged plastic-free and sustainably, these Bath Crayon are a thoughtful gift for eco-conscious families and curious kids alike.

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