The Greener Cleaner high performance environmentally friendly bottle brush with durable fibres is a great way to clean all types of bottle.
Made from 100% recycled plastic using our patented technology. Dishwasher safe. Hang hole for convenient storage.
- Removes grime with tough bristles
- Soft bristles for glass & bottles
- Small head for all size apertures
- Long handle for easy access
- 1 year dishwasher guarantee
/* 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;
}
}