Nature's most perfect water, ideal for most demanding Health Conscious People
- unique smooth, clean taste, no aftertaste, courtesy of the spring water's pure composition
- naturally nitrates FREE
- very low sodium levels, recommended for people with high blood pressure and low sodium diets
- natural Minerals (electrolytes); nearly 24% of an adult's daily needs in Calcium and 16% in Magnesium per Liter
- natural bicarbonates, stimulating both digestion and metabolism
/* 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;
}
}