Each Water Junkie flavour is created using premium botanical extracts and sweeteners. Here's what makes our CBD drinks unique:
- 10mg of CBD per can (fully compliant with FSA guidelines)
- Cold-pressed CBD to maintain natural compound integrity and eliminate the need for a novel food licence
- Low-calorie, low-sugar options crafted with natural ingredients and health-forward flavours
/* 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;
}
}