Apricot and Coriander Aromatic Sauce, perfect with chicken, lamb or vegetables. A thick, tomato-based sauce with a mild and herby sweet flavour. Ideal for creating a classic Moroccan Tagine stew. Serving Suggestions: Use as a base for casseroles, as a cooking sauce, a pour over sauce or as a dip straight from the jar.
/* 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;
}
}