A mineral and vitamin rich natural spa conditioner formulated to give incredible shine and nourishment to dry, damaged or coloured hair. Blended with super-mineral Magnesium and Moroccan Argan Oil, rich in antioxidants, omega-6 fatty acids and vitamins A, C, and E, which help promote healthy hair growth, natural moisturisation and protection against environmental damage.
/* 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;
}
}