Our luxury fabric softener is packed with loads of lovely essential oils to leave your laundry smelling of nature with a long-lasting botanical scent. But it's not just a laundry scent booster, it'll soften your laundry, take the edge off the ironing (win) and help care for your clothes - it's even kind to the environment because our formula is biodegradable (win, win) - Made in the UK.
/* 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;
}
}