A non-aqueous cream for delicate, sensitive skin
Soothes sore, dry and irritated skin, for both mum and baby
Fragrance-free - use as often as required
Use for perineal massage before birth and as a soothing nipple balm when breastfeeding
Suitable for sensitive skin prone to eczema, psoriasis & dermatitis
91% certified organic ingredients
Concentrated formula: a little goes a long way
/* 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;
}
}