Our kombucha is 100% raw, organic, vegan and ethically sourced We craft brew and traditionally ferment in the Calder Valley to ensure living kombucha culture in every bottle. Equinox Raspberry and Elderflower Organic Kombucha 750ml bottle is a delicious new addition to our kombucha range.
/* 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;
}
}