Ultra thin pads now with certified organic cotton top sheet for improved natural softness and comfort. Over 93% biodegradable & over 75% renewable. Totally Chlorine Free, & free from plastics, perfumes and synthetics. Available in Regular, Super & Long - all with wings, and also Super Plus without wings
/* 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;
}
}