@font-face {
  font-family: Plus Jakarta Display;
  src: url('../fonts/PlusJakartaDisplay-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plus Jakarta Display;
  src: url('../fonts/PlusJakartaDisplay-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --secondary2: #ee5c46;
  --primary1: #ff6e58;
  --brown: #a61f24;
  --white: white;
  --secondary1: #000219;
  --secondary3: #5c5c5c;
  --white-smoke: #eaeaea;
  --grigino-fondo: #e9e9e9;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

a {
  color: var(--secondary2);
  text-decoration: underline;
}

a:hover {
  color: var(--primary1);
}

.page-wrapper {
  margin-top: 118px;
  overflow: hidden;
}

.cont-nav {
  flex-direction: column;
  align-items: stretch;
  max-width: 1260px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.cont-nav.nav-flex {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu:active {
  color: var(--secondary2);
}

.nav-link {
  color: var(--white);
  font-family: Plus Jakarta Display, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  transition: all .2s;
}

.nav-link:hover {
  color: var(--primary1);
  font-weight: 700;
}

.nav-link:active, .nav-link:focus {
  color: var(--secondary2);
}

.nav-link.w--current {
  color: var(--primary1);
}

.dot {
  color: var(--white);
  padding: 0;
}

.navbar {
  background-color: #a61f24;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.logo {
  transition: all .2s;
}

.logo:hover {
  filter: saturate(200%);
  transform: scale(1.1);
}

.content-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

.heading {
  color: var(--secondary1);
  font-family: Plus Jakarta Display, sans-serif;
  font-size: 72px;
  line-height: 75px;
}

.heading.light {
  color: #fff;
}

.heading.light.menu {
  color: var(--brown);
  text-align: center;
}

.heading.menu-item {
  box-shadow: none;
  background-color: #0000;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 28px;
  text-decoration: none;
}

.heading.menu-item:hover {
  box-shadow: none;
}

.heading.menu-item.price {
  color: var(--primary1);
}

.heading.cta {
  color: #a61f24;
  font-size: 36px;
  line-height: 40px;
}

.heading.cta.center {
  line-height: 24px;
}

.paragraph {
  color: var(--secondary3);
  margin-top: 20px;
  padding-left: 0;
  font-family: Plus Jakarta Display, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.paragraph.light {
  color: #eaeaea;
}

.paragraph.light.hero {
  max-width: 80%;
  color: var(--white);
  margin-top: 20px;
}

.paragraph.info {
  margin-top: 40px;
}

.paragraph.menu {
  margin-top: 10px;
  font-size: 22px;
  line-height: 25px;
  text-decoration: none;
}

.paragraph.credit {
  color: #5c5c5ccc;
  text-align: center;
  margin-top: 116px;
}

.paragraph.red {
  color: var(--brown);
}

.button-2 {
  background-color: var(--primary1);
  color: #fff;
  border-radius: 15px;
  flex: 0 auto;
  padding: 12px 30px;
  font-family: Plus Jakarta Display, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  transition: all .2s;
  box-shadow: 1px 1px 20px 12px #ff6e5840;
}

.button-2:hover {
  background-color: var(--secondary2);
  transform: scale(1.02);
  box-shadow: 1px 1px 55px 22px #ff6e5840;
}

.button-2.large {
  cursor: pointer;
  justify-content: center;
  min-width: 50%;
  max-width: 60%;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 22px;
  text-decoration: none;
  display: flex;
}

.cta-icon {
  margin-top: -5px;
}

.button-text {
  margin-bottom: 0;
  margin-left: 10px;
  display: inline-block;
}

.button-text.small {
  color: var(--secondary2);
  font-size: 18px;
  font-weight: 700;
}

.info-wrapper {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 57px;
  display: flex;
  position: relative;
}

.decoration {
  background-color: #a61f24;
  border-radius: 10px;
  max-width: 700px;
  height: 8px;
  position: absolute;
  inset: 0% 0% auto;
}

.decoration.vertical {
  max-width: 8px;
  height: 467px;
}

.menu-grid {
  z-index: 2;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-auto-flow: row;
  margin-top: -101px;
  position: relative;
}

.shape-divider {
  flex: 1;
}

.divider {
  display: flex;
}

.divider.bottom {
  align-items: flex-end;
  height: 10vw;
  margin-top: -2px;
  position: static;
  inset: auto 0% -160px;
  overflow: hidden;
}

.divider.top {
  align-items: flex-start;
  height: 10vw;
  margin-bottom: -2px;
  overflow: hidden;
}

.menu-item {
  background-color: #fafafa;
  border-radius: 15px;
  justify-content: flex-start;
  min-height: 0;
  transition: all .2s;
  display: flex;
  overflow: hidden;
  box-shadow: 1px 1px 16px 4px #00000040;
}

.menu-item:hover {
  box-shadow: 1px 1px 16px 13px #00000040;
}

.menu-info {
  flex-direction: column;
  justify-content: center;
  width: 70%;
  margin: 19px 15px 40px 21px;
  display: flex;
}

.menu-image {
  width: 60%;
  max-width: none;
  max-height: 100%;
  display: block;
}

.floating-button {
  z-index: 999;
  border-radius: 50%;
  width: 50px;
  margin-bottom: 32px;
  margin-right: 32px;
  transition: all .2s;
  position: fixed;
  inset: auto 0% 0% auto;
  box-shadow: 1px 1px 20px #0050b380;
}

.floating-button:hover {
  filter: contrast(139%);
  box-shadow: 1px 1px 10px #0050b380;
}

.floating-button.figma {
  border-radius: 10px;
  width: auto;
  text-decoration: none;
  inset: auto auto 0% 1%;
  box-shadow: 1px 1px 20px #91919180;
}

.figma-button {
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  padding: 20px 20px 20px 15px;
  text-decoration: none;
  transition: transform .4s;
  display: flex;
}

.figma-button:hover {
  transform: scale(1.1);
}

.image {
  width: 20px;
}

.large-button {
  background-color: var(--primary1);
  color: #fff;
  cursor: pointer;
  border-radius: 15px;
  flex: 0 auto;
  justify-content: center;
  min-width: 50%;
  max-width: 60%;
  margin-top: 40px;
  padding: 20px 30px;
  font-family: Plus Jakarta Display, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 36px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 1px 1px 20px 12px #ff6e5840;
}

.large-button:hover {
  background-color: var(--secondary2);
  color: #fff;
  transform: scale(1.02);
  box-shadow: 1px 1px 55px 22px #ff6e5840;
}

.hero-section {
  background-image: linear-gradient(#0000004f, #0000004f), url('../images/lamarchesa.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: row;
  align-items: center;
  min-height: 70vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.about-section {
  padding-top: 82px;
  padding-bottom: 96px;
}

.menu-section {
  background-color: var(--white);
  padding: 20px 80px 80px;
  position: static;
}

.contatti-section {
  padding-top: 160px;
  padding-bottom: 160px;
}

.nav-button {
  color: #fff;
  background-color: #64191c;
  border-radius: 15px;
  flex: 0 auto;
  padding: 12px 30px;
  font-family: Plus Jakarta Display, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  transition: all .2s;
  box-shadow: 1px 1px 18px 12px #ff6e5840;
}

.nav-button:hover {
  background-color: var(--secondary2);
  color: #fff;
  transform: scale(1.02);
  box-shadow: 1px 1px 55px 22px #ee5c464d;
}

.hero-content {
  margin-top: 0;
}

.bold-text {
  font-size: 72px;
}

.bold-fext-ferie {
  color: #ffe10000;
  font-size: 45px;
}

.menu-img-pizza {
  flex: 1;
}

.menu-item-pizza {
  background-color: #fafafa;
  border-radius: 15px;
  justify-content: flex-start;
  transition: all .2s;
  display: flex;
  overflow: hidden;
  box-shadow: 1px 1px 16px 4px #00000040;
}

.menu-item-pizza:hover {
  box-shadow: 1px 1px 16px 13px #00000040;
}

.heading-ferie {
  color: var(--secondary1);
  font-family: Plus Jakarta Display, sans-serif;
  font-size: 72px;
  line-height: 75px;
}

.heading-ferie.light {
  color: #fff0;
}

.heading-ferie.light.menu {
  text-align: center;
}

.heading-ferie.menu-item {
  box-shadow: none;
  background-color: #0000;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 28px;
}

.heading-ferie.menu-item:hover {
  box-shadow: none;
}

.heading-ferie.menu-item.price {
  color: var(--primary1);
}

.heading-ferie.cta {
  color: #a61f24;
  font-size: 36px;
  line-height: 40px;
}

.paragraph-ideex {
  color: var(--secondary3);
  margin-top: 20px;
  padding-left: 0;
  font-family: Plus Jakarta Display, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.paragraph-ideex.light {
  color: #eaeaea;
}

.paragraph-ideex.light.hero {
  max-width: 80%;
  margin-top: 20px;
}

.paragraph-ideex.info {
  margin-top: 40px;
}

.paragraph-ideex.menu {
  margin-top: 10px;
  font-size: 22px;
  line-height: 25px;
}

.paragraph-ideex.credit {
  color: #5c5c5ccc;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 15px;
}

.sm {
  justify-content: center;
  margin: 45px 0 27px;
  display: flex;
}

.link-block, .link-block-2, .image-2 {
  margin-left: 20px;
  margin-right: 20px;
}

.image-3 {
  margin-left: 10px;
  margin-right: 20px;
}

.brand {
  flex: 1;
}

.brand.w--current {
  flex: 0 auto;
}

.privacy-section {
  background-image: linear-gradient(#000000c9, #000000c9), url('../images/osteria_la_marchesa_bunner.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.paragraph-privacy {
  color: var(--secondary3);
  margin-top: 20px;
  padding-left: 0;
  font-family: Plus Jakarta Display, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.paragraph-privacy.light {
  color: #eaeaea;
}

.paragraph-privacy.light.hero {
  max-width: none;
  margin-top: 41px;
  font-size: 16px;
}

.paragraph-privacy.info {
  margin-top: 40px;
}

.paragraph-privacy.menu {
  margin-top: 10px;
  font-size: 22px;
  line-height: 25px;
}

.paragraph-privacy.credit {
  color: #5c5c5ccc;
  text-align: center;
  margin-top: 116px;
}

.footer {
  margin-bottom: -16px;
  padding-top: 1px;
  padding-bottom: 16px;
}

.paragraph-footer {
  color: var(--secondary3);
  margin-top: 20px;
  padding-left: 0;
  font-family: Plus Jakarta Display, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.paragraph-footer.light {
  color: #eaeaea;
}

.paragraph-footer.light.hero {
  max-width: 80%;
  margin-top: 20px;
}

.paragraph-footer.info {
  margin-top: 40px;
}

.paragraph-footer.menu {
  margin-top: 10px;
  font-size: 22px;
  line-height: 25px;
}

.paragraph-footer.credit {
  color: #5c5c5ccc;
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
}

.hero-content-privacy {
  margin-top: 141px;
}

.cont {
  flex-direction: column;
  align-items: stretch;
  width: 90%;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.cont.nav-flex {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cont-privacy-copy {
  flex-direction: column;
  align-items: stretch;
  max-width: 1260px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.cont-privacy-copy.nav-flex {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.paragraph-orario {
  color: var(--secondary3);
  margin-top: 20px;
  margin-bottom: 75px;
  padding-left: 28px;
  font-family: Plus Jakarta Display, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.paragraph-orario.light {
  color: #eaeaea;
}

.paragraph-orario.light.hero {
  max-width: 80%;
  margin-top: 20px;
}

.paragraph-orario.info {
  margin-top: 40px;
}

.paragraph-orario.menu {
  margin-top: 10px;
  font-size: 22px;
  line-height: 25px;
}

.paragraph-orario.credit {
  color: #5c5c5ccc;
  text-align: center;
  margin-top: 116px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.img-home_dx {
  max-width: 100%;
  display: block;
}

.menu-section-intro {
  background-image: linear-gradient(#0000004f, #0000004f), url('../images/cucina.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: row;
  align-items: center;
  min-height: 40vh;
  margin-top: 0;
  padding: 43px;
  display: flex;
}

.container {
  z-index: 1;
  position: relative;
}

.container-giustificato-centro {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-giustificato-centro.botton-margin-30 {
  margin-bottom: 30px;
}

.heading-2 {
  color: #a61f24;
  font-family: Plus Jakarta Display, sans-serif;
}

.tab-menu {
  grid-column-gap: 50px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 60%;
  margin-top: 10px;
  display: grid;
}

.larghezza-piccola {
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 60px;
}

.larghezza-piccola.sticky-tab {
  top: 95px;
}

.cont-90 {
  flex-direction: column;
  align-items: stretch;
  width: 90%;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.cont-90.nav-flex {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-menu {
  margin-top: 127px;
}

.content-wrapper-navbar {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-top: 62px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: block;
  position: relative;
}

.breadcrumbs {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.link {
  color: #2b2f4e;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
  display: flex;
}

.link:hover {
  text-decoration: underline;
}

.slash {
  color: #a3a6c5;
  margin-left: 6px;
  margin-right: 6px;
  display: inline;
}

.collection-list-wrapper {
  width: 100%;
}

.collection-list-wrapper.top-margin {
  margin-top: 40px;
}

.div-block {
  background-image: url('../images/noun-spoon-and-fork.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 140px;
  height: 140px;
}

.content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: .35fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: grid;
  position: relative;
}

.empty-state {
  letter-spacing: .3px;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 328px;
  display: flex;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.collection-list {
  grid-column-gap: 12px;
  grid-row-gap: 40px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(min-content, 260px));
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: stretch;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.container-menu {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.tabs {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 26px;
  display: flex;
}

.text-block-12 {
  text-align: center;
}

.tabs-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-bottom: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: grid;
}

.collection-item-degustazioni {
  width: auto;
  height: auto;
}

.tabs-content {
  width: 100%;
  margin-top: 0;
}

.text-block-4 {
  text-align: center;
}

.collection-item-3 {
  flex-direction: row;
  display: flex;
}

.text-block-3 {
  text-align: center;
}

.tab-link {
  color: #a3a6c5;
  background-color: #0000;
  padding: 12px 36px;
}

.tab-link.w--current {
  color: #2b2f4e;
  background-color: #fff;
  border-radius: 8px;
  font-weight: 500;
  box-shadow: 0 14px 20px -6px #b0b3ce4d;
}

.inline-text {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.abruz-label-item {
  background-image: url('../images/specAbruzzese.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 150px;
  height: 100px;
  min-height: 25px;
  max-height: 0;
  margin-top: 0;
  margin-left: 0;
}

.vegan-label {
  background-image: url('../images/icone_vege.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  margin-left: 5px;
  margin-right: 5px;
}

.discount-text {
  color: #fff;
  background-color: #ff5a5a;
  border-radius: 4px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 2px 10px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.xs-paragraph {
  color: var(--secondary3);
  letter-spacing: .2px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 14px;
}

.top-content {
  grid-column-gap: 16px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 7px;
  display: grid;
}

.item-content {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 70%;
  height: auto;
  padding: 0;
  display: block;
}

.collection-item {
  border-radius: 8px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(auto-fit, minmax(max-content, 268px));
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 350px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 20px 30px -8px #b0b3ce4d;
}

.spicy-label {
  background-image: url('../images/icone_spezie.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  margin-left: 5px;
  margin-right: 4px;
}

.medium-paragraph {
  color: #010101;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.medium-paragraph.padding-right {
  padding-right: 2px;
}

.medium-paragraph.lingua {
  color: var(--secondary3);
  padding-right: 0;
  font-size: 14px;
  line-height: 14px;
}

.bottom-content {
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
  display: flex;
}

.descrizione {
  color: var(--brown);
  margin-bottom: 13px;
  margin-left: 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  line-height: 16px;
}

.new-text {
  color: var(--brown);
  background-color: #0000;
  border-radius: 4px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 10px;
  padding: 2px 10px;
  font-size: 14px;
  line-height: 20px;
}

.item-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.text-tab {
  color: var(--secondary3);
  background-color: #0000;
  border-bottom: 1px solid #0000;
  margin-bottom: 10px;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: opacity .2s;
}

.text-tab:hover {
  border-bottom-color: var(--brown);
  color: var(--brown);
}

.text-tab:focus {
  color: var(--primary1);
}

.text-tab.w--current {
  border-bottom: 1px solid var(--brown);
  color: var(--secondary3);
  background-color: #0000;
  margin-bottom: 10px;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
  transition: border-color .2s;
}

.text-tab.w--current:hover {
  color: var(--brown);
}

.text-tab.w--current:focus {
  color: var(--primary1);
}

.text-block-13 {
  color: #5c5c5cb3;
}

.text-block-13:hover {
  color: var(--brown);
}

.text-block-13:focus {
  color: var(--secondary1);
}

.content-wrap {
  object-fit: cover;
  width: 100%;
}

.bottom-margin-60px {
  margin-bottom: 60px;
}

.contenuto-giustificato-in-modo-uniform {
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-bottom: 30px;
  margin-right: auto;
  padding-bottom: 20px;
  display: flex;
}

.inline-text-ingredienti {
  align-items: flex-start;
  margin-top: 6px;
  margin-bottom: 0;
  display: flex;
}

.inline-text-prezzo {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.inline-text-icone {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 19px;
  display: flex;
}

.link-block-icona {
  width: 40px;
  margin: 14px 10px;
}

.carne-label {
  background-image: url('../images/icone_carne.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  margin-left: 5px;
  margin-right: 5px;
}

.pesce-label {
  background-image: url('../images/icone_pesce.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  margin-left: 5px;
  margin-right: 5px;
}

.text-block-14 {
  color: #5c5c5cbd;
}

.text-block-15 {
  color: #5c5c5cba;
}

.text-block-16 {
  color: #5c5c5cbd;
}

.text-block-17 {
  color: #5c5c5cc9;
  line-height: 18px;
}

.text-block-17:focus {
  color: var(--primary1);
}

.text-block-18 {
  color: #5c5c5cba;
}

.link-block-5 {
  min-height: 280px;
  text-decoration: none;
}

.link-block-6 {
  color: #0000;
  min-height: 280px;
}

.link-block-7, .link-block-8 {
  color: #0000;
}

.block-img-home-menu-1 {
  background-image: url('../images/menu_terra.jpg');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.nav-button-copy {
  color: #fff;
  background-color: #64191c;
  border-radius: 15px;
  flex: 0 auto;
  padding: 12px 30px;
  font-family: Plus Jakarta Display, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  transition: all .2s;
  box-shadow: 1px 1px 18px 12px #ff6e5840;
}

.nav-button-copy:hover {
  background-color: var(--secondary2);
  color: #fff;
  transform: scale(1.02);
  box-shadow: 1px 1px 55px 22px #ee5c464d;
}

.nav-button-copy-copy {
  color: #fff;
  text-align: center;
  background-color: #64191c;
  border-radius: 15px;
  flex: 0 auto;
  margin-left: 37px;
  padding: 12px 30px;
  font-family: Plus Jakarta Display, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 36px;
  transition: all .2s;
  box-shadow: 1px 1px 18px 12px #ff6e5840;
}

.nav-button-copy-copy:hover {
  background-color: var(--secondary2);
  color: #fff;
  transform: scale(1.02);
  box-shadow: 1px 1px 55px 22px #ee5c464d;
}

.about-content-contact {
  margin-top: 2px;
}

.navbar-ridotta {
  background-color: var(--brown);
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.manutenzione {
  background-image: linear-gradient(to bottom, var(--brown), var(--brown));
  justify-content: center;
  align-items: center;
  margin-bottom: 135px;
  padding: 44px 74px;
  display: flex;
}

.heading-3 {
  color: #ffea00;
}

.blocco-telefono {
  justify-content: flex-start;
  display: flex;
}

.text-span-5 {
  font-size: 15px;
}

.inline-text-congelato {
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.congelato {
  color: var(--brown);
  margin-bottom: 13px;
  margin-left: 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 16px;
}

.tassello-menu {
  background-image: linear-gradient(to bottom, var(--brown), var(--brown));
  justify-content: center;
  align-items: center;
  margin-bottom: 135px;
  padding: 44px 74px;
  display: flex;
}

.text-span-6 {
  color: var(--white);
}

.text-tab-categoria {
  background-color: var(--grigino-fondo);
  color: var(--secondary3);
  border-bottom: 0 #0000;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 7px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: opacity .2s;
}

.text-tab-categoria:hover {
  border-bottom-color: var(--brown);
  color: var(--brown);
}

.text-tab-categoria:focus {
  color: var(--primary1);
  border-bottom-style: none;
  border-bottom-width: 0;
}

.text-tab-categoria.w--current {
  border-bottom: 0px none var(--brown);
  background-color: var(--grigino-fondo);
  color: var(--secondary3);
  margin-bottom: 10px;
  padding: 7px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
  transition: border-color .2s;
}

.text-tab-categoria.w--current:hover {
  color: var(--brown);
}

.text-tab-categoria.w--current:focus {
  color: var(--primary1);
}

.text-block-23 {
  font-size: 18px;
}

.prenota-wha {
  color: #fff;
  text-align: center;
  background-color: #2bcf65;
  border-radius: 15px;
  flex: 0 auto;
  margin-left: 37px;
  padding: 12px 30px;
  font-family: Plus Jakarta Display, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  transition: all .2s;
  box-shadow: 1px 1px 18px 5px #a8a8a8a6;
}

.prenota-wha:hover {
  color: #fff;
  background-color: #2a8a50;
  transform: scale(1.02);
  box-shadow: 1px 1px 20px 7px #4646464d;
}

.prenota-tel {
  background-color: var(--primary1);
  color: #fff;
  text-align: center;
  border-radius: 15px;
  flex: 0 auto;
  margin-left: 37px;
  padding: 12px 30px;
  font-family: Plus Jakarta Display, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  transition: all .2s;
  box-shadow: 1px 1px 18px 5px #a8a8a8a6;
}

.prenota-tel:hover {
  background-color: var(--brown);
  color: #fff;
  transform: scale(1.02);
  box-shadow: 1px 1px 20px 7px #4646464d;
}

.div-block-2 {
  flex-flow: row;
  justify-content: center;
  display: flex;
}

.text-span-11 {
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .cont-nav.nav-flex {
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .nav-menu {
    background-color: var(--brown);
    border: 1px #000;
    border-radius: 0;
    padding-bottom: 10px;
    box-shadow: 1px 1px 20px 4px #102b4e2e;
  }

  .dot {
    display: none;
  }

  .menu-button {
    z-index: 22;
    max-width: 8vw;
    padding: 5px;
    transition: all .2s;
  }

  .menu-button:active {
    z-index: 22;
    position: relative;
  }

  .menu-button.w--open {
    background-color: #fff;
    border-radius: 30px 30px 0 0;
  }

  .content-grid {
    grid-template-columns: 1fr;
  }

  .heading.cta.center {
    line-height: 24px;
  }

  .paragraph.red {
    color: var(--brown);
  }

  .info-wrapper {
    flex-direction: row;
    align-items: stretch;
  }

  .menu-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .divider {
    top: -5.8em;
  }

  .divider.bottom {
    bottom: -6.2em;
  }

  .menu-image {
    max-height: none;
  }

  .hero-section {
    background-image: linear-gradient(#0000, #0000), url('../images/lamarchesa.jpg');
    background-position: 0 0, 0 0;
  }

  .menu-section {
    padding: 10px 35px 35px;
  }

  .nav-button {
    display: none;
  }

  .bold-text {
    font-size: 60px;
    line-height: 60px;
  }

  .privacy-section {
    background-image: linear-gradient(#000c, #000c), url('../images/osteria_la_marchesa_bunner.jpg');
    background-position: 0 0, 0 0;
  }

  .menu-section-intro {
    background-image: linear-gradient(#0000007a, #0000007a), url('../images/cucina.jpg');
    background-position: 0 0, 50% 100%;
    min-height: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .tab-menu {
    grid-column-gap: 50px;
    grid-template-columns: .25fr 1fr;
    width: auto;
  }

  .menu-button-2:focus, .menu-button-2.w--open {
    background-color: var(--secondary2);
  }

  .icon-bianco {
    color: var(--white);
    font-size: 50px;
    line-height: 40px;
  }

  .cont-90.nav-flex {
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .collection-list {
    grid-template-columns: repeat(auto-fit, 32%);
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    display: grid;
  }

  .tab-link {
    justify-content: center;
    font-size: 14px;
    line-height: 20px;
    display: flex;
  }

  .tab-link.w--current {
    justify-content: center;
    line-height: 20px;
    display: flex;
  }

  .item-content {
    width: 100%;
  }

  .new-text {
    background-color: #47b431;
    margin-left: 14px;
  }

  .item-image {
    justify-content: flex-start;
  }

  .contenuto-giustificato-in-modo-uniform {
    width: 90%;
  }

  .link-block-5 {
    flex-direction: row;
    align-items: stretch;
    display: flex;
  }

  .nav-button-copy {
    display: none;
  }

  .nav-button-copy-copy {
    margin-left: 0;
    display: block;
  }

  .blocco-telefono {
    flex-flow: row;
    justify-content: flex-start;
  }

  .tassello-menu {
    flex-flow: column;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .text-span-6 {
    color: var(--white);
  }

  .prenota-wha, .prenota-tel {
    margin-left: 0;
    display: block;
  }

  .div-block-2 {
    justify-content: space-around;
  }

  .text-span-10 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .cont-nav {
    margin-top: 0;
    padding-left: 23px;
    padding-right: 10px;
  }

  .menu-button {
    max-width: 10vw;
  }

  .heading.light {
    margin-top: 0;
  }

  .heading.light.menu {
    margin-top: 52px;
  }

  .paragraph.light.hero {
    max-width: none;
    line-height: 30px;
  }

  .paragraph.red {
    color: var(--brown);
  }

  .button-2.large {
    text-align: center;
    width: 100%;
  }

  .info-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: flex;
  }

  .menu-grid {
    flex-direction: column;
    margin-top: 0;
    display: flex;
  }

  .divider {
    top: -4.8em;
  }

  .divider.bottom {
    height: 55px;
    bottom: -3.9em;
  }

  .divider.top {
    height: 55px;
  }

  .large-button {
    text-align: center;
    width: 100%;
  }

  .menu-section {
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .contatti-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-content {
    margin-top: 0;
  }

  .bold-text {
    font-size: 50px;
    line-height: 50px;
  }

  .footer {
    padding: 10px;
  }

  .cont, .cont-privacy-copy {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .img-home_dx {
    max-width: 90%;
  }

  .menu-section-intro {
    background-image: linear-gradient(#0000008a, #0000008a), url('../images/cucina.jpg');
    background-position: 0 0, 50% 100%;
    min-height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-menu {
    grid-column-gap: 50px;
    width: auto;
  }

  .icon-bianco {
    color: var(--white);
    font-size: 50px;
    line-height: 40px;
  }

  .cont-90 {
    margin-top: 0;
    padding-left: 23px;
    padding-right: 20px;
  }

  .section {
    flex-direction: column;
    margin-top: 0;
  }

  .collection-list {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(min-content, 240px));
  }

  .tabs {
    align-items: center;
  }

  .tabs-menu {
    flex-direction: column;
  }

  .text-block-4 {
    text-align: center;
  }

  .item-content {
    height: 200px;
  }

  .collection-item {
    height: 100%;
  }

  .new-text {
    background-color: #47b431;
    margin-left: 14px;
  }

  .item-image {
    justify-content: flex-start;
    height: 160px;
  }

  .contenuto-giustificato-in-modo-uniform {
    width: 95%;
  }

  .inline-text-ingredienti {
    align-items: flex-start;
    margin-bottom: 0;
  }

  .nav-button-copy-copy {
    margin-left: 0;
  }

  .blocco-telefono {
    justify-content: flex-start;
    align-items: stretch;
  }

  .inline-text-congelato {
    align-items: flex-start;
    margin-bottom: 0;
  }

  .prenota-wha {
    margin-bottom: 34px;
    margin-left: 0;
  }

  .prenota-tel {
    margin-left: 0;
    font-size: 24px;
  }

  .div-block-2 {
    flex-flow: column;
    margin-bottom: 11px;
  }

  .text-span-9 {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .page-wrapper {
    margin-top: 130px;
  }

  .cont-nav {
    background-color: #0000;
    flex: 0 auto;
    max-width: 320px;
    margin-top: 0;
    padding-top: 23px;
    padding-bottom: 23px;
    display: block;
  }

  .cont-nav.nav-flex {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu {
    background-color: #a61f24;
    margin-top: 0;
  }

  .nav-link {
    padding-left: 40px;
  }

  .navbar {
    margin-top: 0;
  }

  .menu-button {
    max-width: 15vw;
  }

  .logo {
    margin-right: 0;
    padding-right: 11px;
  }

  .content-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 2fr;
    grid-auto-columns: .75fr;
    grid-auto-flow: row;
  }

  .heading {
    text-align: center;
    max-width: none;
    margin-top: 31px;
    font-size: 50px;
    line-height: 66px;
  }

  .heading.light {
    background-color: #00000036;
    margin-top: 0;
    padding: 10px;
    font-size: 40px;
    line-height: 40px;
  }

  .heading.light.menu {
    background-color: #00000070;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading.cta {
    margin-top: 10px;
    font-size: 24px;
  }

  .heading.cta.center {
    text-align: center;
    line-height: 20px;
  }

  .paragraph {
    text-align: center;
    font-size: 18px;
  }

  .paragraph.light.hero {
    max-width: none;
    line-height: 30px;
  }

  .paragraph.info {
    margin-top: 40px;
  }

  .paragraph.credit {
    margin-top: 110px;
    font-size: 18px;
    line-height: 30px;
  }

  .paragraph.red {
    color: var(--brown);
  }

  .button-2.large {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }

  .info-wrapper {
    align-items: center;
    padding-left: 0;
  }

  .menu-grid {
    flex-direction: column;
    display: flex;
  }

  .shape-divider.mobile-hide {
    display: none;
  }

  .divider {
    top: -3.9em;
  }

  .divider.bottom, .divider.top {
    height: 50px;
  }

  .menu-item {
    flex-direction: column;
  }

  .menu-info {
    margin-left: 29px;
  }

  .menu-image {
    object-fit: cover;
    width: 100%;
  }

  .large-button {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }

  .hero-section {
    background-image: linear-gradient(#00000054, #00000054), url('../images/lamarchesa.jpg');
    background-position: 0 0, 50%;
    align-items: flex-start;
    min-height: auto;
    margin-top: 0;
  }

  .about-section {
    padding-top: 0;
    padding-bottom: 32px;
  }

  .menu-section {
    padding: 20px;
  }

  .contatti-section {
    padding: 0;
  }

  .nav-button {
    display: block;
  }

  .hero-content {
    margin-top: 0;
  }

  .bold-text {
    margin-left: 0;
    font-size: 36px;
    line-height: 40px;
  }

  .bold-fext-ferie {
    margin-left: 0;
    font-size: 40px;
  }

  .menu-img-pizza {
    object-fit: cover;
  }

  .menu-item-pizza {
    flex-direction: column;
  }

  .heading-ferie {
    font-size: 64px;
    line-height: 66px;
  }

  .heading-ferie.light {
    background-color: #0000000d;
    margin-top: 45px;
    font-size: 30px;
  }

  .heading-ferie.cta {
    font-size: 32px;
  }

  .paragraph-ideex {
    font-size: 18px;
  }

  .paragraph-ideex.light.hero {
    max-width: none;
  }

  .paragraph-ideex.info {
    margin-top: 40px;
  }

  .paragraph-ideex.credit {
    margin-top: 40px;
    font-size: 14px;
    line-height: 20px;
  }

  .sm {
    margin-top: 40px;
  }

  .link-block, .link-block-2 {
    margin: auto;
  }

  .image-2, .image-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .link-block-3 {
    margin: auto;
  }

  .link-block-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .privacy-section {
    background-image: linear-gradient(#000000bf, #000000bf), url('../images/osteria_la_marchesa_bunner.jpg');
    background-position: 0 0, 0 0;
  }

  .paragraph-privacy {
    font-size: 18px;
  }

  .paragraph-privacy.light.hero {
    max-width: none;
  }

  .paragraph-privacy.info {
    margin-top: 40px;
  }

  .paragraph-privacy.credit {
    margin-top: 110px;
    font-size: 18px;
    line-height: 30px;
  }

  .footer {
    background-color: #e0e0e0;
    margin-bottom: auto;
  }

  .paragraph-footer {
    font-size: 18px;
  }

  .paragraph-footer.light.hero {
    max-width: none;
  }

  .paragraph-footer.info {
    margin-top: 40px;
  }

  .paragraph-footer.credit {
    margin-top: 40px;
    font-size: 18px;
    line-height: 30px;
  }

  .cont, .cont-privacy-copy {
    background-color: #0000;
    flex: 0 auto;
    max-width: 320px;
    margin-top: 0;
    padding-top: 0;
    display: block;
  }

  .paragraph-orario {
    padding-left: 0;
    font-size: 18px;
  }

  .paragraph-orario.light.hero {
    max-width: none;
  }

  .paragraph-orario.info {
    margin-top: 40px;
  }

  .paragraph-orario.credit {
    margin-top: 110px;
    font-size: 18px;
    line-height: 30px;
  }

  .menu-section-intro {
    background-image: linear-gradient(#00000054, #00000054), url('../images/cucina.jpg');
    background-position: 0 0, 50%;
    min-height: auto;
    margin-top: 0;
    padding: 0;
  }

  .container-giustificato-centro.botton-margin-30 {
    margin-bottom: 0;
  }

  .heading-2 {
    text-align: center;
    margin-top: 0;
    font-size: 22px;
  }

  .tab-menu {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    justify-items: stretch;
    width: auto;
  }

  .larghezza-piccola.sticky-tab {
    grid-column-gap: 50px;
    grid-row-gap: 10px;
    background-color: var(--white);
    color: var(--secondary3);
    border-radius: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    padding: 10px 21px;
    display: grid;
  }

  .menu-button-2 {
    background-color: #0000;
  }

  .menu-button-2:active, .menu-button-2:focus, .menu-button-2.w--open {
    background-color: var(--secondary2);
  }

  .navbar-2 {
    margin-top: 18px;
    display: block;
  }

  .icon {
    color: var(--white-smoke);
    font-size: 50px;
    line-height: 30px;
  }

  .icon:focus {
    color: var(--secondary2);
  }

  .icon-bianco {
    color: var(--white-smoke);
    font-size: 50px;
    line-height: 40px;
  }

  .icon-bianco:focus {
    color: var(--secondary2);
  }

  .cont-90 {
    background-color: #0000;
    flex: 0 auto;
    align-items: center;
    width: auto;
    max-width: none;
    margin-top: 0;
    padding-top: 23px;
    padding-bottom: 23px;
    padding-right: 23px;
    display: flex;
  }

  .cont-90.nav-flex {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .content-wrapper-navbar {
    margin-top: 115px;
  }

  .link {
    line-height: 18px;
  }

  .content-wrapper {
    margin-top: 15px;
    display: flex;
  }

  .section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .collection-list {
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: 350px;
    grid-template-columns: repeat(auto-fit, 100%);
    grid-auto-rows: 350px;
  }

  .tabs {
    flex-flow: column;
    flex: 0 auto;
    align-items: flex-start;
    width: 100vw;
    display: flex;
    overflow: hidden;
  }

  .tabs-menu {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 30px;
    display: block;
    overflow: hidden;
  }

  .tabs-content {
    margin-top: 9px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-3 {
    font-size: 18px;
  }

  .tab-link {
    padding-left: 32px;
    padding-right: 32px;
    font-size: 18px;
    display: flex;
  }

  .collection-item-2 {
    flex-direction: row;
    display: block;
  }

  .inline-text {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .abruz-label-item {
    width: 150px;
    height: 20px;
    margin-left: 4px;
  }

  .vegan-label {
    width: 40px;
    height: 40px;
    margin-left: 4px;
  }

  .discount-text {
    margin-right: 0;
  }

  .xs-paragraph {
    margin-top: 0;
    margin-left: 4px;
  }

  .item-content {
    background-color: #ffecec;
    border: 0 solid #000;
    border-radius: 17px;
    width: 100%;
    height: auto;
    padding: 10px;
  }

  .collection-item {
    flex-direction: row;
    height: 100%;
  }

  .spicy-label {
    width: 40px;
    height: 40px;
    margin-left: 4px;
  }

  .medium-paragraph, .descrizione {
    line-height: 20px;
  }

  .new-text {
    color: #fafafe;
    background-color: #47b431;
    margin-top: 24px;
    margin-right: 0;
  }

  .item-image {
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
    justify-content: center;
    align-items: flex-start;
    width: 120px;
    height: 100%;
  }

  .text-tab {
    margin-bottom: 0;
  }

  .text-tab.w--current {
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .text-block-13 {
    text-align: left;
  }

  .contenuto-giustificato-in-modo-uniform {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .inline-text-ingredienti {
    align-items: flex-start;
    margin-bottom: 0;
  }

  .inline-text-prezzo, .inline-text-icone {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .link-block-icona {
    width: 40px;
    height: 40px;
    margin: auto;
  }

  .link-block-icona:hover {
    transform: skew(0deg);
  }

  .carne-label, .pesce-label {
    width: 40px;
    height: 40px;
    margin-left: 4px;
  }

  .text-block-14, .text-block-15, .text-block-17 {
    text-align: center;
  }

  .nav-button-copy {
    display: block;
  }

  .nav-button-copy-copy {
    margin-left: 0;
    display: block;
  }

  .about-content-contact {
    max-width: 320px;
    padding-right: 0;
  }

  .image-4 {
    max-width: 100%;
    overflow: clip;
  }

  .text-span, .text-span-2, .text-span-3, .text-span-4 {
    color: var(--brown);
  }

  .navbar-ridotta {
    margin-top: 0;
  }

  .manutenzione {
    background-image: linear-gradient(to bottom, var(--primary1), var(--primary1));
  }

  .heading-3 {
    text-align: center;
  }

  .blocco-telefono {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 38px;
  }

  .inline-text-congelato {
    align-items: flex-start;
    margin-bottom: 0;
  }

  .congelato {
    line-height: 20px;
  }

  .tassello-menu {
    background-image: linear-gradient(to bottom, var(--brown), var(--brown));
  }

  .text-tab-categoria {
    border-bottom-style: none;
    border-bottom-width: 0;
    margin-bottom: 0;
  }

  .text-tab-categoria.w--current {
    margin-bottom: 0;
    padding-bottom: 7px;
  }

  .text-block-19, .text-block-20, .text-block-21, .text-block-22, .text-block-24, .text-block-25 {
    text-align: center;
  }

  .prenota-wha {
    margin-left: 0;
    font-size: 30px;
    display: block;
  }

  .prenota-tel {
    margin-left: 0;
    font-size: 30px;
    line-height: 30px;
    display: block;
  }

  .text-span-7 {
    font-size: 40px;
  }

  .text-span-8 {
    font-size: 14px;
  }
}

#w-node-_28f33c3b-7d68-d6c4-a816-a8395019cdaa-b01e7e67, #w-node-_3b141470-6918-e36b-6c9d-d67d41d2191b-b01e7e67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b148f715-12c2-4382-c67b-959950da8159-b01e7e67, #w-node-_9ba75022-9db7-8d8a-ac56-c464dd1fd5a6-b01e7e67, #w-node-f2027bc8-f8a9-f16b-6c62-e3a11437f76d-b01e7e69, #w-node-_0ca8fec8-8552-4ac9-1314-59270fb05435-b01e7e69 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c8fb560d-008b-63cc-945f-8011b279e23e-b01e7e6c, #w-node-c8fb560d-008b-63cc-945f-8011b279e23e-b01e7e6d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-daea5c76-044a-6ab6-2ebc-adbe6e0fa437-b01e7e6e {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start center;
}

#w-node-b67379c0-153d-1dbc-660c-3ce4ffada59b-b01e7e6e, #w-node-b67379c0-153d-1dbc-660c-3ce4ffada5a3-b01e7e6e, #w-node-b67379c0-153d-1dbc-660c-3ce4ffada5a7-b01e7e6e, #w-node-_37b9857c-ca9e-867e-681d-9c1d344cd52d-b01e7e6e, #w-node-c52204e9-c814-6a08-5d04-ae0bdb3b018f-b01e7e6e, #w-node-_37b9857c-ca9e-867e-681d-9c1d344cd535-b01e7e6e, #w-node-_37b9857c-ca9e-867e-681d-9c1d344cd539-b01e7e6e, #w-node-_3a61faef-1817-38ab-1c7a-f8ddee9aa41c-b01e7e6e, #w-node-_3a61faef-1817-38ab-1c7a-f8ddee9aa424-b01e7e6e, #w-node-_3a61faef-1817-38ab-1c7a-f8ddee9aa428-b01e7e6e, #w-node-_2abf9880-425e-dddd-aadb-3c6a05a6a260-b01e7e6e, #w-node-_2abf9880-425e-dddd-aadb-3c6a05a6a268-b01e7e6e, #w-node-_2abf9880-425e-dddd-aadb-3c6a05a6a26c-b01e7e6e, #w-node-fdc88ffd-f961-e55d-a422-626ee5087ec0-b01e7e6e, #w-node-fdc88ffd-f961-e55d-a422-626ee5087ec8-b01e7e6e, #w-node-fdc88ffd-f961-e55d-a422-626ee5087ecc-b01e7e6e, #w-node-cd6b28ee-dc6a-44b8-cbee-02e88fa29ce7-b01e7e6e, #w-node-d6bedac2-32b3-0283-98f4-abc9a3e60e7a-b01e7e6e, #w-node-_307b18bb-bb5f-7c0b-fe6a-61bdb3357c64-b01e7e6e, #w-node-_2adbe0cd-1381-accd-3cea-7ddd0e9f0067-b01e7e6e, #w-node-_2adbe0cd-1381-accd-3cea-7ddd0e9f006f-b01e7e6e, #w-node-_2adbe0cd-1381-accd-3cea-7ddd0e9f0073-b01e7e6e, #w-node-b35409a9-47a3-5d5d-f7e6-b6b42c68d3d0-b01e7e6e, #w-node-b35409a9-47a3-5d5d-f7e6-b6b42c68d3d8-b01e7e6e, #w-node-b35409a9-47a3-5d5d-f7e6-b6b42c68d3dc-b01e7e6e, #w-node-_3aec4c15-b9e7-1ffd-a2bf-30b42ff536e1-b01e7e6e, #w-node-_3aec4c15-b9e7-1ffd-a2bf-30b42ff536e9-b01e7e6e, #w-node-_3aec4c15-b9e7-1ffd-a2bf-30b42ff536ed-b01e7e6e, #w-node-_899f18bd-dbbd-d532-c462-9a08e28e294a-b01e7e6e, #w-node-_899f18bd-dbbd-d532-c462-9a08e28e2952-b01e7e6e, #w-node-_899f18bd-dbbd-d532-c462-9a08e28e2956-b01e7e6e, #w-node-_1d9b2111-7a7a-b4ff-e64d-c3d716c4f667-b01e7e6e, #w-node-_1d9b2111-7a7a-b4ff-e64d-c3d716c4f66f-b01e7e6e, #w-node-_1d9b2111-7a7a-b4ff-e64d-c3d716c4f673-b01e7e6e, #w-node-_34fb4926-6d0e-2400-55d1-f2ba54780bd9-b01e7e6e, #w-node-_34fb4926-6d0e-2400-55d1-f2ba54780be1-b01e7e6e, #w-node-_34fb4926-6d0e-2400-55d1-f2ba54780be5-b01e7e6e, #w-node-db25ec10-bff6-2805-5433-0694bef42a1f-b01e7e6e, #w-node-db25ec10-bff6-2805-5433-0694bef42a27-b01e7e6e, #w-node-db25ec10-bff6-2805-5433-0694bef42a2b-b01e7e6e, #w-node-_0ed9fb62-0f17-7b98-1948-c2a5bb3c4f64-b01e7e6e, #w-node-b68bec64-3435-6c9e-6b95-b31564fea720-b01e7e6e, #w-node-b68bec64-3435-6c9e-6b95-b31564fea728-b01e7e6e, #w-node-b68bec64-3435-6c9e-6b95-b31564fea72c-b01e7e6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_091fe247-b2e9-3289-40d8-d819363b17b3-99b0a0fb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_81a25c72-e273-84a2-c9b9-2c595b57e5a8-99b0a0fb, #w-node-_090dd122-4cde-9345-8aae-24b122192a02-99b0a0fb, #w-node-a974ee41-a4be-25f8-c811-6181ebe3c399-99b0a0fb, #w-node-_3b141470-6918-e36b-6c9d-d67d41d2191b-99b0a0fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c8fb560d-008b-63cc-945f-8011b279e23e-b01e7e6c, #w-node-c8fb560d-008b-63cc-945f-8011b279e23e-b01e7e6d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-daea5c76-044a-6ab6-2ebc-adbe6e0fa437-b01e7e6e {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2a6ab5d5-45d9-40b3-5282-fb448a77bfdc-b01e7e67 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e415f844-51aa-8cad-dd57-18b48a4d260d-b01e7e67 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_9ba75022-9db7-8d8a-ac56-c464dd1fd597-b01e7e67 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_9ba75022-9db7-8d8a-ac56-c464dd1fd5a3-b01e7e67, #w-node-f2027bc8-f8a9-f16b-6c62-e3a11437f76a-b01e7e69, #w-node-_2a6ab5d5-45d9-40b3-5282-fb448a77bfdc-b01e7e6c, #w-node-e415f844-51aa-8cad-dd57-18b48a4d260d-b01e7e6c, #w-node-_2a6ab5d5-45d9-40b3-5282-fb448a77bfdc-b01e7e6d, #w-node-e415f844-51aa-8cad-dd57-18b48a4d260d-b01e7e6d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-daea5c76-044a-6ab6-2ebc-adbe6e0fa437-b01e7e6e {
    justify-self: center;
  }

  #w-node-b67379c0-153d-1dbc-660c-3ce4ffada59b-b01e7e6e, #w-node-_37b9857c-ca9e-867e-681d-9c1d344cd52d-b01e7e6e, #w-node-c52204e9-c814-6a08-5d04-ae0bdb3b018f-b01e7e6e, #w-node-_3a61faef-1817-38ab-1c7a-f8ddee9aa41c-b01e7e6e, #w-node-_2abf9880-425e-dddd-aadb-3c6a05a6a260-b01e7e6e, #w-node-fdc88ffd-f961-e55d-a422-626ee5087ec0-b01e7e6e, #w-node-cd6b28ee-dc6a-44b8-cbee-02e88fa29ce7-b01e7e6e, #w-node-_2adbe0cd-1381-accd-3cea-7ddd0e9f0067-b01e7e6e, #w-node-b35409a9-47a3-5d5d-f7e6-b6b42c68d3d0-b01e7e6e, #w-node-_3aec4c15-b9e7-1ffd-a2bf-30b42ff536e1-b01e7e6e, #w-node-_899f18bd-dbbd-d532-c462-9a08e28e294a-b01e7e6e, #w-node-_1d9b2111-7a7a-b4ff-e64d-c3d716c4f667-b01e7e6e, #w-node-_34fb4926-6d0e-2400-55d1-f2ba54780bd9-b01e7e6e, #w-node-db25ec10-bff6-2805-5433-0694bef42a1f-b01e7e6e, #w-node-_0ed9fb62-0f17-7b98-1948-c2a5bb3c4f64-b01e7e6e, #w-node-b68bec64-3435-6c9e-6b95-b31564fea720-b01e7e6e {
    align-self: auto;
  }

  #w-node-_2a6ab5d5-45d9-40b3-5282-fb448a77bfdc-99b0a0fb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e415f844-51aa-8cad-dd57-18b48a4d260d-99b0a0fb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}


@font-face {
  font-family: 'Plus Jakarta Display';
  src: url('../fonts/PlusJakartaDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Display';
  src: url('../fonts/PlusJakartaDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}