/* =====================================================
   TAGAM V1 - FINAL CLEAN OVERRIDES
   ===================================================== */

/* =========================
   BASE
   ========================= */

html,
body {
  background: #faf7f2 !important;
  color: #1e1e1e !important;
}

a {
  color: #1e1e1e;
  text-decoration: none;
}

a:hover {
  color: #f18800;
  text-decoration: none;
}

.btn,
button,
input[type="submit"],
input[type="button"] {
  border-radius: 16px !important;
  transition: all 0.2s ease;
}

.btn-primary,
.btn.btn-primary,
button.btn-primary {
  background: #f18800 !important;
  border-color: #f18800 !important;
  color: #fff !important;
}

.btn-primary:hover,
.btn.btn-primary:hover,
button.btn-primary:hover {
  background: #db7a00 !important;
  border-color: #db7a00 !important;
  color: #fff !important;
}

.form-control,
select,
textarea,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"] {
  border-radius: 16px !important;
  border: 1px solid #e8e1d6 !important;
  box-shadow: none !important;
}

.form-control:focus,
select:focus,
textarea:focus,
input:focus {
  border-color: #f18800 !important;
  box-shadow: 0 0 0 0.15rem rgba(241, 136, 0, 0.12) !important;
}

* {
  box-shadow: none;
}

/* =========================
   HEADER
   ========================= */

.top-nav,
.navbar,
header,
.header,
.main-header {
  background: #faf7f2 !important;
  box-shadow: none !important;
  border-bottom: 1px solid #efe7db !important;
}

.top-nav-wrap {
  background: #faf7f2 !important;
  padding: 14px 24px 10px;
  border-bottom: 1px solid #ece3d7;
}

#top-navigation {
  min-height: 62px;
}

.top-logo img,
.top-logo svg {
  max-height: 38px;
  width: auto;
}

.top-nav-right .btn,
.top-nav-right a.btn,
.top-nav-right .dropdown-toggle {
  min-height: 42px;
  border-radius: 16px !important;
  padding-left: 14px;
  padding-right: 14px;
}

.userprofile .dropdown-toggle {
  background: #fff !important;
  border: 1px solid #e7dece !important;
  color: #1e1e1e !important;
}

@media (max-width: 991.98px) {
  .top-nav-wrap {
    padding: 12px 14px 8px;
  }

  .top-logo img,
  .top-logo svg {
    max-height: 34px;
  }
}

/* =========================
   FILTER PANEL
   ========================= */

.section-filter {
  background: #f3ede3 !important;
  border: 1px solid #e6dccd !important;
  border-radius: 24px !important;
  padding: 20px 18px 10px !important;
}

.section-filter .filter-row {
  border-bottom: 1px solid #e6dccd !important;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.section-filter .filter-row:first-child {
  padding-top: 0 !important;
}

.section-filter .filter-row:last-of-type {
  border-bottom: 0 !important;
}

.section-filter h5 {
  margin: 0 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #1e1e1e !important;
}

.section-filter h5 a {
  color: #1e1e1e !important;
  text-decoration: none !important;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.section-filter .collapse,
.section-filter .collapsing {
  margin-top: 14px;
}

.section-filter .custom-control {
  padding-left: 1.9rem !important;
  min-height: 24px;
}

.section-filter .custom-control-label {
  font-size: 14px !important;
  color: #2a2a2a !important;
  line-height: 1.35 !important;
  cursor: pointer;
}

.section-filter .custom-control-label::before {
  top: 0.12rem !important;
  left: -1.9rem !important;
  width: 18px !important;
  height: 18px !important;
  border-radius: 6px !important;
  border: 1px solid #d9cfbe !important;
  background: #fff !important;
}

.section-filter .custom-radio .custom-control-label::before {
  border-radius: 50% !important;
}

.section-filter .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.section-filter .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #f18800 !important;
  border-color: #f18800 !important;
}

.section-filter .btn-group-toggle {
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px;
}

.section-filter .btn-group-toggle .btn {
  border-radius: 999px !important;
  border: 1px solid #e3d9c9 !important;
  background: #faf7f2 !important;
  color: #1e1e1e !important;
  padding: 8px 14px !important;
  min-width: 56px;
}

.section-filter .btn-group-toggle .btn.active,
.section-filter .btn-group-toggle .btn:hover {
  background: #f18800 !important;
  border-color: #f18800 !important;
  color: #fff !important;
}

.section-filter .more-cuisine {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  color: #f18800 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

.section-filter .restaurants-filter {
  min-height: 50px !important;
  border-radius: 16px !important;
  background: #f18800 !important;
  border-color: #f18800 !important;
  color: #fff !important;
  font-weight: 600 !important;
}

@media (min-width: 992px) {
  .section-filter {
    position: sticky;
    top: 18px;
  }
}

/* =========================
   HERO / MERCHANT HEADER
   ========================= */

.merchant-hero-card {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin-bottom: 4px;
}

.merchant-hero-content {
  display: grid !important;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 18px;
  align-items: stretch;
  padding: 0 !important;
}

.merchant-hero-main {
  background: #fff !important;
  border: 1px solid #ece3d7 !important;
  border-radius: 24px !important;
  padding: 22px !important;
  min-height: 180px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04) !important;
}

.merchant-hero-main-inner {
  min-height: 132px;
}

.merchant-hero-logo .img-thumbnail {
  width: 84px !important;
  height: 84px !important;
  min-width: 84px !important;
  border-radius: 18px !important;
  border: 1px solid #ece3d7 !important;
  background: #fff !important;
  padding: 8px !important;
}

.merchant-hero-title {
  font-size: 22px !important;
  font-weight: 800 !important;
  color: #1e1e1e !important;
  margin-bottom: 8px !important;
  letter-spacing: -0.02em;
}

.merchant-hero-cuisine {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.merchant-hero-cuisine span {
  display: inline-flex;
  align-items: center;
  height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: #faf7f2;
  border: 1px solid #ece3d7;
  color: #666;
  font-size: 12px;
  font-weight: 600;
}

.merchant-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
  color: #555;
  margin-bottom: 12px !important;
}

.merchant-hero-meta i {
  margin-right: 5px;
}

.merchant-hero-services .btn,
.merchant-hero-services button {
  border-radius: 14px !important;
  padding: 8px 16px !important;
  font-weight: 600 !important;
}

.merchant-hero-banner {
  position: relative;
  min-height: 180px;
}

.merchant-hero-bg {
  width: 100%;
  height: 100%;
  min-height: 180px;
  border-radius: 24px !important;
  overflow: hidden;
  border: 1px solid #ece3d7 !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04) !important;
  background: #fff;
}

.merchant-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.merchant-hero-overlay {
  display: none !important;
}

.merchant-fav-btn {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border-radius: 50% !important;
  background: #fff !important;
  border: 1px solid #ece3d7 !important;
  color: #1e1e1e !important;
  z-index: 3;
}

.merchant-fav-btn i {
  font-size: 20px;
}

/* =========================
   CLEANUP OF OLD THEME REMNANTS
   ========================= */

a[href="#section-address"],
.no-hover.chevron.center.position-relative,
a.no-hover.chevron,
a[href="#section-address"] p.font-weight-light,
a[href="#section-address"] p.font-weight-bolder,
#section-address {
  display: none !important;
}

.chevron:after,
.chevron::after,
.center:after,
.center::after {
  display: none !important;
  content: none !important;
}

/* =========================
   MENU LAYOUT
   ========================= */

.section-menu {
  margin-top: 8px !important;
}

.tagam-menu-layout {
  background: #fff;
  border-radius: 28px;
  padding: 22px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.tagam-menu-layout .menu-center {
  padding-right: 20px;
}

/* =========================
   CATEGORY CHIPS
   ========================= */

.menu-left,
#sticky-sidebar,
.menu-category {
  display: none !important;
}

.tagam-category-chips-wrap {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 72px !important;
  z-index: 40 !important;
  background: #faf7f2 !important;
  padding-top: 8px !important;
  padding-bottom: 12px !important;
  margin-top: 0 !important;
  margin-bottom: 12px !important;
}

#vue-merchant-category {
  position: -webkit-sticky;
  position: sticky;
  top: 72px;
  z-index: 39;
  background: #faf7f2;
  padding-top: 4px;
}

.section-menu,
.tagam-menu-layout,
.menu-center {
  overflow: visible !important;
}



.tagam-category-chips {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 4px;
}

.tagam-category-chips::-webkit-scrollbar {
  display: none;
}

.tagam-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: #f3efe7;
  color: #1f1f1f !important;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  text-decoration: none !important;
  transition: all 0.2s ease;
  border: 1px solid transparent;
  cursor: pointer;
}

.tagam-chip:hover {
  background: #fff;
  border-color: #f18800;
  color: #f18800 !important;
}

.tagam-chip.active {
  background: #f18800 !important;
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(241, 136, 0, 0.22);
}

/* =========================
   SEARCH IN MENU
   ========================= */

.tagam-search-row {
  display: none !important;
}

/* =========================
   MENU SECTIONS / CARDS
   ========================= */

.tagam-menu-section {
  margin-bottom: 34px;
}

