Ethical still water, 750ml sports cap - great for on the go and keeping hydrated.
Through sales of One water, you are helping fund clean water projects in Africa.
In the last 20 years, over 30 million pounds has been raised changing the lives of over 5 million people.
One water is a founding BCorp member. Sustainability has always been at the heart of what we do.
Our bottles are made from rPET (not cap/label but we are working on it) and 100 percent recyclable.
Bottled in the UK, Wales.
/* 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;
}
}