Urtekram Organic Coconut Body Lotion 250ml pump .Lotion with organic virgin coconut oil and hyaluronic acid naturally helps to nourish and moisturize normal skin. Vegan.
And in addition it has a wonderful scent of natural coconut sweetness.
Cosmos standard. Vegan.Not tested on animals
/* 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;
}
}