.tagam-menu-section-title {
  font-size: 22px !important;
  font-weight: 800 !important;
  margin-bottom: 18px !important;
  color: #1e1e1e !important;
}

.tagam-menu-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.tagam-menu-item {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) 220px;
  gap: 18px;
  align-items: center;
  background: #fff !important;
  border: 1px solid #eee5da !important;
  border-radius: 24px !important;
  padding: 18px 20px !important;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.01);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.tagam-menu-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.055);
  border-color: #eadbc7 !important;
}

.tagam-menu-thumb {
  width: 110px;
  height: 110px;
  border-radius: 18px !important;
  overflow: hidden;
  background: #f7f7f7;
}

.tagam-menu-item-center {
  min-width: 0;
}

.tagam-menu-item-title {
  font-size: 17px !important;
  font-weight: 700 !important;
  margin-bottom: 6px !important;
  color: #1e1e1e !important;
  line-height: 1.25 !important;
}

.tagam-menu-item-desc {
  font-size: 14px !important;
  line-height: 1.45 !important;
  color: #757575 !important;
  margin: 0 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 100%;
}

.tagam-menu-item-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-width: 220px;
  flex-shrink: 0;
}

.tagam-price-wrap {
  flex-shrink: 0;
}

.tagam-price-pill {
  min-width: 78px;
  height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: #0f0f0f !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
  flex-shrink: 0;
}

.tagam-add-btn {
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  background: #f18800 !important;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  box-shadow: 0 10px 18px rgba(241, 136, 0, 0.30);
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
  flex-shrink: 0;
}

.tagam-add-btn:hover {
  background: #db7a00 !important;
  transform: scale(1.06);
  color: #fff !important;
}

.tagam-qty-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  min-width: 110px;
  flex-shrink: 0;
}

.tagam-qty-btn {
  width: 34px !important;
  height: 34px !important;
  border-radius: 50% !important;
  background: #f3f3f3 !important;
  color: #1e1e1e !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  flex-shrink: 0;
}

.tagam-qty-btn.plus {
  background: #f18800 !important;
  color: #fff !important;
}

.tagam-qty-value {
  font-weight: 700;
  min-width: 18px;
  text-align: center;
}

.tagam-unavailable {
  color: #999;
  font-size: 13px;
  text-align: right;
}

/* =========================
   CART
   ========================= */

.tagam-cart-sticky,
.order-summary,
.cart-right-content,
.menu-right .card,
.menu-right .cart,
.menu-right .box-grey {
  position: sticky !important;
  top: 126px;
  background: #fff !important;
  border: 1px solid #eee5da !important;
  border-radius: 24px !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.045);
  padding: 16px !important;
}

.menu-right .btn-success,
.menu-right .btn-green,
.menu-right .btn-primary {
  border-radius: 16px !important;
  min-height: 50px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  box-shadow: 0 10px 22px rgba(43, 182, 115, 0.22);
}

.menu-right hr,
.menu-right .divider {
  opacity: 0.4;
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 1199px) {
  .merchant-hero-content {
    grid-template-columns: 1fr;
  }

  .merchant-hero-banner,
  .merchant-hero-bg {
    min-height: 180px;
  }
}

@media (min-width: 992px) {
  #vue-merchant-category {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 72px !important;
    z-index: 39 !important;
  }

  .tagam-category-chips-wrap {
    position: relative !important;
    top: auto !important;
    z-index: auto !important;
    background: transparent !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}


@media (max-width: 991px) {
  .tagam-menu-layout {
    padding: 14px;
    border-radius: 20px;
  }

  .tagam-menu-layout .menu-center {
    padding-right: 0;
  }

  .tagam-category-chips-wrap {
    position: relative !important;
    top: auto !important;
  }

  .tagam-menu-item {
    grid-template-columns: 90px minmax(0, 1fr);
    gap: 14px;
  }

  .tagam-menu-item-right {
    grid-column: 1 / -1;
    justify-content: space-between;
    min-width: 0;
  }

  .tagam-menu-thumb {
    width: 90px;
    height: 90px;
  }

  .tagam-cart-sticky,
  .order-summary,
  .cart-right-content,
  .menu-right .card,
  .menu-right .cart,
  .menu-right .box-grey {
    position: relative !important;
    top: auto !important;
  }
}


.tagam-menu-section {
  scroll-margin-top: 120px;
}

html {
  scroll-behavior: auto !important;
}

.tagam-chip {
  cursor: pointer;
}

html {
  scroll-behavior: auto !important;
}

.tagam-menu-section {
  scroll-margin-top: 120px;
}

.tagam-chip {
  cursor: pointer;
}

/* =====================================================
   TAGAM HERO REWORK
   ===================================================== */

.merchant-top-header .container {
  max-width: 1320px;
}

.merchant-hero-card {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin-bottom: 6px;
}

.merchant-hero-content {
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 18px;
  align-items: stretch;
  padding: 0 !important;
}

.merchant-hero-main {
  background: #fff !important;
  border: 1px solid #ece3d7 !important;
  border-radius: 24px !important;
  padding: 22px !important;
  min-height: 176px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04) !important;
}

.merchant-hero-main-inner {
  min-height: 132px;
}

.merchant-hero-logo .img-thumbnail {
  width: 84px !important;
  height: 84px !important;
  min-width: 84px !important;
  border-radius: 18px !important;
  border: 1px solid #ece3d7 !important;
  background: #fff !important;
  padding: 8px !important;
}

.merchant-hero-title {
  font-size: 22px !important;
  font-weight: 800 !important;
  color: #1e1e1e !important;
  margin-bottom: 8px !important;
  line-height: 1.15 !important;
  letter-spacing: -0.02em;
}

.merchant-hero-cuisine {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.merchant-hero-cuisine span {
  display: inline-flex;
  align-items: center;
  height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: #faf7f2;
  border: 1px solid #ece3d7;
  color: #666;
  font-size: 12px;
  font-weight: 600;
}

.merchant-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  font-size: 13px;
  color: #555;
  margin-bottom: 12px !important;
}

.merchant-hero-meta span {
  display: inline-flex;
  align-items: center;
}

.merchant-hero-meta i {
  margin-right: 5px;
  font-size: 15px;
}

.merchant-hero-services {
  margin-top: 2px;
}

.merchant-hero-services .btn,
.merchant-hero-services button {
  border-radius: 14px !important;
  padding: 8px 16px !important;
  font-weight: 600 !important;
}

.merchant-hero-banner {
  position: relative;
  min-height: 176px;
}

.merchant-hero-bg {
  width: 100%;
  height: 100%;
  min-height: 176px;
  border-radius: 24px !important;
  overflow: hidden;
  border: 1px solid #ece3d7 !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04) !important;
  background: #fff;
}

.merchant-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.merchant-fav-btn {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border-radius: 50% !important;
  background: rgba(255,255,255,0.96) !important;
  border: 1px solid #ece3d7 !important;
  color: #1e1e1e !important;
  z-index: 3;
}

.merchant-fav-btn i {
  font-size: 20px;
}

.merchant-hero-banner-badge {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 3;
}

.merchant-hero-banner-badge span {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(17,17,17,0.82);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  backdrop-filter: blur(6px);
}

@media (max-width: 1199px) {
  .merchant-hero-content {
    grid-template-columns: 1fr;
  }

  .merchant-hero-banner,
  .merchant-hero-bg {
    min-height: 180px;
  }
}

/* =====================================================
   TAGAM MENU CARDS FINAL
   ===================================================== */

.tagam-menu-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.tagam-menu-item {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) 190px;
  gap: 18px;
  align-items: center;
  background: #fff;
  border: 1px solid #ece3d7;
  border-radius: 22px;
  padding: 16px 18px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.tagam-menu-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.045);
  border-color: #eadbc7;
}

.tagam-menu-item-left {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tagam-menu-thumb {
  width: 96px;
  height: 96px;
  border-radius: 18px;
  overflow: hidden;
  background: #f6f6f6;
}

.tagam-menu-item-center {
  min-width: 0;
}

.tagam-menu-item-head {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 6px;
}

.tagam-menu-item-title {
  font-size: 16px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  color: #1e1e1e !important;
  margin: 0 !important;
}

.tagam-menu-item-info {
  flex-shrink: 0;
  line-height: 1;
}

.tagam-menu-item-info .el-button {
  padding: 0 !important;
  min-height: auto !important;
}

.tagam-menu-item-desc {
  font-size: 13px !important;
  line-height: 1.45 !important;
  color: #777 !important;
  margin: 0 !important;
  max-width: 100%;
  overflow: hidden;
}

.tagam-menu-item-promo {
  margin-top: 8px;
}

.tagam-menu-item-right {
  min-width: 190px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-shrink: 0;
}

.tagam-price-wrap {
  flex-shrink: 0;
}

.tagam-price-pill {
  min-width: 78px;
  height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: #111 !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(0,0,0,0.14);
}

.tagam-action-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 92px;
  flex-shrink: 0;
}

.tagam-add-btn {
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  background: #f18800 !important;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  box-shadow: 0 10px 18px rgba(241,136,0,0.28);
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}

.tagam-add-btn:hover {
  background: #db7a00 !important;
  color: #fff !important;
  transform: scale(1.05);
}

