Our eco fanciest rolls, soft and scrunchable and made from 100 per cent recycled paper.
50 per cent of profits to WASH charities. Over 9m GBP donated so far.
Double length, 1 of our rolls is 2 average rolls.
370 sheets per roll
No inks, dyes or scents
Plastic free packaging
FSC certified and BCorp certified
Case quantity is 16 single rolls to be sold individually. Each roll barcoded.
/* 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;
}
}