Have you tried our new cooking spray with virgin avocado oil?
We've gently blended our cold pressed virgin avocado and rapeseed oils to create a delicious creamy cooking spray for everyone to enjoy, including those following a low-calorie diet.
Rich in an omega 3, this convenient format cooking spray with just one calorie per spray is perfect for frying, roasting and baking.
Every bottle contains 35% recycled plastic and is fully recyclable.
/* 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;
}
}