.tagam-qty-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 92px;
  justify-content: flex-end;
}

.tagam-qty-btn {
  width: 34px !important;
  height: 34px !important;
  border-radius: 50% !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  flex-shrink: 0;
}

.tagam-qty-btn.minus {
  background: #f1f1f1 !important;
  color: #1e1e1e !important;
}

.tagam-qty-btn.plus {
  background: #f18800 !important;
  color: #fff !important;
}

.tagam-qty-value {
  min-width: 18px;
  text-align: center;
  font-weight: 700;
  color: #1e1e1e;
}

.tagam-unavailable {
  font-size: 12px;
  color: #999;
  white-space: nowrap;
}

@media (max-width: 1199px) {
  .tagam-menu-item {
    grid-template-columns: 90px minmax(0, 1fr) 170px;
    gap: 14px;
  }

  .tagam-menu-thumb {
    width: 90px;
    height: 90px;
  }

  .tagam-menu-item-right {
    min-width: 170px;
  }
}

@media (max-width: 991px) {
  .tagam-menu-item {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 14px;
  }

  .tagam-menu-thumb {
    width: 88px;
    height: 88px;
  }

  .tagam-menu-item-right {
    grid-column: 1 / -1;
    min-width: 0;
    justify-content: space-between;
    padding-left: 102px;
  }

  .tagam-action-wrap {
    min-width: auto;
  }
}

/* =====================================================
   TAGAM SINGLE HERO BANNER
   ===================================================== */

.merchant-hero-single .container {
  max-width: 1320px;
}

.merchant-single-hero {
  position: relative;
  min-height: 220px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #ece3d7;
  box-shadow: 0 12px 28px rgba(0,0,0,0.05);
}

.merchant-single-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.merchant-single-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.merchant-single-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    90deg,
    rgba(0,0,0,0.55) 0%,
    rgba(0,0,0,0.34) 32%,
    rgba(0,0,0,0.14) 60%,
    rgba(0,0,0,0.10) 100%
  );
}

.merchant-single-hero-content {
  position: relative;
  z-index: 3;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 28px;
}

.merchant-single-hero-left {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 0;
}

.merchant-single-hero-logo .img-thumbnail {
  width: 108px !important;
  height: 108px !important;
  min-width: 108px !important;
  border-radius: 24px !important;
  border: 3px solid rgba(255,255,255,0.88) !important;
  background: rgba(255,255,255,0.96) !important;
  padding: 8px !important;
  box-shadow: 0 10px 22px rgba(0,0,0,0.14);
}

.merchant-single-hero-text {
  min-width: 0;
}

.merchant-single-hero-title {
  margin: 0 0 12px 0 !important;
  font-size: 32px !important;
  line-height: 1.05 !important;
  font-weight: 800 !important;
  color: #fff !important;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.merchant-single-hero-meta {
  color: #fff;
  font-size: 15px;
  line-height: 1.45;
  text-shadow: 0 2px 10px rgba(0,0,0,0.22);
}

.merchant-single-hero-line {
  margin-bottom: 4px;
}

.merchant-single-hero-line strong {
  font-weight: 700;
}

.merchant-single-hero-right {
  align-self: flex-start;
}

.merchant-single-fav-btn {
  width: 58px;
  height: 58px;
  border-radius: 50% !important;
  background: rgba(255,255,255,0.96) !important;
  border: 0 !important;
  color: #111 !important;
  box-shadow: 0 10px 24px rgba(0,0,0,0.18);
}

.merchant-single-fav-btn i {
  font-size: 28px;
}

.merchant-single-services-wrap {
  margin-top: 18px;
}

.merchant-single-services-wrap .btn,
.merchant-single-services-wrap button {
  border-radius: 999px !important;
}

@media (max-width: 1199px) {
  .merchant-single-hero {
    min-height: 190px;
  }

  .merchant-single-hero-content {
    min-height: 190px;
    padding: 22px;
  }

  .merchant-single-hero-logo .img-thumbnail {
    width: 92px !important;
    height: 92px !important;
    min-width: 92px !important;
  }

  .merchant-single-hero-title {
    font-size: 26px !important;
  }
}
/* =====================================================
   TAGAM MODERN HOME REFRESH
   ===================================================== */

:root {
  --tagam-bg: #f5f1ea;
  --tagam-surface: rgba(255, 255, 255, 0.82);
  --tagam-surface-strong: #ffffff;
  --tagam-surface-soft: #f8f4ee;
  --tagam-text: #141414;
  --tagam-text-muted: #6f6a63;
  --tagam-line: #e6ddd1;
  --tagam-accent: #f18800;
  --tagam-accent-dark: #d96c00;
  --tagam-shadow: 0 20px 60px rgba(34, 26, 16, 0.08);
}

html,
body {
  background:
    radial-gradient(circle at top left, rgba(255, 205, 123, 0.18), transparent 24%),
    radial-gradient(circle at top right, rgba(255, 166, 77, 0.12), transparent 22%),
    linear-gradient(180deg, #f8f4ed 0%, #f4efe7 42%, #f7f3ec 100%) !important;
  color: var(--tagam-text) !important;
}

body {
  font-size: 15px;
}

.page-content {
  overflow: hidden;
}

#top-navigation {
  min-height: 76px;
  border-bottom: 0 !important;
}

.top-nav-wrap {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(18px);
  background: rgba(248, 244, 237, 0.82) !important;
  border-bottom: 1px solid rgba(230, 221, 209, 0.9) !important;
  padding: 12px 26px 10px;
}

.top-nav-left,
.top-nav-right {
  gap: 12px;
}

.top-logo img,
.top-logo svg {
  max-height: 42px;
}

.top-nav-search {
  max-width: 620px;
  margin: 0 auto;
}

ul.top-menu a,
.list-inline a,
.siderbar-menu a,
.menu-carousel a {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.top-nav-right .btn,
.top-nav-right .dropdown-toggle,
.top-nav-right .btn-text {
  min-height: 44px;
  border-radius: 999px !important;
}

.top-nav-right .btn-white-parent,
.top-nav-right .userprofile .dropdown-toggle {
  background: rgba(255,255,255,0.86) !important;
  border: 1px solid var(--tagam-line) !important;
  box-shadow: 0 8px 24px rgba(26, 18, 10, 0.05);
}

.tagam-home-page {
  position: relative;
}

.tagam-home-hero {
  position: relative;
  padding: 42px 0 24px;
}

.tagam-home-hero::before {
  content: "";
  position: absolute;
  inset: 32px 0 auto;
  height: 520px;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 177, 66, 0.20), transparent 24%),
    radial-gradient(circle at 85% 22%, rgba(255, 207, 145, 0.28), transparent 20%),
    linear-gradient(135deg, #1a1a1a 0%, #2c241d 42%, #704119 100%);
  clip-path: inset(0 round 0 0 48px 48px);
  z-index: 0;
}

.tagam-home-hero .container {
  position: relative;
  z-index: 1;
}

.tagam-home-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  gap: 28px;
  align-items: stretch;
}

.tagam-home-copy {
  color: #fff;
  padding: 46px 6px 26px 0;
}

.tagam-home-eyebrow,
.tagam-home-search-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.tagam-home-eyebrow {
  color: #1a1a1a;
  background: linear-gradient(90deg, #ffd48a 0%, #ffc164 100%);
  margin-bottom: 18px;
}

.tagam-home-copy h1 {
  font-size: clamp(38px, 6vw, 68px);
  line-height: 0.96;
  letter-spacing: -0.05em;
  margin: 0 0 20px;
  font-weight: 800;
  max-width: 12ch;
}

.tagam-home-subtitle {
  max-width: 600px;
  color: rgba(255,255,255,0.78);
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 28px;
}

.tagam-home-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 24px;
}

.tagam-home-badge {
  min-width: 132px;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(10px);
}

.tagam-home-badge strong {
  display: block;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 6px;
}

.tagam-home-badge span {
  display: block;
  color: rgba(255,255,255,0.72);
  font-size: 13px;
}

.tagam-home-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tagam-home-point {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.84);
}

.tagam-home-point i {
  color: #ffcb7d;
  font-size: 18px;
}

.tagam-home-search-card {
  align-self: end;
  background: rgba(255,255,255,0.94);
  border: 1px solid rgba(255,255,255,0.7);
  border-radius: 32px;
  padding: 28px;
  box-shadow: 0 24px 80px rgba(15, 15, 15, 0.18);
}

.tagam-home-search-top h2 {
  font-size: 30px;
  line-height: 1.05;
  font-weight: 800;
  color: var(--tagam-text);
  margin: 10px 0 10px;
  letter-spacing: -0.04em;
}

.tagam-home-search-top p {
  color: var(--tagam-text-muted);
  line-height: 1.6;
  margin-bottom: 20px;
}

.tagam-home-search-kicker {
  background: #fff2de;
  color: #bf6700;
}

.tagam-home-search-wrap,
.tagam-home-search-wrap.home-search-wrap {
  width: 100%;
  margin: 0;
}

