These Overnight pads are made with a 100% certified organic cotton top sheet with a combed and carded 100% cotton core, which is naturally more absorbent. The pads have a leak proof, yet breathable, eco-material backing. They are extra-long with wings for stay-in-place protection.
Individually folded and wrapped in recycled plastic. Certified organic by GOTS, ICEA and VEGAN OK
Plastic use is offset through earth and ocean plastic clean-up through a unique partnership with Plastics for Change.
/* 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;
}
}