Reusable bottle made with 100% recycled plastic filled with our best selling natural body wash.
A gentle and revitalising body wash with natural orange and mandarin essential oils. Leaves your skin feeling nourished, cleansed and invigorated. Naturally derived with essential oils
Bringing the reuse and refill revolution into your store, this body wash retail pack is delivered in our forever bottle made from 100% recycled ocean plastic. Made in the UK with 99% naturally derived, ethically sourced, vegan ingredients: a body 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;
}
}