Mild and organic, the ORGANii organic Liquid Soaps are suitable for daily use and recommended for frequent hand and body washing. They contain copious amounts of olive oil to provide a soothing and moisturising wash while cleansing effectively.
Using the purest form of soap making, the Lavender Liquid Soap is enriched with 100% natural fragrances from pure essential oils.
/* 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;
}
}