Urtekram Tune In Body Wash is a cleansing, softening body wash with the appealing scent of lavender. Moisturizing and hydrating ingredients such as aloe vera and natural oils will pamper your skin. The effect is so calming that you might end up having soothing dreams (or daydreams) of fragrant flowers swaying in the warm breeze.
Certified organic by Ecocert, according to 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;
}
}