Urtekram Blown Away Hand Wash is a refreshing hand wash that leaves your skin with the uplifting fresh and natural scent of wild lemongrass and citrus. Your skin will thank you as replenishing aloe vera and other caring ingredients help it stay moisturized and
pampered. Certified organic by Ecocert, according to the COSMOS Organic Standard, and with 100 % natural origin.
/* 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;
}
}