Made from sustainable, biodegradable bamboo, our NEW pads with bamboo lining and core are bringing the bamboo revolution to period care.
The Cheeky Panda's pads are designed with a soft bamboo lining and the UK's first sustainable bamboo core. We've ditched the harmful, non-biodegradable stuff to bring you a more natural and comfortable way to stay fresh and confident.
Our pads have got you covered, so you can go about your day stress-free!
/* 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;
}
}