eauYES is rich in naturally occurring minerals and electrolytes that support hydration and overall wellness - no artificial processing, no preservatives, no shortcuts. Just clean water, full of life - as nature intended water to be. From refreshing moments to positive experiences, our mission is to bring joy and intention to every sip - A better taste for life.
At eauYES, we believe hydration should be more than processed water - it should feel good, do good, and taste incredible. Our journey starts at the source: clean, untouched, naturally mineral-rich springs in the Mediterranean, carefully stewarded by our family for over 30 years. And it ends with you - energised, uplifted, and refreshed.
/* 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;
}
}