:root {
  --ink: #f7f2ea;
  --muted: rgba(247, 242, 234, 0.7);
  --card: #1c1916;
  --line: rgba(255, 255, 255, 0.12);
  --green: #ad8339;
  --green-dark: #141313;
  --cream: #f7f3eb;
  --charcoal: #1f1f1f;
  --charcoal-border: #3a3a3a;
}

body {
  background: #151311;
  color: var(--ink);
}

.bar-ordering-html,
.bar-ordering-body {
  height: auto;
}

.bar-ordering-body {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.bar-ordering-body #spa-loader {
  display: none !important;
}

.bar-ordering-root {
  color: var(--ink);
  background: #151311;
}

.bar-ordering-root .muted,
.bar-ordering-root label,
.bar-ordering-root .subtitle,
.bar-ordering-root .helper {
  color: var(--muted);
}

.bar-ordering-root .top-bar {
  background: rgba(18, 16, 14, 0.85);
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  border-radius: 0 0 16px 16px;
  position: sticky;
  top: 0;
  z-index: 120;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: none;
  padding: calc(6px + env(safe-area-inset-top)) 18px 6px;
}

.bar-ordering-root .logo {
  color: #fff;
}

.bar-ordering-root .menu-toggle {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  min-height: 44px;
}

.bar-ordering-root .side-menu {
  background: #141414;
  color: #fff;
  border-left: 1px solid #2a2a2a;
}

.bar-ordering-root .side-menu a,
.bar-ordering-root .side-menu-toggle,
.bar-ordering-root .side-menu-footer .muted-link {
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.bar-ordering-root .side-menu-sub a {
  color: rgba(255, 255, 255, 0.78);
}


.bar-ordering-root .ordering-banner {
  margin: 0 0 18px;
  padding: 12px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(21, 21, 21, 0.7);
  color: var(--ink);
  font-weight: 600;
  letter-spacing: 0.02em;
}

.bar-ordering-root .grid .card,
.bar-ordering-root .basket,
.bar-ordering-root .modal-content {
  background: var(--card);
  border: 1px solid var(--line);
  color: var(--ink);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.35);
}

.bar-ordering-root input,
.bar-ordering-root textarea {
  background: #12100e;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--ink);
}

.bar-ordering-root input::placeholder,
.bar-ordering-root textarea::placeholder {
  color: rgba(247, 242, 234, 0.55);
}

