All Natracare tampons are made from only 100% organic cotton, as certified by the Soil Association, and are Totally Chlorine Free (TCF). They are also biodegradable, use recycled packaging and do not contain any lubricants, perfumes or synthetics. Applicator tampons are available in Regular or Super absorbencies and each pack contains 16 tampons
/* 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;
}
}