Coconut Hand Wash 5Ltr. Our 5 Litre Bottles are a bulk buy hand wash refill option that provides great value. This option offers a more sustainable way of reducing plastic waste with 100% recyclable packaging. Our hand wash is also vegan and cruelty-free, making it perfect for anyone wanting to be as kind to the planet as they are to their skin.
/* 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;
}
}