:root {
  --gb-primary: #C2410C;
  --gb-primary-dark: #9A3412;
  --gb-green: #166534;
  --gb-ink: #1C1917;
  --gb-muted: #78716C;
  --gb-line: #E7E5E4;
  --gb-cream: #FFF7ED;
  --gb-white: #FFFFFF;
  --gb-gold: #D97706;
  --gb-radius: 16px;
  --gb-shadow: 0 10px 30px rgba(28, 25, 23, 0.08);
  --gb-font: "Inter", "Poppins", system-ui, sans-serif;
  --gb-header-h: 64px;
  --z-bottom: 1050;
  --z-header: 1100;
  --z-dropdown: 1200;
  --z-modal: 1300;
  --z-toast: 1400;
}

.gb-img { object-fit: cover; object-position: center; background: var(--gb-cream); display: block; width: 100%; height: 100%; }
.gb-img--restaurant, .gb-img--user, .gb-img--rider, .gb-img--category, .gb-img--product { aspect-ratio: 1 / 1; }
.gb-img--food { aspect-ratio: 4 / 3; }
.gb-img--cover, .gb-img--banner { aspect-ratio: 16 / 9; }

.gb-header { background: var(--gb-white); border-bottom: 1px solid var(--gb-line); position: sticky; top: 0; z-index: 40; }
.gb-header__inner { display: flex; align-items: center; gap: 18px; min-height: 68px; }
.gb-header__logo img { height: 36px; width: auto; max-width: 160px; object-fit: contain; }
.gb-header__search { flex: 1; max-width: 560px; }
.gb-header__search input { width: 100%; border: 1px solid var(--gb-line); border-radius: 999px; padding: 10px 16px 10px 40px; }
.gb-header__loc { border: 1px solid var(--gb-line); border-radius: 999px; padding: 8px 14px; color: var(--gb-ink); font-size: 14px; white-space: nowrap; }
.gb-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 999px; border: 0; font-weight: 600; padding: 10px 18px; text-decoration: none; cursor: pointer; }
.gb-btn-primary { background: var(--gb-primary); color: #fff; }
.gb-btn-primary:hover { background: var(--gb-primary-dark); color: #fff; }
        .gb-btn-ghost { background: var(--gb-cream); color: var(--gb-ink); }
.gb-btn-ghost:hover { background: #E7E5E4; color: var(--gb-ink); }
.gb-card { background: #fff; border: 1px solid var(--gb-line); border-radius: var(--gb-radius); overflow: hidden; box-shadow: var(--gb-shadow); height: 100%; transition: transform .2s ease; }
.gb-card:hover { transform: translateY(-3px); }
.gb-card__media { position: relative; overflow: hidden; background: var(--gb-cream); }
.gb-badge { display: inline-flex; align-items: center; border-radius: 999px; padding: 3px 10px; font-size: 12px; font-weight: 700; }
.gb-badge-open { background: #DCFCE7; color: var(--gb-green); }
.gb-badge-closed { background: #FEE2E2; color: #991B1B; }
.gb-badge-offer { background: #FFEDD5; color: var(--gb-primary); }
.gb-empty { text-align: center; padding: 48px 16px; background: var(--gb-cream); border-radius: var(--gb-radius); }
.gb-empty img { width: 72px; height: 72px; margin: 0 auto 12px; object-fit: contain; }
.gb-skel { background: linear-gradient(90deg, #f5f5f4 25%, #e7e5e4 37%, #f5f5f4 63%); background-size: 400% 100%; animation: gb-shimmer 1.2s ease infinite; border-radius: 12px; }
@keyframes gb-shimmer { 0% { background-position: 100% 0; } 100% { background-position: 0 0; } }
.gb-footer { background: var(--gb-ink); color: #E7E5E4; padding: 32px 0 20px; }
.gb-footer a { color: #E7E5E4; }
.gb-hero { background: linear-gradient(135deg, #1C1917 0%, #9A3412 70%); color: #fff; border-radius: 24px; padding: 36px 28px; }
.gb-chip { display: inline-flex; align-items: center; gap: 6px; background: #fff; border: 1px solid var(--gb-line); border-radius: 999px; padding: 8px 14px; color: var(--gb-ink); text-decoration: none; font-size: 14px; }
.gb-chip:hover { border-color: var(--gb-primary); color: var(--gb-primary); }
.gb-price { font-weight: 700; color: var(--gb-ink); white-space: nowrap; }
.gb-timeline { list-style: none; padding: 0; margin: 0; }
.gb-timeline li { position: relative; padding: 0 0 18px 22px; border-left: 2px solid var(--gb-line); }
.gb-timeline li:last-child { border-left-color: transparent; }
.gb-timeline li.is-done { border-left-color: var(--gb-green); }
.gb-sticky-cats { position: sticky; top: 68px; z-index: 20; background: #fff; border-bottom: 1px solid var(--gb-line); overflow-x: auto; white-space: nowrap; padding: 10px 0; }

img, svg, video, canvas { max-width: 100%; height: auto; }
.menu_item figure, .menu_item figure img, .list_home figure img, .item_version_2 figure img, .hero_in img {
  max-width: 100%;
  object-fit: cover;
}
.menu_item figure { width: 70px; height: 70px; overflow: hidden; flex: 0 0 70px; }
.menu_item { display: flex; flex-wrap: wrap; gap: 12px; overflow: hidden; }
.menu_item h3, .menu_item p { overflow-wrap: anywhere; }

.gb-order-type {
  display: flex;
  gap: 8px;
  background: #fff;
  border: 1px solid var(--gb-line);
  border-radius: 999px;
  padding: 6px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.gb-order-type__btn {
  flex: 1 1 auto;
  text-align: center;
  min-width: 110px;
  min-height: 44px;
  border-radius: 999px;
  padding: 10px 14px;
  color: var(--gb-ink);
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.gb-order-type__btn.is-active {
  background: var(--gb-primary);
  color: #fff;
}
.gb-order-type__hint { color: var(--gb-muted); font-size: 14px; }

body, html { overflow-x: hidden; max-width: 100%; }
.header .container,
.container {
  max-width: 1140px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 1200px) {
  .header .container,
  .container { max-width: 1140px; }
}
#logo img { max-width: 140px; height: auto; }
.header #top_menu { flex-shrink: 0; }
.hero_in.detail_page { min-height: 220px !important; }
.hero_in.detail_page .main_info h1 { font-size: 28px !important; }
.hero_in.detail_page > .wrapper > .container { max-width: 1140px; }
.secondary_nav ul { display: flex; overflow-x: auto; flex-wrap: nowrap; }
.secondary_nav li { flex: 0 0 auto; }
.box_order, .box_order_form { max-width: 100%; }
header.gb-ue .gb-account { position: relative; }
header.gb-ue .dropdown.gb-account .gb-account-menu.dropdown-menu {
  display: none;
  float: none !important;
  position: absolute !important;
  right: 0 !important;
  left: auto !important;
  top: calc(100% + 8px) !important;
  transform: none !important;
  will-change: auto !important;
  inset: auto 0 auto auto !important;
  z-index: var(--z-dropdown);
  width: 220px !important;
  min-width: 220px !important;
  max-width: min(220px, calc(100vw - 24px)) !important;
  padding: 8px 0;
  margin: 0 !important;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 16px 40px rgba(28,25,23,.16);
  list-style: none;
  background: #fff;
}
header.gb-ue .dropdown.gb-account .gb-account-menu.gb-note-menu {
  width: min(320px, calc(100vw - 24px)) !important;
  min-width: 0 !important;
  max-width: min(320px, calc(100vw - 24px)) !important;
}
header.gb-ue .gb-account.show > .gb-account-menu,
header.gb-ue .dropdown.gb-account .gb-account-menu.dropdown-menu.show {
  display: block !important;
}
header.gb-ue .gb-account-menu > li {
  display: block !important;
  float: none !important;
  width: 100%;
  margin: 0;
}
header.gb-ue .gb-account-menu > li > a {
  display: block !important;
  width: 100%;
  color: #1C1917 !important;
  padding: 10px 16px;
  font-weight: 600;
  white-space: nowrap;
  text-decoration: none;
  background: transparent;
  border: 0 !important;
}
header.gb-ue .dropdown.show a:after,
header.gb-ue .gb-account-menu a::before,
header.gb-ue .gb-account-menu a::after {
  content: none !important;
  display: none !important;
  border: 0 !important;
}
header.gb-ue .gb-account-menu > li > a:hover,
header.gb-ue .gb-account-menu > li > a:focus {
  background: #FFF7ED;
  color: var(--gb-primary) !important;
}
header.gb-ue .gb-account-menu .dropdown-divider {
  height: 0;
  margin: 4px 0;
  width: 100%;
  border-top: 1px solid #E7E5E4;
}
.table-responsive { width: 100%; overflow-x: auto; }
.card, .gb-card { max-width: 100%; }

/* Equal cards / images site-wide */
.gb-card__media,
.strip figure,
.item_version_2 figure,
.menu_item figure,
.category-card img,
.gb-food > img,
.gb-img {
  object-fit: cover;
}
.gb-card__media { height: 180px; }
.strip figure { height: 190px !important; }
.item_version_2 figure { min-height: 180px !important; height: 180px; }
.item_version_2 figure img { height: 180px !important; width: 100%; object-fit: cover; }
.menu_item figure { width: 80px; height: 80px; flex: 0 0 80px; }
.menu_item figure img { width: 80px; height: 80px; object-fit: cover; border-radius: 8px; }
.category-card img { height: 180px; width: 100%; object-fit: cover; }

.custom-search-input {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  overflow: visible;
  border-radius: 999px;
  background: #fff;
  min-height: 48px;
}
.custom-search-input .col-9,
.custom-search-input .col-md-9,
.custom-search-input .col-3,
.custom-search-input .col-md-3 {
  flex: none;
  max-width: none;
  width: auto;
  padding: 0;
}
.custom-search-input .col-9,
.custom-search-input .col-md-9 {
  flex: 1 1 auto;
  min-width: 0;
}
.custom-search-input .col-3,
.custom-search-input .col-md-3 {
  flex: 0 0 auto;
}
.custom-search-input .form-group { margin: 0; }
.custom-search-input .form-control {
  height: 48px !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  background: transparent !important;
}
.custom-search-input button[type='submit'] {
  margin: 0 !important;
  height: 48px !important;
  min-width: 96px;
  width: auto !important;
  border-radius: 0 999px 999px 0 !important;
  white-space: nowrap;
}
.gb-header-search { padding: 8px 0 14px; }
.gb-header-search .custom-search-input {
  box-shadow: 0 4px 16px rgba(0,0,0,.08);
}
.gb-search-row {
  display: flex;
  align-items: stretch;
  gap: 10px;
  max-width: 100%;
}
.gb-search-row .gb-loc {
  flex: 0 0 auto;
  max-width: 42%;
}
.gb-search-row .gb-search-form {
  flex: 1 1 auto;
  min-width: 0;
}

/* Location modal above sticky header, below Eat's old 99999 header trap */
#gbLocationModal { z-index: var(--z-modal) !important; }
#gbLocationModal.modal {
  max-width: none !important;
  width: 100% !important;
  left: 0;
  right: 0;
  padding: 0;
}
#gbLocationModal .modal-dialog {
  margin: 1.75rem auto;
  max-width: 420px;
  min-height: 0;
}
#gbLocationModal .modal-content {
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(28,25,23,.28);
  border: 0;
}
.modal-backdrop.show { z-index: 1190 !important; opacity: .55; }
.gb-suggest-wrap { position: relative; }
.gb-suggest[hidden] { display: none !important; }
.gb-suggest {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 2px);
  z-index: 1200;
  background: #fff;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 12px 30px rgba(28,25,23,.16);
  text-align: left;
  overflow: auto;
  max-height: min(320px, 55vh);
}
.gb-page-home .header-video {
  overflow: visible;
  z-index: 6;
}
.gb-page-home .header-video.gb-banner-et { overflow: visible; }
.gb-suggest__item {
  display: flex;
  width: 100%;
  gap: 10px;
  align-items: flex-start;
  padding: 10px 14px;
  color: #1C1917;
  text-decoration: none;
  border: 0;
  background: #fff;
  text-align: left;
  cursor: pointer;
  border-bottom: 1px solid #F5F5F4;
}
button.gb-suggest__item { margin: 0; border-radius: 0; }
.gb-suggest__item:hover { background: #FFF7ED; }
.gb-suggest__type {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #C2410C;
  min-width: 72px;
  padding-top: 3px;
}
.gb-suggest__text { display: flex; flex-direction: column; }
.gb-suggest__text small { color: #78716C; }
.header.sticky .logo_normal { display: none; }
.header.sticky .logo_sticky { display: inline-block; }
.header-video, #hero_video { min-height: 320px; }
.item_version_2 figure { min-height: 180px !important; }
.item_version_2 figure img { height: 180px !important; }
.mfp-content, .zoom-anim-dialog { max-width: calc(100vw - 24px); }
.close_panel_mobile { display: none; }

@media (max-width: 430px) {
  .header { padding: 8px 0; }
  #top_menu .btn_1 { padding: 8px 12px; }
  .hero_in.detail_page .main_info h1 { font-size: 22px !important; }
  .list_menu .col-md-6 { flex: 0 0 100%; max-width: 100%; }
  .gb-order-type { border-radius: 16px; }
  .open_close { display: block; }
  .main-menu { max-width: 86vw; }
  .box_info_1 .wrapper_img { height: 160px; }
  footer .row > div { margin-bottom: 16px; }
  .auth-wrap { margin: 24px 12px; }
  canvas, img.card-img-top { max-width: 100%; height: auto; }
}

@media (min-width: 768px) {
  .item_version_2 figure { min-height: 280px !important; }
  .item_version_2 figure img { height: 280px !important; }
  .menu_item figure { width: 90px; height: 90px; }
}

@media (min-width: 1024px) {
  .hero_in.detail_page { min-height: 360px !important; }
}

.loader { display: none !important; }
.gb-skel { min-height: 16px; }
.order-type-drive .delivery-only { display: none; }

@media (max-width: 768px) {
  .gb-header__loc { display: none; }
  .gb-hero { padding: 24px 16px; border-radius: 16px; }
  .gb-btn, a.btn_1 { min-height: 44px; }
}

/* Fixed chrome + classic palette */
body {
  color: var(--gb-ink);
  background: #FAFAF9;
  padding-top: 0;
}
main { color: var(--gb-ink); }
h1, h2, h3, h4, h5 { color: var(--gb-ink); }
.gb-reg-aside h2,
.gb-reg-aside p,
.gb-reg-aside .small,
.gb-partner-hero h1,
.gb-partner-hero p,
.gb-partner-hero .small { color: #fff !important; }
.gb-reg-aside { color: #fff; }
.gb-reg-aside img { filter: none; max-height: 36px; width: auto; }
.gb-join-grid a i { color: var(--gb-primary) !important; }
.gb-form-2 { display: flex; flex-wrap: wrap; margin: 0 -8px; }
.gb-form-2 > .form-group { flex: 1 1 100%; padding: 0 8px; }
@media (min-width: 768px) {
  .gb-form-2 > .form-group { flex: 1 1 50%; max-width: 50%; }
}
.gb-partner { padding-bottom: 48px; }
.gb-partner-hero {
  color: #fff;
  border-radius: 20px;
  padding: 28px;
  margin-bottom: 20px;
}
.gb-partner-grid { display: grid; gap: 20px; }
@media (min-width: 900px) {
  .gb-partner-grid { grid-template-columns: 1.1fr .9fr; align-items: start; }
}
.gb-partner-card {
  background: #fff;
  border: 1px solid var(--gb-line);
  border-radius: 18px;
  box-shadow: var(--gb-shadow);
  padding: 22px;
}
.gb-partner-perks { list-style: none; padding: 0; margin: 0; }
.gb-partner-perks li { display: flex; gap: 10px; margin-bottom: 12px; }
.gb-partner-perks i { color: var(--gb-primary); margin-top: 3px; }
.auth-card .card-header,
.auth-card .card-header h1,
.auth-card .card-header h2,
.auth-card .card-header h3,
.auth-card .card-header h4,
.auth-card .card-header p,
.auth-card .card-header small {
  color: #FFF7ED !important;
}
.gb-auth-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FFF7ED;
  border-radius: 12px;
  padding: 10px 18px;
}
.gb-auth-logo img {
  height: 36px !important;
  width: auto !important;
  max-width: 180px;
  object-fit: contain;
}
p, li, small { color: inherit; }
a { color: var(--gb-primary); }
/* Default: solid white header, dark nav (home, category, auth, checkout, …) */
header.header {
  position: sticky !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100 !important;
  background: #fff !important;
  border-bottom: 1px solid var(--gb-line);
}
header.header .main-menu > ul > li > a,
header.header .dropdown.user > a {
  color: #1C1917 !important;
  text-shadow: none !important;
}
header.header .main-menu > ul > li > a:hover,
header.header .main-menu > ul > li.is-active > a {
  color: var(--gb-primary) !important;
}
header.header #top_menu a.login,
header.header #top_menu a.cart_bt,
header.header #top_menu a.wishlist_bt_top,
header.header #top_menu a.login:before,
header.header #top_menu a.cart_bt:before,
header.header #top_menu a.wishlist_bt_top:before {
  color: #1C1917 !important;
}
header.header a.open_close {
  color: #1C1917 !important;
}
header.header .logo_normal { display: none !important; }
header.header .logo_sticky { display: inline-block !important; }
header.header #top_menu .btn_1 {
  background: var(--gb-primary);
  color: #fff !important;
  border: 0;
}

/* Compact sticky header: left (logo/nav) | search | actions */
header.header.gb-ue,
header.header.gb-ue.sticky {
  position: sticky !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  padding: 0 !important;
  overflow: visible;
  z-index: var(--z-header) !important;
  min-height: var(--gb-header-h);
  height: auto;
  transition: none !important;
  background: #fff;
  border-bottom: 1px solid var(--gb-line);
}
header.header.gb-ue .gb-ue-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: var(--gb-header-h);
  float: none !important;
  padding-top: 8px;
  padding-bottom: 8px;
}
.gb-ue-left {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex: 1 1 auto;
}
.gb-ue-logo {
  flex: 0 1 auto;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: inherit;
  text-decoration: none !important;
}
.gb-ue-logo img {
  height: 32px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
}
.gb-ue-logo.gb-ue-rest span,
.gb-ue-rest-name {
  font-weight: 700;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 220px;
  line-height: 1.2;
}
.gb-ue-mark {
  width: 36px !important;
  height: 36px !important;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 36px;
}
.gb-ue-mark-fallback {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: #C2410C;
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .02em;
  width: 36px;
  height: 36px;
  line-height: 1;
}
.gb-ue-back {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: inherit !important;
  text-decoration: none !important;
}
.gb-ue-nav {
  display: none;
  align-items: center;
  gap: 12px;
  flex: 1 1 auto;
  min-width: 0;
}
.gb-ue-nav a {
  color: var(--gb-ink) !important;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none !important;
  white-space: nowrap;
}
.gb-ue-nav a.is-active { color: var(--gb-primary) !important; }
.gb-ue-loc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  max-width: 40px;
  min-height: 40px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #F3F3F3;
  color: var(--gb-ink);
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}
.gb-ue-loc span { display: none !important; }
.gb-x {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #F3F3F3;
  color: #1C1917;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  text-decoration: none !important;
}
.gb-x:hover, .gb-x:focus { background: #E7E5E4; color: #1C1917; outline: none; }
.modal .close, button.close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 999px;
  background: #F3F3F3;
  opacity: 1;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #1C1917;
}
.modal .close:hover, button.close:hover { background: #E7E5E4; opacity: 1; }
.gb-ue-loc:hover,
.gb-ue-loc:focus {
  background: #E7E5E4;
  outline: none;
}
.gb-ue-search {
  position: relative;
  flex: 1 1 220px;
  margin-left: 8px;
  margin-right: 8px;
  min-width: 140px;
  max-width: 360px;
  display: flex;
  align-items: center;
  min-height: 40px;
  height: 40px;
  padding: 0 12px 0 36px;
  background: #F3F3F3;
  border-radius: 999px;
}
.gb-ue-search-close { display: none; }
.gb-ue-search-btn { display: none !important; }
.gb-ue-search > .fa-search {
  position: absolute;
  left: 12px;
  color: #78716C;
  pointer-events: none;
}
.gb-ue-search input[type='search'] {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  height: 40px;
  border: 0;
  background: transparent;
  color: var(--gb-ink);
  font-size: 14px;
  outline: none;
  box-shadow: none;
}
.gb-ue-search input[type='search']::placeholder {
  color: #78716C;
}
.gb-ue-search .gb-suggest {
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  border-radius: 12px;
  z-index: var(--z-dropdown);
}
.gb-ue-actions {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
  margin-left: auto;
}
.gb-ue-icon,
.gb-ue-cart,
header.gb-ue a.gb-ue-menu.open_close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #F3F3F3;
  color: var(--gb-ink) !important;
  text-decoration: none !important;
  position: static;
  left: auto;
  top: auto;
  font-size: 15px;
  line-height: 1;
  border: 0;
  cursor: pointer;
}
.gb-ue-cart { position: relative; }
.gb-ue-cart strong {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--gb-primary);
  color: #fff;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
}
.gb-ue-signup {
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--gb-ink);
  color: #fff !important;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none !important;
  white-space: nowrap;
}
.gb-ue-signup:hover { color: #fff !important; opacity: .9; }
header.gb-ue a.gb-ue-menu.open_close { display: none; }
.gb-account-menu { z-index: var(--z-dropdown) !important; }

header.header.gb-ue.gb-ue--rest,
header.header.gb-ue.gb-ue--rest.sticky {
  background: #3F2118 !important;
  border-bottom: 0;
  color: #FFF7ED !important;
}
header.header.gb-ue.gb-ue--rest .gb-ue-rest-name,
header.header.gb-ue.gb-ue--rest .gb-ue-logo,
header.header.gb-ue.gb-ue--rest .gb-ue-back {
  color: #FFF7ED !important;
}
header.gb-ue--rest .gb-ue-icon,
header.gb-ue--rest .gb-ue-cart,
header.gb-ue--rest .gb-ue-loc,
header.gb-ue--rest a.gb-ue-menu.open_close {
  background: rgba(255,247,237,.16);
  color: #FFF7ED !important;
}
header.gb-ue--rest .gb-ue-signup {
  background: #fff;
  color: #1C1917 !important;
}

@media (min-width: 992px) {
  header.gb-ue nav.main-menu { display: none !important; }
  .gb-ue-nav { display: flex; }
}
@media (max-width: 991px) {
  :root { --gb-header-h: 56px; }
  .gb-ue-nav { display: none !important; }
  header.gb-ue a.gb-ue-menu.open_close { display: inline-flex; }
  .gb-ue--rest a.gb-ue-menu.open_close { display: none !important; }
  .gb-ue-signup { display: none !important; }
  header.header.gb-ue .gb-ue-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    min-height: var(--gb-header-h);
    padding-top: 6px;
    padding-bottom: 6px;
  }
  header.gb-ue .dropdown.gb-account .gb-account-menu.dropdown-menu,
  header.gb-ue .dropdown.gb-account .gb-account-menu.gb-note-menu {
    position: fixed !important;
    top: calc(var(--gb-header-h, 56px) + 8px) !important;
    left: 12px !important;
    right: 12px !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    inset: calc(var(--gb-header-h, 56px) + 8px) 12px auto 12px !important;
    transform: none !important;
  }
  .gb-toast-host {
    left: 12px;
    right: 12px;
    max-width: none;
    align-items: stretch;
  }
  .gb-toast { max-width: none; }
  .gb-ue-left { gap: 4px; flex: 1 1 auto; min-width: 0; }
  .gb-ue-search {
    display: none !important;
    position: absolute;
    left: 12px;
    right: 12px;
    top: 8px;
    z-index: calc(var(--z-header) + 1);
    margin: 0;
    flex: none;
    width: auto;
    min-width: 0;
  }
  .gb-ue-search.is-open { display: flex !important; }
  .gb-ue-search-btn { display: none !important; }
  .gb-ue--rest .gb-ue-search-btn { display: none !important; }
  .gb-ue-logo.gb-ue-rest span,
  .gb-ue-rest-name { max-width: 42vw; }
  header.gb-ue nav.main-menu {
    float: none;
    top: 0;
    z-index: var(--z-dropdown);
  }
  header.gb-ue nav.main-menu > ul > li > a {
    color: var(--gb-ink) !important;
  }
  header.gb-ue #header_menu .open_close span { display: none; }
}
@media (max-width: 575px) {
  .gb-ue-logo img { height: 28px; }
}

/* Restaurant pages only: dark bar + light nav */
body.gb-page-detail header.header,
body.gb-page-detail header.header.sticky {
  background: #3F2118 !important;
  border-bottom: 0;
  color: #FFF7ED;
}
body.gb-page-detail header.header .main-menu > ul > li > a,
body.gb-page-detail header.header #top_menu a.login,
body.gb-page-detail header.header .dropdown.user > a {
  color: #FFF7ED !important;
}
body.gb-page-detail header.header .main-menu > ul > li > a:hover,
body.gb-page-detail header.header .main-menu > ul > li.is-active > a {
  color: #FDBA74 !important;
}
body.gb-page-detail header.header #top_menu a.login:before,
body.gb-page-detail header.header #top_menu a.cart_bt:before,
body.gb-page-detail header.header #top_menu a.wishlist_bt_top:before,
body.gb-page-detail header.header a.open_close {
  color: #FFF7ED !important;
}
body.gb-page-detail .logo_normal { display: none !important; }
body.gb-page-detail .logo_sticky { display: inline-block !important; }
.gb-header-search { padding: 8px 0 14px; }
body.gb-page-detail .gb-header-search .custom-search-input {
  background: #fff;
  border-radius: 999px;
  overflow: hidden;
}
.gb-loc {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  background: #FFF7ED;
  color: var(--gb-ink);
  border-radius: 999px;
  padding: 0 16px;
  min-height: 48px;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.gb-page-detail .gb-loc {
  background: rgba(255,247,237,.12);
  color: #FFF7ED;
  border: 1px solid rgba(255,247,237,.25);
}
nav.main-menu ul li.is-active > a { color: var(--gb-primary) !important; font-weight: 700; }

footer.gb-footer,
footer {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
footer.gb-footer .container {
  max-width: 1140px;
}
footer.gb-footer hr {
  border-color: #44403C;
}
footer.gb-footer ul li {
  margin-bottom: 14px;
  font-size: 16px;
}
footer.gb-footer a {
  color: #E7E5E4;
  text-decoration: none;
}
footer.gb-footer .container-fluid,
footer .container-fluid {
  max-width: 100%;
  padding-left: 4%;
  padding-right: 4%;
}
footer h3, footer strong { font-size: 14px; }
footer a { color: #333; }
footer a:hover { color: #FDBA74; }

.gb-qr-strip {
  display: flex;
  align-items: center;
  gap: 18px;
  background: #3F2118;
  color: #FFF7ED;
  border-radius: 20px;
  padding: 16px 18px;
  margin: 0 0 16px;
}
.gb-qr-strip canvas { background: #fff; border-radius: 10px; }
.gb-qr-strip a { color: #FDBA74; }
body.gb-page-solid .gb-header-search .custom-search-input,
body.gb-page-inner .gb-header-search .custom-search-input,
body.gb-page-home .gb-header-search .custom-search-input {
  background: #fff;
}
.gb-menu-search { display: flex; align-items: center; gap: 8px; min-width: 220px; }
.gb-menu-search input { border-radius: 999px; min-height: 40px; }
@media (max-width: 767px) {
  .gb-menu-search { width: 100%; min-width: 0; }
  .secondary_nav ul,
  .gb-tabs.secondary_nav ul {
    overflow: visible !important;
    flex-wrap: wrap !important;
  }
  .gb-tabs.secondary_nav .container > .d-flex {
    flex-direction: column;
    align-items: stretch;
  }
  .gb-qr-strip {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 14px;
  }
  .gb-qr-strip__img {
    width: 88px;
    height: 88px;
    flex: 0 0 88px;
  }
  .gb-order-type {
    flex-wrap: wrap;
    overflow: visible;
    border-radius: 16px;
  }
  .gb-order-type__btn {
    flex: 1 1 calc(50% - 8px);
    min-width: 0;
  }
}
.gb-suggest {
  z-index: 1200;
}
.gb-qr-strip__img {
  width: 112px;
  height: 112px;
  background: #fff;
  border-radius: 10px;
  padding: 6px;
  flex: 0 0 112px;
}
.gb-tabs.secondary_nav {
  position: sticky;
  top: var(--gb-header-h, 120px);
  z-index: 40;
  background: #fff;
  border-radius: 0;
  box-shadow: 0 8px 18px rgba(28,25,23,.08);
  padding: 10px 0 !important;
  margin: 0;
}
.gb-tabs.secondary_nav .container {
  display: flex;
  justify-content: flex-start;
}
.gb-tabs.secondary_nav ul {
  gap: 8px !important;
  flex-wrap: nowrap;
  width: 100%;
}
.gb-tabs.secondary_nav li a {
  border: 1px solid var(--gb-line) !important;
  background: #fff !important;
  border-radius: 999px !important;
  padding: 8px 16px !important;
  color: var(--gb-ink) !important;
  text-decoration: none !important;
}
.gb-tabs.secondary_nav a.active {
  background: var(--gb-primary) !important;
  color: #fff !important;
  border-color: var(--gb-primary) !important;
}
.list_menu section {
  scroll-margin-top: calc(var(--gb-header-h, 120px) + 64px);
  padding-top: 18px;
}
.gb-cart-line {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: nowrap;
  padding: 10px 0;
  float: none !important;
}
.gb-cart-line__info {
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.gb-cart-line .item-name,
.gb-cart-line .item-price {
  float: none !important;
  display: block;
  white-space: normal;
}
.gb-cart-line .item-price { font-weight: 700; color: var(--gb-primary); }
.gb-cart-line__acts {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
}
.gb-qty {
  border: 0;
  background: #F3F3F3;
  min-width: 32px;
  height: 32px;
  border-radius: 999px;
  cursor: pointer;
  line-height: 1;
  padding: 0;
}
.gb-qty--x { color: #fff; background: #C2410C; }
.box_order .main ul li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
}
.box_order .main ul li.gb-cart-line { display: flex; }
.box_order .main ul li span {
  float: none !important;
  white-space: nowrap;
  margin-left: auto;
}
.box_order .head,
.box_order_form .head {
  background: #1C1917 !important;
  color: #fff !important;
  text-align: left !important;
  padding: 12px 16px !important;
  border-radius: 16px 16px 0 0;
}
.box_order,
.box_order_form {
  border-radius: 16px !important;
  overflow: hidden;
  width: 100%;
}
.box_order .head h3,
.box_order_form .head h3,
.box_order_form .head .title h3 {
  color: #fff !important;
  font-size: 16px !important;
  margin: 0;
}
#sidebar_fixed,
#sidebar_fixed .box_order { width: 100% !important; max-width: 100%; }
.gb-order-grid { margin-left: 0; margin-right: 0; }
.gb-auth-tab { white-space: nowrap; min-height: 40px; }
footer .links ul li a,
footer .contacts ul li,
footer .contacts ul li a,
footer h3 {
  color: #333 !important;
  opacity: 1 !important;
}
.gb-powered {
  display: block;
  margin-top: 8px;
  color: #FDBA74 !important;
  font-weight: 600;
}
.hero_in.detail_page {
  margin-top: 0;
  min-height: 180px !important;
  background-color: #3F2118;
}
.gb-help {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1200;
}
.gb-help__toggle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 0;
  background: var(--gb-primary);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(194,65,12,.35);
}
.gb-help__panel {
  display: none;
  position: absolute;
  right: 0;
  bottom: 68px;
  width: min(340px, calc(100vw - 32px));
  background: #fff;
  color: var(--gb-ink);
  border-radius: 16px;
  box-shadow: var(--gb-shadow);
  padding: 16px;
}
.gb-help.is-open .gb-help__panel { display: block; }
.gb-help__panel h3 { font-size: 16px; margin: 0 0 8px; }
.gb-help__panel button.gb-help-q {
  display: block;
  width: 100%;
  text-align: left;
  border: 1px solid var(--gb-line);
  background: #FFF7ED;
  border-radius: 10px;
  padding: 8px 10px;
  margin: 6px 0;
  cursor: pointer;
}
.gb-help-card {
  display: block;
  border: 1px solid var(--gb-line);
  border-radius: 14px;
  padding: 12px 14px;
  margin: 0 0 8px;
  text-decoration: none !important;
  color: var(--gb-ink) !important;
  background: linear-gradient(180deg, #fff, #FFF7ED);
}
.gb-help-card strong { display: block; }
.gb-help-card span { color: #78716C; font-size: 13px; }
.gb-ue-initials {
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .02em;
}
.gb-bell { position: relative; }
.gb-bell-n {
  position: absolute;
  top: -4px;
  right: -6px;
  z-index: 2;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #DC2626;
  color: #fff !important;
  font-size: 11px;
  font-weight: 800;
  line-height: 18px;
  text-align: center;
  box-shadow: 0 0 0 2px #fff;
  pointer-events: none;
}
.gb-bell-n.is-zero { display: none; }
.gb-note-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 6px;
  border-radius: 50%;
  background: #DC2626;
  vertical-align: middle;
}
.gb-bell.is-live i {
  transform-origin: top center;
  animation: gb-bell-shake 1.1s ease-in-out infinite;
  color: #C2410C;
}
@keyframes gb-bell-shake {
  0%, 100% { transform: rotate(0); }
  20% { transform: rotate(14deg); }
  40% { transform: rotate(-12deg); }
  60% { transform: rotate(8deg); }
  80% { transform: rotate(-6deg); }
}
.gb-note-menu { min-width: 220px; }
.gb-pay-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 12px;
}
.gb-pay-grid .payment-card {
  margin: 0;
  min-height: 64px;
  height: auto;
  width: 100%;
  min-width: 0;
  transform: none;
  overflow: hidden;
}
.gb-pay-grid .payment-card .payment-left h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 767px) {
  body.gb-page-solid { overflow-x: hidden; }
  .container.margin_60_20 { padding-left: 12px; padding-right: 12px; }
  .box_order .main, .box_order_form .main { padding: 14px !important; }
  .box_order_form .head .title h3,
  .box_order .head h3 { font-size: 16px; }
  .gb-pay-grid { gap: 8px; }
  .gb-pay-grid .payment-card { padding: 10px 12px; min-height: 56px; }
  .gb-pay-grid .payment-card .payment-left h6 {
    display: block !important;
    font-size: 13px;
    line-height: 1.2;
    white-space: nowrap;
  }
  .gb-pay-grid .payment-card .payment-right .badge-gateway {
    display: none; /* keep gateway name; hide currency chip on narrow screens */
  }
  .gb-pay-grid .payment-card .radio-circle { width: 18px; height: 18px; }
  .gb-pay-logo { width: 36px !important; height: 36px !important; font-size: 15px !important; }
  .gb-pay-logo--cash { font-size: 11px !important; }
  .payment-details { padding: 12px !important; }
}
.gb-card__media { height: 150px; }
.category-card img { height: 150px; }
.gb-loc-suggest { position: relative; }
#gbLocationModal .gb-suggest {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 20;
  max-height: 240px;
  overflow-y: auto;
}
.gb-toast-host {
  position: fixed;
  top: calc(var(--gb-header-h, 64px) + 8px);
  right: 16px;
  left: auto;
  z-index: var(--z-toast);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  max-width: min(360px, calc(100vw - 24px));
  pointer-events: none;
}
.gb-toast {
  min-width: 0;
  width: 100%;
  max-width: 360px;
  background: #fff;
  border-left: 4px solid var(--gb-primary);
  padding: 12px 14px;
  border-radius: 10px;
  box-shadow: var(--gb-shadow);
  color: var(--gb-ink);
  pointer-events: auto;
}
.gb-toast.is-error { border-left-color: #991B1B; }
.gb-toast.is-success { border-left-color: var(--gb-green); }

/* Force readable nav on all non-restaurant headers (overrides Eat white-on-transparent defaults) */
header.header:not(.gb-rest-header) .main-menu > ul > li > a,
header.header.sticky .main-menu > ul > li > a {
  color: #1C1917 !important;
  opacity: 1 !important;
  text-shadow: none !important;
}
header.header:not(.gb-rest-header) ul#top_menu > li > a:not(.btn_1),
header.header.sticky ul#top_menu > li > a:not(.btn_1) {
  color: #1C1917 !important;
  opacity: 1 !important;
}
header.header:not(.gb-rest-header) ul#top_menu li a.login:before,
header.header:not(.gb-rest-header) ul#top_menu li a.cart_bt:before,
header.header.sticky ul#top_menu li a.login:before,
header.header.sticky ul#top_menu li a.cart_bt:before {
  color: #1C1917 !important;
  opacity: 1 !important;
}

/* Inner pages: dark chrome on white header */
body:not(.gb-page-detail) header.header,
body:not(.gb-page-detail) header.header.sticky {
  background: #fff !important;
  border-bottom: 1px solid var(--gb-line);
}
body:not(.gb-page-detail) .logo_normal { display: none !important; }
body:not(.gb-page-detail) .logo_sticky { display: inline-block !important; }
body:not(.gb-page-detail) .main-menu > ul > li > a,
body:not(.gb-page-detail) ul#top_menu li a:not(.btn_1),
body:not(.gb-page-detail) a.open_close {
  color: #1C1917 !important;
  text-shadow: none !important;
  opacity: 1 !important;
}
body:not(.gb-page-detail) ul#top_menu li a.login:before,
body:not(.gb-page-detail) ul#top_menu li a.cart_bt:before,
body:not(.gb-page-detail) ul#top_menu li a.wishlist_bt_top:before {
  color: #1C1917 !important;
}
body:not(.gb-page-detail) .main-menu > ul > li:hover > a,
body:not(.gb-page-detail) nav.main-menu ul li.is-active > a {
  color: var(--gb-primary) !important;
}

.gb-cart { position: relative; }
.gb-cart-menu {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  min-width: 280px;
  background: #fff;
  border-radius: 12px;
  box-shadow: var(--gb-shadow);
  padding: 12px;
  z-index: 1200;
  color: var(--gb-ink);
  text-indent: 0;
}
.gb-cart-menu.is-open { display: block; }
.gb-cart-body { max-height: 240px; overflow: auto; font-size: 14px; margin-bottom: 10px; color: var(--gb-ink); }
.gb-cart-row { display: flex; justify-content: space-between; gap: 8px; padding: 6px 0; border-bottom: 1px solid var(--gb-line); }
.gb-cart-empty { color: var(--gb-muted); padding: 12px 0; }

.gb-chips { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 18px; }
.gb-chips__count { font-size: 13px; color: var(--gb-muted); font-weight: 600; }
.gb-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #FFF7ED;
  color: var(--gb-ink);
  border: 1px solid var(--gb-line);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 600;
}
.gb-chip:hover { color: var(--gb-primary); text-decoration: none; }
.gb-chip--clear { background: #fff; }
.container_check.is-selected { font-weight: 700; color: var(--gb-primary); }

.gb-filters .filter_type h4 a { color: var(--gb-ink); }
@media (max-width: 991px) {
  .gb-filters {
    position: fixed;
    inset: 0 auto 0 0;
    width: min(360px, 92vw);
    background: #fff;
    z-index: 1400;
    transform: translateX(-105%);
    transition: transform .2s ease;
    overflow: auto;
    padding: 16px;
    box-shadow: var(--gb-shadow);
  }
  .gb-filters.is-open { transform: none; }
  .gb-filters__backdrop {
    position: fixed;
    inset: 0;
    background: rgba(28,25,23,.45);
    z-index: 1390;
  }
}

.gb-otp-boxes { display: flex; gap: 8px; justify-content: space-between; }
.gb-otp-boxes input {
  width: 44px;
  height: 52px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  border: 1px solid var(--gb-line);
  border-radius: 10px;
}
.gb-otp-boxes input:focus { border-color: var(--gb-primary); outline: 0; }
.gb-auth-step { display: none; }
.gb-auth-step.is-on { display: block; }

.gb-menu-search { margin: 12px 0 0; }
.gb-menu-item.is-hidden { display: none !important; }

@media (max-width: 575px) {
  .gb-search-row { flex-wrap: wrap; }
  .gb-search-row .gb-loc { width: 100%; }
  .gb-otp-boxes input { width: 38px; height: 46px; }
  .header #top_menu .btn_1 { padding: 6px 12px; font-size: 12px; }
}

.gb-auth-tabs { display: flex; gap: 8px; margin-bottom: 16px; }
.gb-auth-tab {
  flex: 1;
  border: 1px solid var(--gb-line);
  background: var(--gb-cream);
  color: var(--gb-ink);
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 600;
  cursor: pointer;
}
.gb-auth-tab.is-active { background: var(--gb-ink); color: #fff; border-color: var(--gb-ink); }
.gb-auth-panel { display: none; }
.gb-auth-panel.is-active { display: block; }
.gb-auth-msg { font-size: 14px; }
.gb-auth-msg.is-ok { color: var(--gb-green); }
.gb-auth-msg.is-err { color: #991B1B; }

.hero_in.detail_page { min-height: 420px !important; }
@media (min-width: 1024px) {
  .hero_in.detail_page { min-height: 480px !important; }
}
.reviews #review_summary,
.hero_in.detail_page .wrapper .main_info .head .score strong {
  background: #FFF7ED !important;
  color: #1C1917 !important;
}
.gb-review-summary {
  border: 1px solid #E7E5E4 !important;
  border-radius: 16px !important;
  background: #FFF7ED !important;
  color: #1C1917 !important;
  padding: 20px 12px;
}
.gb-review-summary strong { color: #1C1917 !important; }
.gb-review-card {
  background: #fff;
  border: 1px solid #E7E5E4;
  border-radius: 14px;
  padding: 16px;
  margin-bottom: 12px;
  box-shadow: none;
}
.gb-review-card__head {
  display: flex;
  gap: 10px;
  align-items: baseline;
  flex-wrap: wrap;
  margin-bottom: 6px;
}
.gb-review-card__head time { margin-left: auto; color: #78716C; font-size: 13px; }
.gb-price-was { color: #A8A29E; font-weight: 500; margin-right: 6px; }
.gb-off {
  display: inline-block;
  margin-left: 6px;
  background: #FFF7ED;
  color: #C2410C;
  border-radius: 999px;
  padding: 2px 8px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}
.gb-item-price strong { color: var(--gb-primary); }
body:not(.gb-page-detail) .gb-tabs.secondary_nav,
body:not(.gb-page-detail) .secondary_nav {
  position: sticky !important;
  top: var(--gb-header-h, 72px) !important;
  z-index: 1090 !important;
  overflow: visible;
}
.gb-tabs-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
body:not(.gb-page-detail) .gb-tabs.secondary_nav ul,
body:not(.gb-page-detail) .secondary_nav ul {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center;
  gap: 8px;
  overflow: visible !important;
  white-space: normal !important;
  margin: 0;
  padding: 0;
}
.gb-tabs.secondary_nav ul li,
.secondary_nav ul li {
  display: inline-flex;
  margin: 0 !important;
  border: 0 !important;
  padding: 0 !important;
}
.gb-tabs.secondary_nav ul li:last-child,
.secondary_nav ul li:last-child {
  border-left: 0 !important;
  padding-left: 0 !important;
}
.gb-menu-search {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: min(100%, 240px);
  flex: 1 1 220px;
  margin: 0;
  overflow: visible;
}
.gb-menu-search input[type='search'] {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 40px;
  border-radius: 999px;
  padding-right: 12px;
}
.gb-menu-search input[type='search']::-webkit-search-cancel-button { display: none; }
.gb-search-clear {
  flex: 0 0 auto;
  height: 36px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  background: #F3F3F3;
  color: #1C1917;
  font-weight: 600;
  font-size: 13px;
  line-height: 36px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
.gb-search-clear:hover { background: #E7E5E4; }
.gb-menu-search .gb-suggest {
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  z-index: 1200;
}
@media (max-width: 767px) {
  .gb-tabs-row { flex-direction: column; align-items: stretch; }
  .gb-menu-search { width: 100%; min-width: 0; flex: 1 1 auto; }
}
.gb-auth-alts { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.gb-auth-alts a { font-weight: 600; }
.reviews .progress-bar { background: var(--gb-primary) !important; }
.score strong:before { color: var(--gb-primary) !important; }
.gb-tabs.secondary_nav ul,
.secondary_nav ul {
  flex-wrap: wrap !important;
  overflow: visible !important;
}
.gb-pay-grid .payment-card .fa-chevron-right { display: none; }
.gb-pay-grid .payment-card .payment-right { flex-wrap: wrap; }
.gb-order-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: start;
}
.gb-order-grid {
  display: flex !important;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
}
.gb-order-grid > [class*="col-"] {
  float: none;
  max-width: 100%;
}
@media (min-width: 768px) {
  .gb-order-grid > .col-md-7,
  .gb-order-grid > .gb-order-forms {
    flex: 0 0 58.333333% !important;
    max-width: 58.333333% !important;
    width: 58.333333% !important;
  }
  .gb-order-grid > .col-md-5,
  .gb-order-grid > #sidebar_fixed {
    flex: 0 0 41.666667% !important;
    max-width: 41.666667% !important;
    width: 41.666667% !important;
  }
}
.gb-order-card { gap: 14px; text-decoration: none; }
.gb-order-card__img {
  width: 88px;
  height: 88px;
  border-radius: 12px;
  overflow: hidden;
  flex: 0 0 88px;
  background: #FFF7ED;
}
.gb-order-id { color: var(--gb-primary); }
.gb-back { font-weight: 600; }
.gb-note {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  background: #FFF7ED;
  border-radius: 14px;
  padding: 12px 16px;
}
.gb-note a { font-weight: 600; }
.gb-wiz-nav {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.gb-wiz-nav li {
  flex: 1;
  text-align: center;
  padding: 8px;
  border-radius: 999px;
  background: #F5F5F4;
  font-weight: 600;
  font-size: 13px;
}
.gb-wiz-nav li.is-on { background: #1C1917; color: #FFF7ED; }
.gb-cod-amt {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  white-space: nowrap;
  background: #F5F5F4;
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 18px;
  color: #1C1917;
}
.gb-cod-amt strong { font-weight: 800; }
.gb-cod-amt span { color: #78716C; font-size: 14px; font-weight: 700; }
.gb-acct-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.gb-acct-coin {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid var(--gb-line);
  border-radius: 16px;
  padding: 14px;
}
.gb-acct-coin i { color: var(--gb-gold); font-size: 20px; }
.gb-acct-coin strong { display: block; font-size: 16px; }
.gb-acct-coin span { color: var(--gb-muted); font-size: 12px; }
.gb-acct-graph {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 96px;
}
.gb-acct-bar {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  height: 100%;
}
.gb-acct-bar span {
  display: block;
  width: 100%;
  max-width: 28px;
  background: var(--gb-primary);
  border-radius: 8px 8px 4px 4px;
  min-height: 4px;
}
.gb-acct-bar small { color: var(--gb-muted); font-size: 11px; }
.gb-zb-card {
  background: #fff;
  border: 0;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 3px rgba(28,25,23,.08);
  transition: transform .2s ease, box-shadow .2s ease;
}
.gb-zb-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(28,25,23,.12);
}
.gb-zb-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #FFF7ED;
}
.gb-zb-card--dish .gb-zb-card__media { aspect-ratio: 4 / 3; }
.gb-zb-card__img,
.gb-zb-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transition: transform .45s ease;
}
.gb-zb-card--dish .gb-zb-card__img,
.gb-zb-card--dish .gb-zb-card__media img {
  object-fit: cover;
  object-position: center 30%;
}
.gb-order-card__img img,
.gb-order-card__img .gb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.gb-order-meta { display: flex; flex-wrap: wrap; gap: 8px 12px; }
.gb-pod-chip {
  display: inline-block;
  background: #FFF7ED;
  border: 1px solid #FED7AA;
  color: #9A3412;
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 13px;
}
.gb-track-steps {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gb-track-steps li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 0;
  border-left: 2px solid #E7E5E4;
  margin-left: 8px;
  padding-left: 18px;
  position: relative;
  color: #78716C;
}
.gb-track-steps li.is-done,
.gb-track-steps li.is-now { color: #1C1917; border-left-color: #C2410C; }
.gb-track-steps .gb-track-dot {
  position: absolute;
  left: -7px;
  top: 16px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #E7E5E4;
}
.gb-track-steps li.is-done .gb-track-dot,
.gb-track-steps li.is-now .gb-track-dot { background: #C2410C; }
.gb-track-form .form-control { min-height: 44px; }
.gb-ue-gebeta-mark {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  object-fit: contain;
  background: #fff;
  padding: 2px;
}
.gb-off-inline { margin: 0 4px; vertical-align: middle; }
.gb-img {
  object-fit: cover;
  object-position: center center;
}
.gb-zb-card:hover .gb-zb-card__img { transform: scale(1.04); }
.gb-zb-card__ribbon {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  background: #C2410C;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 6px;
}
.gb-zb-card__ribbon--open { background: #15803D; }
.gb-zb-wish {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #1C1917;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,.15);
  cursor: pointer;
}
.gb-zb-wish.is-saved,
.gb-zb-wish.saved { color: #C2410C; }
.gb-zb-card__body {
  padding: 12px 14px 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}
.gb-zb-card__top { display: flex; justify-content: space-between; gap: 8px; }
.gb-zb-card__title {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  line-height: 1.25;
}
.gb-zb-card__title a { color: inherit; text-decoration: none; }
.gb-zb-card__meta { color: #78716C; font-size: 13px; }
.gb-zb-card__addr-short { display: none; }
.gb-zb-card__desc {
  color: #57534E;
  font-size: 13px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.gb-zb-score {
  text-align: right;
  flex-shrink: 0;
}
.gb-zb-score span {
  display: inline-flex;
  min-width: 36px;
  justify-content: center;
  background: #1C1917;
  color: #FFF7ED;
  font-weight: 800;
  font-size: 14px;
  padding: 4px 8px;
  border-radius: 8px 8px 8px 2px;
}
.gb-zb-score small { display: block; color: #78716C; font-size: 11px; margin-top: 2px; }
.gb-zb-card__foot {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #57534E;
}
.gb-banner-et {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  animation: gbBannerShift 18s ease-in-out infinite alternate;
}
@keyframes gbBannerShift {
  from { background-position: 30% 40%; }
  to { background-position: 70% 60%; }
}
@media (max-width: 575px) {
  .gb-acct-stats { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .gb-acct-coin { flex-direction: column; text-align: center; padding: 10px 6px; gap: 6px; }
  .gb-acct-coin strong { font-size: 14px; }
}
@media (max-width: 767px) {
  .gb-order-split { grid-template-columns: 1fr; }
  .gb-order-grid > [class*="col-"] {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .row > [class*="col-"]:has(.gb-zb-card) { margin-bottom: 12px !important; }
  .gb-zb-card { border-radius: 10px; }
  .gb-zb-card__media { aspect-ratio: 4 / 3; max-height: 110px; }
  .gb-zb-card__body { position: relative; padding: 8px 40px 10px 8px; gap: 4px; }
  .gb-zb-card__top { display: block; }
  .gb-zb-score { position: absolute; top: 8px; right: 6px; }
  .gb-zb-card__title {
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .gb-zb-card__meta {
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .gb-zb-card__meta .fa-map-marker-alt { display: none; }
  .gb-zb-card__addr-full,
  .gb-zb-card__desc,
  .gb-zb-score small,
  .gb-zb-card__fee-word { display: none; }
  .gb-zb-card__addr-short { display: inline; }
  .gb-zb-score span { min-width: 28px; font-size: 11px; padding: 2px 6px; }
  .gb-zb-card__foot { font-size: 11px; }
  .gb-zb-wish { width: 28px; height: 28px; top: 6px; right: 6px; }
  .gb-zb-card__ribbon { top: 6px; left: 6px; font-size: 10px; padding: 2px 7px; }
}

.gb-foot {
  background: #1C1917;
  color: #E7E5E4;
  padding: 28px 0 16px;
  margin-top: 24px;
}
.gb-foot a { color: #E7E5E4; text-decoration: none; }
.gb-foot a:hover { color: #fff; }
.gb-foot-brand { display: inline-block; margin-bottom: 8px; }
.gb-foot-brand img { height: 28px; width: auto; }
.gb-foot-lead { margin: 0 0 4px; font-size: 14px; }
.gb-foot-meta { margin: 0 0 2px; font-size: 13px; color: #A8A29E; }
.gb-foot-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, minmax(0, 1fr));
  gap: 20px 24px;
}
.gb-foot--rest .gb-foot-grid { grid-template-columns: 1.6fr 1fr 1fr; }
.gb-foot-col summary {
  font-weight: 700;
  font-size: 13px;
  cursor: default;
  list-style: none;
  margin-bottom: 8px;
}
.gb-foot-col summary::-webkit-details-marker { display: none; }
.gb-foot-col ul { list-style: none; margin: 0; padding: 0; }
.gb-foot-col li { margin: 0 0 6px; font-size: 13px; }
.gb-foot-bar {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
  padding-top: 12px;
  border-top: 1px solid #44403C;
  font-size: 12px;
}
.gb-powered { color: #EA580C !important; font-weight: 700; }
body:not(.gb-page-detail) .hero_in.detail_page { max-height: 220px; }
.gb-account-menu { z-index: var(--z-dropdown) !important; }
.alert.position-fixed { z-index: var(--z-toast) !important; }
.navbar .notification-toggle.bell { animation: none !important; }
.navbar .notification-toggle.bell.is-live i,
.navbar .notification-toggle.bell.is-live svg {
  animation: gb-bell-shake 1.1s ease-in-out infinite !important;
}
.navbar .search-element { display: none !important; }
@media (min-width: 768px) {
  body.gb-page-detail .margin_detail > .row {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: flex-start;
  }
  body.gb-page-detail .margin_detail .list_menu {
    flex: 0 0 58.333333% !important;
    max-width: 58.333333% !important;
    width: 58.333333% !important;
    min-width: 0;
  }
  body.gb-page-detail .margin_detail #sidebar_fixed {
    flex: 0 0 41.666667% !important;
    max-width: 41.666667% !important;
    width: 41.666667% !important;
    margin-left: 0;
    position: sticky !important;
    top: calc(var(--gb-header-h, 56px) + var(--gb-nav-h, 56px) + 12px) !important;
    align-self: flex-start;
  }
  body.gb-page-detail .box_order.mobile_fixed {
    display: block !important;
    position: sticky !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    width: 100% !important;
    height: auto !important;
    overflow: visible !important;
    z-index: 1 !important;
  }
}
.gb-zb-card__media { aspect-ratio: 16 / 8; max-height: 140px; }
@media (max-width: 767px) {
  .gb-zb-card__media { aspect-ratio: 4 / 3; max-height: 110px; }
}
body:not(.gb-page-detail) .menu_item { display: flex; gap: 10px; align-items: flex-start; }
body:not(.gb-page-detail) .menu_item figure { width: 64px; height: 64px; flex: 0 0 64px; }
body:not(.gb-page-detail) .menu_item figure img { width: 64px; height: 64px; object-fit: cover; border-radius: 8px; }
.box_order_form .form-control,
.box_order_form select.form-control {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--gb-line);
  border-radius: 10px;
  background: #fff;
  box-shadow: none;
}
.box_order_form .form-group { width: 100%; }
.box_order_form .gb-name-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .box_order_form .gb-name-row { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 767px) {
  .gb-foot-grid,
  .gb-foot--rest .gb-foot-grid { grid-template-columns: 1fr; gap: 8px; }
  .gb-foot-col { border-bottom: 1px solid #44403C; }
  .gb-foot-col summary { cursor: pointer; padding: 10px 0; }
  .gb-foot-col:not([open]) ul { display: none; }
  body:not(.gb-page-detail) .hero_in.detail_page { min-height: 140px !important; max-height: 160px; }
}

/* Eat cream footer — keep links/logo visible */
footer {
  background-color: #f6f1d3 !important;
  color: #333 !important;
  padding: 65px 0 0 0 !important;
}
footer .wave.footer { display: block; }
footer h3 { color: #333 !important; font-size: 14px !important; text-transform: uppercase; }
footer a, footer p, footer li, footer span { color: #333 !important; }
footer .contacts ul li i { color: #e54750 !important; }
footer .footer-selector img,
footer .footer-selector a img {
  height: 42px !important;
  width: auto !important;
  max-width: 220px !important;
}
@media (min-width: 768px) {
  #sidebar_fixed {
    position: sticky !important;
    top: calc(var(--gb-header-h, 56px) + 16px) !important;
    align-self: flex-start;
  }
}
body.gb-page-detail .gb-open-pill.is-open { background: #16a34a; color: #fff; }
body.gb-page-detail .gb-open-pill.is-shut { background: #dc2626; color: #fff; }





/* Dish favorite heart — keep inline with title, consistent hit target */
.menu_item h3 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.menu_item h3 .gb-fav,
button.gb-fav {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0 !important;
  margin: 0 !important;
  border: 1px solid #ddd !important;
  border-radius: 6px;
  background: #fff !important;
  color: #e54750 !important;
  line-height: 1;
  vertical-align: middle;
  flex-shrink: 0;
}
.menu_item h3 .gb-fav:hover,
button.gb-fav:hover {
  border-color: #e54750 !important;
  background: #fff5f5 !important;
}
.menu_item h3 .gb-fav.is-saved,
.menu_item h3 .gb-fav.saved,
button.gb-fav.is-saved,
button.gb-fav.saved {
  border-color: #e54750 !important;
  background: #e54750 !important;
  color: #fff !important;
}
.menu_item h3 .gb-fav i {
  font-size: 14px;
  line-height: 1;
}

/* ===== Platform hub pages (Market / Delivery / Book / Services) ===== */
.gb-platform-hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.gb-platform-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}
.gb-platform-hero__mask {
  position: relative;
  background: linear-gradient(135deg, rgba(28,25,23,.82) 0%, rgba(154,52,18,.72) 100%);
  padding: 56px 0 64px;
  color: #fff;
}
.gb-platform-hero__inner { max-width: 720px; }
.gb-platform-hero__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: rgba(255,255,255,.14);
  color: #fff;
  font-size: 22px;
  margin-bottom: 14px;
}
.gb-platform-hero__eyebrow {
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
  font-weight: 600;
  opacity: .85;
  margin: 0 0 8px;
}
.gb-platform-hero h1 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  margin: 0 0 10px;
  color: #fff !important;
}
.gb-platform-hero__sub {
  font-size: 1.05rem;
  opacity: .9;
  margin: 0 0 22px;
  max-width: 36rem;
  line-height: 1.55;
}
.gb-platform-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.gb-platform-hero__ghost {
  background: rgba(255,255,255,.12) !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.35);
}
.gb-platform-hero__ghost:hover {
  background: rgba(255,255,255,.22) !important;
  color: #fff !important;
}
.gb-platform-hero__wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  pointer-events: none;
}

.gb-hub-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  height: 100%;
  padding: 22px 14px;
  background: #fff;
  border: 1px solid var(--gb-line);
  border-radius: var(--gb-radius);
  box-shadow: var(--gb-shadow);
  text-decoration: none !important;
  color: var(--gb-ink) !important;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.gb-hub-tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(28,25,23,.12);
  border-color: #FDBA74;
}
.gb-hub-tile.is-active {
  border-color: var(--gb-primary);
  box-shadow: 0 12px 28px rgba(194,65,12,.18);
}
.gb-hub-tile__icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 4px;
  background: var(--gb-cream);
  color: var(--gb-primary);
}
.gb-hub-tile--food .gb-hub-tile__icon { background: #FFEDD5; color: #C2410C; }
.gb-hub-tile--market .gb-hub-tile__icon { background: #DBEAFE; color: #1D4ED8; }
.gb-hub-tile--delivery .gb-hub-tile__icon { background: #DCFCE7; color: #166534; }
.gb-hub-tile--book .gb-hub-tile__icon { background: #FCE7F3; color: #9D174D; }
.gb-hub-tile--vacancy .gb-hub-tile__icon { background: #FEF3C7; color: #92400E; }
.gb-hub-tile__label { font-size: 1rem; font-weight: 700; color: var(--gb-ink); }
.gb-hub-tile__blurb { color: var(--gb-muted) !important; font-size: 12px; line-height: 1.35; font-weight: 500; }

.gb-service-card {
  display: block;
  height: 100%;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--gb-line);
  border-radius: var(--gb-radius);
  box-shadow: var(--gb-shadow);
  text-decoration: none !important;
  color: inherit !important;
  transition: transform .2s ease, box-shadow .2s ease;
}
.gb-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(28,25,23,.12);
}
.gb-service-card__band {
  height: 8px;
  background: linear-gradient(90deg, var(--gb-primary), var(--gb-gold));
}
.gb-service-card__body { padding: 22px 22px 24px; }
.gb-service-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--gb-cream);
  color: var(--gb-primary);
  font-size: 20px;
  margin-bottom: 12px;
}
.gb-service-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 6px;
  color: var(--gb-ink);
}
.gb-service-card p { color: var(--gb-muted); margin: 0 0 14px; font-size: 14px; line-height: 1.5; }
.gb-service-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  font-size: 13px;
  color: var(--gb-ink);
  margin-bottom: 16px;
}
.gb-service-card__meta i { color: var(--gb-primary); margin-right: 4px; }

.gb-panel {
  background: #fff;
  border: 1px solid var(--gb-line);
  border-radius: var(--gb-radius);
  box-shadow: var(--gb-shadow);
  padding: 28px;
}
.gb-panel .form-control {
  border-radius: 12px;
  border-color: var(--gb-line);
  min-height: 44px;
}
.gb-panel label { font-weight: 600; color: var(--gb-ink); font-size: 14px; }
.gb-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 0 0 28px;
}
.gb-steps__item {
  background: #fff;
  border: 1px solid var(--gb-line);
  border-radius: var(--gb-radius);
  padding: 18px 16px;
  text-align: center;
}
.gb-steps__n {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--gb-primary);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 8px;
}
.gb-steps__item strong { display: block; margin-bottom: 4px; }
.gb-steps__item span { color: var(--gb-muted); font-size: 13px; }
.gb-cat-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}
.gb-cat-chips a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--gb-line);
  background: #fff;
  color: var(--gb-ink);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
}
.gb-cat-chips a:hover,
.gb-cat-chips a.is-active {
  border-color: var(--gb-primary);
  color: var(--gb-primary);
  background: #FFF7ED;
}
.gb-cart-fab {
  position: sticky;
  top: 76px;
  z-index: 15;
  display: flex;
  justify-content: flex-end;
  margin: -8px 0 18px;
}
@media (max-width: 767px) {
  .gb-platform-hero__mask { padding: 40px 0 52px; }
  .gb-steps { grid-template-columns: 1fr; }
  .gb-panel { padding: 20px; }
}

/* ===== Floating services window ===== */
.gb-svc-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1250;
  font-family: var(--gb-font);
}
.gb-svc-float__toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 52px;
  padding: 0 18px 0 14px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #1C1917 0%, #9A3412 100%);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0 14px 32px rgba(28,25,23,.35);
  transition: transform .2s ease, box-shadow .2s ease;
}
.gb-svc-float__toggle i {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(255,255,255,.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
.gb-svc-float__toggle:hover { transform: translateY(-2px); box-shadow: 0 18px 36px rgba(28,25,23,.4); }
.gb-svc-float.is-open .gb-svc-float__toggle {
  background: var(--gb-primary);
}
.gb-svc-float__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(28,25,23,.35);
  backdrop-filter: blur(2px);
  z-index: -1;
}
.gb-svc-float__panel {
  position: absolute;
  right: 0;
  bottom: 66px;
  width: min(360px, calc(100vw - 28px));
  max-height: min(72vh, 560px);
  overflow: auto;
  background: #fff;
  color: var(--gb-ink);
  border-radius: 20px;
  border: 1px solid var(--gb-line);
  box-shadow: 0 24px 48px rgba(28,25,23,.22);
  padding: 16px;
  opacity: 0;
  transform: translateY(12px) scale(.98);
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}
.gb-svc-float.is-open .gb-svc-float__panel {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.gb-svc-float__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 6px;
}
.gb-svc-float__eyebrow {
  margin: 0;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gb-primary);
  font-weight: 700;
}
.gb-svc-float__head h3 {
  margin: 2px 0 0;
  font-size: 18px;
  font-weight: 800;
}
.gb-svc-float__x {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: #F5F5F4;
  color: var(--gb-ink);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
.gb-svc-float__hint {
  margin: 0 0 12px;
  font-size: 13px;
  color: var(--gb-muted);
  line-height: 1.45;
}
.gb-svc-float__list { display: grid; gap: 8px; }
.gb-svc-float__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid var(--gb-line);
  text-decoration: none !important;
  color: var(--gb-ink) !important;
  background: #fff;
  transition: border-color .15s ease, background .15s ease, transform .15s ease;
}
.gb-svc-float__item:hover {
  border-color: #FDBA74;
  background: #FFF7ED;
  transform: translateX(2px);
}
.gb-svc-float__item.is-active {
  border-color: var(--gb-primary);
  background: #FFF7ED;
  box-shadow: 0 8px 18px rgba(194,65,12,.12);
}
.gb-svc-float__icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: var(--gb-cream);
  color: var(--gb-primary);
}
.gb-svc-float__item--food .gb-svc-float__icon { background: #FFEDD5; color: #C2410C; }
.gb-svc-float__item--market .gb-svc-float__icon { background: #DBEAFE; color: #1D4ED8; }
.gb-svc-float__item--delivery .gb-svc-float__icon { background: #DCFCE7; color: #166534; }
.gb-svc-float__item--book .gb-svc-float__icon { background: #FCE7F3; color: #9D174D; }
.gb-svc-float__item--services .gb-svc-float__icon { background: #E7E5E4; color: #44403C; }
.gb-svc-float__text { flex: 1; min-width: 0; text-align: left; }
.gb-svc-float__text strong {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  font-size: 14px;
}
.gb-svc-float__text small {
  display: block;
  color: var(--gb-muted);
  font-size: 12px;
  margin-top: 2px;
  line-height: 1.35;
}
.gb-svc-float__badge {
  font-style: normal;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 2px 7px;
  border-radius: 999px;
  background: var(--gb-primary);
  color: #fff;
}
.gb-svc-float__chev { color: #A8A29E; font-size: 11px; }

.gb-hub-tile__tag {
  font-style: normal;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-left: 6px;
  padding: 2px 6px;
  border-radius: 999px;
  background: #FFEDD5;
  color: var(--gb-primary);
  vertical-align: middle;
}
.gb-hub-tile {
  position: relative;
  overflow: hidden;
}
.gb-hub-tile::after {
  content: "";
  position: absolute;
  inset: auto -20% -40% auto;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(253,186,116,.25), transparent 70%);
  pointer-events: none;
}
.gb-platform-hero__mask {
  background: linear-gradient(120deg, rgba(28,25,23,.88) 0%, rgba(154,52,18,.68) 55%, rgba(194,65,12,.45) 100%);
}
.gb-platform-hero__inner { animation: gb-svc-rise .45s ease both; }
@keyframes gb-svc-rise {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
.gb-service-card__body { transition: background .2s ease; }
.gb-service-card:hover .gb-service-card__body { background: #FFFBF7; }

@media (max-width: 575px) {
  .gb-svc-float { right: 12px; bottom: 12px; }
  .gb-svc-float__toggle span { display: none; }
  .gb-svc-float__toggle { width: 54px; height: 54px; padding: 0; justify-content: center; border-radius: 50%; }
  .gb-svc-float__toggle i { width: auto; height: auto; background: transparent; font-size: 18px; }
  .gb-help { bottom: 78px; }
}
html.gb-svc-open { overflow: hidden; }

/* Popular category count — stay centered after owl clones/scroll */
.owl-theme.categories_carousel .item a figure span,
.item_version_2 a figure span,
.item_version_2 figure span {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0 !important;
  margin: 0;
  line-height: 1 !important;
  text-align: center;
  border-radius: 50% !important;
  box-sizing: border-box;
  font-variant-numeric: tabular-nums;
  background: #C2410C;
  color: #fff;
  font-weight: 700;
  z-index: 9;
}
@media (max-width: 767px) {
  .item_version_2 a figure span,
  .owl-theme.categories_carousel .item a figure span {
    display: flex !important;
  }
}

/* View all — Zemen Booking style, visible on mobile */
.main_title {
  position: relative;
  padding-right: 110px;
}
.main_title.center { padding-right: 0; }
.main_title a,
.main_title a.gb-view-all {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  color: var(--gb-primary, #C2410C);
  text-decoration: none;
  white-space: nowrap;
}
.main_title a.gb-view-all i { font-size: 12px; }
@media (max-width: 991px) {
  .main_title a,
  .main_title a.gb-view-all {
    display: inline-flex !important;
    position: absolute;
    right: 0;
    bottom: 2px;
    font-size: 13px;
  }
}

.gb-cat-chips a {
  cursor: pointer;
  pointer-events: auto;
  position: relative;
  z-index: 2;
}
.gb-market-cat { margin-bottom: 28px; scroll-margin-top: 96px; }
.gb-market-cat__title {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 8px 0 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.gb-join-as { margin-bottom: 18px; }
.gb-join-as p { font-size: 13px; font-weight: 600; color: #78716C; margin-bottom: 8px; }
.gb-join-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
@media (min-width: 420px) {
  .gb-join-grid { grid-template-columns: 1fr 1fr 1fr; }
}
.gb-join-grid a {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px 12px;
  border: 1px solid #E7E5E4;
  border-radius: 12px;
  text-decoration: none;
  color: #1C1917;
  font-weight: 600;
  font-size: 13px;
  background: #fff;
}
.gb-join-grid a:hover,
.gb-join-grid a.is-active {
  border-color: #C2410C;
  background: #FFF7ED;
  color: #C2410C;
}
.gb-join-grid a small { font-weight: 400; color: #78716C; }
.gb-join-grid a i { color: var(--gb-primary) !important; }
.gb-cart-fab { display: none !important; }
