40 litre compostable bin bags, third party certified as 100% industrial compostable.
The bags are also suitable for home composting, minus the tie part.
Our Compostable bin bags will start to decompose within 8 to 12 weeks
No harmful microplastics or plastic residue is left behind
Completely earth-friendly and environmentally friendly
Made from non-edible organic materials - nothing is wasted
Packaged in a recycled and recyclable box for shipment
/* 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;
}
}