.tagam-home-search-card .search-geocomplete,
.tagam-home-search-card .form-control-text,
.tagam-home-search-card .form-control-select,
.tagam-home-search-card .el-input__wrapper {
  background: #f7f3ed !important;
  border: 1px solid #ebe1d6 !important;
  min-height: 60px;
  border-radius: 20px !important;
  box-shadow: none !important;
}

.tagam-home-search-card .el-input__wrapper.is-focus,
.tagam-home-search-card .form-control-text:focus,
.tagam-home-search-card input:focus {
  border-color: rgba(241, 136, 0, 0.45) !important;
  box-shadow: 0 0 0 4px rgba(241, 136, 0, 0.10) !important;
}

.tagam-home-search-notes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 16px;
}

.tagam-home-search-notes > div {
  padding: 16px;
  border-radius: 18px;
  background: #f8f4ee;
  border: 1px solid var(--tagam-line);
}

.tagam-home-search-notes strong {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
}

.tagam-home-search-notes span {
  display: block;
  color: var(--tagam-text-muted);
  font-size: 13px;
  line-height: 1.5;
}

.tagam-home-content {
  position: relative;
  padding-bottom: 48px;
}

.tagam-home-feature-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 12px;
  margin-bottom: 28px;
}

.tagam-feature-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 22px;
  border-radius: 24px;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(230, 221, 209, 0.92);
  box-shadow: var(--tagam-shadow);
}

.tagam-feature-icon {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1b1b1b 0%, #4b3422 100%);
  color: #ffca7a;
  font-size: 22px;
  flex-shrink: 0;
}

.tagam-feature-card h3 {
  font-size: 18px;
  font-weight: 800;
  margin: 2px 0 6px;
  letter-spacing: -0.02em;
}

.tagam-feature-card p {
  margin: 0;
  color: var(--tagam-text-muted);
  line-height: 1.55;
}

.tagam-home-sections {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.tagam-home-section {
  padding: 28px;
  border-radius: 32px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(230, 221, 209, 0.92);
  box-shadow: var(--tagam-shadow);
}

.tagam-home-section-soft {
  background: linear-gradient(180deg, rgba(255, 249, 241, 0.9) 0%, rgba(255,255,255,0.72) 100%);
}

.tagam-home-section .mb-4.mt-4:first-child {
  margin-top: 0 !important;
}

.tagam-home-section h3.font-weight-bold {
  font-size: 30px;
  font-weight: 800 !important;
  line-height: 1.02;
  letter-spacing: -0.04em;
  margin-bottom: 18px;
}

.swiperOutsideContainer {
  padding-left: 0;
  padding-right: 0;
}

.swiperCuisine .swiperSlide {
  min-height: 126px !important;
}

.swiperCuisine .swiperSlide .el-link {
  width: 100%;
  padding: 18px 10px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--tagam-line);
  box-shadow: 0 14px 30px rgba(24, 16, 10, 0.05);
}

.swiperCuisine .swiperSlide img {
  width: 78px;
  height: 78px;
  border: 4px solid #fff6ea;
  box-shadow: 0 12px 25px rgba(32, 24, 14, 0.08);
}

.swiperCuisine .truncate {
  margin-top: 10px;
  font-weight: 700;
  font-size: 14px;
}

.swiperResto .swiperSlide,
.rounded-box {
  min-height: 278px !important;
  border: 1px solid rgba(230, 221, 209, 0.95);
  border-radius: 24px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 18px 36px rgba(30, 22, 14, 0.06);
}

.swiperResto .swiperSlide img,
.rounded-box img {
  min-height: 180px;
  max-height: 180px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.swiperResto .swiperSlide .p-2 {
  padding: 18px !important;
}

.swiperResto .font-weight-bold.mb-2.truncate {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 8px !important;
}

.swiperResto .font-weight-light.truncate.mb-1 {
  color: var(--tagam-text-muted);
  font-size: 13px;
  margin-bottom: 12px !important;
}

.swiper-button-next,
.swiper-button-prev {
  width: auto;
  height: auto;
  top: 38%;
}

.swiper-button-next .el-button,
.swiper-button-prev .el-button {
  width: 48px;
  height: 48px;
  border: 1px solid var(--tagam-line);
  box-shadow: 0 16px 32px rgba(24, 17, 11, 0.10);
  background: rgba(255,255,255,0.95);
}

.tagam-app-band {
  padding: 26px 0;
}

.tagam-app-band .container {
  position: relative;
}

.tagam-app-band-grid,
.tagam-app-band-mobile {
  border-radius: 34px;
  background: linear-gradient(135deg, #1a1a1a 0%, #3d2b1c 45%, #8e531d 100%);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 26px 80px rgba(22, 15, 9, 0.18);
}

.tagam-app-band-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 0.8fr;
  align-items: center;
  gap: 18px;
  padding: 34px;
}

.tagam-app-band-mobile {
  padding: 28px 22px;
}

.tagam-app-copy h2,
.tagam-app-band-mobile h2 {
  font-size: clamp(30px, 4vw, 46px);
  line-height: 0.98;
  letter-spacing: -0.05em;
  font-weight: 800;
  margin: 10px 0 14px;
}

.tagam-app-copy p,
.tagam-app-band-mobile p {
  color: rgba(255,255,255,0.74);
  font-size: 17px;
  line-height: 1.6;
  margin: 0;
}

.tagam-app-visual img.mobileapp,
.tagam-app-band-mobile img.mobileapp {
  max-height: 430px;
  filter: drop-shadow(0 18px 42px rgba(0,0,0,0.28));
}

.tagam-app-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

footer {
  background: transparent !important;
  padding-top: 6px;
  padding-bottom: 34px;
  margin-top: 10px;
}

footer .container {
  padding: 26px 28px;
  border-radius: 28px;
  background: rgba(255,255,255,0.74);
  border: 1px solid rgba(230, 221, 209, 0.9);
  box-shadow: var(--tagam-shadow);
}

.sub-footer,
.sub-footer-nav {
  border-top-color: rgba(230, 221, 209, 0.9);
}

.section-join-us,
.section-join-us.section-join-us2,
.register-section,
.partner-section .section,
.other-promo-wrap {
  border-radius: 28px !important;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .tagam-home-hero-grid {
    grid-template-columns: 1fr;
  }

  .tagam-home-copy {
    padding: 34px 0 0;
  }

  .tagam-home-search-card {
    max-width: 760px;
  }
}

@media (max-width: 991px) {
  .top-nav-wrap {
    padding: 10px 14px 8px;
  }

  #top-navigation {
    min-height: 68px;
  }

  .tagam-home-hero {
    padding-top: 22px;
  }

  .tagam-home-hero::before {
    inset: 12px 0 auto;
    height: 640px;
    clip-path: inset(0 round 0 0 32px 32px);
  }

  .tagam-home-copy h1 {
    max-width: 100%;
    font-size: clamp(34px, 10vw, 52px);
  }

  .tagam-home-subtitle {
    font-size: 16px;
  }

  .tagam-home-feature-strip {
    grid-template-columns: 1fr;
  }

  .tagam-home-section {
    padding: 20px;
    border-radius: 24px;
  }

  .tagam-home-search-card {
    padding: 22px;
    border-radius: 26px;
  }

  .tagam-home-search-notes {
    grid-template-columns: 1fr;
  }

  .swiperResto .swiperSlide,
  .rounded-box {
    min-height: 252px !important;
  }

  .swiperResto .swiperSlide img,
  .rounded-box img {
    min-height: 160px;
    max-height: 160px;
  }

  footer .container {
    padding: 20px;
    border-radius: 22px;
  }
}

@media (max-width: 767px) {
  .tagam-home-badges,
  .tagam-home-points {
    display: grid;
    grid-template-columns: 1fr;
  }

  .tagam-home-badge,
  .tagam-home-point {
    width: 100%;
  }

  .tagam-home-section h3.font-weight-bold {
    font-size: 24px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}

/* =====================================================
   TAGAM FEED + MENU POLISH
   ===================================================== */

#vue-feed {
  padding-left: 16px;
  padding-right: 16px;
}

#vue-feed .column-1,
#vue-feed .column-2 {
  position: relative;
}

#vue-feed .section-filter {
  background: rgba(255,255,255,0.78) !important;
  border: 1px solid rgba(230, 221, 209, 0.92) !important;
  border-radius: 28px !important;
  padding: 22px 18px 14px !important;
  box-shadow: 0 20px 50px rgba(28, 19, 11, 0.06);
}

#vue-feed .section-filter .filter-row {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

#vue-feed .section-filter .filter-row:first-child {
  padding-top: 4px !important;
}

#vue-feed .section-filter .filter-row:last-child {
  border-bottom: 0 !important;
}

#vue-feed .section-filter h5 {
  font-size: 15px !important;
  font-weight: 800 !important;
  letter-spacing: -0.01em;
}

#vue-feed .section-filter h4 {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

#vue-feed .column-2 > .mb-4,
#vue-feed .column-2 > .el-skeleton,
#vue-feed .column-2 > template,
#vue-feed .column-2 .row.no-gutters {
  position: relative;
  z-index: 1;
}

#vue-feed .swiperBanner .swiperSlide {
  min-height: 220px !important;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 22px 48px rgba(25, 17, 10, 0.10);
}

