Honeysticks Jumbos pastel Pack

$10.95 AUD $15.95 AUD

| /

1 item left

Easy 30 Day

Returns

7000+

Happy Customers

Eat Now, Pay Later

With Afterpay

Introducing our classic-sized crayons in beautiful beeswax colours! The perfect next step from Honeysticks Super Jumbos, Honeysticks Jumbos, in their unique pastel colourway, are designed for children who have developed their pencil grasp, with ‘regular’ (but not boring!) crayon length.  

  • 8 unique pastel colours: Get creative and explore! Our food-grade colours easily bond to the paper, poster or artboard. 
  • Designed for a developed grasp: Honeysticks Jumbo Crayons are designed for little artists who have a more developed pencil grip, making them perfect for finer art colouring and projects. Each Super Jumbo Crayon is 9.9cm long and 1.19cm thick. 
  • Natural + food-grade ingredients: Handmade using 100% pure New Zealand beeswax and food-grade pigments for colour. Non-toxic and safe for toddlers and children, with no paraffin wax or cheap fillers. 
  • Easy to hold, harder to break: Honeysticks Jumbo crayons are easy for small hands to hold but hard for small hands to break! Wrapped to help keep hands clean. 
  • Crafted with love in Aotearoa, New Zealand: Designed by families, for families. 

 

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