Organic hemp oil is rich in essential fatty acids (EFAs) and omega 3, 6 and 9, essential for healthy looking hair, and is described as 'nature's most perfectly balanced oil'. In combination with a host of bioactive and organic extracts including bilberry extract and enriched with a blend of amino acids, this replenishing two in one shampoo and conditioner stimulates the hair leaving it looking and feeling refreshed and visibly 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;
}
}