Organic Baby Mild Liquid Soap 475ml With no added fragrance and double the olive oil, our Baby Unscented Pure-Castile Liquid Soap is good for sensitive skin & babies too (though not tear-free!). Our Pure-Castile liquid soap is concentrated, biodegradable, versatile and effective. Good for just about any cleaning task. Face, body, hair & food, dishes, laundry, mopping, pets & clean your house and body.
This product is Natural, Organic, Vegan, Biodegradable and Fairtrade
/* 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;
}
}