#vue-feed .swiperBanner .swiperSlide .el-image {
  height: 220px;
}

#vue-feed .rounded-box,
#location-restaurant-list .rounded-box,
#vue-feed .rounded-box.no-hover {
  position: relative;
  min-height: 310px !important;
  border-radius: 26px !important;
  border: 1px solid rgba(230, 221, 209, 0.95) !important;
  background: rgba(255,255,255,0.92) !important;
  box-shadow: 0 18px 42px rgba(28, 19, 11, 0.06) !important;
  overflow: hidden;
  transform: translateY(0);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

#vue-feed .rounded-box:hover,
#location-restaurant-list .rounded-box:hover,
#vue-feed .rounded-box.no-hover:hover {
  transform: translateY(-4px);
  border-color: #e8cfb0 !important;
  box-shadow: 0 24px 56px rgba(28, 19, 11, 0.10) !important;
}

#vue-feed .rounded-box img,
#location-restaurant-list .rounded-box img,
#vue-feed .rounded-box .el-image,
#location-restaurant-list .rounded-box .el-image {
  min-height: 184px;
  max-height: 184px;
}

#vue-feed .rounded-box .p-2,
#location-restaurant-list .rounded-box .p-2 {
  padding: 18px !important;
}

#vue-feed .rounded-box h5,
#location-restaurant-list .rounded-box .font-weight-bold.mb-2.truncate {
  font-size: 19px !important;
  line-height: 1.18 !important;
  font-weight: 800 !important;
  margin-bottom: 10px !important;
  letter-spacing: -0.02em;
}

#vue-feed .rounded-box .font-weight-light,
#location-restaurant-list .rounded-box .font-weight-light {
  color: #756f68 !important;
  font-size: 13px !important;
  margin-bottom: 12px !important;
}

#vue-feed .rounded-box .d-flex.justify-content-between,
#location-restaurant-list .rounded-box .row.align-items-center {
  gap: 10px;
  color: #38332e;
  font-size: 13px;
}

#vue-feed .with-promo {
  left: 12px;
  top: 12px;
  width: auto;
  height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0f0f0f 0%, #3b2a1c 100%);
  box-shadow: 0 10px 18px rgba(0,0,0,0.14);
}

#vue-feed .fav-floating {
  top: 12px;
  right: 12px;
}

#vue-feed .section-fast-delivery,
#vue-feed .section-fast-delivery-mobile {
  margin-top: 24px;
  border-radius: 32px;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(255, 184, 84, 0.18), transparent 28%),
    linear-gradient(135deg, #171717 0%, #38281b 45%, #8e531d 100%) !important;
  color: #fff;
  box-shadow: 0 24px 60px rgba(23, 16, 9, 0.16);
}

#vue-feed .section-fast-delivery h5,
#vue-feed .section-fast-delivery-mobile h5 {
  color: #ffcb7d;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  font-weight: 800;
}

#vue-feed .section-fast-delivery h1,
#vue-feed .section-fast-delivery-mobile h1 {
  color: #fff;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.04em;
}

#vue-feed .section-fast-delivery p,
#vue-feed .section-fast-delivery-mobile p {
  color: rgba(255,255,255,0.76);
}

#location-restaurant-list {
  padding-top: 8px !important;
  padding-bottom: 10px !important;
}

#location-restaurant-list .font-weight-bold,
#location-restaurant-list h3.font-weight-bold {
  font-size: 28px !important;
  line-height: 1.04;
  letter-spacing: -0.04em;
  font-weight: 800 !important;
}

.merchant-hero-single {
  margin-bottom: 10px;
}

.merchant-top-header .el-breadcrumb {
  padding: 0 4px;
}

.merchant-top-header .el-breadcrumb__inner,
.merchant-top-header .el-breadcrumb__inner a {
  color: #7a746d !important;
  font-weight: 600;
}

.merchant-single-hero {
  min-height: 260px;
  border-radius: 34px;
  border: 1px solid rgba(230, 221, 209, 0.95);
  box-shadow: 0 28px 70px rgba(24, 16, 10, 0.14);
}

.merchant-single-hero-overlay {
  background: linear-gradient(90deg, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.34) 40%, rgba(0,0,0,0.10) 100%);
}

.merchant-single-hero-content {
  min-height: 260px;
  padding: 32px;
}

.merchant-single-hero-title {
  font-size: clamp(34px, 4vw, 54px) !important;
}

.merchant-single-hero-meta {
  max-width: 640px;
  color: rgba(255,255,255,0.84);
}

.merchant-single-hero-line {
  font-size: 15px;
  margin-bottom: 6px;
}

.merchant-single-services-wrap {
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 28px;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(230, 221, 209, 0.92);
  box-shadow: 0 18px 50px rgba(25, 17, 10, 0.06);
}

.section-menu.tagam-menu-layout {
  margin-top: 12px !important;
  padding-top: 8px;
}

#section-booking,
#section-about,
#section-gallery,
#section-address,
#section-review {
  padding: 26px !important;
  border-radius: 28px;
  background: rgba(255,255,255,0.76);
  border: 1px solid rgba(230, 221, 209, 0.9);
  box-shadow: 0 18px 50px rgba(25, 17, 10, 0.06);
}

#section-booking h5,
#section-about h5,
#section-gallery h5,
#section-address h5,
#section-review h5 {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

#section-about .description,
#section-address .flex-fill,
#section-review .items-review p {
  color: #4f4943;
  line-height: 1.7;
}

#section-gallery .gallery {
  width: 100% !important;
}

#section-gallery .gallery img {
  height: 140px;
  border-radius: 18px !important;
}

#section-address table td {
  padding-right: 16px;
}

#section-address img.rounded.w-100 {
  min-height: 320px;
  max-height: 320px;
  border-radius: 24px !important;
  box-shadow: 0 16px 40px rgba(25, 17, 10, 0.08);
}

#section-review .items-review {
  padding: 22px 0;
  border-bottom: 1px solid rgba(230, 221, 209, 0.9);
}

#section-review .items-review:last-child {
  border-bottom: 0;
}

#section-review .badge.badge-yellow.rounded-pill {
  background: #151515;
  color: #fff;
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  box-shadow: 0 12px 22px rgba(0,0,0,0.16);
}

@media (max-width: 991px) {
  #vue-feed {
    padding-left: 10px;
    padding-right: 10px;
  }

  #vue-feed .rounded-box,
  #location-restaurant-list .rounded-box {
    min-height: 282px !important;
    border-radius: 22px !important;
  }

  #vue-feed .rounded-box img,
  #location-restaurant-list .rounded-box img,
  #vue-feed .rounded-box .el-image,
  #location-restaurant-list .rounded-box .el-image {
    min-height: 164px;
    max-height: 164px;
  }

  .merchant-single-hero {
    min-height: 220px;
    border-radius: 28px;
  }

  .merchant-single-hero-content {
    min-height: 220px;
    padding: 22px;
  }

  #section-booking,
  #section-about,
  #section-gallery,
  #section-address,
  #section-review {
    padding: 20px !important;
    border-radius: 22px;
  }
}

@media (max-width: 767px) {
  #vue-feed .section-filter {
    border-radius: 22px !important;
  }

  #vue-feed .swiperBanner .swiperSlide,
  #vue-feed .swiperBanner .swiperSlide .el-image {
    height: 170px;
    min-height: 170px !important;
    border-radius: 22px;
  }

  #location-restaurant-list .font-weight-bold,
  #location-restaurant-list h3.font-weight-bold {
    font-size: 24px !important;
  }
}

/* =====================================================
   TAGAM EXPRESSIVE PASS
   ===================================================== */

.tagam-list-heading h3 {
  position: relative;
  display: inline-block;
  padding-right: 18px;
}

.tagam-list-heading h3::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffb84f 0%, #f18800 100%);
}

.tagam-list-heading h5 {
  color: #7b746c;
  font-size: 14px;
}

.tagam-restaurant-card {
  isolation: isolate;
}

.tagam-restaurant-card-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 74px;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.34) 100%);
  z-index: 1;
  pointer-events: none;
}

.tagam-restaurant-rating-chip {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(17,17,17,0.78);
  color: #fff;
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 18px rgba(0,0,0,0.16);
}

.tagam-restaurant-rating-chip i {
  color: #ffcb67;
  font-size: 12px;
}

.tagam-restaurant-rating-chip span {
  font-size: 13px;
  font-weight: 700;
}

.tagam-restaurant-card-topline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.tagam-restaurant-time {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 10px;
  border-radius: 999px;
  background: #fff4e3;
  color: #be6800;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.tagam-restaurant-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.tagam-meta-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f7f2eb;
  color: #49443f;
  font-size: 12px;
  font-weight: 600;
}

.tagam-meta-pill i {
  color: #f18800;
}

.tagam-restaurant-card-footer {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(230, 221, 209, 0.9);
}

.tagam-restaurant-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #151515;
}

.tagam-restaurant-cta::after {
  content: "\2192";
  color: #f18800;
  font-size: 14px;
}

.merchant-mobile-hero {
  position: relative;
  min-height: 230px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(230, 221, 209, 0.95);
  box-shadow: 0 24px 60px rgba(24, 16, 10, 0.16);
}

