A revitalising bath & shower gel specially formulated with soothing Epsom salts and pure essential oils of lemon, pine, juniper and lavender to revive tired, aching muscles and weary limbs. Restores a sense of vitality when you're feeling overtired.
Perfect for customers seeking after-sports recovery, a restorative shower gel or a relaxing foaming bath. Suitable for women and men and all skin types.
Filled by us in a 100% fully recycled and recyclable PCR bottle.
Nourish London skincare formulations are 100% vegan, made with natural organic ingredients, alcohol (ethanol) free & cruelty-free.
/* 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;
}
}