A soothing and delicate dahlia and vanilla scented body wash with natural essential oils. Leaves your skin feeling nourished and relaxed. Naturally derived with essential oils - Vegan - Made in the UK - Reusable packaging. Bringing the reuse and refill revolution into your store, this body wash is delivered in refillable packaging, which ensures zero plastic waste comes out of customer's bathroom! 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;
}
}