.merchant-mobile-hero-bg,
.merchant-mobile-hero-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.merchant-mobile-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.10) 0%, rgba(0,0,0,0.58) 100%);
}

.merchant-mobile-hero-content {
  position: relative;
  z-index: 2;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px;
}

.merchant-mobile-hero-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.merchant-mobile-hero-logo .img-thumbnail {
  width: 76px !important;
  height: 76px !important;
  min-width: 76px !important;
  border-radius: 20px !important;
  border: 2px solid rgba(255,255,255,0.84) !important;
  background: rgba(255,255,255,0.95) !important;
  padding: 6px !important;
}

.merchant-mobile-fav-btn {
  width: 46px;
  height: 46px;
  border-radius: 50% !important;
  background: rgba(255,255,255,0.95) !important;
  color: #111 !important;
  box-shadow: 0 12px 24px rgba(0,0,0,0.18);
}

.merchant-mobile-fav-btn i {
  font-size: 22px;
}

.merchant-mobile-hero-text h5 {
  color: #fff;
  font-size: 28px !important;
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.04em;
  margin-bottom: 10px !important;
}

.merchant-mobile-hero-text p,
.merchant-mobile-hero-text span {
  display: block;
  color: rgba(255,255,255,0.84);
  line-height: 1.55;
  margin: 0;
}

.merchant-mobile-services-wrap {
  padding: 14px 14px 4px;
  border-radius: 22px;
  background: rgba(255,255,255,0.8);
  border: 1px solid rgba(230, 221, 209, 0.92);
  box-shadow: 0 18px 40px rgba(24, 16, 10, 0.06);
}

@media (max-width: 767px) {
  .tagam-restaurant-card-topline {
    flex-direction: column;
    align-items: flex-start;
  }

  .tagam-restaurant-time {
    min-height: 28px;
  }

  .merchant-mobile-hero-text h5 {
    font-size: 24px !important;
  }
}

/* =====================================================
   TAGAM CATEGORY FIXES
   ===================================================== */

#vue-merchant-category {
  position: sticky !important;
  top: 92px !important;
  z-index: 58 !important;
  background: linear-gradient(180deg, rgba(245,241,234,0.98) 0%, rgba(245,241,234,0.92) 72%, rgba(245,241,234,0) 100%) !important;
  padding-top: 8px !important;
  padding-bottom: 14px !important;
  margin-bottom: 10px !important;
}

.tagam-category-chips-wrap {
  position: sticky !important;
  top: 92px !important;
  z-index: 59 !important;
  background: transparent !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.tagam-category-chips {
  padding: 8px 4px 6px;
}

.tagam-chip {
  box-shadow: 0 10px 24px rgba(24, 17, 11, 0.06);
}

.tagam-menu-section {
  scroll-margin-top: 170px !important;
}

.tagam-menu-section-desc {
  margin: -6px 0 16px;
  color: #7a736b;
  font-size: 14px;
  line-height: 1.55;
}

@media (max-width: 991px) {
  #vue-merchant-category,
  .tagam-category-chips-wrap {
    position: sticky !important;
    top: 74px !important;
    z-index: 58 !important;
  }

  .tagam-menu-section {
    scroll-margin-top: 148px !important;
  }
}

/* =====================================================
   TAGAM CATEGORY STICKY HOTFIX
   ===================================================== */

#vue-merchant-category {
  display: block !important;
  width: 100% !important;
  align-self: flex-start !important;
}

.tagam-category-chips-wrap {
  display: block !important;
  width: 100% !important;
}

.tagam-category-chips {
  flex-wrap: nowrap !important;
  width: 100% !important;
}

.tagam-chip {
  border: 0 !important;
  appearance: none;
}

/* =====================================================
   KARV2 MODERN RESET - VISUAL PASS 1
   ===================================================== */

:root {
  --karv2-bg: #f4efe8;
  --karv2-bg-soft: #fbf8f3;
  --karv2-surface: rgba(255,255,255,0.86);
  --karv2-surface-strong: #ffffff;
  --karv2-line: #e7ddd1;
  --karv2-text: #171412;
  --karv2-muted: #746c64;
  --karv2-accent: #f18800;
  --karv2-accent-dark: #cf6d00;
  --karv2-dark: #151515;
  --karv2-shadow: 0 20px 60px rgba(30, 21, 12, 0.08);
}

html,
body {
  background:
    radial-gradient(circle at top left, rgba(255, 203, 121, 0.16), transparent 24%),
    radial-gradient(circle at top right, rgba(255, 157, 66, 0.10), transparent 22%),
    linear-gradient(180deg, #f8f4ed 0%, #f3eee6 46%, #f7f3ec 100%) !important;
  color: var(--karv2-text) !important;
}

body {
  font-size: 15px;
}

.page-content,
.full-page-sections,
.page-grey,
.grey-bg {
  background: transparent !important;
}

.top-nav-wrap {
  position: sticky;
  top: 0;
  z-index: 110;
  padding: 12px 20px 10px !important;
  background: rgba(248, 244, 237, 0.82) !important;
  border-bottom: 1px solid rgba(231, 221, 209, 0.95) !important;
  backdrop-filter: blur(18px);
}

#top-navigation {
  min-height: 74px;
  border-bottom: 0 !important;
}

.top-logo img,
.top-logo svg {
  max-height: 42px;
}

.top-nav-right .btn,
.top-nav-right .dropdown-toggle,
.top-nav-right .btn-text,
.top-nav-right a.btn {
  min-height: 44px;
  border-radius: 999px !important;
}

.top-nav-right .btn-white-parent,
.top-nav-right .userprofile .dropdown-toggle,
.top-nav-right .btn,
.top-nav-right a.btn {
  background: rgba(255,255,255,0.9) !important;
  border: 1px solid var(--karv2-line) !important;
  box-shadow: 0 10px 28px rgba(29, 20, 11, 0.05);
}

.top-nav-search {
  max-width: 620px;
  margin: 0 auto;
}

ul.top-menu a,
.list-inline a,
.menu-carousel a,
.siderbar-menu a {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.01em;
}

#main-search-banner,
.mobile-home-banner,
.search-banner {
  position: relative;
  min-height: 520px !important;
  height: auto !important;
  border-bottom: 0 !important;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 191, 97, 0.18), transparent 24%),
    radial-gradient(circle at 82% 18%, rgba(255, 214, 152, 0.18), transparent 20%),
    linear-gradient(135deg, #171717 0%, #2d241d 44%, #7e4a1c 100%) !important;
}

#main-search-banner::after,
.mobile-home-banner::after,
.search-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.14) 100%);
  pointer-events: none;
}

#main-search-banner .banner-center {
  width: min(760px, 100%) !important;
  padding: 42px 20px;
  position: relative;
  z-index: 2;
}

#main-search-banner h1,
#main-search-banner h2,
.search-banner h1,
.search-banner h2 {
  color: #fff !important;
  font-size: clamp(38px, 6vw, 68px) !important;
  line-height: 0.94 !important;
  letter-spacing: -0.05em;
  font-weight: 800 !important;
  margin-bottom: 18px !important;
}

.home-search-wrap,
#main-search-banner .home-search-wrap {
  width: min(560px, 100%) !important;
}

.search-geocomplete,
.form-control-text,
.form-control-select,
.el-input__wrapper,
.form-control,
select,
textarea,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"] {
  border-radius: 20px !important;
  border: 1px solid var(--karv2-line) !important;
  background: #f8f4ee !important;
  box-shadow: none !important;
}

.form-control-text,
.form-control-select {
  min-height: 58px !important;
}

.form-control:focus,
.form-control-text:focus,
input:focus,
select:focus,
textarea:focus,
.el-input__wrapper.is-focus {
  border-color: rgba(241,136,0,0.42) !important;
  box-shadow: 0 0 0 4px rgba(241,136,0,0.10) !important;
}

.btn,
button,
input[type="submit"] {
  border-radius: 18px !important;
  transition: all .18s ease;
}

.btn-green,
.btn-primary,
.btn.btn-primary,
button.btn-primary {
  background: linear-gradient(135deg, #f18800 0%, #ff9f1a 100%) !important;
  border-color: #f18800 !important;
  color: #fff !important;
  box-shadow: 0 12px 24px rgba(241,136,0,0.24);
}

.btn-black,
.btn.btn-black {
  background: #151515 !important;
  color: #fff !important;
  box-shadow: 0 12px 24px rgba(0,0,0,0.18);
}

.section-filter,
.accordion.section-filter,
#section-filter {
  background: rgba(255,255,255,0.78) !important;
  border: 1px solid rgba(231, 221, 209, 0.95) !important;
  border-radius: 28px !important;
  padding: 20px 18px 12px !important;
  box-shadow: var(--karv2-shadow) !important;
}

.section-filter .filter-row {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  border-bottom: 1px solid rgba(231, 221, 209, 0.9) !important;
}

.section-filter .filter-row:last-child {
  border-bottom: 0 !important;
}

.section-filter h5,
.section-filter h6 {
  font-size: 15px !important;
  font-weight: 800 !important;
  color: var(--karv2-text) !important;
}

