/** Shopify CDN: Minification failed

Line 210:0 Unexpected "}"

**/
:root {
  --menu-padding: 4rem 2rem;
}

@media screen and (min-width: 750px) {
  :root {
    --menu-padding: 6.5rem 10rem;
  }
}

.menu {
  display: none;
}

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

.menu h2,
.menu h3 {
  margin: 0;
  font-size: 3.6rem;
  line-height: 4rem;
  font-weight: bold;
}

.menu h3 {
  margin-bottom: 2rem;
}

.menu__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu__media,
.menu__container {
  flex-grow: 1;
  width: 100%;
}

.menu__header {
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
}

.menu__header--mobile {
  display: flex;
}
.menu__header--mobile.shrink-when-empty {
  padding: 0 !important;
  margin: 0 !important;
  height: 5px !important;
  min-height: 0 !important;
  background: transparent !important;
  border-bottom: 3px dotted black !important;
}

.menu__header--mobile {
  background: #FEE906 !important;
}


.menu__header,
.menu__content {
  padding: var(--menu-padding);
}

.menu__download {
  order: 3;
}

.menu__download svg {
  transform: rotate(90deg);
  margin-left: 0.5rem;
}

.menu__opening-times p {
  margin: 0;
}

.menu__opening-times {
  font-size: 2rem;
  line-height: 3rem;
  font-family: var(--font-heading);
}


.menu__content ul {
  padding: 0;
  list-style: none;
}

.menu__content li,
.menu__content p {
  font-size: 1.6rem;
  line-height: 2.5rem;
  font-weight: lighter;
  font-family: var(--font-heading);
}


@media screen and (min-width: 750px) {
  .menu {
    flex-direction: row;
  }

  .menu--swap {
    flex-direction: row-reverse;
  }

  .menu__media,
  .menu__container {
    width: 50%;
  }

  .menu__header {
    display: flex;
    gap: 3rem;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  
  .menu__header--mobile {
    display: none;
    
  }

  .menu__download {
    order: unset;
    width: 50%;
    min-width: fit-content;
    max-width: fit-content;
  }

  .menu h2 {
    font-size: 4.8rem;
    line-height: 4.8rem;
    width: 50%;
    min-width: fit-content;
  }

  .menu h3 {
    margin-bottom: 4rem;
  }

  .menu__opening-times {
    font-weight: bold;
    font-size: 3rem;
    line-height: 3.6rem;
  }
  
}
 .side-by-side-column {
  column-count: 2;
  column-gap: 3rem;
  margin-top: 1rem;
}

@media (max-width: 749px) {
  .side-by-side-column {
    column-count: 1;
  }
}

@media (min-width: 750px) {
  .side-by-side-column h3,
  .side-by-side-column h4,
  .side-by-side-column h5,
  .side-by-side-column h6 {
    break-before: column;
    -webkit-column-break-before: always;
    margin-top: 0;
  }
}


  .side-by-side-column h3,
  .side-by-side-column h4,
  .side-by-side-column h5,
  .side-by-side-column h6 {
    break-after: avoid;
    page-break-after: avoid;
    -webkit-column-break-after: avoid;
    margin-bottom: 0.5rem;
  }

  .side-by-side-column p,
  .side-by-side-column li {
    break-before: avoid;
    page-break-before: avoid;
    -webkit-column-break-before: avoid;
    break-inside: avoid;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    margin-bottom: 1.2rem;
  }
}
.side-by-side-column li {
  margin-bottom: 1.2rem;
  break-inside: avoid;
}
.menu__items li {
  margin-bottom: 1.2rem;
  break-inside: avoid;
}