Chile Guajillo is a mild to medium hot dried chilli. Our flakes are made from deseeded and diced whole guajillo chillies.
Small, thick-fleshed chipotle chillies are one of the most popular and well-known Mexican chillies, with a unique smokiness that works particularly well with anything slow-cooked.
Deep maroon colour
Notes of: wood smoke + Molasses
/* 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;
}
}