Discover our heavenly fragrant lip balms rich in natural oils, vegan, animal test free and environmentally friendly. Ben & Anna lip care is of course in plastic free packaging. The application is very simple: you can gently push the product up and then use as a lip balm. Simply put on the cap to lock.
/* 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;
}
}