A hot and fiery chilli paste, made with the finest organic Amando peppers.
A quick and easy way to add a kick of spice and flavour to recipes without the need to buy fresh chilli, helping to reduce food waste.
This versatile product can be used in a range of cuisines and recipes, including pasta dishes, curries and stir-fries.
/* 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;
}
}