Delicate and fresh tasting, our Biodynamic Darjeeling Green Tea is valued for its detoxifying and revitalising properties. Its unfermented leaves are only lightly steamed before being dried.
Ingredients: Organic Demeter Green Tea
Plastic-Free packaging with the pouch made from Natureflex biodegradable material.
/* 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;
}
}