Conscious Skincare's award-winning organic rosehip oil - magic in a bottle. It helps to repair damaged skin cells, promote collagen production, and reduce the appearance of fine lines and wrinkles. Our Rosehip Seed Oil is also known for its ability to hydrate and nourish skin, leaving it feeling soft, supple, and radiant. It is suitable for all skin types, including sensitive skin. Great for helping reduce scarring and stretchmarks
/* 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;
}
}