Soft & discreet, Dry & Light Incontinence Plus pads are the first of their kind; made from TCF, sustainable & natural materials free from SAP and perfumes.
The Plus style absorbency is suitable for stress-induced incontinence (SUI) for sensitive bladder, offering everyday 176 ml of protection.
Individually wrapped. Compostable & biodegradable, 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;
}
}