Say hola to the original cultured beverage!
Agua de Madre is a fermented lightly sparkling water kefir made from a natural probiotic culture discovered 2000 years ago on the Mexican Opuntia cactus. Bursting with billions of live cultures.
* Billions of Probiotic Live Cultures aiding Gut Health
* Vegan, Gluten Free, Caffeine Free, No Fake Sweeteners
* Female Founded
* 1% of Profits Donated to Woman Focused Charities
* Raised in East London.
/* 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;
}
}