Clearspring Organic Matcha Sencha is a harmonious blend of Japanese
Sencha, married with distinctly rich and exquisite ceremonial Matcha.
Specially created by our Japanese 3rd generation expert tea producers
using only the finest Organic green tea leaves, it delivers the perfect
balance of flavours, being both uplifting and soothing, to be enjoyed at
any time of the day.
Our best selling Matcha Sencha is now available in loose tea!
/* 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;
}
}