Premium crisp dry chilli made with provenance Qin-Chilli, offering a truly unique flavour with mild heat. Boasts a delightful crunchy, nutty, and aromatic texture. Versatile and enhances a wide range of dishes, great with eveything. Pairs wonderfully with eggs, noodles, pasta, pizza and take stir-fries to next level.
/* 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;
}
}