Our spicy gourmet Portuguese Piri Piri hot sauce has a deep smoky flavour coupled with a fresh, citrus twist, offering an incredible taste sensation that will leave you reaching for this sauce time and time again.
Perfect Piri Piri is a gourmet peri peri chilli sauce prepared with an exclusive blend of five of the world's greatest chillis, packed with a collection of powerful superfoods sourced from farms in Italy, and perfected by six of the healthiest natural supplements around to energise your day.
Perfect Piri Piri is a vegan piri piri hot pepper sauce, 100% natural, gluten free and contains zero colours nor preservatives.
/* 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;
}
}