Our unique chai blend includes vanilla and orange, enhanced with the amazing properties of Blue Spirulina.
* Chai spices have been shown to have numerous health benefits resulting from their antioxidant, anti-inflammatory and antibacterial properties
* We've added a little Blue Spirulina which contains phycocyanin, a compound high in antioxidants
* Phycocyanin has been shown to have a number of benefits, including anti-inflammatory properties and can aid with immune regulation
* Our recipe does not include black tea, so is caffeine-free
Simply add your milk of choice for a delicious alternative latte or frappe.
Dairy-free, gluten-free, refined sugar free and caffeine-free
/* Mark the container as a query container */
.image-container {
container-type: inline-size;
}
/* When the container’s width is at least 500px, apply a max-width style to the image */
@container (min-width: 500px) {
.image-container img {
max-width: 80%;
height: auto;
}
}