An ultra-rich body cream formulated with super hydrating trehalose which mimics the skin's natural moisturising factor and locks in moisture, for long-lasting hydration and suppleness. Softening shea butter, antioxidant prickly pear and firming brown algae extract contour and nourish while soothing geranium & jasmine leave skin delicately and exotically fragranced.
Match with Geranium & Jasmine Shower Gel for a wonderfully indulgent spa experience.
Perfect to give or to keep.
Packaged in a fully recyclable glass jar and aluminium cap.
/* 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;
}
}