Our multi-award winning Sichuan Chilli Crisp is the best-seller for a reason. Made using premium spices imported from Chengdu and a British UPF-free Cold Pressed Rapeseed Oil, this product offers a clear point of difference against its refined vegetable and seed oil counterparts. Incredibly versatile and user friendly, it's no surprise chilli oils continue to top the trend charts in 2025 and are positioning themselves as a kitchen staple that's here to stay.
/* 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;
}
}