Intensive conditioner for manageable, shiny hair
Leaves hair feeling healthy, silky and revitalised
Rich in proteins and natural B vitamins
Perfect for daily use by all the family
91% certified organic ingredients
Concentrated formula: a little goes a long way
Organic Aloe Vera & Lavender
Plant-based packaging
Ethical responsibility is at the heart of what we do. We are proud to present this conditioner in fully recyclable, renewable sugar cane packaging. 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;
}
}