Our Kombucha is 100% raw, organic, vegan and ethically sourced. We craft brew and traditionally ferment in the Calder Valley, Yorkshire to ensure living kombucha culture in every can. Our zesty Sicilian Lemon Kombucha is made with organic juice from hand-picked Siracusa lemons ripened by the Italian sun.
/* 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;
}
}