A sparkling light kombucha drink with ripe raspberries and floral elderflower. Best served in a summer's garden with lots of sun.
Consciously balanced to be lighter in acidity than a typical booch, our kombucha drinks are brewed in Bristol with organic green tea and organic raw cane sugar.
Certified Organic
Low calories
Probiotic live cultures
All natural
Non-alcoholic
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;
}
}