Mai Matcha is the UK's first ready-to-drink ceremonial matcha latte infused with chai-and we believe it's the best-tasting matcha on the market.
From farm to can, we source our ceremonial-grade matcha directly from Japan, ensuring a smooth, naturally sweet, and vibrant matcha experience. Blended with gluten-free oat milk and a hint of warming chai spices, it's rich, creamy, and perfectly balanced with a delicate vanilla finish. All-natural, packed with antioxidants and no artificial nasties.
/* 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;
}
}