A deep conditioning and restoring Ayurvedic herb rich conditioner blended with Argan and Camellia oil to boost lustre and shine.
This luxurious botanical blend contains Argan oil, Camellia oil and Brahmi herb extract to deep condition and restore hair to a lustrous shine and bounce.
/* 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;
}
}