Boost your washing up game with our fair trade gloves, perfect for all household and garden tasks. Biodegradable
100% plastic free and biodegradable
One of the first natural rubber household gloves to market in the UK that have passed the biodegradability test (in accordance with ISO 14855-1:2005)
Our gloves feel lighter than, but work just as well as, other household gloves on the market because they have been specially developed to biodegrade
/* 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;
}
}