New and improved clean and conscious formulation. A nourishing conditioner blending Dead Sea Salt and Organic Seaweed with nourishing Coconut and Meadowfoam Seed Oils. Infused with an allergen-free sensory Spa fragrance. Suitable for use on all hair types. Particularly good for those suffering with a dry, itchy or psoriasis/eczema-prone scalp. 100% vegan and cruelty-free. Use after every shampoo for incredibly shiny, tangle-free, healthy hair. Can be used as a leave-in conditioner on damp ends. 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;
}
}