"The original cultured beverage bursting with billions of gut-loving live cultures, a proper thirst quenching, sparkling, vegan water kefir.
- Pink Grapefruit & Lime - Pink Grapefruit & Lime close your eyes, picture sand, sea, and sun.. take a sip! The perfect balance of sharp, fruit and salt.
Raise a glass to your digestive system, the health-enhancing hero under your poncho.
Adios sugary fizzy drinks, The Madre will take it from here. "
/* 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;
}
}