Urtekram Organic Coconut Liquid Hand Soap 300ml . Rich and nourishing Cosmos standard. vegan, not tested on animals. URTEKRAM Liquid Coconut Hand Soap with organic coconut nectar washes your hands clean and soft. In addition, the hand soap for normal skin has a wonderful scent of natural coconut sweetness.
/* 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;
}
}