A sulphate-free deeply nourishing shampoo to give incredible shine and hydration to dry, damaged or coloured hair. Formulated with a concentrated Magnesium flakes to remineralise and revive hair and wonder oil Argan, rich in anti-oxidants and vitamins and renowned as a miracle worker in restoring shine and hydration to dull, dry hair types.
/* 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;
}
}