need some nurturing? infused with coconut, rice milk + shea butter, this bountiful bodywash leaves skin feeling smooth, moisturised + smelling like sweet comfort. with sublime scents and oh-so-silky suds, our body wash is made to match the mood you need right now. the good vibes just keep going.
/* 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;
}
}