/* [project]/src/components/menu/templates/demo/DemoHeader.module.css [app-client] (css) */
.DemoHeader-module__SNRU-q__hero {
  background: #4b4440;
  flex-shrink: 0;
  height: 170px;
  position: relative;
}

.DemoHeader-module__SNRU-q__hero img {
  object-fit: cover;
  opacity: .85;
  width: 100%;
  height: 100%;
  display: block;
}

.DemoHeader-module__SNRU-q__paLogo {
  color: #ee8b64;
  z-index: 2;
  background: #fff;
  border-radius: 50%;
  place-items: center;
  width: 60px;
  height: 60px;
  font-size: 22px;
  display: grid;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
  box-shadow: 0 6px 14px #00000026;
}

.DemoHeader-module__SNRU-q__langSelect {
  color: #38322e;
  cursor: pointer;
  z-index: 2;
  appearance: none;
  text-align: center;
  background: #fff;
  border: none;
  border-radius: 8px;
  outline: none;
  padding: 7px 12px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  bottom: 32px;
  right: 14px;
  box-shadow: 0 3px 10px #00000026;
}

.DemoHeader-module__SNRU-q__backBtn {
  cursor: pointer;
  z-index: 2;
  background: #fff;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transition: transform .2s;
  display: flex;
  position: absolute;
  top: 14px;
  left: 14px;
  box-shadow: 0 3px 10px #00000026;
}

.DemoHeader-module__SNRU-q__backBtn:hover {
  transform: scale(1.05);
}

.DemoHeader-module__SNRU-q__backBtn svg {
  stroke: #38322e;
  width: 20px;
  height: 20px;
}

.DemoHeader-module__SNRU-q__backBtnHidden {
  display: none;
}

.DemoHeader-module__SNRU-q__sheetHeader {
  z-index: 3;
  background: #fff;
  border-radius: 18px 18px 0 0;
  margin-top: -16px;
  padding: 22px 14px 0;
  position: relative;
}

.DemoHeader-module__SNRU-q__appTitle {
  color: #38322e;
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 600;
}

.DemoHeader-module__SNRU-q__meta {
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-bottom: 10px;
  display: flex;
}

.DemoHeader-module__SNRU-q__metaItem {
  color: #38322e;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  display: inline-flex;
}

.DemoHeader-module__SNRU-q__metaItem svg {
  stroke: #ee8b64;
  flex-shrink: 0;
  width: 15px;
  height: 15px;
}

.DemoHeader-module__SNRU-q__desc {
  color: #9a8f87;
  margin: 8px 0;
  font-size: 13.5px;
  line-height: 1.5;
}

.DemoHeader-module__SNRU-q__pills {
  flex-wrap: wrap;
  gap: 10px;
  margin: 12px 0 14px;
  display: flex;
}

.DemoHeader-module__SNRU-q__pill {
  color: #e2744a;
  cursor: pointer;
  background: none;
  border: 2px solid #ee8b64;
  border-radius: 999px;
  padding: 9px 20px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  transition: all .2s;
}

.DemoHeader-module__SNRU-q__pillActive {
  color: #fff;
  background: #ee8b64;
  border-color: #ee8b64;
}

/* [project]/src/components/menu/templates/demo/DemoSearch.module.css [app-client] (css) */
.DemoSearch-module__neSduG__searchWrap {
  margin: 8px 14px 18px;
  position: relative;
}

.DemoSearch-module__neSduG__searchInput {
  color: #38322e;
  box-sizing: border-box;
  background: #f4f1ee;
  border: none;
  border-radius: 12px;
  outline: none;
  width: 100%;
  height: 44px;
  padding: 0 50px 0 16px;
  font-family: inherit;
  font-size: 13.5px;
  line-height: 44px;
  transition: box-shadow .2s;
}

.DemoSearch-module__neSduG__searchInput:focus {
  box-shadow: 0 0 0 2px #ee8b6466;
}

.DemoSearch-module__neSduG__searchInput::placeholder {
  color: #9a8f87;
}

.DemoSearch-module__neSduG__searchBtn {
  cursor: pointer;
  background: #fff;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
  position: absolute;
  top: 5px;
  right: 5px;
  box-shadow: 0 2px 6px #00000014;
}

.DemoSearch-module__neSduG__searchBtn svg {
  stroke: #9a8f87;
  width: 16px;
  height: 16px;
}

/* [project]/src/components/menu/templates/demo/DemoCategoryCard.module.css [app-client] (css) */
.DemoCategoryCard-module__pxfFcG__catCard {
  cursor: pointer;
  border-radius: 16px;
  height: 130px;
  margin-bottom: 14px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 12px #0000000d;
}

