Urtekram Rose Body Lotion 245ml with pump. organic cosmos standard. vegan. not tested on animals.
With URTEKRAM Rose Body Lotion you'll experience how the scent of thousands of roses is coming towards you, while the fine rose geranium oil nurtures and calms the skin. The skin is spoiled with a wide variety of plant oils, shea butter and nature's own moisture magnet aloe vera, which leaves the skin soft and healthy.
/* 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;
}
}