Naturally fermented drink brewed in Bristol with a fruit forward hit of sharp rhubarb, balanced with deep raspberry notes of hibiscus. Best served over ice sat on a tartan blanket in a summer meadow.
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;
}
}