.DemoCategoryCard-module__pxfFcG__overlay {
  z-index: 2;
  background: #1e140f59;
  justify-content: center;
  align-items: center;
  padding: 0 12px;
  display: flex;
  position: absolute;
  inset: 0;
}

.DemoCategoryCard-module__pxfFcG__overlay h3 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-shadow: 0 2px 8px #00000073;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

@media (hover: hover) {
  .DemoCategoryCard-module__pxfFcG__catCard {
    transition: transform .2s, box-shadow .2s;
  }

  .DemoCategoryCard-module__pxfFcG__catCard:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 16px #0000001f;
  }
}

.DemoCategoryCard-module__pxfFcG__catCard:active {
  transform: scale(.985);
}

/* [project]/src/components/menu/allergens/AllergenBadge.module.css [app-client] (css) */
.AllergenBadge-module__zZyreq__algIcon {
  color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  place-items: center;
  line-height: 1;
  display: grid;
}

.AllergenBadge-module__zZyreq__algMore {
  color: #9a8f87;
  background: #ede7e1;
  border-radius: 50%;
  flex-shrink: 0;
  place-items: center;
  width: 20px;
  height: 20px;
  font-size: 8px;
  font-weight: 600;
  display: grid;
}

/* [project]/src/components/menu/templates/demo/DemoDishCard.module.css [app-client] (css) */
.DemoDishCard-module__B8npFa__dishHz {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background: #fff;
  border: 1px solid #f0eae5;
  border-radius: 16px;
  align-items: stretch;
  gap: 12px;
  margin-bottom: 12px;
  padding: 10px;
  animation: .3s DemoDishCard-module__B8npFa__fade;
  display: flex;
  box-shadow: 0 4px 12px #00000008;
}

.DemoDishCard-module__B8npFa__dishHz:active {
  transform: scale(.985);
}

@media (hover: hover) {
  .DemoDishCard-module__B8npFa__dishHz {
    transition: transform .2s, box-shadow .2s;
  }

  .DemoDishCard-module__B8npFa__dishHz:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 16px #0000000f;
  }
}

