As with all of our Ecoleaf paper products our toilet tissue is made from 100% recycled fibre sourced exclusively from the UK. It's produced from a mix of consumer and trade waste using chlorine-free processing. Ecoleaf toilet tissue is packaged in a paper wrap. The outer case is packaged in 30% post-consumer (PCR) wrap and is recyclable with other plastics. FSC certified - forests for all forever
/* 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;
}
}