.rounded-box,
.swiperResto .swiperSlide,
.list-item-rows,
.address-section,
.card,
.partner-section .section,
.other-promo-wrap {
  background: rgba(255,255,255,0.88) !important;
  border: 1px solid rgba(231, 221, 209, 0.95) !important;
  border-radius: 26px !important;
  box-shadow: var(--karv2-shadow) !important;
  overflow: hidden;
}

.rounded-box img,
.swiperResto .swiperSlide img,
.list-item-rows img {
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
}

.swiperResto .swiperSlide,
.rounded-box {
  min-height: 290px !important;
}

.swiperResto .swiperSlide .p-2,
.rounded-box .p-2 {
  padding: 18px !important;
}

.rounded-box h5,
.rounded-box .font-weight-bold,
.swiperResto .font-weight-bold.mb-2.truncate {
  font-size: 19px !important;
  line-height: 1.18 !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em;
}

.rounded-box .font-weight-light,
.swiperResto .font-weight-light {
  color: var(--karv2-muted) !important;
}

.section-menu,
.tagam-menu-layout {
  background: transparent !important;
}

footer,
.change-address-wrap,
.grey-section,
.section-mobileapp {
  background: transparent !important;
}

footer .container,
.sub-footer,
.section-join-us,
.section-join-us.section-join-us2,
.section-fast-delivery,
.section-fast-delivery-mobile {
  border-radius: 30px !important;
}

@media (max-width: 991px) {
  .top-nav-wrap {
    padding: 10px 12px 8px !important;
  }

  #top-navigation {
    min-height: 66px;
  }

  #main-search-banner,
  .mobile-home-banner,
  .search-banner {
    min-height: 420px !important;
  }

  #main-search-banner h1,
  #main-search-banner h2,
  .search-banner h1,
  .search-banner h2 {
    font-size: clamp(34px, 10vw, 52px) !important;
  }

  .rounded-box,
  .swiperResto .swiperSlide {
    min-height: 260px !important;
    border-radius: 22px !important;
  }
}


.tagam-home-proof {
  background:
    radial-gradient(circle at top left, rgba(255, 214, 149, 0.28), transparent 28%),
    linear-gradient(135deg, rgba(255, 248, 235, 0.98) 0%, rgba(255,255,255,0.88) 100%);
}

.tagam-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: 24px;
  align-items: start;
}

.tagam-proof-copy h2,
.tagam-steps-header h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 800;
  margin: 12px 0 16px;
}

.tagam-proof-copy p {
  max-width: 520px;
  margin: 0;
  color: var(--karv2-muted);
  font-size: 16px;
  line-height: 1.7;
}

.tagam-proof-cards,
.tagam-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.tagam-proof-card,
.tagam-step-card {
  min-height: 100%;
  padding: 22px;
  border-radius: 24px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(230, 221, 209, 0.95);
  box-shadow: 0 18px 36px rgba(24, 16, 10, 0.06);
}

.tagam-proof-card strong,
.tagam-step-card h3 {
  display: block;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 10px;
}

.tagam-proof-card p,
.tagam-step-card p {
  margin: 0;
  color: var(--karv2-muted);
  line-height: 1.6;
}

.tagam-home-steps {
  background: linear-gradient(135deg, #1a1a1a 0%, #33261b 45%, #6f431d 100%);
  color: #fff;
  border-color: rgba(255,255,255,0.08);
}

.tagam-home-steps .tagam-home-eyebrow {
  background: rgba(255,255,255,0.12);
  color: #fff;
}

.tagam-steps-header {
  margin-bottom: 22px;
}

.tagam-home-steps .tagam-steps-header h2 {
  color: #fff;
}

.tagam-step-card {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.10);
  box-shadow: none;
}

.tagam-step-card h3,
.tagam-step-number {
  color: #fff;
}

.tagam-step-card p {
  color: rgba(255,255,255,0.72);
}

.tagam-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 198, 111, 0.18);
  border: 1px solid rgba(255, 198, 111, 0.30);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 16px;
}

.merchant-single-hero-highlights,
.merchant-mobile-hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.merchant-single-hero-highlights span,
.merchant-mobile-hero-highlights span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.16);
  border: 1px solid rgba(255,255,255,0.14);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.merchant-single-hero-trust {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.merchant-single-trust-card {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.10);
  backdrop-filter: blur(8px);
}

.merchant-single-trust-card strong {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 6px;
}

.merchant-single-trust-card span {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255,255,255,0.76);
}

@media (max-width: 1199px) {
  .tagam-proof-grid {
    grid-template-columns: 1fr;
  }

  .tagam-proof-cards,
  .tagam-steps-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .merchant-single-hero-trust {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .tagam-proof-copy h2,
  .tagam-steps-header h2 {
    font-size: 28px;
  }
}


#vue-feed .tagam-cuisine-strip-wrap {
  position: sticky;
  top: 92px;
  z-index: 46;
  padding: 10px 0 14px;
  margin-top: -2px;
  background: linear-gradient(180deg, rgba(245,241,234,0.98) 0%, rgba(245,241,234,0.94) 78%, rgba(245,241,234,0) 100%);
}

#vue-feed .tagam-cuisine-strip-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
}

#vue-feed .tagam-cuisine-strip-title {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #1f1a14;
}

#vue-feed .tagam-cuisine-clear {
  border: 0;
  background: transparent;
  color: #bf6700;
  font-size: 13px;
  font-weight: 700;
  padding: 0;
}

#vue-feed .tagam-cuisine-strip {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

#vue-feed .tagam-cuisine-strip-inner {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  padding: 4px 2px 8px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  min-width: 0;
  flex: 1 1 auto;
}

#vue-feed .tagam-cuisine-strip-inner::-webkit-scrollbar {
  display: none;
}

#vue-feed .tagam-cuisine-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  border: 1px solid #1f1a14;
  border-radius: 999px;
  background: rgba(255,255,255,0.9);
  color: #1f1a14;
  min-height: 42px;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(24, 17, 11, 0.06);
}

#vue-feed .tagam-cuisine-chip.active {
  background: #1f1a14;
  color: #fff;
  border-color: #1f1a14;
}

#vue-feed .tagam-cuisine-chip-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 15px;
}

#vue-feed .tagam-cuisine-nav {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid #1f1a14;
  background: rgba(255,255,255,0.95);
  color: #1f1a14;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  box-shadow: 0 10px 22px rgba(24, 17, 11, 0.08);
}

#vue-feed .tagam-cuisine-nav:hover,
#vue-feed .tagam-cuisine-chip:hover {
  transform: translateY(-1px);
}

#vue-feed .tagam-filter-note {
  display: none !important;
}

@media (max-width: 991px) {
  #vue-feed .tagam-cuisine-strip-wrap {
    top: 74px;
    padding-top: 8px;
  }

  #vue-feed .tagam-cuisine-nav {
    display: none;
  }

  #vue-feed .tagam-cuisine-strip-title {
    font-size: 16px;
  }
}


#vue-feed .list-items,
#vue-feed .col-lg-3.col-md-3.col-sm-6.p-1.mb-3 {
  display: flex;
}

#vue-feed .col-lg-3.col-md-3.col-sm-6.p-1.mb-3 > .rounded-box,
#vue-feed .col-lg-3.col-md-3.col-sm-6.p-1.mb-3 > a.rounded-box {
  width: 100%;
}

#vue-feed .rounded-box.no-hover {
  display: flex !important;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
}

#vue-feed .rounded-box.no-hover .position-relative {
  flex: 0 0 auto;
}

#vue-feed .rounded-box.no-hover .el-image,
#vue-feed .rounded-box.no-hover img {
  width: 100%;
  min-height: 210px;
  max-height: 210px;
  object-fit: cover;
}

#vue-feed .rounded-box.no-hover .p-2 {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  gap: 10px;
  padding: 20px 20px 18px !important;
}

#vue-feed .rounded-box.no-hover h6 {
  color: #bf6700;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#vue-feed .rounded-box.no-hover h5 {
  min-height: 44px;
  margin: 0 !important;
  color: #17130f;
}

#vue-feed .rounded-box.no-hover .font-weight-light.truncate.mb-1 {
  min-height: 42px;
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: #7a736b !important;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#vue-feed .rounded-box.no-hover .d-flex.justify-content-between {
  margin-top: auto;
  padding-top: 6px;
  border-top: 1px solid rgba(231, 221, 209, 0.9);
  align-items: center;
}

#vue-feed .rounded-box.no-hover .d-flex.justify-content-between > div {
  flex: 1 1 0;
  min-width: 0;
}

#vue-feed .rounded-box.no-hover .d-flex.justify-content-between > div:nth-child(2) {
  text-align: center;
}

#vue-feed .rounded-box.no-hover .d-flex.justify-content-between > div:nth-child(3) {
  text-align: right;
}

#vue-feed .rounded-box.no-hover .d-flex.justify-content-between .d-flex {
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

#vue-feed .rounded-box.no-hover .d-flex.justify-content-between .mr-1 {
  margin-right: 0 !important;
}

#vue-feed .rounded-box.no-hover .with-promo + .fav-floating {
  top: 12px;
}

#vue-feed .rounded-box.no-hover .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1199px) {
  #vue-feed .rounded-box.no-hover .el-image,
  #vue-feed .rounded-box.no-hover img {
    min-height: 190px;
    max-height: 190px;
  }
}

