Dr Bronner's Organic Bar Soap Cherry Blossom
"Subtle scents of cherry and cherry blossoms-the
smell of spring. Our Cherry Blossom Pure-Castile 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;
}
}