This latte is a pink powerhouse! With delicate tones of beetroot and a touch of warming ginger it makes the perfect latte to give a boost to your day.
* Beetroots are one of the richest sources of glutamine, an amino acid essential to the health and maintenance of our gut
* Beetroots have been ranked as one of the 10 most potent antioxidant vegetables due to their betalain content
* Loved by athletes, beetroot may support exercise endurance and improve performance as their nitrate content helps to bring more oxygen to the muscle
* Ginger is loaded with antioxidants, compounds that prevent stress and damage to your body's DNA
Simply add your milk of choice for a delicious alternative latte or frappe.
Dairy-free, gluten-free and refined sugar 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;
}
}