@keyframes DemoDishCard-module__B8npFa__fade {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.DemoDishCard-module__B8npFa__dhMedia {
  border-radius: 12px;
  flex-shrink: 0;
  width: 106px;
  min-height: 126px;
  position: relative;
  overflow: hidden;
}

.DemoDishCard-module__B8npFa__dhVegan {
  color: #5bbe2e;
  z-index: 2;
  background: #fff;
  border-radius: 50%;
  place-items: center;
  width: 22px;
  height: 22px;
  font-size: 11px;
  display: grid;
  position: absolute;
  top: 6px;
  left: 6px;
  box-shadow: 0 2px 6px #0000002e;
}

.DemoDishCard-module__B8npFa__dishHzContent {
  flex-direction: column;
  flex: 1;
  min-width: 0;
  display: flex;
}

.DemoDishCard-module__B8npFa__dhTitleRow {
  justify-content: space-between;
  align-items: flex-start;
  gap: 6px;
  display: flex;
}

.DemoDishCard-module__B8npFa__dhTitle {
  color: #38322e;
  flex: 1;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
}

.DemoDishCard-module__B8npFa__dhInfoIcon {
  color: #cfc7c0;
  flex-shrink: 0;
  margin-top: 2px;
  font-size: 13px;
}

.DemoDishCard-module__B8npFa__dhDesc {
  color: #9a8f87;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 4px;
  font-size: 12.5px;
  line-height: 1.45;
  display: -webkit-box;
  overflow: hidden;
}

.DemoDishCard-module__B8npFa__dhFooter {
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 8px;
  display: flex;
}

.DemoDishCard-module__B8npFa__dhPrice {
  color: #38322e;
  font-size: 16px;
  font-weight: 600;
}

.DemoDishCard-module__B8npFa__dhWeight {
  color: #9a8f87;
  margin-left: 6px;
  font-size: 11px;
  font-weight: 400;
}

.DemoDishCard-module__B8npFa__dhAlgs {
  flex-shrink: 0;
  align-items: center;
  gap: 4px;
  display: flex;
}

@media (max-width: 360px) {
  .DemoDishCard-module__B8npFa__dhMedia {
    width: 92px;
    min-height: 118px;
  }
}

.DemoDishCard-module__B8npFa__dhTagBadge {
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #e24a3b;
  background: #ffe8e5;
  border-radius: 6px;
  align-self: flex-start;
  margin-top: 4px;
  padding: 2px 7px;
  font-size: 10px;
  font-weight: 700;
  display: inline-block;
}

/* [project]/src/components/menu/templates/demo/DemoProductDetail.module.css [app-client] (css) */
.DemoProductDetail-module__41ogza__detailView {
  z-index: 100;
  visibility: hidden;
  background: #fff;
  flex-direction: column;
  max-width: 500px;
  height: 100dvh;
  margin: 0 auto;
  transition: transform .35s cubic-bezier(.2, .8, .2, 1), visibility 0s linear .35s;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  transform: translateX(100%);
  box-shadow: 0 0 35px #5a372326;
}

.DemoProductDetail-module__41ogza__detailView.DemoProductDetail-module__41ogza__show {
  visibility: visible;
  transition: transform .35s cubic-bezier(.2, .8, .2, 1);
  transform: translateX(0);
}

.DemoProductDetail-module__41ogza__dvScroll {
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  scrollbar-width: none;
  -ms-overflow-style: none;
  flex: 1;
  min-height: 0;
  padding-bottom: 32px;
  overflow-y: auto;
}

.DemoProductDetail-module__41ogza__dvScroll::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.DemoProductDetail-module__41ogza__dvHero {
  height: 280px;
  position: relative;
}

.DemoProductDetail-module__41ogza__dvClose {
  cursor: pointer;
  color: #38322e;
  z-index: 10;
  background: #fff;
  border: none;
  border-radius: 50%;
  place-items: center;
  width: 44px;
  height: 44px;
  font-size: 18px;
  transition: transform .15s;
  display: grid;
  position: absolute;
  top: 14px;
  right: 14px;
  box-shadow: 0 4px 12px #0000002e;
}

.DemoProductDetail-module__41ogza__dvClose:hover {
  transform: scale(1.05);
}

.DemoProductDetail-module__41ogza__dvClose:active {
  transform: scale(.94);
}

.DemoProductDetail-module__41ogza__dvBody {
  background: #fff;
  border-radius: 24px 24px 0 0;
  margin-top: -24px;
  padding: 24px 20px;
  position: relative;
}

.DemoProductDetail-module__41ogza__dvBodyNoHero {
  border-radius: 0 !important;
  margin-top: 0 !important;
  padding-top: 64px !important;
}

.DemoProductDetail-module__41ogza__dvTitleRow {
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  display: flex;
}

.DemoProductDetail-module__41ogza__dvTitle {
  color: #38322e;
  font-size: 24px;
  font-weight: 600;
}

.DemoProductDetail-module__41ogza__dvDesc {
  color: #9a8f87;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.5;
}

.DemoProductDetail-module__41ogza__dvPriceRow {
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 12px;
  display: flex;
}

.DemoProductDetail-module__41ogza__dvPrice {
  color: #38322e;
  font-size: 22px;
  font-weight: 600;
}

.DemoProductDetail-module__41ogza__dvWeight {
  color: #9a8f87;
  font-size: 14px;
}

.DemoProductDetail-module__41ogza__dvBadge {
  color: #dc2626;
  text-transform: uppercase;
  background: #fee2e2;
  border-radius: 6px;
  margin-bottom: 24px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 600;
  display: inline-block;
}

.DemoProductDetail-module__41ogza__dvSection {
  margin-bottom: 24px;
}

.DemoProductDetail-module__41ogza__dvSectionTitle {
  color: #38322e;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.DemoProductDetail-module__41ogza__dvAlBox {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.DemoProductDetail-module__41ogza__dvAllergensList {
  flex-wrap: wrap;
  gap: 12px 10px;
  display: flex;
}

.DemoProductDetail-module__41ogza__dvAlItem {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 52px;
  display: flex;
}

.DemoProductDetail-module__41ogza__dvAlItem span {
  color: #38322e;
  text-align: center;
  font-size: 9.5px;
  line-height: 1.15;
}

.DemoProductDetail-module__41ogza__dvAlAlert {
  color: #9a8f87;
  background: #f4f1ee;
  border-radius: 8px;
  align-items: center;
  gap: 8px;
  padding: 10px;
  font-size: 10px;
  line-height: 1.3;
  display: flex;
}

.DemoProductDetail-module__41ogza__dvAlAlert i {
  color: #9a8f87;
  flex: none;
  font-size: 11px;
  line-height: 1;
}

.DemoProductDetail-module__41ogza__dvAlAlert span {
  flex: 1;
  align-items: center;
  display: flex;
}

.DemoProductDetail-module__41ogza__dvNutri {
  gap: 10px;
  display: flex;
}

.DemoProductDetail-module__41ogza__dvNutriBox {
  text-align: center;
  background: #f4f1ee;
  border-radius: 12px;
  flex-direction: column;
  flex: 1;
  gap: 4px;
  padding: 12px 0;
  display: flex;
}

.DemoProductDetail-module__41ogza__dvNutriVal {
  color: #38322e;
  font-size: 14px;
  font-weight: 600;
}

.DemoProductDetail-module__41ogza__dvNutriLbl {
  color: #9a8f87;
  font-size: 10px;
}

.DemoProductDetail-module__41ogza__dvText {
  color: #9a8f87;
  font-size: 14px;
  line-height: 1.5;
}

.DemoProductDetail-module__41ogza__dvExtraRow {
  color: #38322e;
  border-bottom: 1px dashed #e0dcd8;
  justify-content: space-between;
  padding: 12px 0;
  font-size: 14px;
  display: flex;
}

.DemoProductDetail-module__41ogza__dvExtraRow:last-child {
  border-bottom: none;
}

/* [project]/src/components/menu/templates/demo/DemoFooter.module.css [app-client] (css) */
.DemoFooter-module__cVAyIG__footer {
  text-align: center;
  color: #9a8f87;
  padding: 22px 0 26px;
  font-size: 13px;
}

/* [project]/src/components/menu/templates/demo/DemoMenuRenderer.module.css [app-client] (css) */
.DemoMenuRenderer-module__BD1vOa__page {
  background: #fff;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  min-height: 100vh;
  margin: 0 auto;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 35px #5a372326;
}

.DemoMenuRenderer-module__BD1vOa__content {
  flex: 1;
  padding: 0 14px 10px;
}

.DemoMenuRenderer-module__BD1vOa__secTitle {
  color: #38322e;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
}

.DemoMenuRenderer-module__BD1vOa__empty {
  text-align: center;
  color: #9a8f87;
  padding: 40px 0;
  font-size: 15px;
}

/* [project]/src/components/InactiveMenu.module.css [app-client] (css) */
.InactiveMenu-module___1SJEa__container {
  color: #2d2724;
  text-align: center;
  background: linear-gradient(#faf8f5 0%, #f5efeb 100%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 32px 20px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
  display: flex;
}

.InactiveMenu-module___1SJEa__card {
  background: #fff;
  border: 1px solid #e2dbd4cc;
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 480px;
  padding: 44px 32px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 36px #3b2c2214, 0 2px 6px #3b2c220a;
}

.InactiveMenu-module___1SJEa__card:before {
  content: "";
  background: linear-gradient(90deg, #ee8b64, #e26938);
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.InactiveMenu-module___1SJEa__iconWrap {
  color: #ee8b64;
  background: #fff4ed;
  border-radius: 22px;
  place-items: center;
  width: 76px;
  height: 76px;
  margin-bottom: 24px;
  font-size: 32px;
  display: grid;
  box-shadow: 0 4px 16px #ee8b6433;
}

.InactiveMenu-module___1SJEa__businessTag {
  color: #6e5e54;
  background: #f4efeb;
  border-radius: 100px;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
}

.InactiveMenu-module___1SJEa__title {
  color: #1a1614;
  letter-spacing: -.02em;
  margin-bottom: 12px;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.25;
}

.InactiveMenu-module___1SJEa__description {
  color: #6e5e54;
  margin-bottom: 28px;
  font-size: 15px;
  line-height: 1.55;
}

.InactiveMenu-module___1SJEa__btnPrimary {
  color: #fff;
  cursor: pointer;
  background: #ee8b64;
  border: none;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 15px 24px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: inline-flex;
  box-shadow: 0 4px 14px #ee8b6466;
}

.InactiveMenu-module___1SJEa__btnPrimary:hover {
  background: #e26938;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px #ee8b6480;
}

.InactiveMenu-module___1SJEa__footerNote {
  color: #8c7c72;
  border-top: 1px solid #f1ece6;
  width: 100%;
  margin-top: 24px;
  padding-top: 20px;
  font-size: 13px;
}

.InactiveMenu-module___1SJEa__footerNote a {
  color: #ee8b64;
  font-weight: 600;
  text-decoration: none;
}

.InactiveMenu-module___1SJEa__footerNote a:hover {
  text-decoration: underline;
}

.InactiveMenu-module___1SJEa__brandFooter {
  color: #8c7c72;
  align-items: center;
  gap: 6px;
  margin-top: 28px;
  font-size: 13px;
  display: flex;
}

.InactiveMenu-module___1SJEa__brandFooter span {
  color: #2d2724;
  font-weight: 700;
}

/*# sourceMappingURL=src_components_0a6c92r._.css.map*/