With the full-bodied combination of BLACKBERRY, blueberry and apple, Microdrink BLACKBERRY is as wholesome as it is refreshing - a year-round blend ripe enough to enjoy anywhere, anytime.
With waterdrop, you save 98% of plastic & CO2 compared to drinks in 500ml plastic bottles thanks to its minimal packaging. But that's not all! Thanks to our partnership with Plastic Bank, we also collect 2 plastic bottles from the environment for every bottle sold.
/* 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;
}
}