A lightly sparkling Gut Lovin' kombucha with apple, elderflower, full of living cultures, antioxidants and immune-boosting vitamins.
Low in calories and with no sweeteners or stevia.
Great Taste Award Winner 2021
All our drinks are ambient, and can be stored at room temperature for 12 months.
/* 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;
}
}