Lavender Pure-Castile Liquid Soap 3.79 litre (1 gallon). 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.
Natural, Organic, Biodegradable, Vegan, 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;
}
}