We've brought the rich, lively scent of Fresh Juniper to our much-loved laundry range for a match made in heaven. Derived from 100% naturally derived plant-based ingredients, use in your wash to protect fibres, leave clothes soft, static-free and easy to iron. Our new Extra Concentrated formulation (33 washes/L!) has reduced each dose by a massive 40%! This means that for every 3 bottles you used to buy, you now only need to buy 2!
/* 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;
}
}