Our tea tools ensure the perfect brew everytime
const tea_tools_list = [];
tea_tools_list.push({
"title": 'Tea Maker',
"stock_availability": 'true',
"handle": 'tea-maker',
"desc": 'Our Tea Maker is the perfect tool for brewing your fave teas. Watch as the tea leaves unfurl, the colour of the brew & the flavour profiles that emerge.',
"image": '//www.teadrop.com.au/cdn/shop/files/Untitled_design_11_14a41c60-0e59-49b3-9aae-9addd07a8c53.jpg?v=1666243591'
});
tea_tools_list.push({
"title": 'Brew Stick',
"stock_availability": 'true',
"handle": 'brew-stick',
"desc": 'Like to jiggle it? This brew stick offers all sophistication of loose-leaf with the humble convenience of a tea bag.',
"image": '//www.teadrop.com.au/cdn/shop/files/Untitled_design_12_d32315ff-f5cc-41b3-a573-df847e01e5f5.jpg?v=1666243959'
});
tea_tools_list.push({
"title": 'STORAGE TINS',
"stock_availability": 'true',
"handle": 'storage-tin-sky-blue',
"desc": 'Perfect for storing all your favourite blends, tea bags and loose leaf, our colourful tea containers truly make a statement.',
"image": '//www.teadrop.com.au/cdn/shop/files/Untitled_design_13_09bbf1e0-8905-4827-b61f-939abe257d60.jpg?v=1666244424'
});
tea_tools_list.push({
"title": 'Ming Infuser Mug',
"stock_availability": 'true',
"handle": 'red-ming-infuser-mug',
"desc": 'What better way to keep you energized during your working day, than to keep this handy mug on your desktop to mix and match your favourite brews?',
"image": '//www.teadrop.com.au/cdn/shop/files/Untitled_design_14.jpg?v=1666244604'
});
tea_tools_list.push({
"title": 'Travel Mug',
"stock_availability": 'true',
"handle": 'pao-thermo-mug-slim-rose-beige',
"desc": 'For the Tea Lovers who never sit still. From work, to the gym, to everywhere in-between.',
"image": '//www.teadrop.com.au/cdn/shop/files/Untitled_design_15_2f0d32ff-104a-4272-8854-2765dd08e807.jpg?v=1666244936'
});
window.tea_tools_items = tea_tools_list;