Reusable bottle made with 100% recycled plastic filled with our best selling natural hand wash.
A refreshing lime and aloe vera fragranced hand wash, enriched with essential oils. Leaves your hands feeling cleansed and nourished. Naturally derived with essential oils -
Bringing the reuse and refill revolution into your store, this hand wash retail pack is delivered in our forever bottle made from 100% recycled ocean plastic.Made in the UK with 100% naturally derived, ethically sourced, vegan ingredients: a hand wash that's good for your skin and the planet.
/* 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;
}
}