Recommended by gynaecologists to help to prevent thrush, bacterial vaginosis & perimenopausal dryness.
Zero plastic. Zero irritants. Biodegrades faster than a banana.
100% organic cotton topsheet and core. Certified organic by Soil Association Certification (DK14305) according to the Global Organic Textile Standard (GOTS).
/* 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;
}
}