.rt-min-w-0 { min-width: 0; }
html,
body {
  margin: 0 !important;
}
.public-page,
.public-topbar,
.public-footer,
.rt-template,
.rt-template * {
  font-family: var(--font-sans, 'iransans', Tahoma, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif);
}
.public-page {
  --rt-page-width: 1200px;
  --rt-page-gutter: 32px;
  overflow-x: clip;
  background: #f7f8f5;
}
.public-page *,
.public-page *::before,
.public-page *::after {
  box-sizing: border-box;
}
.public-topbar {
  position: sticky;
  top: 0;
  z-index: 90;
  border-bottom: 1px solid #e6ebe4;
  background: rgb(255 255 255 / .94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.public-topbar-inner {
  width: min(100% - var(--rt-page-gutter), var(--rt-page-width));
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.public-brand-link {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  border-radius: 8px;
  outline: none;
  text-decoration: none;
}
.public-brand-logo {
  width: auto;
  height: 36px;
  display: block;
}
.locale-switcher {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 3px;
  border: 1px solid #dce4dd;
  border-radius: 9px;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / .72), 0 1px 2px rgb(31 40 35 / .04);
}
.locale-link {
  min-width: 56px;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  padding: 0 10px;
  border-radius: 7px;
  color: #6f7b73;
  font-size: 12.5px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition: background .18s ease, border-color .18s ease, color .18s ease;
}
.locale-link:hover,
.locale-link.active {
  border-color: #dcebe3;
  color: #286247;
  background: #edf5f0;
}
.public-brand-link:focus-visible,
.locale-link:focus-visible,
.rt-template a:focus-visible,
.rt-template button:focus-visible,
.rt-template input:focus-visible,
.rt-template select:focus-visible,
.rt-template summary:focus-visible {
  outline: 3px solid rgb(40 98 71 / .22);
  outline-offset: 2px;
}
.public-footer {
  background: #ffffff;
  padding: 16px 16px 28px;
}
.public-footer-inner {
  width: min(100%, 1200px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 0;
  padding-top: 18px;
}
.public-footer-logo {
  width: 118px;
  height: auto;
  display: block;
}
.public-footer-text {
  margin: 0;
  color: #6f7b73;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
}
.rt-template {
  --rt-bg: #f7f8f5;
  --rt-panel: #ffffff;
  --rt-panel-soft: #fbfcf9;
  --rt-text: #1f2822;
  --rt-muted: #6f7b73;
  --rt-muted-soft: #a5aea7;
  --rt-line: #e4e9e4;
  --rt-line-strong: #d7e1d8;
  --rt-primary: #2f7654;
  --rt-primary-strong: #245d41;
  --rt-primary-soft: #edf6f0;
  --rt-accent: #8a7354;
  --rt-danger: #b85d61;
  --rt-danger-soft: #fbf3f3;
  --rt-warning: #9a7338;
  --rt-warning-soft: #fbf7ef;
  --rt-radius: 8px;
  --rt-radius-lg: 10px;
  --rt-shadow: 0 1px 2px rgb(31 40 35 / .04);
  --rt-page-width: 1200px;
  --rt-page-gutter: 32px;
  min-height: 100vh;
  overflow-x: clip;
  background: var(--rt-bg);
  color: var(--rt-text);
  scroll-behavior: smooth;
}
.rt-template * { box-sizing: border-box; }
.rt-template img {
  max-width: 100%;
  display: block;
}
.rt-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}
.rt-preview-ribbon {
  position: fixed;
  inset-inline: 16px;
  top: 14px;
  z-index: 100;
  width: max-content;
  max-width: calc(100% - 32px);
  margin: auto;
  border: 1px solid var(--rt-line);
  border-radius: 8px;
  background: #ffffff;
  padding: 9px 14px;
  color: var(--rt-text);
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgb(31 40 35 / .08);
}
.rt-menu-page-shell {
  width: min(100% - var(--rt-page-gutter), var(--rt-page-width));
  margin: 0 auto;
  display: grid;
  gap: 14px;
  padding: 18px 0 36px;
}
.rt-menu-mosaic-hero,
.rt-menu-summary-row > div,
.rt-menu-toolbar,
.rt-menu-block,
.rt-empty-panel,
.rt-search-empty,
.rt-special-offers {
  border: 1px solid var(--rt-line);
  border-radius: var(--rt-radius-lg);
  background: var(--rt-panel);
  box-shadow: var(--rt-shadow);
}
.rt-menu-mosaic-hero {
  position: relative;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .42fr);
  align-items: stretch;
  gap: 12px;
  overflow: visible;
  padding: 12px;
  background:
    linear-gradient(135deg, #ffffff, #fbfcf9 52%, #f5f1e8),
    #ffffff;
}
.rt-menu-mosaic-hero::after {
  content: "";
  display: none;
}
[dir="rtl"] .rt-menu-mosaic-hero::after {
  display: none;
}
.rt-menu-cover {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rt-menu-command-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  border: 1px solid var(--rt-line);
  border-radius: 8px;
  background: rgb(255 255 255 / .9);
  padding: 16px;
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / .72);
}
.rt-menu-cover-strip {
  position: relative;
  min-width: 0;
  min-height: 224px;
  display: grid;
  align-content: end;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--rt-line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, var(--rt-primary-soft), #fffaf2),
    var(--rt-primary-soft);
}
.rt-menu-cover-strip img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rt-menu-cover-strip::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 34%, rgb(17 23 19 / .72));
}
.rt-menu-cover-strip figcaption {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 10px;
  border: 1px solid rgb(255 255 255 / .22);
  border-radius: 8px;
  background: rgb(255 255 255 / .94);
  padding: 10px;
}
.rt-menu-cover-strip figcaption span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--rt-primary-strong);
  font-size: 12px;
  font-weight: 950;
  white-space: nowrap;
}
[dir="rtl"] .rt-menu-cover-strip figcaption span {
  direction: rtl;
}
[dir="ltr"] .rt-menu-cover-strip figcaption span {
  direction: ltr;
}
.rt-menu-cover-strip figcaption strong {
  min-width: 0;
  color: var(--rt-text);
  font-size: 13px;
  font-weight: 950;
  line-height: 1.5;
  text-align: end;
}
.rt-menu-identity {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 14px;
}
.rt-logo-tile {
  width: 88px;
  height: 88px;
  flex: 0 0 88px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--rt-line-strong);
  border-radius: var(--rt-radius-lg);
  background: #ffffff;
  color: var(--rt-primary);
  font-size: 34px;
  font-weight: 950;
  line-height: 1;
  box-shadow: var(--rt-shadow);
}
.rt-logo-tile img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 9px;
}
.rt-eyebrow,
.rt-soft-pill,
.rt-status-pill,
.rt-prep-chip,
.rt-mini-tag,
.rt-warning-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
}
[dir="rtl"] .rt-eyebrow,
[dir="rtl"] .rt-soft-pill,
[dir="rtl"] .rt-secondary-action,
[dir="rtl"] .rt-filter-chip,
[dir="rtl"] .rt-prep-chip {
  direction: rtl;
}
[dir="ltr"] .rt-eyebrow,
[dir="ltr"] .rt-soft-pill,
[dir="ltr"] .rt-secondary-action,
[dir="ltr"] .rt-filter-chip,
[dir="ltr"] .rt-prep-chip {
  direction: ltr;
}
.rt-secondary-action .rt-icon {
  order: -1;
}
.rt-eyebrow {
  width: max-content;
  max-width: 100%;
  border: 1px solid #dcebe3;
  border-radius: 8px;
  background: var(--rt-primary-soft);
  padding: 7px 10px;
  color: var(--rt-primary-strong);
  font-size: 12px;
  font-weight: 950;
  line-height: 1.2;
}
.rt-menu-identity h1 {
  margin: 10px 0 0;
  color: var(--rt-text);
  font-size: 44px;
  font-weight: 950;
  line-height: 1.15;
  letter-spacing: 0;
}
.rt-menu-identity p {
  max-width: none;
  margin: 10px 0 0;
  color: #475467;
  font-size: 15px;
  font-weight: 800;
  line-height: 2;
}
.rt-menu-hero-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
}
.rt-status-pill,
.rt-soft-pill {
  min-height: 38px;
  border: 1px solid #dcebe3;
  border-radius: 8px;
  background: #ffffff;
  padding: 8px 11px;
  color: var(--rt-primary-strong);
  font-size: 13px;
  font-weight: 950;
  line-height: 1.2;
  white-space: nowrap;
}
.rt-status-pill.is-open {
  border-color: #cfe4d8;
  background: #edf8f1;
  color: #226642;
}
.rt-status-pill.is-closed {
  border-color: #f1d1d3;
  background: var(--rt-danger-soft);
  color: #9d464b;
}
.rt-status-pill.is-paused {
  border-color: #eadabf;
  background: var(--rt-warning-soft);
  color: #805b24;
}
.rt-soft-pill b[dir="ltr"] {
  unicode-bidi: plaintext;
}
.rt-secondary-action {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--rt-line);
  border-radius: 8px;
  background: #ffffff;
  padding: 0 13px;
  color: var(--rt-text);
  font-size: 13px;
  font-weight: 950;
  line-height: 1.2;
  text-decoration: none;
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}
.rt-secondary-action:hover {
  border-color: #cfe2d6;
  color: var(--rt-primary-strong);
  background: var(--rt-primary-soft);
  transform: translateY(-1px);
}
.rt-alert-note {
  position: relative;
  z-index: 1;
  margin-top: 14px;
  border: 1px solid #eadabf;
  border-radius: var(--rt-radius);
  background: var(--rt-warning-soft);
  padding: 12px 14px;
  color: #805b24;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.8;
}
.rt-menu-summary-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.rt-menu-summary-row > div {
  min-height: 112px;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 5px;
  padding: 16px;
}
.rt-menu-summary-row .rt-icon {
  color: var(--rt-primary);
}
.rt-menu-summary-row strong {
  color: var(--rt-primary);
  font-size: 28px;
  font-weight: 950;
  line-height: 1.2;
}
.rt-menu-summary-row span {
  color: var(--rt-muted);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.7;
}
.rt-menu-experience {
  min-width: 0;
}
.rt-special-offers {
  display: grid;
  gap: 12px;
  margin-bottom: 14px;
  padding: 14px;
}
.rt-special-offers-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.rt-special-offers-head h2 {
  margin: 0;
  color: var(--rt-text);
  font-size: 23px;
  font-weight: 950;
  line-height: 1.35;
}
.rt-special-offer-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(286px, calc((100% - 12px) / 2));
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 4px;
  scroll-snap-type: x proximity;
}
.rt-special-offer-card {
  min-width: 0;
  display: flex;
  align-items: stretch;
  gap: 10px;
  border: 1px solid var(--rt-line);
  border-radius: 8px;
  background: var(--rt-panel-soft);
  padding: 10px;
  scroll-snap-align: start;
}
.rt-special-offer-link {
  min-width: 0;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 10px;
  flex: 1 1 auto;
  color: inherit;
  text-decoration: none;
}
.rt-special-offer-media {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--rt-primary-soft), #fffaf2);
}
.rt-special-offer-media,
.rt-special-offer-media img {
  width: 92px;
  height: 92px;
}
.rt-special-offer-media img {
  object-fit: cover;
  transition: transform .25s ease;
}
.rt-special-offer-media b {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: var(--rt-primary);
  font-size: 28px;
  font-weight: 950;
}
.rt-special-offer-mark {
  position: absolute;
  inset-inline-end: 6px;
  top: 6px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgb(255 255 255 / .95);
  color: var(--rt-accent);
  font-size: 12px;
}
.rt-special-offer-copy {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 5px;
}
.rt-special-offer-copy strong {
  overflow: hidden;
  color: var(--rt-text);
  font-size: 15px;
  font-weight: 950;
  line-height: 1.55;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rt-special-offer-copy small {
  overflow: hidden;
  color: var(--rt-muted);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.7;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rt-special-offer-price {
  width: max-content;
  max-width: 100%;
  border-radius: 8px;
  background: var(--rt-primary-soft);
  padding: 5px 8px;
  color: var(--rt-primary-strong);
  font-size: 12px;
  font-weight: 950;
  line-height: 1.2;
  white-space: nowrap;
}
.rt-special-offer-add {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  align-self: center;
}
.rt-menu-toolbar {
  display: grid;
  gap: 12px;
  margin-bottom: 14px;
  padding: 14px;
  position: relative;
  top: auto;
  z-index: 1;
}
.rt-toolbar-primary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, .28fr);
  gap: 12px;
  align-items: end;
}
.rt-search-field,
.rt-sort-field {
  display: grid;
  gap: 6px;
  min-width: 0;
}
.rt-search-field span,
.rt-sort-field span,
.rt-price-filter-head span,
.rt-price-values span {
  color: var(--rt-muted);
  font-size: 12px;
  font-weight: 900;
}
.rt-search-field input,
.rt-sort-field select {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--rt-line);
  border-radius: 8px;
  background: #ffffff;
  padding: 0 12px;
  color: var(--rt-text);
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.2;
  outline: none;
}
.rt-search-field input:focus,
.rt-sort-field select:focus {
  border-color: rgb(47 118 84 / .45);
  box-shadow: 0 0 0 3px rgb(47 118 84 / .08);
}
.rt-sort-field select {
  -webkit-appearance: none;
  appearance: none;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%232f7654' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  text-align: start;
  cursor: pointer;
}
[dir="rtl"] .rt-sort-field select {
  background-position: left 12px center;
  padding-inline: 12px 44px;
}
[dir="ltr"] .rt-sort-field select {
  background-position: right 12px center;
  padding-inline: 12px 44px;
}
.rt-price-filter {
  display: grid;
  gap: 10px;
  border: 1px solid var(--rt-line);
  border-radius: 8px;
  background: var(--rt-panel-soft);
  padding: 12px;
}
.rt-price-filter-head,
.rt-price-values {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.rt-price-filter-head strong,
.rt-price-values b {
  color: var(--rt-primary-strong);
  font-size: 13px;
  font-weight: 950;
  white-space: nowrap;
}
.rt-price-slider {
  position: relative;
  height: 30px;
}
.rt-price-slider-track,
.rt-price-slider-fill {
  position: absolute;
  inset-inline: 0;
  top: 50%;
  height: 5px;
  border-radius: 8px;
  transform: translateY(-50%);
}
.rt-price-slider-track { background: #e1ece5; }
.rt-price-slider-fill { background: var(--rt-primary); }
.rt-price-slider input[type="range"] {
  position: absolute;
  inset-inline: 0;
  top: 50%;
  width: 100%;
  height: 30px;
  margin: 0;
  appearance: none;
  background: transparent;
  pointer-events: none;
  transform: translateY(-50%);
}
.rt-price-slider input[type="range"]::-webkit-slider-runnable-track {
  height: 5px;
  background: transparent;
}
.rt-price-slider input[type="range"]::-webkit-slider-thumb {
  width: 18px;
  height: 18px;
  margin-top: -7px;
  appearance: none;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: var(--rt-primary);
  box-shadow: 0 1px 2px rgb(31 40 35 / .2);
  cursor: pointer;
  pointer-events: auto;
}
.rt-price-slider input[type="range"]::-moz-range-track {
  height: 5px;
  background: transparent;
}
.rt-price-slider input[type="range"]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: var(--rt-primary);
  box-shadow: 0 1px 2px rgb(31 40 35 / .2);
  cursor: pointer;
  pointer-events: auto;
}
.rt-filter-row,
.rt-category-tabs,
.rt-menu-tabs,
.rt-special-offer-grid,
.rt-business-gallery {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  flex-wrap: nowrap;
  scrollbar-width: thin;
  scrollbar-color: #aec7b8 transparent;
}
.rt-filter-row::-webkit-scrollbar,
.rt-category-tabs::-webkit-scrollbar,
.rt-menu-tabs::-webkit-scrollbar,
.rt-special-offer-grid::-webkit-scrollbar,
.rt-business-gallery::-webkit-scrollbar {
  height: 6px;
}
.rt-filter-row::-webkit-scrollbar-track,
.rt-category-tabs::-webkit-scrollbar-track,
.rt-menu-tabs::-webkit-scrollbar-track,
.rt-special-offer-grid::-webkit-scrollbar-track,
.rt-business-gallery::-webkit-scrollbar-track {
  background: transparent;
}
.rt-filter-row::-webkit-scrollbar-thumb,
.rt-category-tabs::-webkit-scrollbar-thumb,
.rt-menu-tabs::-webkit-scrollbar-thumb,
.rt-special-offer-grid::-webkit-scrollbar-thumb,
.rt-business-gallery::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #aec7b8;
}
.rt-filter-chip,
.rt-category-tabs a,
.rt-menu-tab {
  flex: 0 0 auto;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--rt-line);
  border-radius: 8px;
  background: #ffffff;
  padding: 0 12px;
  color: #475467;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
  text-decoration: none;
  cursor: pointer;
}
.rt-filter-chip.is-active,
.rt-category-tabs a:hover,
.rt-category-tabs a.is-active,
.rt-menu-tab:hover,
.rt-menu-tab.is-active {
  border-color: #d3e5da;
  background: var(--rt-primary-soft);
  color: var(--rt-primary-strong);
}
.rt-menu-tabs {
  position: relative;
  top: auto;
  z-index: 1;
  margin-bottom: 14px;
  padding: 6px;
  border: 1px solid var(--rt-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--rt-shadow);
}
.rt-empty-panel,
.rt-search-empty {
  padding: 16px;
  color: var(--rt-muted);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.9;
}
.rt-search-empty {
  margin-bottom: 14px;
}
.rt-menu-block {
  display: grid;
  gap: 16px;
  margin-bottom: 14px;
  padding: 16px;
  scroll-margin-top: 96px;
}
.rt-menu-block-head,
.rt-category-head,
.rt-item-title-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
}
.rt-menu-block h2 {
  margin: 10px 0 0;
  color: var(--rt-text);
  font-size: 26px;
  font-weight: 950;
  line-height: 1.35;
}
.rt-menu-block-head p,
.rt-category-head p {
  margin: 6px 0 0;
  color: var(--rt-muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.9;
}
.rt-menu-block-head small {
  display: block;
  margin-top: 8px;
  color: var(--rt-muted);
  font-size: 12px;
  font-weight: 850;
}
.rt-menu-meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}
.rt-menu-meta span,
.rt-category-head > span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 1px solid #d5e5da;
  border-radius: 8px;
  background: var(--rt-primary-soft);
  padding: 6px 10px;
  color: var(--rt-primary-strong);
  font-size: 12px;
  font-weight: 950;
  white-space: nowrap;
}
.rt-category-block {
  display: grid;
  gap: 12px;
  border-top: 1px solid var(--rt-line);
  padding-top: 16px;
  scroll-margin-top: 96px;
}
.rt-category-block:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.rt-category-head h3 {
  margin: 0;
  color: var(--rt-text);
  font-size: 19px;
  font-weight: 950;
  line-height: 1.45;
}
.rt-items-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items: start;
}
.rt-item-card {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 13px;
  align-self: start;
  overflow: hidden;
  border: 1px solid var(--rt-line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgb(255 255 255 / .98), #ffffff),
    var(--rt-panel);
  padding: 10px;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.rt-item-card::before {
  content: "";
  position: absolute;
  inset-block: 10px;
  inset-inline-start: 0;
  width: 3px;
  border-radius: 999px;
  background: var(--rt-primary);
  opacity: .18;
}
.rt-item-card:hover {
  border-color: #cadfd2;
  box-shadow: 0 14px 34px rgb(31 40 35 / .09);
  transform: translateY(-2px);
}
.rt-item-card.is-muted {
  opacity: .72;
}
.rt-item-media {
  position: relative;
  height: 132px;
  min-height: 0;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(135deg, var(--rt-primary-soft), #fffaf2),
    var(--rt-primary-soft);
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / .72);
}
.rt-item-media a,
.rt-item-media img {
  width: 100%;
  height: 100%;
}
.rt-item-media a {
  display: block;
}
.rt-item-media img {
  object-fit: cover;
  transition: transform .25s ease;
}
.rt-item-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: var(--rt-primary);
  font-size: 32px;
  font-weight: 950;
}
.rt-media-badge {
  position: absolute;
  inset-inline: 6px;
  bottom: 6px;
  border: 1px solid #efe2cb;
  border-radius: 8px;
  background: rgb(255 255 255 / .94);
  padding: 5px 7px;
  color: #7b5729;
  font-size: 11px;
  font-weight: 950;
}
.rt-item-body {
  min-width: 0;
  display: grid;
  gap: 9px;
  align-content: start;
}
.rt-item-title-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.rt-item-title-line h4 {
  margin: 0;
  color: var(--rt-text);
  font-size: 16px;
  font-weight: 950;
  line-height: 1.55;
}
.rt-item-short {
  margin: 4px 0 0;
  color: var(--rt-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
}
.rt-purchase-box {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  flex: 0 0 auto;
}
.rt-price-box {
  display: grid;
  justify-items: end;
  gap: 4px;
  white-space: nowrap;
}
.rt-price-box del {
  color: var(--rt-muted-soft);
  font-size: 12px;
  font-weight: 850;
}
.rt-price-box strong {
  border-radius: 8px;
  background: var(--rt-primary-soft);
  padding: 7px 10px;
  color: var(--rt-primary-strong);
  font-size: 14px;
  font-weight: 950;
}
.rt-tag-row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 6px;
}
.rt-prep-chip,
.rt-mini-tag,
.rt-warning-tag {
  min-height: 28px;
  border: 1px solid var(--rt-line);
  border-radius: 8px;
  background: #ffffff;
  padding: 5px 8px;
  color: var(--rt-muted);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
}
.rt-prep-chip::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  opacity: .7;
}
.rt-warning-tag {
  border-color: #eadabf;
  background: var(--rt-warning-soft);
  color: #805b24;
}
.rt-service-note {
  border: 1px solid var(--rt-line);
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.7;
}
.rt-service-note.is-active {
  border-color: #d5e5da;
  background: var(--rt-primary-soft);
  color: var(--rt-primary-strong);
}
.rt-service-note.is-paused {
  border-color: #eadabf;
  background: var(--rt-warning-soft);
  color: #805b24;
}
.rt-item-details {
  border: 1px solid var(--rt-line);
  border-radius: 8px;
  background: var(--rt-panel-soft);
}
.rt-item-details summary {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 0 11px;
  color: var(--rt-primary-strong);
  font-size: 13px;
  font-weight: 950;
  cursor: pointer;
  list-style: none;
}
.rt-item-details summary::-webkit-details-marker {
  display: none;
}
.rt-item-details summary::after {
  content: "";
  width: 8px;
  height: 8px;
  border-inline-end: 2px solid currentColor;
  border-block-end: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform .18s ease;
}
.rt-item-details[open] summary::after {
  transform: rotate(225deg);
}
.rt-details-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  border-top: 1px solid var(--rt-line);
  padding: 10px;
}
.rt-detail-wide {
  grid-column: 1 / -1;
}
.rt-detail-section {
  min-width: 0;
  border: 1px solid var(--rt-line);
  border-radius: 8px;
  background: #ffffff;
  padding: 10px;
}
.rt-detail-section h5 {
  margin: 0 0 7px;
  color: var(--rt-text);
  font-size: 13px;
  font-weight: 950;
  line-height: 1.5;
}
.rt-detail-section p {
  margin: 0;
  color: var(--rt-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.9;
}
.rt-option-list,
.rt-modifier-list {
  display: grid;
  gap: 8px;
}
.rt-option-list div,
.rt-modifier-option,
.rt-modifier-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: var(--rt-muted);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.7;
}
.rt-option-list strong,
.rt-modifier-option strong {
  color: var(--rt-primary-strong);
  white-space: nowrap;
}
.rt-modifier-list article {
  display: grid;
  gap: 7px;
  border-top: 1px solid var(--rt-line);
  padding-top: 8px;
}
.rt-modifier-list article:first-child {
  border-top: 0;
  padding-top: 0;
}
.rt-modifier-head strong {
  color: var(--rt-text);
  font-weight: 950;
}
.rt-modifier-head span {
  color: var(--rt-muted);
}
.rt-item-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}
.rt-item-gallery a {
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid var(--rt-line);
  border-radius: 8px;
  background: #ffffff;
}
.rt-item-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}
.rt-item-gallery a:hover img,
.rt-item-card:hover .rt-item-media img,
.rt-special-offer-card:hover img {
  transform: scale(1.03);
}
.rt-cart-add {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
}
.rt-menu-mosaic .rt-items-grid {
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}
.rt-menu-mosaic .rt-item-card {
  grid-template-columns: 1fr;
  gap: 0;
  padding: 0;
  background: #ffffff;
}
.rt-menu-mosaic .rt-item-card::before {
  inset-block: 0 auto;
  inset-inline: 0;
  width: auto;
  height: 4px;
  border-radius: 0;
  opacity: .22;
}
.rt-menu-mosaic .rt-item-media {
  height: 240px;
  border-radius: 0;
  box-shadow: none;
}
.rt-menu-mosaic .rt-item-placeholder {
  background:
    linear-gradient(135deg, rgb(47 118 84 / .1), rgb(138 115 84 / .12)),
    #f7faf6;
}
.rt-menu-mosaic .rt-item-body {
  padding: 14px;
}
.rt-menu-mosaic .rt-item-title-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.rt-menu-mosaic .rt-purchase-box {
  min-width: 0;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-top: 1px dashed var(--rt-line-strong);
  padding-top: 11px;
}
.rt-menu-mosaic .rt-price-box {
  justify-items: start;
}
.rt-menu-mosaic .rt-price-box strong {
  background: transparent;
  padding: 0;
  color: var(--rt-text);
  font-size: 16px;
}
.rt-menu-mosaic .rt-cart-add {
  width: 42px;
  height: 42px;
  flex-basis: 42px;
}
.rt-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: grid;
  place-items: center;
  padding: clamp(12px, 2vw, 28px);
  isolation: isolate;
}
.rt-lightbox[hidden] {
  display: none;
}
.rt-lightbox-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgb(9 13 11 / .88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  cursor: zoom-out;
}
.rt-lightbox-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 1120px);
  height: min(86vh, 760px);
  display: block;
  margin: 0;
}
.rt-lightbox-frame {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / .16);
  border-radius: 14px;
  background: rgb(12 17 14 / .94);
  padding: 8px;
  box-shadow: 0 34px 90px rgb(0 0 0 / .36);
}
.rt-lightbox-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  border-radius: 10px;
}
.rt-lightbox-close,
.rt-lightbox-nav {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(255 255 255 / .3);
  border-radius: 999px;
  background: rgb(255 255 255 / .96);
  color: var(--rt-text);
  padding: 0;
  box-shadow: 0 16px 42px rgb(0 0 0 / .22);
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, color .18s ease;
}
.rt-lightbox-close {
  inset-block-start: 12px;
  inset-inline-end: 12px;
  width: 42px;
  height: 42px;
}
.rt-lightbox-nav {
  top: 50%;
  width: 46px;
  height: 46px;
  transform: translateY(-50%);
}
.rt-lightbox-prev {
  inset-inline-start: 14px;
}
.rt-lightbox-next {
  inset-inline-end: 14px;
}
.rt-lightbox-icon {
  width: 20px;
  height: 20px;
  display: block;
  flex: 0 0 auto;
  transform-origin: center;
}
[dir="rtl"] .rt-lightbox-prev .rt-lightbox-icon,
[dir="rtl"] .rt-lightbox-next .rt-lightbox-icon {
  transform: scaleX(-1);
}
.rt-lightbox-close:hover,
.rt-lightbox-nav:hover {
  background: #ffffff;
  color: var(--rt-primary);
}
.rt-lightbox-close:hover {
  transform: scale(1.04);
}
.rt-lightbox-nav:hover {
  transform: translateY(-50%) scale(1.04);
}
.rt-lightbox-nav[hidden] {
  display: none;
}
html.rt-lightbox-open,
html.rt-lightbox-open body {
  overflow: hidden;
}
.is-rt-hidden { display: none !important; }
.rt-template.is-reveal-ready [data-rt-reveal] {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .42s ease, transform .42s ease;
}
.rt-template.is-reveal-ready [data-rt-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 1080px) {
  .rt-menu-mosaic-hero {
    grid-template-columns: 1fr;
  }
  .rt-menu-command-panel {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .rt-menu-cover-strip {
    min-height: 210px;
  }
  .rt-menu-hero-actions {
    justify-content: flex-start;
  }
  .rt-items-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 760px) {
  .public-topbar-inner {
    width: min(100% - 20px, var(--rt-page-width));
    min-height: 64px;
  }
  .public-brand-logo {
    height: 31px;
    max-width: 116px;
  }
  .locale-link {
    min-width: 48px;
    min-height: 30px;
    padding-inline: 9px;
    font-size: 12px;
  }
  .rt-menu-page-shell {
    width: min(100% - 20px, var(--rt-page-width));
    padding-top: 12px;
  }
  .rt-menu-mosaic-hero {
    min-height: 0;
    padding: 10px;
  }
  .rt-menu-mosaic-hero::after {
    display: none;
  }
  .rt-menu-command-panel {
    padding: 14px;
  }
  .rt-menu-cover-strip {
    min-height: 172px;
  }
  .rt-menu-identity {
    align-items: center;
    gap: 12px;
  }
  .rt-logo-tile {
    width: 76px;
    height: 76px;
    flex-basis: 76px;
  }
  .rt-menu-identity h1 {
    font-size: 34px;
  }
  .rt-menu-hero-actions {
    width: 100%;
    justify-content: center;
  }
  .rt-menu-summary-row {
    grid-template-columns: 1fr;
  }
  .rt-toolbar-primary {
    grid-template-columns: 1fr;
  }
  .rt-menu-toolbar,
  .rt-menu-tabs {
    position: static;
  }
  .rt-menu-block,
  .rt-category-block,
  .rt-item-card {
    scroll-margin-top: 90px;
  }
  .rt-menu-block-head,
  .rt-item-title-row {
    flex-direction: column;
    align-items: stretch;
  }
  .rt-category-head {
    align-items: flex-start;
  }
  .rt-category-head > div {
    min-width: 0;
  }
  .rt-category-head > span {
    width: auto;
    max-width: 46%;
    align-self: flex-start;
  }
  .rt-menu-meta,
  .rt-purchase-box {
    justify-content: flex-start;
  }
  .rt-price-box {
    justify-items: start;
  }
  .rt-item-card {
    grid-template-columns: 108px minmax(0, 1fr);
  }
  .rt-item-media {
    height: 108px;
  }
  .rt-special-offer-grid {
    grid-auto-columns: minmax(250px, 88%);
  }
  .rt-price-filter-head,
  .rt-price-values {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }
  .public-footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 520px) {
  .rt-menu-identity {
    align-items: flex-start;
  }
  .rt-logo-tile {
    width: 68px;
    height: 68px;
    flex-basis: 68px;
  }
  .rt-menu-identity h1 {
    font-size: 31px;
  }
  .rt-item-card {
    grid-template-columns: 1fr;
  }
  .rt-item-media {
    height: 210px;
  }
  .rt-special-offer-card {
    align-items: stretch;
    flex-direction: column;
  }
  .rt-special-offer-link {
    grid-template-columns: 86px minmax(0, 1fr);
  }
  .rt-special-offer-media,
  .rt-special-offer-media img {
    width: 86px;
    height: 86px;
  }
  .rt-special-offer-add {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .rt-template,
  .rt-template * {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
  .rt-template.is-reveal-ready [data-rt-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }
}
