@font-face {
  font-family: SF Pro;
  src: url('../fonts/SFPRODISPLAYBOLD.OTF') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SFPRODISPLAYMEDIUM.OTF') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SFPRODISPLAYTHINITALIC.OTF') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SFPRODISPLAYHEAVYITALIC.OTF') format("opentype"), url('../fonts/SFPRODISPLAYBLACKITALIC.OTF') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SFPRODISPLAYREGULAR.OTF') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SFPRODISPLAYSEMIBOLDITALIC.OTF') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SFPRODISPLAYULTRALIGHTITALIC.OTF') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SFPRODISPLAYLIGHTITALIC.OTF') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

:root {
  --crema: #f7f3f0;
  --celeste: #0098bf;
}

.section {
  padding: 20px 60px;
}

.wrapper {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper.flex-center-h {
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-logo-center {
  width: 200px;
  max-height: 100px;
}

.menu-h-maxi-wrapper {
  z-index: 2;
  background-color: var(--crema);
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  padding: 10px 16px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: auto;
}

.menu-h {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.category-card {
  border: 1px solid var(--celeste);
  color: var(--celeste);
  text-align: center;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 112px;
  padding: 8px 4px;
  font-size: 13px;
  text-decoration: none;
  display: flex;
}

.category-img {
  flex: 0 auto;
  max-width: 80%;
}

.category-title {
  color: var(--celeste);
  margin-top: 10px;
}

.category-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.line {
  background-color: var(--celeste);
  border-radius: 100px;
  flex: 1;
  height: 2px;
}

.allergeni-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.classic-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #dbdbdb;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 8px;
  font-size: 18px;
  display: flex;
}

.classic-item.wine {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom-style: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.allergeni-icon {
  width: 30px;
  height: 30px;
}

.separatore-price {
  outline-offset: 0px;
  outline: 1px dashed #333;
  flex: 1;
  height: 0;
}

.item-list-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.nome {
  font-weight: 500;
}

.nome-e-allergeni {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.body {
  background-color: var(--crema);
  font-family: SF Pro, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

.option-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  font-weight: 500;
  display: flex;
}

.option-text {
  opacity: .6;
  width: 400px;
  max-width: 100%;
  font-weight: 300;
}

.wine-option {
  border-bottom: 1px solid #dbdbdb;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-end;
  padding-bottom: 8px;
  display: flex;
}

.price {
  text-align: right;
}

.tagliere-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #dbdbdb;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 2.25fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 18px;
  display: grid;
}

.tagliere-item.wine {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.tagliere-item.title {
  border-top-style: none;
}

._3col-list-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.allergeni-e-prezzo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wine-option-text {
  opacity: .6;
  width: 400px;
  max-width: 100%;
  font-weight: 300;
}

.descrizione {
  opacity: .8;
}

.allergeni-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start center;
  display: grid;
}

.allergeni-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--celeste);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 8px 4px;
  font-size: 13px;
  text-decoration: none;
  display: flex;
}

.allergeni-icon-big {
  flex: 0 auto;
  width: 60px;
}

.tag {
  background-color: var(--celeste);
  color: var(--crema);
  text-transform: uppercase;
  border-radius: 100px;
  margin-top: 10px;
  padding: 4px 16px;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
}

.tag-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

@media screen and (max-width: 991px) {
  .section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .menu-h-maxi-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .menu-h {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .allergeni-e-prezzo {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-h-maxi-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .category-title {
    font-size: 28px;
  }

  .classic-item {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .allergeni-icon {
    width: 20px;
    height: 20px;
  }

  .separatore-price {
    margin-top: 20px;
  }

  .item-list-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .nome-e-allergeni {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .option-text {
    width: auto;
  }

  .tagliere-item {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1.5fr 1fr;
    justify-content: center;
    align-items: flex-start;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .wine-option-text {
    width: auto;
    max-width: 80%;
  }

  .tag {
    font-size: 28px;
  }

  .container {
    max-width: none;
  }
}

#w-node-ecea70cf-4294-2c77-cc0f-3917fc30d5ce-b4736cfa, #w-node-ecea70cf-4294-2c77-cc0f-3917fc30d5e2-b4736cfa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SFPRODISPLAYBOLD.OTF') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SFPRODISPLAYMEDIUM.OTF') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SFPRODISPLAYTHINITALIC.OTF') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SFPRODISPLAYHEAVYITALIC.OTF') format('opentype'), url('../fonts/SFPRODISPLAYBLACKITALIC.OTF') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SFPRODISPLAYREGULAR.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SFPRODISPLAYSEMIBOLDITALIC.OTF') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SFPRODISPLAYULTRALIGHTITALIC.OTF') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SFPRODISPLAYLIGHTITALIC.OTF') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}