craving a bit of calm? infused with peony, rose water + pink sea salt, this purifying body wash leaves your skin feeling soft, moisturised + smelling like a no-stress zone. 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;
}
}