Proudly recognised with a 2-star Great Taste Award in 2024, this naturally delicious drink is crafted with over 30% real fruit juice and sweetened with stevia, a natural plant-based sweetener. Bursting with the juicy sweetness of ripe mangoes, the tangy zest of passion fruit and a twist of lime.
/* 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;
}
}