@media (max-width: 991px) {
  #vue-feed .rounded-box.no-hover .p-2 {
    padding: 18px 18px 16px !important;
  }

  #vue-feed .rounded-box.no-hover h5 {
    min-height: auto;
  }

  #vue-feed .rounded-box.no-hover .font-weight-light.truncate.mb-1 {
    min-height: auto;
  }
}


#vue-feed .tagam-cuisine-strip-wrap {
  display: block !important;
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 92px !important;
  z-index: 70 !important;
  padding: 12px 0 16px !important;
  margin-top: -4px;
  margin-bottom: 18px !important;
  background: linear-gradient(180deg, rgba(245,241,234,0.99) 0%, rgba(245,241,234,0.96) 78%, rgba(245,241,234,0.88) 100%) !important;
}

#vue-feed .tagam-cuisine-strip-head {
  margin-bottom: 12px;
}

#vue-feed .tagam-cuisine-strip-title {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #1a140f;
}

#vue-feed .tagam-cuisine-clear {
  color: #bf6700;
  font-size: 13px;
  font-weight: 700;
}

#vue-feed .tagam-cuisine-strip {
  gap: 12px;
}

#vue-feed .tagam-cuisine-strip-inner {
  gap: 12px;
  padding: 4px 2px 10px;
  align-items: stretch;
}

#vue-feed .tagam-cuisine-chip {
  flex: 0 0 138px;
  min-width: 138px;
  min-height: 126px;
  padding: 18px 12px 16px;
  border-radius: 22px;
  border: 1px solid rgba(230, 221, 209, 0.95);
  background: #fff;
  color: #1e1e1e;
  box-shadow: 0 14px 30px rgba(24, 16, 10, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  white-space: normal;
  line-height: 1.3;
}

#vue-feed .tagam-cuisine-chip.active {
  background: linear-gradient(180deg, #fff8ef 0%, #fff 100%);
  border-color: #f0c58d;
  color: #1e1e1e;
  box-shadow: 0 18px 34px rgba(191, 103, 0, 0.12);
}

#vue-feed .tagam-cuisine-chip-icon {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: #fff6ea;
  border: 4px solid #fff6ea;
  box-shadow: 0 12px 25px rgba(32, 24, 14, 0.08);
  font-size: 22px;
  color: #bf6700;
}

#vue-feed .tagam-cuisine-chip span:last-child {
  display: block;
  font-size: 14px;
  font-weight: 700;
}

#vue-feed .tagam-cuisine-nav {
  width: 46px;
  height: 46px;
  border: 1px solid var(--tagam-line);
  background: rgba(255,255,255,0.95);
  box-shadow: 0 16px 32px rgba(24, 17, 11, 0.10);
}

#vue-feed .tagam-cuisine-nav:hover,
#vue-feed .tagam-cuisine-chip:hover {
  transform: translateY(-2px);
}

#vue-feed .column-2 {
  overflow: visible !important;
}

@media (max-width: 991px) {
  #vue-feed .tagam-cuisine-strip-wrap {
    top: 74px !important;
    padding-top: 8px !important;
  }

  #vue-feed .tagam-cuisine-strip-title {
    font-size: 18px;
  }

  #vue-feed .tagam-cuisine-chip {
    flex-basis: 118px;
    min-width: 118px;
    min-height: 112px;
    padding: 14px 10px;
  }

  #vue-feed .tagam-cuisine-chip-icon {
    width: 52px;
    height: 52px;
    font-size: 20px;
  }
}


#vue-feed .tagam-cuisine-chip-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 999px;
}

#vue-feed .tagam-cuisine-chip-icon span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(135deg, #f7bf72 0%, #f18800 100%);
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
}


#vue-feed .tagam-feed-topbar {
  margin-bottom: 14px !important;
}

#vue-feed .tagam-feed-layout {
  margin-top: 0 !important;
  align-items: flex-start;
}

#vue-feed .tagam-feed-header-row {
  align-items: flex-start;
  margin-top: 8px;
  margin-bottom: 14px !important;
}

#vue-feed .tagam-feed-header-left,
#vue-feed .tagam-feed-header-right {
  overflow: visible !important;
}

#vue-feed .tagam-feed-header-left {
  padding-top: 6px;
}

#vue-feed .tagam-feed-header-left h4,
#vue-feed .tagam-feed-section-head h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #1a140f;
}

#vue-feed .tagam-cuisine-strip-head {
  min-height: 42px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

#vue-feed .tagam-cuisine-strip-subtitle {
  margin-top: 4px;
}

#vue-feed .tagam-feed-section {
  margin-top: 22px;
}

#vue-feed .tagam-feed-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

@media (min-width: 992px) {
  #vue-feed,
  #vue-feed .row,
  #vue-feed .tagam-feed-layout,
  #vue-feed .column-1,
  #vue-feed .column-2 {
    overflow: visible !important;
  }

  #vue-feed .column-1,
  #vue-feed .column-2 {
    padding-top: 0 !important;
    margin-top: 0 !important;
    align-self: flex-start;
  }

  #vue-feed .tagam-feed-header-row,
  #vue-feed .section-filter,
  #vue-feed .tagam-cuisine-strip-wrap {
    transform: none !important;
  }

  #vue-feed .tagam-filter-sticky {
    position: sticky !important;
    top: 112px !important;
    z-index: 60 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
  }

  #vue-feed .tagam-filter-sticky .section-filter {
    position: static !important;
    margin-top: 0 !important;
  }

  #vue-feed .tagam-feed-promos {
    margin-top: 0 !important;
  }

  #vue-feed .tagam-cuisine-sticky {
    position: sticky !important;
    top: 112px !important;
    z-index: 50 !important;
    margin: 0 !important;
    padding: 18px 0 18px !important;
    background: linear-gradient(180deg, rgba(245,241,234,0.98) 0%, rgba(245,241,234,0.96) 78%, rgba(245,241,234,0.90) 100%) !important;
  }

  #vue-feed .tagam-cuisine-sticky .tagam-cuisine-strip-wrap {
    position: static !important;
    top: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
  }

  #vue-feed .tagam-feed-restaurants,
  #vue-feed .column-2 > .mb-4,
  #vue-feed .column-2 > .el-skeleton,
  #vue-feed .column-2 .row.no-gutters {
    position: static !important;
    top: auto !important;
    margin-top: 0 !important;
  }
}

@media (max-width: 991px) {
  #vue-feed .tagam-feed-topbar {
    display: none !important;
  }

  #vue-feed .tagam-feed-section {
    margin-top: 18px;
  }

  #vue-feed .tagam-feed-section-head h3 {
    font-size: 20px;
  }

  #vue-feed .tagam-cuisine-strip-head {
    margin-bottom: 10px;
  }
}



@media (min-width: 992px) {
  #vue-feed .tagam-cuisine-sticky {
    position: static !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    z-index: auto !important;
  }
}

#vue-feed .tagam-restaurants-count {
  color: #8b7967;
  font-weight: 700;
  font-size: 0.86em;
}

/* TOP NAV TUNE */
@media (min-width: 992px) {
  #top-navigation {
    min-height: 72px;
    align-items: center;
  }

  #top-navigation #vue-widget-nav > .d-flex {
    padding-top: 8px;
  }

  #top-navigation > .col-lg-auto.col-md-6.col.d-flex.justify-content-end.align-items-center {
    position: relative;
    z-index: 20;
  }

  .top-menu {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
  }

  .top-menu > li {
    margin-right: 0 !important;
  }

  .top-nav-right .userprofile {
    position: relative;
    z-index: 5;
  }

  .top-nav-right .userprofile .dropdown-toggle,
  .userprofile .dropdown-toggle.width-100 {
    width: 170px !important;
    max-width: 170px !important;
    min-width: 170px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    position: relative;
    z-index: 1;
  }

  .notification-dropdown {
    position: relative;
    z-index: 12;
    margin-right: 2px !important;
  }

  .notification-dropdown .count,
  .notification-dropdown .badge-25 {
    z-index: 30 !important;
  }

  .notification-dropdown .count {
    right: -2px !important;
    top: -6px !important;
  }

  .language-bar .dropdown-toggle {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px !important;
    background: rgba(255,255,255,0.92) !important;
    border: 1px solid var(--karv2-line) !important;
    box-shadow: 0 10px 28px rgba(29, 20, 11, 0.05);
    padding: 0 !important;
  }

  .language-bar .img-30-flag {
    width: 24px !important;
    height: 24px !important;
    border-radius: 8px;
    object-fit: cover;
    display: block;
  }
}


/* STICKY TOP BAR AND FILTER HEAD */
.tagam-top-nav-sticky-wrap {
  position: sticky;
  top: 0;
  z-index: 1300;
  background: rgba(250,247,242,0.96);
  backdrop-filter: blur(14px);
}

#vue-feed .tagam-filter-section-head {
  margin-bottom: 14px;
}

#vue-feed .tagam-filter-section-head h3 {
  margin: 0;
}

#vue-feed .section-filter .filter-row:first-child h5 {
  margin-bottom: 10px;
}
