Conscious Skincare's Pure Wash designed for those with allergies, sensitivities and skin conditions such as eczema, psoriasis and dermatitis. Free from fragrance, essential oils, this mild non-drying wash with added organic cold pressed evening primrose oil works to gentle cleanse and replenish skin.
/* 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;
}
}