Organic Lavender Soap Bar 140g. Scented with pure lavender and lavandin oils to calm the mind and soothe the body! Dr. Bronner's Lavender 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.
Natural, Organic, Biodegradable, 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;
}
}