An innovative product for the bakery sector . with 440gr of weight and 4 pieces in each packet can be a great choice for a family dinner. Great product as it can be differentiated every time you cook it with a different toping!
Also a great seller for cafes, bakeries and restaurants as it can be served with a number of options !
/* 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;
}
}