Brewed with organic sencha green tea, vibrant lemon myrtle, earthy turmeric root and a healthy dose of herbal echinacea and adaptogenic ashwagandha. Tasting Notes: Fresh herbal green tea, with a slight hint of umami, accented with bright citrussy lemon and an earthy base note.
/* 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;
}
}