Lo Bros Cola is made using a blend of kombucha and raw apple cider vinegar. Inspired by an original 1878 recipe, we infuse our Cola with botanical spices and citrus extracts to deliver a classic Cola taste. Lo Bros Cola is a delicious and refreshing beverage with 50+ million living cultures in every bottle - so when you drink it you feel the aliveness too.
? 100% Natural Ingredients
? Low Sugar
? Packed full of live cultures
/* 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;
}
}