Org Orange Lavender Hand and Body Lotion 236ml. Nourish and hydrate skin with good ingredients: organic jojoba oil to heal and soothe, organic coconut oil to moisturize, organic hemp and avocado oils to keep skin smooth and supple. Good for most skin types, sensitive-dry-rough-or combination. We use only organic essential oils for fragrance. Breathe deeply!
For sensitive, dry, rough skin on hands, face body - everywhere!
Natural, Organic, Vegan, Fairtrade
/* 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;
}
}