Refill saves 39% plastic vs our 1.5L format
Easy use with pouring spout
A bigger size for family users and our commercial customers, or those customers who wish to refill their 1.5L at home, and reuse the packaging! Money savings versus our 1.5L size.
/* 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;
}
}