"Our Moroccan Argan Oil Hair Treatment Serum captures the beneficial properties of this extract and we've combined it with other selected botanicals to create a fragrant and absorbent hair treatment serum.
Patchouli, cinnamon and rosewood help provide the alluring scent and a combination of African organic extracts including kukui, moringa and sacha inchi seed means this ultra-light bioactive formulation is fast acting, and can leave hair silky-smooth, shiny and beautifully conditioned."
/* 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;
}
}