- Flavoured sparkling alpine water
- 330ml ready to drink can
- BPA free cans
- Made using 75% recycled aluminium
- No added sugar, sweeteners or artificial flavours
- HFSS compliant
- Less than 7 calories and 1.2g of sugar per can
Apple, meet elderflower. Elderflower, this is apple. These two have gotten together in crisp Alpine water to create a refreshing taste. If it could talk, our water would say, "I 'm not sweet. There's no artificial anything - and I come in an eco-friendly can." We did add bubbles, because you deserve nice things.
/* 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;
}
}