You can't rush perfection. Once shaped, our wholegrain pasta is allowed a resting period, before being gently dried. The result? An exceptionally flavoursome and versatile pasta, made from nothing but the finest quality durum wheat and alpine water. Pair with our range of Biona organic pasta sauces for a true taste sensation. Buon Appetito!
/* 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;
}
}