For everyday use, these curved natural panty liners are anatomically designed. Made with a certified organic cotton cover, and natural renewable materials.
Contains no plastics, perfumes or synthetics materials. They are Totally Chlorine Free (TCF). Biodegradable, compostable and suitable for vegans.
/* 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;
}
}