Summerdown - Peppermint & Lemongrass Shower Gel - 250ml
Summerdown's energising shower gel is made with nourishing borage seed oil and soothing aloe vera, for a naturally rich lather. It's infused with our invigorating peppermint and lemongrass fragrance, to add an extra spring to your step each morning.
/* 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;
}
}