Deliciously purple and reviving!
This fruity blend of nutrient rich herbs can be enjoyed any time of the day. Purple and rich in berries with the added magic of echinecea to sweep you off your feet. Ingredients: Hibiscus (70%), Elderberries, Juniper Berries, Liquorice, Rosehip, Echinacea Root
/* 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;
}
}