A classic and refreshing herbal tea made from high-quality green tea leaves. 100% natural ingredients. Green tea contains compounds called catechins, which have been shown to have potent antioxidant properties and may help to reduce the risk of disease. Additionally, green tea may help to boost metabolism, improve brain function, and promote healthy ageing. 100% natural ingredients infused with tradition.
/* 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;
}
}