Authentically brewed Kombucha with zingy sweet and sour Cherry & Blackberry, infused with 15mg of CBD to help you relax and feel naturally calm.
Full of live cultures, low in calories and 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;
}
}