Carefully salt-fermented and slow-cooked in premium rapeseed oil, Fresh Qin Chilli Sauce delivers a savoury, fruity umami and rich flavour with the distinctive aroma of Qin Chilli. Its rich, layered taste and balanced texture make it a perfect pairing for cheese, baguettes, seafood, tofu, and all kinds of 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;
}
}