Container Size: 330ml Serving Size: 1 can (330ml) Amount Per Serving: Protein: 0g Carbohydrates: 14.9g Fat: 0g Salt: 0.3g Ingredients: Sparkling Water, Beet Sugar, Fruit Sugar, Lime Juice(4%) and Lemon Juice (4%) from concentrate, Herbal Extracts (Acerola, Lime, Mint (0,03%), Caffeine from Green Coffee, Green Tea), Natural flavourings, electrolytes from Himalayan Rock Salt. Please Note: Nutritional facts and ingredients may vary slightly between flavours.
/* 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;
}
}
/* 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;
}
}