Used on its own or complemented by our Omega Rich Conditioner, our Shampoo is great at dealing with problem scalps and leaves hair looking full of vitality with a natural-looking shine.
Our hair products do not contain Steroids, Paraffin, Sodium Laureth Sulfate and Sodium Laurel Sulfate (SLES & SLS), Parabens, Petroleum Jelly, Diethanolamine (DEA), Phthalates or Synthetic Fragrances.
/* 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;
}
}