Our popcorn is made in SMALL BATCHES in Soria in Central Spain using the finest ORGANIC CORN. The corn kernels are HAND COOKED in Organic 100% EXTRA VIRGIN OLIVE OIL and seasoned with SEA SALT.The results is a GOLDEN POPCORN with a crunchy 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;
}
}