Our uniquely designed Sponge Cloths are durable
and 100 per cent plastic-free. They are perfect for wiping up spills, and add a
stylish touch to any kitchen. The four-pack ensures you are taking a
sustainable step towards reducing plastic waste, without compromising on
performance.
Machine washable up to 90 degrees!
/* 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;
}
}