Lavender Liquid Soap 475ml. Scented with pure lavender and lavandin oils to calm the mind and soothe the body. Dr. Bronner's Pure-Castile Lavender 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 Vegan, Natural, Organic, 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;
}
}