A natural shampoo for thick, frizzy, coarse and easily tangled hair
Natural oils promote easy-to-manage, tangle-free hair
Cleanses and conditions leaving locks healthy and nourished
Fragranced by sweet floral extracts
SLS-free, silicone-free & gluten-free
A little goes a long way - lasts 3 months on average
82% certified organic ingredients
Organic Aloe Vera, Neroli, Orange & Chamomile
Plant-based packaging
Ethical responsibility is at the heart of what we do. We are proud to present this shampoo in a fully recyclable, renewable sugar cane tube. Farmed on sustainable land, this plant-based packaging is completely carbon-neutral
/* 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;
}
}