Mai Chai is the UK's first ready-to-drink Chai Tea Latte, crafted for modern, health-conscious consumers.
Made with a creamy oat milk base, it's plant-based, gluten-free, and vegan-friendly, offering a velvety texture and a perfectly balanced blend of warming spices. Each sip delivers an authentic chai experience, naturally sweetened with no artificial additives.
This Gen Z favourite is rich in antioxidants and functional health benefits, making it the ultimate on-the-go wellness drink.
/* 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;
}
}