Our crisps are made in SMALL BATCHES from the finest OGANIC POTATOES grown in the Soria region of Central Spain. The potatoes are FINELY CUT before being HAND COOKED in Organic 100% EXTRA VIRGIN OLIVE OIL and seasoned with SEA SALT.The result is a GOLDEN CRISP with a crunchier texture for a refined taste experience.
/* 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;
}
}