White corn tortilla chips with a creamy jalapeno flavouring. We use the ancient Aztec cooking method known as nixtamalization. Each batch takes three days, producing a truly authentic texture and flavour.
Our chips are made with the very best ingredients, are gluten free, vegan friendly and contain no artificial ingredients.
/* 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;
}
}