An uplifting, caffeine free herbal infusion, oozing with goodness. This light and refreshing tea with that extra shot of ginger is our perfect way to start the day. Ingredients: Ginger (44%), Lemongrass (22%), Lemon Myrtle (10%), Lemon Peel (9%), Liquorice (6%), Dandelion Leaves (3%), Ginkgo Biloba (3%), Linden Blossom (3%)
/* 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;
}
}