Fermented chillies give this hot sauce a sweet kick, an incredible colour and an even better flavour. Free from sugar and made with all natural ingredients, this hot sauce will be your new go to.
What's inside Dr. Will's
Sriracha Hot Sauce
Red Peppers, Water, Date Paste, Distilled Vinegar, Habanero Chilli Puree (8%) (Habanero Chilli, Salt), Garlic, Tapioca Starch
/* 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;
}
}