Wake up your body and refresh your senses as you lather up with our gentle, sulphate free body wash. This richly foaming cleanser can also be used as a bubble bath to help you unwind after a long day. Either use to lather over your body or to create rich foam for your bubble bath.
/* 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;
}
}