Pure castile, soap bar Organic fairly traded.Earthy and warm, with a powerful menthol burst to open breathways and focus the mind! Scented purely with organic eucalyptus oil, our Eucalyptus 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;
}
}