Hope's Relief Shampoo is for itchy flaky scalps and those prone to eczema, psoriasis, dermatitis, seborrheic dermatitis and dandruff. Suitable for babies to adults it is gentle, unscented, pH balanced, hypoallergenic and sulphate free. Contains Hospital Grade Organic Manuka Honey NPA 10+, Gotu Kola, Aloe Vera, Organic Calendula and Licorice Root combined with the gentlest cleansers to relieve itchy, flaky scalp conditions and give your hair healthy 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;
}
}