Restore luxurious shine and vitality Quinoa and Artichoke preserve the surface of the hair, leaving both natural and coloured hair with high-shine and brilliance. Studies on Quinoa protein see shine increase by over 50% after just 5 washes. Intensely conditioning, Quinoa protein also enhances the softness of your hair, making it more manageable and easier to style. Multi-tasking Artichoke leaf boasts high levels of antioxidant activity helping to repair damage from UV exposure.
/* 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;
}
}