Our powerful formula features plant-based active ingredients to help your clothes last longer. They fight against tough stains, revive colours and remove bobbles from cotton fibres after multiples washes. Also features a dye transfer inhibitor which helps prevent colours from running. Apple Blossom & Freesia fragrance with bright juicy apple, jasmine petals and freesia.
/* 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;
}
}