Conscious Skincare's organic Argan oil is lightweight, easily absorbed oil which works as a very effective hair oil both as a pre wash and post wash conditioning oil. This high vitamin E oil also makes a great skincare oil. Packed with anti-oxidants it helps fight free radicals and reduce signs of ageing.
/* 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;
}
}