Authentically brewed Kombucha with tropical Passionfruit & Guava, infused with 15mg of CBD to help you relax and feel naturally calm, whilst enjoying a refreshing, sparkling soft drink.
Full of live cultures, low in calories with no sweeteners or stevia.
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;
}
}