Our eco friendly rolls are made from 100 per cent recycled paper.
50 per cent of profits to WASH charities. Over 9m GBP donated so far.
Mega length, 6 of our rolls is the same as 9 average rolls.
270 sheets per roll
No inks, dyes or scents
Plastic free packaging
FSC certified and BCorp certified
/* 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;
}
}