.bar-ordering-root .cta,
.bar-ordering-root .primary,
.bar-ordering-root .btn.primary {
  background: linear-gradient(180deg, #d8b06b 0%, #b98335 55%, #9c6a2a 100%);
  border: 1px solid rgba(105, 72, 22, 0.65);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.bar-ordering-root .tabs .pill.active,
.bar-ordering-root .tabs .tab.active {
  background: linear-gradient(180deg, #d8b06b 0%, #b98335 55%, #9c6a2a 100%);
  border-color: rgba(105, 72, 22, 0.65);
  color: #fff !important;
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.35);
}



.bar-ordering-root #card-button {
  background: linear-gradient(180deg, #d8b06b 0%, #b98335 55%, #9c6a2a 100%);
  border: 1px solid rgba(105, 72, 22, 0.65);
  color: #fff;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.bar-ordering-root .basket-fab {
  position: fixed;
  right: calc(16px + var(--safe-area-right));
  bottom: calc(var(--tab-bar-height, 64px) + 52px + var(--safe-area-bottom));
  z-index: 260;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, #d8b06b 0%, #b98335 55%, #9c6a2a 100%);
  border: 1px solid rgba(105, 72, 22, 0.65);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
  text-decoration: none;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.bar-ordering-root .basket-fab:active {
  transform: translateY(1px);
}

@media (min-width: 900px) {
  .bar-ordering-root .basket-fab {
    right: calc(24px + var(--safe-area-right));
    bottom: calc(24px + var(--safe-area-bottom));
  }
}


.bar-ordering-root .pill::after,
.bar-ordering-root .cta::after,
.bar-ordering-root .btn::after,
.bar-ordering-root .menu-toggle::after,
.bar-ordering-root .basket-fab::after {
  display: none;
  animation: none;
}


.bar-ordering-root .modal .bar-modal {
  background: linear-gradient(180deg, rgba(26, 23, 20, 0.98), rgba(18, 16, 14, 0.98));
  border: 1px solid rgba(205, 160, 90, 0.25);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.55);
  border-radius: 22px;
  color: #fff;
}

.bar-ordering-root .modal .modal-options {
  gap: 10px;
}

.bar-ordering-root .modal .variant-option {
  border: 1px solid rgba(105, 72, 22, 0.65);
  background: linear-gradient(180deg, #d8b06b 0%, #b98335 55%, #9c6a2a 100%);
  color: #fff;
  padding: 12px 14px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  box-sizing: border-box;
  font-weight: 600;
}

.bar-ordering-root .modal .variant-option:hover,
.bar-ordering-root .modal .variant-option:focus-visible {
  border-color: rgba(255, 255, 255, 0.35);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.35);
}

.bar-ordering-root .modal .modifier-group {
  border: 1px solid rgba(205, 160, 90, 0.2);
  border-radius: 16px;
  padding: 12px;
  background: rgba(10, 8, 6, 0.25);
}

.bar-ordering-root .modal .modifier-options {
  display: grid;
  gap: 8px;
}

.bar-ordering-root .modal .modifier-option {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(105, 72, 22, 0.65);
  background: linear-gradient(180deg, #d8b06b 0%, #b98335 55%, #9c6a2a 100%);
  cursor: pointer;
  color: #fff;
  font-weight: 600;
  width: 100%;
  box-sizing: border-box;
}



.bar-ordering-root .basket-fab.is-hidden {
  display: none;
}

.bar-ordering-root .hero {
  margin-top: 0;
  border-radius: 0 0 18px 18px;
}

.bar-ordering-root {
  padding-bottom: calc(var(--tab-bar-height, 64px) + env(safe-area-inset-bottom));
}









.bar-ordering-root .tabs .pill,
.bar-ordering-root .tabs .tab {
  min-height: 44px;
  padding: 10px 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 850px) {
  .bar-ordering-root .page,
  .bar-ordering-root > header,
  .bar-ordering-root .ordering-banner,
  .bar-ordering-root main {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
  }
}

.bar-ordering-root button,
.bar-ordering-root a {
  touch-action: manipulation;
}

.bar-ordering-root .modal .variant-option,
.bar-ordering-root .modal .modifier-option {
  width: 100%;
  box-sizing: border-box;
}

.bar-ordering-root .modal .variant-option span,
.bar-ordering-root .modal .modifier-option span {
  min-width: 0;
}

.bar-ordering-root .modal .modifier-option {
  align-items: center;
}

.bar-ordering-root .modal .modifier-option span {
  line-height: 1.2;
}

.bar-ordering-root .modal .modifier-option .modifier-price {
  margin-left: auto;
  white-space: nowrap;
}

.bar-ordering-root .top-bar-main {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
}

.bar-ordering-root .top-bar-spacer {
  display: block;
}

.bar-ordering-root .logo {
  justify-self: center;
}

.bar-ordering-root .top-actions {
  display: inline-flex;
  justify-self: end;
  align-items: center;
  margin-left: auto;
}

.bar-ordering-root .tabs.pill-grid {
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}

.bar-ordering-root .footer,
.bar-ordering-root .social-links {
  margin-top: 18px;
}

.bar-ordering-root .floating-back {
  display: none;
}


.bar-ordering-root .top-bar-main {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  position: relative;
}

.bar-ordering-root .top-bar-spacer {
  display: inline-flex;
  align-items: center;
}

.bar-ordering-root .top-actions {
  justify-self: end;
  position: static;
  transform: none;
  margin-left: auto;
}

.bar-ordering-root .logo {
  position: relative;
  transform: none;
  margin: 0;
}


.bar-ordering-root main {
  display: flex;
  flex-direction: column;
  padding-bottom: 24px;
}

.bar-ordering-root main > section {
  order: 1;
}

.bar-ordering-root main > .basket {
  order: 2;
  position: static !important;
  margin-top: 24px;
}


.bar-ordering-root .modal .variant-option {
  text-align: left;
  justify-content: flex-start;
}

.bar-ordering-root .modal .modifier-option {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  align-items: center;
  text-align: left;
  gap: 12px;
}

.bar-ordering-root .modal .modifier-option .modifier-input {
  margin: 0;
}

.bar-ordering-root .modal .modifier-option span {
  text-align: left;
}

.bar-ordering-root .modal .modifier-option .modifier-price {
  justify-self: end;
  margin-left: 0;
}


.bar-ordering-root .basket-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}


.bar-ordering-root .basket-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 12px;
}

.bar-ordering-root .basket-item .controls {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.bar-ordering-root .basket-item .controls button {
  min-width: 34px;
  height: 34px;
}

.bar-ordering-root .basket-item > div:last-child {
  justify-self: end;
  font-weight: 700;
}



  50% {
    filter: brightness(1.12);
    box-shadow: 0 0 0 2px rgba(216, 176, 107, 0.6),
      0 22px 40px rgba(0, 0, 0, 0.45);
  }
  100% {
    filter: brightness(1);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.35);
  }
}


.bar-ordering-root .card {
  position: relative;
  overflow: hidden;
}


.bar-ordering-root .basket-fab.pulse {
  animation: basket-pulse 0.35s ease;
}

@keyframes basket-pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.04); }
  100% { transform: scale(1); }
}
