Enrich your daily routine with our 100% biodegradable make up remover wipes made from bamboo, not the same type that pandas eat, phew! Say bye, bye to panda eyes and hello to a sustainable planet.
The Cheeky Panda make up wipes are infused with 99% purified water woven with an embossed pattern to help you remove the most suborn make up. Proudly certified vegan and dermatologically tested on sensitive skin. Sustainability never felt so good!
/* 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;
}
}