Australia's No1 natural eczema cream and multi-award winning in the UK. Suitable for all ages from new-born babies to adults. Includes 300mg of Natural Active ingredients including: Hospital Grade Organic Manuka Honey NPA 10+, Gotu Kola, Aloe Vera, Organic Calendula and Licorice Root to soothe itchy dry skin prone to eczema, psoriasis and dermatitis. Our pilot study shows that 93% of people show significant improvement in a median time of 3 weeks.
/* 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;
}
}