A picnic in the park or ice-cold refreshment to-go? Sweet and fruity meets the gentle tartness of black tea to transform your water into ICE TEA Peach - without the sugar!
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;
}
}