New and improved clean and conscious formulation. A rich, foaming Spa bath shower gel infused with hydrating Dead Sea Salt, Organic Seaweed & Plant Extracts. Containing an allergen-free sensory Spa fragrance. This multi-purpose body wash can be used to create a Spa bubble bath or be used as an all-over body wash. Suitable for use on all skin types, including very dry or sensitive skin, psoriasis/eczema-prone skin and children. Ocean-friendly formulation that is safe for aquatic life if dispersed into waterways. 100% vegan and cruelty-free. Sustainable packaging- bottle made using bio-based sugar cane plastic. Please recycle after use.
/* 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;
}
}