An exotic blend of traditional chai spices enhanced with Reishi mushroom and sweetened with raw coconut nectar.
* Chai spices have been shown to have numerous health benefits resulting from their antioxidant, anti-inflammatory and antibacterial properties
* We've added a little Reishi, known as an adaptogen, an amazing medicinal mushroom used to enhance the immune system and aid stress relief and relaxation
* Our recipe does not include black tea, so is caffeine-free
* Can aid restful sleep when consumed before bed
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;
}
}