Lime & Aloe Vera: a refreshingly fruity, fabulous combination, we think you'll agree.
Not only is this the hand wash equivalent of a dip in the ocean on a summer's day, but the fact-acting favourite is tested to BSEN1276 (food grade standard) - it kills 99.9% of harmful bacteria including e-coli, salmonella and MRSA. It's also 100% hypoallergenic, so it's ultra-gentle on skin.
/* 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;
}
}