Organic Aloe Vera Baby Mild Soap Bar 140g
With no added fragrance and double the olive oil, our Baby Unscented Pure-Castile Bar Soap is good for sensitive skin & babies too (though not tear-free!). Dr. Bronner's Bar Soap is made with certified fair trade ingredients and organic hemp oil for a soft, smooth lather that won't dry your skin. 100% biodegradable in a 100% post-consumer recycled wrapper.
/* 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;
}
}