Kuwa is Japanese for mulberry and Matcha is Japanese for powdered tea. Clearspring sourced the finest quality organic mulberry leaves grown in Kagoshima, Japan where volcanic soils and humid climates make for ideal growing conditions. Once harvested the leaves are steamed, dried and ground into a fine, vibrant green powder.
Kuwa Matcha is naturally caffeine free and has a delicious mellow flavour that is smoother than traditional Matcha.
Just like traditional Matcha, Kuwa Matcha has been widely consumed for centuries in Japan.
/* 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;
}
}