We live in an overstimulated age where it's not easy to be present in the moment. We bring the benefits of CBD to the world through out first class sparkling fruit & botanical drinks. Elderflower & Hops contains 40 calories, less than 4% sugar, is all natural and vegan. Our Elderflower & Hops has recently been awarded a Great Taste Award. "A good depth of fruity flavours with a refreshing and natural sweetness." Great Taste Awards judge
/* 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;
}
}