Container Size: 12x250ml Serving Size: 1 RTD (250ml) Amount Per Serving: Protein: 0g Carbohydrates: 11.2g Fat: 0g Salt: 0.2g Ingredients: Purified Sparkling Water, Beet Sugar, British Raspberry Juice (2,5%), Cloudy Lemon Juice from concentrate (2,5%), Herbal Extracts (Yuzu, Indian Gooseberry, natural caffeine from Green Coffee, Green Tea*), Natural Flavourings, Hymalayan 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;
}
}
/* 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;
}
}