@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

/* MinionPro Regular */
@font-face {
  font-family: "MinionPro";
  src: url("../../fonts/MinionPro-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

/* MTT Milano Medium */
@font-face {
  font-family: "MTT Milano";
  src: url("../../fonts/MTT Milano Medium.otf") format("opentype");
  font-weight: 500; /* medium */
  font-style: normal;
}

/* MTT Milano UltraBold */
@font-face {
  font-family: "MTT Milano";
  src: url("../../fonts/MTT Milano UltraBold.otf") format("opentype");
  font-weight: 900; /* ultrabold */
  font-style: normal;
}

:root {
  --bs-font-sans-serif: "MTT Milano", sans-serif !important;
}

body {
  font-family: "MTT Milano", sans-serif !important;
}

/*
***************************
* classe CARTA
***************************
***************************
*/

.carta_stelline .product-title {
  color: #ba272c;
  font-weight: bold;
}

.carta_stelline .product-price {
  color: #727870;
}

.carta_stelline {
  background-image: url(/images/nativa_gastronauta/sfizi_salati.webp) !important;
  background-size: 100% auto;
  background-position: top;
  background-repeat: no-repeat;
}

/*
* FINE
*/

.product > div:after {
  /* border-bottom: 0.2rem solid #e30613; */
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, transparent, #ccc, transparent);
}

.modalProduct .product-button {
  display: none !important;
}

.search-header {
  background-color: #cb191a;
  padding-top: 0.5rem;
}

header .top-filter {
  background-color: #cb191a;
}

header .top-filter li {
  background-color: #fff !important;
}

/*#anchor_delizie_natale .product {
  background-image: url(/images/nativa_gastronauta/delizie_natale.webp) !important;
}

#anchor_sfizi_dolci .product {
  background-image: url(/images/nativa_gastronauta/sfizi_dolci.webp) !important;
}

#anchor_sfizi_salati .product {
  background-image: url(/images/nativa_gastronauta/sfizi_salati.webp) !important;
}*/
