A Straight up Chilli Oil... so less focus on texture and more on flavour. Expect far fewer 'bits' but no less 'oomph'.
We've worked some alchemy in the kitchen for this one by deeply infusing the oil with a two step process: first we impart the flavour of star anise & cinnamon and then bring in the heat using Morita (at type of Chipotle Chilli) alongside our blend of Chilli Flakes and Gochugaru which brings that lovely, deep, satisfying red. It's smoky, spicy, salty and sweet.
/* 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;
}
}