- 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
If our CANS Cherry flavour could talk, it would say, "I'm not sweet. There's no artificial anything - and I come in an eco- friendly can." Just pure Alpine water, a hint of fresh cherries, and a few playful bubbles that, truth be told, can't wait to give your nose a little tickle.
/* 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;
}
}