Azouro Portuguese Mackerel fillets in organic extra virgin olive oil and lemon thyme.
Skinless, boneless and ready to eat from the tin, with pasta, as tapas, in salad or on toast.
Wild, sustainably caught, mackerel fillets with many health benefits including high in protein and Omega-3 fatty acids. For better heart and brain health.
/* 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;
}
}