Kick-start your day with a Clearspring organic, naturally concentrated, 100% Matcha Shot. A finely ground powder made from the finest green tea leaves, shade grown on a tea garden high in the hills of Uji, Kyoto, Japan.
With its vivid green colour and a slightly sweet, rich, smooth flavour it is the most prized among Japanese teas. Enjoy as a classic shot on its own with hot water, in a vanilla Matcha latte, a green smoothie or added to your favourite fruit juice for a special boost.
/* 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;
}
}