Organic Tea Tree All One Magic (Castile Liquid) Soap 946ml.Woodsy and medicinal, our Tea Tree Pure-Castile Liquid Soap contains pure tea tree oil-good for acne-prone skin and dandruff! Dr. Bronner's 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;
}
}