Established in 1974, we believe in harnessing the power of nature without harming it in the process. Our products are made using the highest quality, naturally derived, cruelty-free ingredients, with 100% natural fragrance - and they work beautifully. This hypoallergenic moisturising lotion has been made with an ethically traded shea butter base and contains lavender and lavandin essential oils to naturally relax the senses.
- Made using 100% natural fragrance
- Made with essential oils
- No Parabens and SLS
- Vegan and Cruelty-Free
- 100% Natural Origin
/* 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;
}
}