Lo Bros Kombucha is a delicious and refreshing living drink. We use authentic fermentation to craft brew delicious, healthier organic soft drinks with vibrant flavours that are naturally low in sugar and alive with living cultures - so when you drink it you feel the aliveness too!
- 100% Natural ingredients
- Low in sugar
- Packed full with millions of live cultures
- Vegan
/* 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;
}
}