One part sponge, one part cloth and three parts marvelous, these babies are a reusable (and washable!) paper towel alternative. They're perfect for soaking up spills or wiping down appliances and countertops. Your cleaning game is forever changed.
Dream Cloths last for a really, really long time (really!). Just toss it in the washing machine or dishwasher to clean every once in a while.
Made from 70% cellulose and 30% repurposed cotton.
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;
}
}