PRODUCT OF THE MONTH!---------------- AG1 Athletic Greens - Australian Review: Pros, Cons, Price, & Taste

Specialty Latte Mix Reviews

The Best Latte Blends & Coffee Alternatives Available:

A specialty latte can be anything from your more classic turmeric latte, chai latte or matcha latte blends, right through to your more exotic pumpkin spice latte, taro latte, broccoli latte and mushroom lattes!

Often referred to as a 'coffee alternative', most specialty lattes are typically nutritionally-dense, packed with flavour and offering a suite of different health benefits. 

They are usually super versatile and easy to prepare - working great both hot and iced, or alternatively, just as easy to throw into smoothies, juices, baking and desserts.

Check out our favourite specialty latte blends below!

6 products
// This script prevents Google from indexing Table of Contents fragment URLs while keeping TOC navigation functional document.addEventListener("DOMContentLoaded", function() { // Check if Googlebot is crawling let isGooglebot = /Googlebot/i.test(navigator.userAgent); if (isGooglebot) { // If Googlebot, remove the fragment from TOC links document.querySelectorAll("a[href*='#ruffruff-table-of-contents-item']").forEach(function(link) { let cleanUrl = window.location.href.split("#")[0]; // Get main URL without fragment link.href = cleanUrl; // Set TOC links to main page URL for Googlebot }); } });