Wilton Fabric Conditioner is packed with loads of lovely essential oils to leave your laundry with a long-lasting botanical scent. It will fluff-up 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).
Plant Based Formula, Eco-Friendly, Packed with Essential Oils, Plant-Based Formula, Repairs Natural Fibres, Easier Ironing, Protects Colours, Biodegradable, British Made, No Animal Testing, Suitable for vegans
/* 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;
}
}