const tea_tools_list = [];
tea_tools_list.push({
"title": 'Turmeric Latte',
"stock_availability": 'true',
"handle": 'turmeric-latte',
"desc": 'A bold taste in a cup that you will feel nourished by a hot latte',
"image": '//www.teadrop.com.au/cdn/shop/files/2.png?v=1684909676'
});
tea_tools_list.push({
"title": 'Sticky Chai',
"stock_availability": 'true',
"handle": 'honey-spice-sticky-chai',
"desc": 'Made right in the heart of Melbourne, this artisanal chai brew is blended in small batches and infused with whole leaf black tea, authentic spices and red gum honey, sourced from the flourishing Redgum forests of Australia.',
"image": '//www.teadrop.com.au/cdn/shop/files/3.png?v=1684909676'
});
tea_tools_list.push({
"title": 'Organic Matcha',
"stock_availability": 'true',
"handle": 'organic-matcha-latte',
"desc": 'Coming right from the heart of the magical Shizuoka prefecture in Japan’s Tenryu Region, this single origin pure matcha is an elevated drinking experience.',
"image": '//www.teadrop.com.au/cdn/shop/files/1.png?v=1684909676'
});
tea_tools_list.push({
"title": 'Hot Chocolate',
"stock_availability": 'true',
"handle": 'drinking-chocolate',
"desc": 'Our premium drinking chocolate comes perfectly blended with the finest West African cocoa powder and raw Australian cane sugar for a melt-in-the-mouth drinking .experience',
"image": '//www.teadrop.com.au/cdn/shop/files/Untitled_design_c362664a-e239-4d4d-b94c-4479bd629d95.png?v=1684918628'
});
tea_tools_list.push({
"title": 'Chai Concentrate',
"stock_availability": 'true',
"handle": 'chai-concentrate',
"desc": 'Our Chai Concentrate is a slow brewed blend of whole leaf single origin black tea, fresh spices and kithul treacle; a traditional Sri Lankan ingredient known as the maple syrup of the East.',
"image": '//www.teadrop.com.au/cdn/shop/files/4.png?v=1684909676'
});
window.tea_tools_items = tea_tools_list;