/* Vue.js v-cloak - Hide uncompiled templates */
[v-cloak] {
  display: none !important;
}

.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}

/* END FONT */

/* ======================================
   RESTAURANT PAGE STYLES
   ====================================== */

/* Promotions Banner - Modern Design */
.promotions-banner {
  margin-top: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  border: none;
  box-shadow: none;
  position: relative;
  overflow: visible;
}

/* Only show banner styling when promo data exists */
.promotions-banner:has(.d-flex) {
  margin-top: 20px;
  padding: 16px 20px;
  background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.25);
  overflow: hidden;
}

.promotions-banner:has(.d-flex)::before {
  content: "%";
  position: absolute;
  top: -15px;
  right: 15px;
  font-size: 120px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.08);
  font-family:
    Arial Black,
    sans-serif;
  line-height: 1;
}

.promotions-banner:has(.d-flex)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h20v20H0z' fill='none'/%3E%3Ccircle cx='2' cy='2' r='1' fill='rgba(255,255,255,0.1)'/%3E%3C/svg%3E");
  pointer-events: none;
}

/* Promo section text styling */
.promotions-banner .d-flex {
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 1;
}

.promotions-banner .d-flex .fas.fa-tag {
  color: #ffffff;
  font-size: 18px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.promotions-banner .d-flex p {
  margin: 0;
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
  font-size: 15px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.promotions-banner .d-flex a.text-green {
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
  font-size: 14px;
  color: #ffffff !important;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: all 0.2s ease;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 14px;
  border-radius: 8px;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  font-size: 12px;
  backdrop-filter: blur(10px);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.promotions-banner .d-flex a.text-green:hover {
  background: #ffffff !important;
  color: #ff6b35 !important;
  border-color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
}

/* Promo details styling */
.promotions-banner .promo-title {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.promotions-banner .promo-description {
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
  font-size: 15px;
  color: #0f172a;
  margin-bottom: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.promotions-banner .promo-items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.promotions-banner .promo-item {
  background: rgba(255, 255, 255, 0.95);
  padding: 10px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  color: #059669;
  border: 2px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.promotions-banner .promo-item::before {
  content: "🏷️";
  font-size: 14px;
}

.promotions-banner .promo-item:hover {
  background: #ffffff;
  border-color: #ffffff;
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.promotions-banner .see-details-btn {
  margin-top: 14px;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  backdrop-filter: blur(10px);
}

.promotions-banner .see-details-btn:hover {
  background: #ffffff;
  color: #059669;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(255, 255, 255, 0.3);
}

/* Promo Details Dialog - Modern Minimalist Design */
.el-dialog__wrapper {
  backdrop-filter: blur(8px);
  background: rgba(15, 23, 42, 0.4) !important;
}

.el-dialog__wrapper .el-dialog {
  border-radius: 24px !important;
  overflow: hidden !important;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  border: 1px solid rgba(226, 232, 240, 0.8);
  max-width: 500px !important;
}

.el-dialog__header {
  background: #ffffff !important;
  padding: 32px 32px 24px 32px !important;
  border-bottom: 1px solid #f1f5f9 !important;
}

.el-dialog__title {
  color: #0f172a !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif !important;
  letter-spacing: -0.02em;
}

.el-dialog__headerbtn {
  top: 28px !important;
  right: 28px !important;
  width: 32px !important;
  height: 32px !important;
  background: #f8fafc !important;
  border-radius: 8px !important;
  transition: all 0.2s ease !important;
}

.el-dialog__headerbtn:hover {
  background: #f1f5f9 !important;
  transform: rotate(90deg);
}

.el-dialog__headerbtn .el-dialog__close {
  color: #64748b !important;
  font-size: 20px !important;
  font-weight: 600 !important;
}

.el-dialog__body {
  padding: 24px 32px 32px 32px !important;
  background: #ffffff !important;
  max-height: 60vh;
  overflow-y: auto;
}

.el-dialog__body::-webkit-scrollbar {
  width: 6px;
}

.el-dialog__body::-webkit-scrollbar-track {
  background: #f8fafc;
  border-radius: 10px;
}

.el-dialog__body::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 10px;
}

.el-dialog__body::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/* Individual promo item - Modern Card with Promo Code */
.el-dialog__body .mb-2 {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border-radius: 20px;
  padding: 24px;
  margin-bottom: 16px !important;
  border: 2px dashed #cbd5e1;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: visible;
}

.el-dialog__body .mb-2:hover {
  border-color: #10b981;
  border-style: solid;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 8px 24px rgba(16, 185, 129, 0.12);
  transform: translateY(-4px) scale(1.02);
}

.el-dialog__body .mb-2 h6 {
  color: #0f172a !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  margin-bottom: 12px !important;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif !important;
  letter-spacing: -0.02em;
  line-height: 1.3;
  padding-right: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.el-dialog__body .mb-2 h6::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #10b981;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
  box-shadow: 0 0 8px rgba(16, 185, 129, 0.6);
}

/* Promo code badge */
.el-dialog__body .mb-2 h6::after {
  content: attr(data-code);
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: #ffffff;
  padding: 6px 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-left: auto;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
  font-family: "Courier New", monospace;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.el-dialog__body .mb-2 p {
  color: #475569 !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-bottom: 8px !important;
  font-weight: 500;
  padding-left: 16px;
}

.el-dialog__body .mb-2 p:last-child {
  margin-bottom: 0 !important;
  margin-top: 4px;
  padding-top: 12px;
  border-top: 1px dashed #e2e8f0;
}

/* Dot separator - minimal */
.info-items-dot-separator {
  width: 4px;
  height: 4px;
  background: #cbd5e1;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
}

/* Empty state */
.el-dialog__body:empty::after {
  content: "No active promotions";
  display: block;
  text-align: center;
  color: #94a3b8;
  font-size: 14px;
  padding: 48px 24px;
  font-weight: 500;
}

/* Mobile Restaurant Header */
.mobile-header-section {
  background: #ffffff;
  padding: 14px 20px;
  border-bottom: 1px solid #e2e8f0;
}

.mobile-restaurant-card {
  border-radius: 12px !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: none !important;
}

.mobile-header-content {
  padding: 12px;
}

.mobile-main-row {
  display: flex;
  gap: 12px;
  margin-bottom: 10px;
  align-items: center;
}

.mobile-logo {
  flex-shrink: 0;
  border: 2px solid #f1f5f9 !important;
  width: 56px !important;
  height: 56px !important;
}

.mobile-info {
  flex: 1;
  min-width: 0;
}

.mobile-title {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 6px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mobile-cuisine {
  display: flex;
  gap: 6px;
  margin-bottom: 6px;
  flex-wrap: wrap;
}

.mobile-cuisine-tag {
  background: #f1f5f9;
  color: #475569;
  padding: 3px 8px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 500;
}

.mobile-quick-stats {
  display: flex;
  gap: 10px;
  font-size: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.mobile-rating {
  color: #f59e0b;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
}

.mobile-rating small {
  color: #94a3b8;
  font-weight: 400;
}

.mobile-hours {
  color: #64748b;
  font-weight: 500;
}

.mobile-hours.open {
  color: #10b981;
}

.mobile-hours.closed {
  color: #ef4444;
}

.mobile-address {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-top: 10px;
  border-top: 1px solid #e2e8f0;
  font-size: 12px;
  color: #64748b;
}

CART SIDEBAR STYLES
   /* ====================================== */ */

/* Cart Container */
.sticky-cart {
  position: relative;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  overflow: visible;
  display: flex;
  flex-direction: column;
}

/* Cart Header */
.cart-header {
  padding: 20px;
  border-bottom: 2px solid #f1f5f9;
}

.cart-subtitle {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #475569;
}

.cart-clear-btn {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

/* Cart Section */
.section-cart {
  padding: 0;
}

.cart-items-container {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 16px 20px;
  flex: 1 1 auto;
  min-height: 0;
  max-height: calc(100vh - 300px);
  border-radius: 0 0 16px 16px;
}

.cart-items-container::-webkit-scrollbar {
  width: 6px;
}

.cart-items-container::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 3px;
}

.cart-items-container::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 3px;
}

.cart-items-container::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/* Cart Preview Drawer polish */
.el-drawer.drawer-preview-cart .el-drawer__body,
.drawer-preview-cart .el-drawer__body {
  padding: 10px 12px 14px !important;
}

.el-drawer.drawer-preview-cart .el-drawer__header,
.drawer-preview-cart .el-drawer__header {
  margin-bottom: 0 !important;
  padding: 10px 12px 0 !important;
}

.el-drawer.drawer-preview-cart .el-drawer__body > .mt-3.mb-0,
.drawer-preview-cart .el-drawer__body > .mt-3.mb-0 {
  margin-top: 4px !important;
}

.el-drawer.drawer-preview-cart .el-drawer__body > .mt-3.mb-0 h5,
.drawer-preview-cart .el-drawer__body > .mt-3.mb-0 h5 {
  font-size: 23px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.015em;
}

.el-drawer.drawer-preview-cart .el-drawer__body > .mt-3.mb-0 .text-muted,
.drawer-preview-cart .el-drawer__body > .mt-3.mb-0 .text-muted {
  margin-top: 2px !important;
  font-size: 12px;
  line-height: 1.3;
}

.el-drawer.drawer-preview-cart .section-cart,
.drawer-preview-cart .section-cart {
  margin-top: 6px;
}

.el-drawer.drawer-preview-cart
  .d-flex.justify-content-between.align-items-center.mb-1,
.drawer-preview-cart .d-flex.justify-content-between.align-items-center.mb-1 {
  margin: 8px 0 6px !important;
}

.el-drawer.drawer-preview-cart
  .d-flex.justify-content-between.align-items-center.mb-1
  a
  p,
.drawer-preview-cart
  .d-flex.justify-content-between.align-items-center.mb-1
  a
  p {
  font-size: 12px;
  color: #64748b;
}

.el-drawer.drawer-preview-cart .section-cart .items,
.drawer-preview-cart .section-cart .items {
  padding: 10px;
  margin-bottom: 8px !important;
  border: 1px solid #edf2f7;
  border-radius: 10px;
  background: #ffffff;
}

.el-drawer.drawer-preview-cart .section-cart .items:last-child,
.drawer-preview-cart .section-cart .items:last-child {
  margin-bottom: 0 !important;
}

.el-drawer.drawer-preview-cart .section-cart .line-items,
.drawer-preview-cart .section-cart .line-items {
  margin-bottom: 0 !important;
  align-items: flex-start;
}

.el-drawer.drawer-preview-cart .section-cart .line-items > [class*="col-"],
.drawer-preview-cart .section-cart .line-items > [class*="col-"] {
  padding-left: 4px;
  padding-right: 4px;
}

.el-drawer.drawer-preview-cart .section-cart .line-items .col-3:first-child,
.drawer-preview-cart .section-cart .line-items .col-3:first-child {
  flex: 0 0 56px;
  max-width: 56px;
}

.el-drawer.drawer-preview-cart
  .section-cart
  .line-items
  .col-3:first-child
  .el-image,
.drawer-preview-cart .section-cart .line-items .col-3:first-child .el-image {
  width: 48px !important;
  height: 48px !important;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
}

.el-drawer.drawer-preview-cart .section-cart .line-items .col-6,
.drawer-preview-cart .section-cart .line-items .col-6 {
  flex: 1 1 auto;
  max-width: calc(100% - 120px);
}

.el-drawer.drawer-preview-cart .section-cart .line-items .col-6 > p.mb-1,
.drawer-preview-cart .section-cart .line-items .col-6 > p.mb-1 {
  margin-bottom: 2px !important;
  font-size: 13px;
  line-height: 1.3;
  color: #0f172a;
  font-weight: 600;
}

.el-drawer.drawer-preview-cart .section-cart .line-items .col-6 > p.m-0.font11,
.drawer-preview-cart .section-cart .line-items .col-6 > p.m-0.font11 {
  font-size: 12px !important;
  line-height: 1.3;
  color: #64748b;
}

.el-drawer.drawer-preview-cart .section-cart a.rounded-pill,
.el-drawer.drawer-preview-cart .section-cart a.qty-btn,
.drawer-preview-cart .section-cart a.rounded-pill,
.drawer-preview-cart .section-cart a.qty-btn {
  padding: 0 !important;
}

.el-drawer.drawer-preview-cart .section-cart .line-items .col-6 > .quantity,
.drawer-preview-cart .section-cart .line-items .col-6 > .quantity {
  margin-top: 6px;
  width: auto;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #f8fafc !important;
  background-image: none !important;
  border: 1px solid #e2e8f0;
  border-radius: 8px !important;
  box-shadow: none !important;
  padding: 2px 4px !important;
}

.el-drawer.drawer-preview-cart
  .section-cart
  .line-items
  .col-6
  > .quantity
  .qty-btn,
.drawer-preview-cart .section-cart .line-items .col-6 > .quantity .qty-btn {
  width: 20px !important;
  height: 20px !important;
  border-radius: 6px !important;
  border: 1px solid #e2e8f0 !important;
  background: #ffffff !important;
  color: #475569 !important;
  transform: none !important;
  box-shadow: none !important;
}

.el-drawer.drawer-preview-cart
  .section-cart
  .line-items
  .col-6
  > .quantity
  .qty-btn
  i,
.drawer-preview-cart .section-cart .line-items .col-6 > .quantity .qty-btn i {
  font-size: 13px !important;
  color: inherit !important;
}

.el-drawer.drawer-preview-cart
  .section-cart
  .line-items
  .col-6
  > .quantity
  .qty-btn:hover,
.drawer-preview-cart
  .section-cart
  .line-items
  .col-6
  > .quantity
  .qty-btn:hover {
  background: #f1f5f9 !important;
  color: #0f172a !important;
}

.el-drawer.drawer-preview-cart
  .section-cart
  .line-items
  .col-6
  > .quantity
  .qty,
.drawer-preview-cart .section-cart .line-items .col-6 > .quantity .qty {
  min-width: 16px;
  color: #0f172a !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1;
}

.el-drawer.drawer-preview-cart .section-cart .line-items .col-3.quantity,
.drawer-preview-cart .section-cart .line-items .col-3.quantity {
  flex: 0 0 60px;
  max-width: 60px;
  width: 60px;
  padding: 0 4px !important;
  text-align: right;
  background: transparent !important;
  background-image: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.el-drawer.drawer-preview-cart
  .section-cart
  .line-items
  .col-3.quantity
  > a.rounded-pill,
.drawer-preview-cart
  .section-cart
  .line-items
  .col-3.quantity
  > a.rounded-pill {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #e2e8f0;
  background: #f8fafc !important;
  color: #94a3b8 !important;
}

.el-drawer.drawer-preview-cart
  .section-cart
  .line-items
  .col-3.quantity
  > a.rounded-pill:hover,
.drawer-preview-cart
  .section-cart
  .line-items
  .col-3.quantity
  > a.rounded-pill:hover {
  background: #f1f5f9 !important;
  color: #64748b !important;
}

.el-drawer.drawer-preview-cart .section-cart .line-items .col-3.quantity > p,
.drawer-preview-cart .section-cart .line-items .col-3.quantity > p {
  margin-top: 6px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  line-height: 1.2;
  background: transparent !important;
  background-image: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.el-drawer.drawer-preview-cart .section-cart .addon-items,
.drawer-preview-cart .section-cart .addon-items {
  margin-bottom: 0 !important;
  margin-top: 4px;
}

.el-drawer.drawer-preview-cart .section-cart .addon-items .col-9,
.drawer-preview-cart .section-cart .addon-items .col-9 {
  padding-left: 4px !important;
}

.el-drawer.drawer-preview-cart .section-cart .addon-items p,
.drawer-preview-cart .section-cart .addon-items p {
  font-size: 12px;
  line-height: 1.3;
  color: #475569;
}

.el-drawer.drawer-preview-cart .divider,
.drawer-preview-cart .divider {
  margin: 10px 0;
  background: #e2e8f0 !important;
}

.el-drawer.drawer-preview-cart .btn.btn-green,
.drawer-preview-cart .btn.btn-green {
  height: 42px;
  border-radius: 10px !important;
  background: #059669 !important;
  background-image: none !important;
  box-shadow: 0 3px 10px rgba(5, 150, 105, 0.2) !important;
  transform: none !important;
}

.el-drawer.drawer-preview-cart .btn.btn-green:hover,
.el-drawer.drawer-preview-cart .btn.btn-green:active,
.drawer-preview-cart .btn.btn-green:hover,
.drawer-preview-cart .btn.btn-green:active {
  background: #047857 !important;
  background-image: none !important;
  transform: none !important;
}

/* Drawer fallback when custom-class is not present on runtime wrapper */
.el-drawer__body .section-cart .items {
  padding: 10px !important;
  margin-bottom: 8px !important;
  border: 1px solid #edf2f7 !important;
  border-radius: 10px !important;
  background: #ffffff !important;
}

.el-drawer__body .section-cart .line-items .col-6 > .quantity {
  margin-top: 6px !important;
  width: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  background: #f8fafc !important;
  background-image: none !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  padding: 2px 4px !important;
}

.el-drawer__body .section-cart .line-items .col-6 > .quantity .qty-btn {
  width: 20px !important;
  height: 20px !important;
  border-radius: 6px !important;
  border: 1px solid #e2e8f0 !important;
  background: #ffffff !important;
  color: #475569 !important;
  box-shadow: none !important;
  transform: none !important;
}

.el-drawer__body .section-cart .line-items .col-6 > .quantity .qty-btn i {
  font-size: 13px !important;
  color: inherit !important;
}

.el-drawer__body .section-cart .line-items .col-6 > .quantity .qty {
  min-width: 16px !important;
  color: #0f172a !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

.el-drawer__body .section-cart .line-items .col-3.quantity {
  flex: 0 0 60px !important;
  max-width: 60px !important;
  width: 60px !important;
  padding: 0 4px !important;
  text-align: right !important;
  background: transparent !important;
  background-image: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.el-drawer__body .section-cart .line-items .col-3.quantity > a.rounded-pill {
  width: 20px !important;
  height: 20px !important;
  line-height: 20px !important;
  border: 1px solid #e2e8f0 !important;
  background: #f8fafc !important;
  color: #94a3b8 !important;
  padding: 0 !important;
}

.el-drawer__body .section-cart .line-items .col-3.quantity > p {
  margin-top: 6px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  color: #0f172a !important;
  background: transparent !important;
  background-image: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* Empty Cart */
.empty-cart-center {
  text-align: center;
  padding: 40px 20px;
}

.empty-bag-icon {
  color: #cbd5e1;
  margin-bottom: 16px;
}

.empty-main-text {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 6px;
}

.empty-sub-text {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif;
  font-size: 14px;
  color: #94a3b8;
}

/* Cart Items */
.cart-line {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #f1f5f9;
}

.cart-line:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.cart-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}

.cart-item-main {
  flex: 1;
  min-width: 0;
  padding-right: 12px;
}

.item-title {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 4px;
  line-height: 1.4;
}

.item-size {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif;
  font-size: 12px;
  color: #64748b;
  background: #f8fafc;
  padding: 2px 8px;
  border-radius: 4px;
  display: inline-block;
}

.cart-item-end {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.item-total {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #1e293b;
}

.item-total.sale {
  color: #10b981;
}

.remove-btn {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: none;
  background: #fee2e2;
  color: #ef4444;
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0;
}

.remove-btn:hover {
  background: #fecaca;
  transform: scale(1.1);
}

/* Cart Controls */
.cart-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}

.price-info {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif;
  font-size: 13px;
}

.free-badge {
  color: #10b981;
  font-weight: 600;
}

.original-price {
  color: #94a3b8;
  text-decoration: line-through;
}

.sale-price {
  color: #10b981;
  font-weight: 600;
}

.unit-price {
  color: #64748b;
}

/* Cart Quantity Controls - Clean Style with - and + */
.qty-controls {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  background: #f8fafc !important;
  padding: 6px 8px !important;
  border-radius: 8px !important;
  border: 1px solid #e2e8f0 !important;
}

.qty-btn {
  width: 28px !important;
  height: 28px !important;
  border-radius: 6px !important;
  border: none !important;
  background: #ffffff !important;
  color: #1e293b !important;
  font-size: 20px !important;
  font-weight: 300 !important;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  line-height: 1 !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
  flex-shrink: 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.qty-btn:hover {
  background: #000000 !important;
  color: #ffffff !important;
}

.qty-btn:active {
  transform: scale(0.95) !important;
}

.qty-btn i {
  font-size: 14px !important;
  display: block !important;
}

.qty-num {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #1e293b !important;
  min-width: 36px !important;
  text-align: center !important;
  user-select: none !important;
  display: inline-block !important;
}

/* Cart Extras */
.cart-extras {
  margin-top: 8px;
  padding: 8px;
  background: #f8fafc;
  border-radius: 6px;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif;
  font-size: 12px;
  color: #64748b;
  line-height: 1.5;
}

.instructions {
  font-style: italic;
}

.attributes {
  margin-top: 4px;
  color: #94a3b8;
}

/* Cart Addons */
.cart-addons {
  margin-top: 8px;
  padding: 8px;
  background: #fef3c7;
  border-radius: 6px;
  border-left: 3px solid #f59e0b;
}

.addon-group {
  margin-bottom: 8px;
}

.addon-group:last-child {
  margin-bottom: 0;
}

.addon-title {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #92400e;
  text-transform: uppercase;
  margin-bottom: 4px;
  letter-spacing: 0.3px;
}

.addon-line {
  display: flex;
  justify-content: space-between;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif;
  font-size: 12px;
  color: #78350f;
  margin-bottom: 2px;
}

.addon-detail {
  flex: 1;
}

.addon-price {
  font-weight: 600;
}

/* Cart Summary */
.cart-summary {
  padding: 16px 20px;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif;
  font-size: 14px;
  color: #475569;
  flex-shrink: 0;
}

.cart-summary h6 {
  font-size: 16px;
  font-weight: 700;
  color: #1e293b;
}

/* Checkout Button */
.btn-green {
  background: #3ecf8e;
  color: #ffffff;
  border: none;
  padding: 14px 20px;
  border-radius: 10px;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(62, 207, 142, 0.3);
  margin: 16px 20px;
}

.btn-green:hover {
  background: #36c07f;
  box-shadow: 0 6px 16px rgba(62, 207, 142, 0.4);
  transform: translateY(-2px);
}

.btn-green:disabled,
.btn-green.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

/* Mobile Cart Adjustments */
@media (max-width: 991px) {
  .sticky-cart {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    border-radius: 16px 16px 0 0;
    z-index: 1000;
    max-height: 70vh;
  }

  .cart-items-container {
    max-height: 50vh;
  }
}

#top-navigation {
  background-color: #f51359;
}

.list-items img,
.skeleton-height {
  border-radius: 5px 5px 0px 0px;
}

.btn-group .btn.active {
  background: #67c57d !important;
  font-size: 10px !important;
}
.btn-group label {
  background: #e0f5e3;
}

.btn-addto-cart {
  font-size: 11px;
  padding: 8px;
  text-transform: uppercase;
}

.res-header-bg {
  background-color: #e9f3ee;
}

.badge-danger {
  background-color: #1dc51c;
}
.badge-dark {
  background-color: #28a745;
}

.btn-green {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}

#sidebar {
  background-color: #e8ebee;
}

/* Account left sidebar should follow admin pink accent theme */
body.column2-layout #sidebar .siderbar-menu {
  margin: 0;
  padding: 0;
}

body.column2-layout #sidebar .siderbar-menu li {
  margin-bottom: 5px;
}

body.column2-layout #sidebar .siderbar-menu li:last-child {
  margin-bottom: 0;
}

body.column2-layout #sidebar .siderbar-menu li > a {
  border-radius: 12px;
  transition: all 0.2s ease;
  color: #1d2433;
  padding: 9px 14px;
  text-indent: 0;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 10px;
  background-image: none !important;
}

body.column2-layout #sidebar .siderbar-menu li > a .menu-icon {
  width: 18px;
  min-width: 18px;
  font-size: 16px;
  text-align: center;
  opacity: 0.6;
}

body.column2-layout #sidebar .siderbar-menu li > a:hover .menu-icon,
body.column2-layout #sidebar .siderbar-menu li.active > a .menu-icon {
  opacity: 1;
}

body.column2-layout #sidebar .siderbar-menu li > a:hover {
  background-color: rgba(245, 19, 89, 0.08);
  color: #f51359 !important;
}

body.column2-layout #sidebar .siderbar-menu li.active > a {
  background-color: rgba(245, 19, 89, 0.12);
  color: #f51359 !important;
}

body.column2-layout #sidebar .siderbar-menu li.active > a:hover {
  color: #f51359 !important;
}

/* Homepage Search Hero moved to home.css */

/* RESTO HEADER */
.merchant-header-bg {
  background-color: #f9f3f4;
}

.merchant-title {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
/* Button transitions and hover effects */
.btn-circle {
  transition: all 0.3s ease;
}

.btn-circle:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}

/* Icon transitions */
.zmdi {
  transition: transform 0.3s ease;
}

.btn-circle:hover .zmdi {
  transform: scale(1.1);
}

/* Active state styles */
.zmdi-favorite {
  color: #ff4081; /* or any color you prefer */
}

/* Optional: Animation for when favorite is clicked */
@keyframes favoritePopup {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.zmdi-favorite.active {
  animation: favoritePopup 0.3s ease;
}

.right-infox {
  position: relative;
  overflow: hidden;
}
/* Header Cover */
.header-image-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.header-image-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to right,
      #f9f3f4,
      rgba(249, 243, 244, 0.8) 5%,
      rgba(249, 243, 244, 0) 15%,
      rgba(249, 243, 244, 0) 85%,
      rgba(249, 243, 244, 0.8) 95%,
      #f9f3f4
    ),
    linear-gradient(
      to bottom,
      #f9f3f4,
      rgba(249, 243, 244, 0.8) 5%,
      rgba(249, 243, 244, 0) 15%,
      rgba(249, 243, 244, 0) 85%,
      rgba(249, 243, 244, 0.8) 95%,
      #f9f3f4
    );
  z-index: 1;
  pointer-events: none;
}

.styled-header-image {
  display: block;
  width: 100%;
  height: auto;
}
/* Header Cover */

/* END RESTO HEADER */
/* v 2.0.2 */

/* ============================================
   RESTAURANT CARDS - Premium Design
   ============================================ */

/* Base card styles */
.swiperSlide {
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.swiperSlide:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
  border-color: rgba(0, 0, 0, 0.08);
}

/* Image with overlay gradient */
.swiperSlide img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.swiperSlide:hover img {
  transform: scale(1.05);
}

/* Image overlay gradient for better text readability */
.swiperSlide .position-relative::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.swiperSlide:hover .position-relative::before {
  opacity: 1;
}

/* Closed restaurant overlay */
.layer-grey {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(4px);
  transition: all 0.3s ease;
}

.layer-grey ~ img {
  filter: grayscale(100%) brightness(0.9);
  transition: all 0.4s ease;
}

.make-grey img,
.make-grey el-image {
  filter: grayscale(100%);
  opacity: 0.7;
}

/* Rounded box variant */
.rounded-box {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.08),
    0 1px 2px rgba(0, 0, 0, 0.06);
  border: 1px solid #f1f5f9;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.rounded-box:hover {
  transform: translateY(-4px);
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.1),
    0 4px 8px rgba(0, 0, 0, 0.06);
  border-color: #e2e8f0;
}

.rounded-box img,
.rounded-box el-image {
  height: 180px;
  width: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.rounded-box:hover img,
.rounded-box:hover el-image {
  transform: scale(1.08);
}

.rounded-box .position-relative {
  background: #ffffff;
  overflow: hidden;
}

.rounded-box .p-2 {
  padding: 16px !important;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.swiperSlide:hover .layer-grey {
  background: rgba(255, 255, 255, 0.85);
}

.swiperSlide:hover .layer-grey ~ img {
  filter: grayscale(100%) brightness(1);
  transform: scale(1);
}

/* Closed status - Premium design */
.make-grey h6 {
  background: linear-gradient(135deg, #fff 0%, #fff5f8 100%);
  color: #f51359;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 8px;
  border: 1px solid rgba(245, 19, 89, 0.2);
  display: inline-block;
  box-shadow: 0 2px 8px rgba(245, 19, 89, 0.1);
}

/* Promo & Voucher Tags - Premium */
.promo-tag {
  background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
  padding: 7px 14px;
  color: white;
  font-weight: 600;
  font-size: 13px;
  border-radius: 12px;
  margin-bottom: 6px;
  display: inline-block;
  box-shadow: 0 4px 12px rgba(39, 174, 96, 0.3);
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.promo-tag:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(39, 174, 96, 0.4);
}

.voucher-tag {
  background: linear-gradient(135deg, #ff6b6b 0%, #ff8e53 100%);
  padding: 7px 14px;
  color: white;
  font-weight: 600;
  font-size: 13px;
  border-radius: 12px;
  margin-bottom: 6px;
  display: inline-block;
  box-shadow: 0 4px 12px rgba(255, 107, 107, 0.3);
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.voucher-tag:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(255, 107, 107, 0.4);
}

/* Restaurant Name - Clean Modern Typography */
.restaurant-name {
  font-weight: 600;
  font-size: 1rem;
  color: #0f172a;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif;
  margin-bottom: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  transition: color 0.3s ease;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.swiperSlide:hover .restaurant-name,
.rounded-box:hover .restaurant-name {
  color: #f51359;
}

/* Restaurant card content styling */
.rounded-box h5 {
  font-weight: 600;
  font-size: 15px;
  color: #0f172a;
  margin-bottom: 4px;
  letter-spacing: -0.01em;
}

.rounded-box h6 {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 8px;
}

.rounded-box .font-weight-light {
  font-size: 13px;
  color: #64748b;
  line-height: 1.4;
  margin-bottom: 10px !important;
}

.rounded-box .d-flex.justify-content-between {
  font-size: 13px;
  color: #475569;
  margin-top: auto;
}

.rounded-box .d-flex.justify-content-between > div {
  display: flex;
  align-items: center;
  gap: 4px;
}

.rounded-box .d-flex.justify-content-between i {
  font-size: 14px;
  color: #94a3b8;
}

.rounded-box .fa-star.gold-color {
  color: #fbbf24 !important;
}

/* Specific restaurant card element styling */
.restaurant-name {
  font-weight: 700;
  font-size: 16px;
  color: #1e293b;
  margin-bottom: 6px !important;
  line-height: 1.35;
  letter-spacing: -0.03em;
  transition: color 0.3s ease;
  display: block;
}

.rounded-box:hover .restaurant-name {
  color: #f51359;
}

.restaurant-next-opening {
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
  color: #92400e;
  font-size: 11px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 6px;
  border: 1px solid #fcd34d;
  display: inline-block;
  margin-bottom: 8px !important;
}

.restaurant-cuisine {
  font-size: 13px;
  color: #64748b;
  line-height: 1.4;
  margin-bottom: 12px !important;
  font-weight: 400 !important;
}

.restaurant-meta {
  font-size: 12.5px;
  color: #334155;
  margin-top: auto;
  padding-top: 10px;
  gap: 10px;
  border-top: 1px solid #f1f5f9;
}

.restaurant-rating,
.restaurant-time,
.restaurant-distance {
  font-size: 12.5px;
  font-weight: 600;
  color: #334155;
}

.restaurant-rating .d-flex,
.restaurant-time .d-flex,
.restaurant-distance .d-flex {
  gap: 4px;
  align-items: center;
}

.restaurant-rating i {
  font-size: 13px;
  color: #fbbf24;
}

.restaurant-time i {
  font-size: 14px;
  color: #334155;
}

.restaurant-distance {
  color: #334155;
}

.restaurant-distance .mr-1 {
  color: #94a3b8;
  font-weight: 700;
}

.restaurant-promo-item {
  font-size: 12px;
  color: #f51359;
  font-weight: 600;
  margin-top: 10px;
  padding: 6px 10px;
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
  border-radius: 6px;
  border: 1px solid #fecaca;
}

.restaurant-promo-item .with-promo-icon {
  filter: brightness(0) saturate(100%) invert(27%) sepia(89%) saturate(4528%)
    hue-rotate(332deg) brightness(98%) contrast(96%);
}

/* Promo badge styling */
.with-promo {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 10;
  padding: 6px 12px;
  border-radius: 8px;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.02em;
  box-shadow: 0 2px 8px rgba(16, 185, 129, 0.3);
  text-transform: uppercase;
}

/* Promo items display */
.rounded-box .with-promo-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  margin-right: 6px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../icons/icon-promo-tag.svg");
}

.rounded-box .d-flex.align-items-center {
  font-size: 13px;
  color: #059669;
  font-weight: 500;
  margin-top: 8px;
}

.rounded-box .d-flex.align-items-center .text-truncate {
  color: #059669;
}

/* Favorite button styling */
.fav-floating {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
  background: rgba(255, 255, 255, 0.95);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.fav-floating:hover {
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: scale(1.1);
}

/* Layer overlays for closed/unavailable restaurants */
.layer-grey {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(241, 245, 249, 0.9);
  z-index: 5;
  backdrop-filter: blur(2px);
}

.layer-black {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(15, 23, 42, 0.7);
  z-index: 5;
  backdrop-filter: blur(2px);
}

.layer-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
  padding: 16px;
  text-align: center;
}

.layer-content p {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.make-grey {
  opacity: 0.85;
}

/* Custom grid for 5 columns */
.col-lg-2-4 {
  flex: 0 0 20%;
  max-width: 20%;
}

@media (max-width: 1200px) {
  .col-lg-2-4 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-width: 992px) {
  .col-lg-2-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

/* Mobile responsive for restaurant cards */
@media (max-width: 768px) {
  .swiperSlide img,
  .rounded-box img,
  .rounded-box el-image {
    height: 160px;
  }

  .rounded-box .p-2 {
    padding: 14px !important;
  }

  .rounded-box h5,
  .restaurant-name {
    font-size: 15px;
    margin-bottom: 5px !important;
    font-weight: 700;
  }

  .restaurant-cuisine,
  .rounded-box .font-weight-light {
    font-size: 12px;
    margin-bottom: 10px !important;
  }

  .restaurant-meta,
  .rounded-box .d-flex.justify-content-between {
    font-size: 12px;
    gap: 8px;
    padding-top: 8px;
  }

  .restaurant-rating,
  .restaurant-time,
  .restaurant-distance {
    font-size: 12px;
    font-weight: 600;
  }

  .restaurant-rating i {
    font-size: 12px;
  }

  .restaurant-time i {
    font-size: 13px;
  }

  .restaurant-next-opening {
    font-size: 10px;
    padding: 4px 8px;
  }

  .restaurant-promo-item {
    font-size: 11px;
    margin-top: 8px;
    padding: 5px 8px;
  }

  .promo-tag,
  .voucher-tag,
  .with-promo {
    font-size: 11px;
    padding: 5px 10px;
  }

  .fav-floating {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 576px) {
  .swiperSlide img,
  .rounded-box img,
  .rounded-box el-image {
    height: 140px;
  }

  .rounded-box .p-2 {
    padding: 12px !important;
  }

  .rounded-box h5,
  .restaurant-name {
    font-size: 14px;
    margin-bottom: 4px !important;
    font-weight: 700;
  }

  .restaurant-cuisine,
  .rounded-box .font-weight-light {
    font-size: 11px;
    margin-bottom: 8px !important;
  }

  .restaurant-meta {
    font-size: 11px;
    gap: 6px;
    padding-top: 6px;
  }

  .restaurant-rating,
  .restaurant-time,
  .restaurant-distance {
    font-size: 11px;
    font-weight: 600;
  }

  .restaurant-rating i {
    font-size: 11px;
  }

  .restaurant-time i {
    font-size: 12px;
  }

  .restaurant-next-opening {
    font-size: 9px;
    padding: 3px 6px;
  }

  .restaurant-promo-item {
    font-size: 10px;
    margin-top: 6px;
    padding: 4px 6px;
  }

  .with-promo {
    font-size: 10px;
    padding: 4px 8px;
  }

  .fav-floating {
    width: 28px;
    height: 28px;
  }
}
/* Show More Button */
.btn-show-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 40px;
  font-size: 15px;
  font-weight: 600;
  color: #1e293b;
  background: #ffffff;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  min-width: 180px;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.btn-show-more.btn-show-more--wide {
  width: min(560px, 100%);
  padding: 16px 24px;
  border-radius: 14px;
  font-size: 16px;
  letter-spacing: 0.01em;
}

@media (max-width: 576px) {
  .btn-show-more.btn-show-more--wide {
    width: 100%;
    font-size: 15px;
    padding: 14px 20px;
  }
}

.btn-show-more:hover {
  background: #f51359;
  color: #ffffff !important;
  border-color: #f51359;
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(245, 19, 89, 0.2);
}

.btn-show-more:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(245, 19, 89, 0.2);
}

.btn-show-more .label {
  display: inline-block;
  transition: all 0.3s ease;
  position: relative;
}

.btn-show-more:hover .label {
  letter-spacing: 0.03em;
}

.btn-show-more .circle-loader {
  display: none;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

.btn-show-more.loading {
  pointer-events: none;
  background: #f51359;
  color: #ffffff !important;
  border-color: #f51359;
}

.btn-show-more.loading .label {
  display: none;
}

.btn-show-more.loading .circle-loader {
  display: block;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* End of result text */
.text-muted {
  font-size: 14px;
  color: #94a3b8;
  font-weight: 500;
}

/* Responsive for Show More button */
@media (max-width: 768px) {
  .btn-show-more {
    padding: 12px 32px;
    font-size: 14px;
    min-width: 160px;
  }
}

@media (max-width: 576px) {
  .btn-show-more {
    padding: 11px 28px;
    font-size: 13px;
    min-width: 140px;
  }
}

/* Best Seller Swiper Styling */
.swiperOutsideContainer {
  margin: 40px 0;
  position: relative;
}

.swiperOutsideContainer .mb-4.mt-4 h3 {
  font-size: 24px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, #0f172a 0%, #334155 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  padding-bottom: 12px;
  display: inline-block;
}

.swiperOutsideContainer .mb-4.mt-4 h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, #f51359 0%, transparent 100%);
}

/* Swiper Restaurant Cards */
.swiperResto .swiperSlide {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.08),
    0 1px 2px rgba(0, 0, 0, 0.06);
  border: 1px solid #f1f5f9;
  height: 100%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.swiperResto .swiperSlide:hover {
  transform: translateY(-6px);
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.12),
    0 4px 8px rgba(0, 0, 0, 0.06);
  border-color: #e2e8f0;
}

.swiperResto .swiperSlide img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.swiperResto .swiperSlide:hover img {
  transform: scale(1.08);
}

.swiperResto .swiperSlide .position-relative {
  background: #ffffff;
  overflow: hidden;
}

.swiperResto .swiperSlide .p-2 {
  padding: 16px !important;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 120px;
}

/* Restaurant Name in Swiper */
.swiperResto .restaurant-name {
  font-weight: 700;
  font-size: 16px;
  color: #1e293b;
  margin-bottom: 4px !important;
  line-height: 1.25;
  letter-spacing: -0.01em;
  transition: color 0.3s ease;
}

.swiperResto .swiperSlide:hover .restaurant-name {
  color: #f51359;
}

/* Cuisine Text */
.swiperResto .restaurant-cuisine {
  font-size: 13px;
  color: #64748b;
  line-height: 1.35;
  margin-bottom: 4px !important;
  font-weight: 400 !important;
}

/* Metadata (Rating & Time) */
.swiperResto .restaurant-meta {
  font-size: 12.5px;
  color: #334155;
  margin-top: auto;
  padding-top: 8px;
  gap: 6px;
  flex-wrap: nowrap;
  border-top: 1px solid #f1f5f9;
  align-items: center;
}

.swiperResto .restaurant-meta .meta-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 7px;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  line-height: 1;
  flex: 0 1 auto;
}

.swiperResto .restaurant-meta .meta-chip .d-flex.align-items-center {
  gap: 6px;
  margin-top: 0 !important;
  color: inherit !important;
}

.swiperResto .restaurant-time .d-flex.align-items-center {
  color: #64748b !important;
  font-size: 11.5px;
  font-weight: 600;
}

.swiperResto .restaurant-time i {
  color: #94a3b8 !important;
}

.swiperResto .restaurant-rating {
  padding: 0;
  border-radius: 0;
  border: none;
  background: transparent;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  gap: 6px;
  color: var(--rating-color, #0f172a) !important;
}

.swiperResto .restaurant-rating.rating-good {
  color: var(--rating-color, #16a34a) !important;
}

.swiperResto .restaurant-rating.rating-mid {
  color: var(--rating-color, #f59e0b) !important;
}

.swiperResto .restaurant-rating.rating-low {
  color: var(--rating-color, #ef4444) !important;
}

.swiperResto .restaurant-rating i {
  color: inherit !important;
  font-size: 14px;
}

/* Next Opening Badge */
.swiperResto .swiper-status {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 11;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.35);
  color: #475569;
  font-size: 11px;
  font-weight: 600;
  max-width: 100%;
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.12);
}

.swiperResto .swiper-status i {
  color: #f59e0b;
  font-size: 11px;
}

.swiperResto .swiper-status .swiper-next-opening {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  color: inherit;
  font-size: 11px;
  line-height: 1.2;
  white-space: normal;
}

/* Navigation Buttons for Restaurant Swiper */
.swiperResto .swiper-button-next,
.swiperResto .swiper-button-prev {
  width: 22px !important;
  height: 22px !important;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #e2e8f0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
}

.swiperOutsideContainer:hover .swiper-button-next,
.swiperOutsideContainer:hover .swiper-button-prev {
  opacity: 1;
}

.swiperResto .swiper-button-next:hover,
.swiperResto .swiper-button-prev:hover {
  background: #f51359;
  box-shadow: 0 8px 20px rgba(245, 19, 89, 0.3);
  transform: scale(1.1);
  border-color: transparent;
}

.swiperResto .swiper-button-next:after,
.swiperResto .swiper-button-prev:after {
  font-size: 8px !important;
  font-weight: 900;
  color: #f51359;
  transition: all 0.3s ease;
}

.swiperResto .swiper-button-next:hover:after,
.swiperResto .swiper-button-prev:hover:after {
  color: white;
}

.swiperResto .swiper-button-next:active,
.swiperResto .swiper-button-prev:active {
  transform: scale(0.95);
}

/* Promo & Voucher Tags in Swiper */
.swiperResto .el-tag {
  font-weight: 600;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 6px;
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.swiperResto .el-tag--danger {
  background: linear-gradient(135deg, #ff6b6b 0%, #ff8e53 100%);
  color: white;
}

.swiperResto .el-tag--warning {
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
  color: white;
}

/* Responsive Design */
@media (max-width: 768px) {
  .swiperOutsideContainer .mb-4.mt-4 h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .swiperResto .swiperSlide img {
    height: 160px;
  }

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

  .swiper-restaurant-name {
    font-size: 15px;
  }

  .swiper-cuisine {
    font-size: 12px;
  }

  .swiper-meta {
    font-size: 11px;
    gap: 12px;
  }

  .swiperResto .swiper-button-next,
  .swiperResto .swiper-button-prev {
    width: 36px;
    height: 36px;
    opacity: 1;
  }

  .swiperResto .swiper-button-next:after,
  .swiperResto .swiper-button-prev:after {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .swiperOutsideContainer .mb-4.mt-4 h3 {
    font-size: 18px;
  }

  .swiperResto .swiperSlide img {
    height: 140px;
  }

  .swiper-restaurant-name {
    font-size: 14px;
  }

  .swiperResto .swiper-button-next,
  .swiperResto .swiper-button-prev {
    width: 32px;
    height: 32px;
  }

  .swiperResto .swiper-button-next:after,
  .swiperResto .swiper-button-prev:after {
    font-size: 12px;
  }
}

/* END RESTAURANT SECTION */

/* Order Type Modal Styling */
#orderTypeTime .modal-dialog {
  max-width: 500px;
}

#orderTypeTime .modal-content {
  border-radius: 16px;
  border: none;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

#orderTypeTime .modal-header {
  padding: 24px 24px 16px 24px;
  border-bottom: none;
}

#orderTypeTime .modal-title {
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
}

#orderTypeTime .modal-header .close .btn {
  width: 36px;
  height: 36px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f5f9;
  border: none;
  transition: all 0.3s ease;
}

#orderTypeTime .modal-header .close .btn:hover {
  background: #e2e8f0;
  transform: rotate(90deg);
}

#orderTypeTime .modal-body {
  padding: 20px 24px;
}

/* Radio Button Styling in Modal */
#orderTypeTime .custom-radio .custom-control-label {
  padding-left: 32px;
  position: relative;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: #334155;
}

#orderTypeTime .custom-radio .custom-control-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

#orderTypeTime .custom-radio .custom-control-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border: 2px solid #cbd5e1;
  border-radius: 50%;
  background: #ffffff;
  transition: all 0.3s ease;
}

#orderTypeTime
  .custom-radio
  .custom-control-input:checked
  ~ .custom-control-label::before {
  border-color: #10b981;
  background: #ffffff;
}

#orderTypeTime .custom-radio .custom-control-label::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #10b981;
  transition: transform 0.2s ease;
}

#orderTypeTime
  .custom-radio
  .custom-control-input:checked
  ~ .custom-control-label::after {
  transform: translateY(-50%) scale(1);
}

#orderTypeTime .list-selection li {
  padding: 14px 0;
  border-bottom: 1px solid #f1f5f9;
}

#orderTypeTime .list-selection li:last-child {
  border-bottom: none;
}

/* Delivery Time Buttons in Modal */
#orderTypeTime .btn-group-toggle .btn {
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  padding: 12px 24px;
  margin-right: 12px;
  background: #ffffff;
  color: #64748b;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  min-width: 120px;
}

#orderTypeTime .btn-group-toggle .btn:hover {
  border-color: #10b981;
  color: #10b981;
  background: #f0fdf4;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.15);
}

#orderTypeTime .btn-group-toggle .btn.active {
  border-color: #10b981;
  background: #10b981;
  color: #ffffff;
  box-shadow: 0 4px 16px rgba(16, 185, 129, 0.25);
}

/* Dropdowns in Modal */
#orderTypeTime .custom-select,
#orderTypeTime .form-control {
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 14px;
  color: #334155;
  transition: all 0.3s ease;
  background-color: #ffffff;
}

#orderTypeTime .custom-select:focus,
#orderTypeTime .form-control:focus {
  border-color: #10b981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
  outline: none;
}

#orderTypeTime .custom-select:hover,
#orderTypeTime .form-control:hover {
  border-color: #cbd5e1;
}

/* Modal Footer */
#orderTypeTime .modal-footer {
  padding: 16px 24px 24px 24px;
  border-top: none;
}

#orderTypeTime .modal-footer .btn-green {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  border: none;
  border-radius: 12px;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(16, 185, 129, 0.25);
}

#orderTypeTime .modal-footer .btn-green:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(16, 185, 129, 0.35);
}

#orderTypeTime .modal-footer .btn-green:active {
  transform: translateY(0px);
}

/* Alert in Modal */
#orderTypeTime .alert-warning {
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
  border: 2px solid #fbbf24;
  border-radius: 10px;
  padding: 12px 16px;
  color: #92400e;
  font-weight: 600;
}

/* Divider in Modal */
#orderTypeTime .divider {
  height: 1px;
  background: #f1f5f9;
  margin: 0;
}

/* Section Titles in Modal */
#orderTypeTime h5 {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
}

/* Review Modal */
#reviewModal .modal-dialog {
  max-width: 560px;
}

#reviewModal .modal-content {
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
  overflow: hidden;
}

#reviewModal .modal-body {
  padding: 20px 20px 12px;
}

#reviewModal .btn.btn-black.btn-circle {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 30px;
  height: 30px;
  min-width: 30px;
  padding: 0;
  border-radius: 999px;
  background: #f1f5f9;
  color: #475569 !important;
  border: 1px solid #e2e8f0;
}

#reviewModal .btn.btn-black.btn-circle i {
  font-size: 18px !important;
}

#reviewModal h4 {
  color: #0f172a;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-right: 36px !important;
}

#reviewModal h5 {
  color: #334155;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

#reviewModal .tagify,
#reviewModal .form-control.form-control-text {
  border: 1px solid #dbe4ee;
  border-radius: 10px;
  background: #ffffff;
}

#reviewModal .tagify {
  min-height: 42px;
  padding: 4px 8px;
}

#reviewModal .form-control.form-control-text {
  min-height: 112px;
  padding: 10px 12px;
}

#reviewModal .tagify:focus-within,
#reviewModal .form-control.form-control-text:focus {
  border-color: #94a3b8;
  box-shadow: 0 0 0 3px rgba(148, 163, 184, 0.14);
}

#reviewModal .custom-control {
  margin-top: 10px;
}

#reviewModal .custom-control-label {
  color: #475569;
  font-weight: 600 !important;
  font-size: 13px;
}

#reviewModal .modal-footer {
  border-top: 0;
  padding: 8px 20px 20px;
}

#reviewModal .modal-footer .btn {
  height: 44px;
  border-radius: 10px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

/* Mobile Responsive */
@media (max-width: 576px) {
  #orderTypeTime .modal-dialog {
    margin: 0;
    max-width: 100%;
  }

  #orderTypeTime .modal-content.modal-mobile {
    border-radius: 16px 16px 0 0;
    min-height: 100vh;
  }

  #orderTypeTime .btn-group-toggle .btn {
    min-width: auto;
    padding: 10px 20px;
    font-size: 13px;
  }
}

/* Skeleton loading styles */
.el-skeleton-item {
  margin-bottom: 8px;
  background-color: rgba(0, 0, 0, 0.05);
}

.address-modal {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
    Cantarell, sans-serif;
  background: #fafafc;
  padding: 0.05rem 0;
}

/* Address-needed card (scoped to menu address prompt) */
.address-modal .address-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.address-modal .address-card {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0.34rem 0.56rem;
  background: #ffffff;
  border: 1px solid #eef2f7;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.address-modal .address-wrapper--needed .address-head-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-bottom: 0.06rem;
}

.address-modal .icon-wrapper {
  width: 24px;
  height: 24px;
  margin: 0 auto 0.1rem;
  border-radius: 50%;
  background: #ebf5ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.address-modal .address-wrapper--needed .address-head-row .icon-wrapper {
  margin: 0;
}

.address-modal .icon-wrapper i {
  font-size: 13px;
  color: #3b82f6;
}

.address-modal .icon-wrapper.warning {
  background: #fef3c7;
}

.address-modal .icon-wrapper.warning i {
  color: #d97706;
}

.address-modal .address-wrapper--needed .modal-title {
  font-size: 14px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.address-modal .address-wrapper--needed .modal-desc {
  font-size: 10px;
  color: #6b7280;
  margin-bottom: 0.14rem;
  line-height: 1.15;
}

.address-modal .address-wrapper--needed .address-desc-action-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
}

.address-modal .address-wrapper--needed .address-desc-action-row .modal-desc {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 9px;
  line-height: 1.15;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  order: 1;
}

.address-modal
  .address-wrapper--needed
  .address-desc-action-row
  .address-desc-action-btn {
  flex: 0 0 auto;
  white-space: nowrap;
  margin-left: 6px;
  margin-right: 0;
  order: 2;
  border-radius: 4px;
}

.address-modal .address-wrapper--needed .address-desc-action-btn {
  padding: 0.22rem 1.35rem;
  min-height: 30px;
  font-size: 13px;
  line-height: 1.05;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.address-modal
  .address-wrapper--needed
  .address-desc-action-btn.btn.btn-primary {
  background: #2563eb !important;
  border: 1px solid #1d4ed8 !important;
  color: #ffffff !important;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.32);
}

.address-modal
  .address-wrapper--needed
  .address-desc-action-btn.btn.btn-primary:hover {
  background: #1d4ed8 !important;
  border-color: #1e40af !important;
  box-shadow: 0 3px 10px rgba(29, 78, 216, 0.36);
}

.address-modal
  .address-wrapper--needed
  .address-desc-action-btn.btn.btn-primary:focus {
  box-shadow: 0 0 0 0.14rem rgba(37, 99, 235, 0.28);
}

@media (max-width: 991px) {
  .address-modal {
    padding: 0.03rem 0;
  }

  .address-modal .address-wrapper {
    max-width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 0;
  }

  .address-modal .address-card {
    max-width: 100%;
    padding: 0.28rem 0.42rem;
    border-radius: 8px;
  }

  .address-modal .address-wrapper--needed .address-head-row {
    gap: 4px;
    margin-bottom: 0.06rem;
  }

  .address-modal .icon-wrapper {
    width: 22px;
    height: 22px;
    margin-bottom: 0.1rem;
  }

  .address-modal .icon-wrapper i {
    font-size: 12px;
  }

  .address-modal .address-wrapper--needed .modal-title {
    font-size: 12px;
  }

  .address-modal .address-wrapper--needed .modal-desc {
    font-size: 8px;
    margin-bottom: 0.1rem;
  }

  .address-modal .address-wrapper--needed .address-desc-action-row {
    gap: 5px;
  }

  .address-modal .address-wrapper--needed .address-desc-action-row .modal-desc {
    font-size: 8px;
    line-height: 1.12;
    margin-bottom: 0;
  }

  .address-modal .address-wrapper--needed .address-desc-action-btn {
    min-height: 26px;
    font-size: 12px;
    padding: 0.16rem 1.02rem;
  }

  .address-modal
    .address-wrapper--needed
    .address-desc-action-btn.btn.btn-primary {
    box-shadow: 0 1px 6px rgba(37, 99, 235, 0.3);
  }
}

.btn {
  padding: 0.5rem 1.5rem;
  font-weight: 500;
  transition: all 0.2s;
  display: inline-block;
  text-decoration: none;
}

/* Rest of the styles remain same */

/* Item Details Modal Styling */
#itemModal .modal-content {
  border-radius: 16px;
  border: none;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

#itemModal .modal-header {
  border-bottom: none;
  padding: 16px 20px 0 20px;
}

#itemModal .modal-header .close {
  padding: 8px;
  margin: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f1f5f9;
  opacity: 1;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

#itemModal .modal-header .close:hover {
  background: #e2e8f0;
}

#itemModal .modal-header .close span {
  font-size: 28px;
  line-height: 1;
  color: #1e293b;
}

#itemModal .modal-body {
  padding: 16px;
}

#itemModal .item_s {
  margin-bottom: 12px;
}

/* Modal Footer */
.item-modal-footer {
  padding: 12px 16px;
  border-top: 1px solid #f1f5f9;
  display: flex;
  gap: 10px;
  align-items: center;
}

.modal-qty-section {
  flex: 0 0 auto;
}

.modal-addcart-section {
  flex: 1;
}

.modal-add-to-cart-btn {
  width: 100%;
  padding: 12px 18px;
  background: #000000;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-add-to-cart-btn:hover:not(:disabled) {
  background: #f51359;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(245, 19, 89, 0.3);
}

.modal-add-to-cart-btn:disabled {
  background: #94a3b8;
  cursor: not-allowed;
  opacity: 0.6;
}

.modal-add-to-cart-btn .label {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Size Selection Buttons */
#itemModal .choose-sizex .btn {
  padding: 10px 16px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  color: #64748b;
  border-radius: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.15s ease;
}

#itemModal .choose-sizex .btn:hover {
  border-color: #cbd5e1;
  background: #f8fafc;
}

#itemModal .choose-sizex .btn.active {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
}

/* Addon Sections */
#itemModal .addon-rows {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f5f9;
}

#itemModal .addon-rows .heads {
  margin-bottom: 12px;
}

#itemModal .addon-rows h5 {
  font-size: 16px;
  font-weight: 600;
  color: #1e293b;
  margin: 0;
}

#itemModal .addon-required {
  background: #fee2e2;
  color: #991b1b;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
}

#itemModal .list-addon li {
  padding: 12px 0;
  border-bottom: 1px solid #f8fafc;
}

#itemModal .list-addon li:last-child {
  border-bottom: none;
}

/* Form Controls */
#itemModal .form-control {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 14px;
  transition: all 0.2s ease;
}

#itemModal .form-control:focus {
  border-color: #000000;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
  outline: none;
}

/* Special Instructions & If Sold Out Sections */
#itemModal h5 {
  font-size: 15px;
  font-weight: 600;
  color: #0f172a;
  margin: 0 0 8px 0;
}

#itemModal .form-label-group {
  margin-bottom: 16px;
}

#itemModal textarea.form-control {
  min-height: 80px;
  resize: vertical;
}

#itemModal select.custom-select,
#itemModal select.form-control.custom-select {
  background: #f8fafc !important;
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 10px !important;
  padding: 12px 40px 12px 14px !important;
  font-size: 14px !important;
  color: #0f172a !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%230f172a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 6l4 4 4-4'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  background-size: 14px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  height: auto !important;
  line-height: 1.5 !important;
}

#itemModal select.custom-select:focus,
#itemModal select.form-control.custom-select:focus {
  background: #ffffff !important;
  border-color: #000000 !important;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.05) !important;
  outline: none !important;
}

#itemModal select.custom-select:hover,
#itemModal select.form-control.custom-select:hover {
  background: #ffffff !important;
  border-color: #cbd5e1 !important;
}

/* Cart Checkout Button - High Specificity */
.sticky-cart a.cart-checkout-btn.btn,
.sticky-cart .cart-checkout-btn,
a.btn.cart-checkout-btn {
  background: #000000 !important;
  background-image: none !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0 0 14px 14px !important;
  padding: 18px 20px !important;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
  margin: 0 !important;
  box-shadow: none !important;
  flex-shrink: 0 !important;
  display: flex !important;
}

.sticky-cart a.cart-checkout-btn.btn:hover,
.sticky-cart .cart-checkout-btn:hover,
a.btn.cart-checkout-btn:hover {
  background: #1e293b !important;
  background-image: none !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2) !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

.sticky-cart a.cart-checkout-btn.btn:active,
.sticky-cart .cart-checkout-btn:active,
a.btn.cart-checkout-btn:active {
  transform: translateY(0) !important;
}

.sticky-cart a.cart-checkout-btn.btn.btn-disabled,
.sticky-cart a.cart-checkout-btn.btn-disabled,
.sticky-cart a.cart-checkout-btn[disabled],
a.btn.cart-checkout-btn.btn-disabled,
a.btn.cart-checkout-btn[disabled] {
  background: #94a3b8 !important;
  background-image: none !important;
  cursor: not-allowed !important;
  opacity: 0.6 !important;
  pointer-events: none !important;
  transform: none !important;
}

.cart-checkout-btn .checkout-label {
  font-weight: 600 !important;
}

.cart-checkout-btn .checkout-total {
  font-weight: 700 !important;
  font-size: 17px !important;
}

/* v 2.0.3 */

/* Better Sticky Solution - Parent Column Approach */
@media (min-width: 992px) {
  .menu-center {
    position: relative;
  }

  .menu-right {
    position: sticky;
    top: 20px;
    align-self: flex-start;
    max-height: calc(100vh - 40px);
  }
}

/* ============================================
   STORE ALERT BANNER - Modern & Professional
   ============================================ */

.store-alert-wrapper {
  padding: 20px 0;
}

.store-alert-card {
  background: #2d2d2d;
  border-radius: 12px;
  box-shadow:
    0 4px 16px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  border: 3px solid #404040;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
}

.store-alert-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: repeating-linear-gradient(
    45deg,
    rgba(220, 38, 38, 0.03),
    rgba(220, 38, 38, 0.03) 10px,
    transparent 10px,
    transparent 20px
  );
  pointer-events: none;
}

.store-alert-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(180deg, #dc2626 0%, #991b1b 100%);
  box-shadow: 0 0 10px rgba(220, 38, 38, 0.5);
}

.store-alert-card:hover {
  box-shadow:
    0 6px 20px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transform: translateY(-1px);
}

.alert-body {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 22px 28px 22px 34px;
}

.alert-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.alert-icon-warning {
  background: linear-gradient(135deg, #dc2626 0%, #991b1b 100%);
  color: white;
}

.alert-icon-info {
  background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
  color: white;
}

.alert-content {
  flex: 1;
  min-width: 0;
}

.alert-title {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 6px 0;
  line-height: 1.3;
  letter-spacing: -0.01em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.alert-text {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #d1d5db;
  margin: 0;
  line-height: 1.6;
}

.alert-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.alert-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.alert-btn:hover::before {
  opacity: 1;
}

.alert-btn-primary {
  background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
  color: white;
  box-shadow: 0 4px 14px rgba(220, 38, 38, 0.35);
}

.alert-btn-primary:hover {
  background: linear-gradient(135deg, #b91c1c 0%, #991b1b 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(220, 38, 38, 0.45);
}

.alert-btn-primary:active {
  transform: translateY(0);
}

.alert-btn-info {
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  color: white;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
}

.alert-btn-info:hover {
  background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.45);
}

.alert-btn-info:active {
  transform: translateY(0);
}

.alert-btn svg {
  flex-shrink: 0;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}

/* Responsive */
@media (max-width: 768px) {
  .store-alert-wrapper {
    padding: 12px 0;
  }

  .alert-body {
    flex-direction: column;
    text-align: center;
    gap: 14px;
    padding: 20px 18px;
  }

  .alert-icon {
    width: 38px;
    height: 38px;
  }

  .alert-icon svg {
    width: 18px;
    height: 18px;
  }

  .alert-title {
    font-size: 16px;
  }

  .alert-text {
    font-size: 13px;
  }

  .alert-btn {
    width: 100%;
    justify-content: center;
    padding: 12px 20px;
  }
}

/* ============================================
   CLOSED RESTAURANT - GRAYSCALE EFFECT
   ============================================ */

.restaurant-closed .restaurant-header-section,
.restaurant-closed .restaurant-hero,
.restaurant-closed .restaurant-card {
  filter: grayscale(100%);
  opacity: 0.85;
  transition: all 0.5s ease;
}

.restaurant-closed .restaurant-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.15);
  pointer-events: none;
  z-index: 1;
}

.restaurant-closed .restaurant-card .restaurant-content {
  position: relative;
  z-index: 2;
}

/* ======================================
   ENHANCED MERCHANT TOP HEADER STYLES
   Modern Restaurant Header - March 2025
   ====================================== */

/* Breadcrumb Section */
.breadcrumb-section {
  background: #ffffff;
  padding: 12px 0;
  border-bottom: 1px solid #f1f5f9;
}

.breadcrumb-section .el-breadcrumb {
  font-size: 14px;
}

.breadcrumb-section .el-breadcrumb__item a {
  color: #64748b;
  text-decoration: none;
  transition: color 0.2s ease;
  display: flex;
  align-items: center;
  gap: 6px;
}

.breadcrumb-section .el-breadcrumb__item a:hover {
  color: #ff6b35;
}

.breadcrumb-section .el-breadcrumb__item:last-child .el-breadcrumb__inner {
  color: #1e293b;
  font-weight: 500;
}

/* Restaurant Header Section */
.restaurant-header-section {
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
  padding: 7px 0 14px;
  position: relative;
}

/* Cover Image (optional background) */
.restaurant-cover-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 160px;
  overflow: hidden;
  z-index: 0;
}

.restaurant-cover-image .cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.restaurant-cover-image .cover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3),
    rgba(255, 255, 255, 0.95)
  );
}

/* Restaurant Card */
.restaurant-card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  padding: 28px 32px;
  position: relative;
  z-index: 1;
  margin-top: 44px;
  transition: all 0.3s ease;
  border: 1px solid #f1f5f9;
}

.restaurant-card:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

.restaurant-header-section:not(:has(.restaurant-cover-image)) .restaurant-card {
  margin-top: 0;
}

/* Restaurant Content Layout */
.restaurant-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  margin-bottom: 20px;
  padding: 20px;
}

/* Left Section */
.restaurant-left {
  display: flex;
  gap: 20px;
  flex: 1;
  min-width: 0;
  align-items: flex-start;
}

/* Logo Wrapper */
.restaurant-logo-wrapper {
  flex-shrink: 0;
  position: relative;
}

.restaurant-logo {
  border: 3px solid #ffffff !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
  background: #ffffff;
}

.restaurant-card .restaurant-logo,
.restaurant-card .el-avatar {
  width: 64px !important;
  height: 64px !important;
}

.fav-button-overlay {
  position: absolute;
  bottom: -8px;
  right: -8px;
  background: #ffffff;
  border-radius: 50%;
  padding: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Main Info Section */
.restaurant-main-info {
  flex: 1;
  min-width: 0;
}

.restaurant-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  gap: 12px;
}

.restaurant-title {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #1e293b;
  margin: 0;
  line-height: 1.2;
}

/* Cuisine Section */
.cuisine-section {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.cuisine-item {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #475569;
  background: #f1f5f9;
  padding: 4px 10px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
}

.cuisine-separator {
  color: #cbd5e1;
  font-weight: 400;
  font-size: 12px;
  margin: 0 4px;
}

.cuisine-more {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
  background: #e2e8f0;
  padding: 4px 10px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
}

/* Address Section */
.address-section {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 6px 10px;
}

.address-section .el-icon {
  font-size: 16px;
  color: #64748b;
}

.mobile-address {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mobile-address .el-icon {
  color: #64748b;
}

.mobile-address span {
  color: #334155;
  font-weight: 600;
}

/* Account Address Pages */
#vue-my-address .address-hero-box,
#location-addresses .address-hero-box {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  padding: 8px 10px !important;
}

#vue-my-address .address-hero-inline,
#location-addresses .address-hero-inline {
  gap: 10px;
}

#vue-my-address .address-hero-title-wrap h6,
#location-addresses .address-hero-title-wrap h6 {
  font-size: 15px;
  line-height: 1.15;
}

#vue-my-address .address-hero-title-wrap p,
#location-addresses .address-hero-title-wrap p {
  font-size: 12px;
  line-height: 1.2;
}

#vue-my-address .address-hero-count .address-count,
#location-addresses .address-hero-count .address-count {
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 2px;
}

#vue-my-address .address-add-btn,
#location-addresses .address-add-btn {
  min-width: 132px;
  min-height: 34px;
  border-radius: 9px;
  font-size: 12px;
  padding: 7px 10px;
}

#vue-my-address .address-add-btn--sm,
#location-addresses .address-add-btn--sm {
  min-width: 124px;
}

#vue-my-address .address-add-btn--xs,
#location-addresses .address-add-btn--xs {
  min-width: 80px;
  min-height: 32px;
}

#vue-my-address .address-count-badge,
#location-addresses .address-count-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  border-radius: 999px;
  background: #ecfeff;
  border: 1px solid #a5f3fc;
  color: #155e75;
  font-size: 12px;
  font-weight: 700;
}

#vue-my-address .address-slot.card.address-item-card,
#location-addresses .address-slot.card.address-item-card {
  height: auto !important;
  min-height: 132px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(2, 6, 23, 0.04);
  display: flex;
  flex-direction: column;
}

#vue-my-address .address-item-card h5,
#location-addresses .address-item-card h5 {
  font-size: 16px;
  margin-bottom: 6px;
}

#vue-my-address .address-item-card .module p,
#location-addresses .address-item-card .module p {
  color: #475569;
  font-size: 13px;
  line-height: 1.35;
}

#vue-my-address .address-card-actions,
#location-addresses .address-card-actions {
  margin-top: auto;
  padding-top: 8px;
  border-top: 1px dashed #e2e8f0;
}

#vue-my-address .address-card-actions .btn.small,
#location-addresses .address-card-actions .btn.small {
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  line-height: 1.2;
}

/* Account Icons Polish */
.account-page-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 6px 12px;
  border: 1px solid rgba(245, 19, 89, 0.2);
  border-radius: 11px;
  background: rgba(245, 19, 89, 0.06);
  color: #1d2433;
  font-size: 14px;
  font-weight: 700;
}

.account-page-title__icon {
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  border: 1px solid rgba(245, 19, 89, 0.24);
  background: rgba(245, 19, 89, 0.12);
  color: #f51359;
  font-size: 16px;
}

.attributes-menu-wrap ul.sub-menu {
  margin: 0;
  padding: 0;
}

.attributes-menu-wrap ul.sub-menu li {
  margin-bottom: 5px;
}

.attributes-menu-wrap ul.sub-menu li:last-child {
  margin-bottom: 0;
}

.attributes-menu-wrap ul.sub-menu li a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #1d2433;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  transition: all 0.2s ease;
}

.attributes-menu-wrap ul.sub-menu li a i {
  margin-right: 0;
  width: 18px;
  min-width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  border: 0;
  background: transparent;
  color: inherit;
  opacity: 0.6;
  font-size: 16px;
  transition: all 0.2s ease;
}

.attributes-menu-wrap ul.sub-menu li a:hover {
  background: rgba(245, 19, 89, 0.08);
  color: #f51359 !important;
}

.attributes-menu-wrap ul.sub-menu li a:hover i {
  opacity: 1;
  color: inherit;
}

.attributes-menu-wrap ul.sub-menu li.active a {
  background: rgba(245, 19, 89, 0.12);
  color: #f51359 !important;
}

.attributes-menu-wrap ul.sub-menu li.active a i {
  opacity: 1;
  color: inherit;
}

.top-menu .dropdown-menu .account-nav-link,
.top-menu .drawer-menu .account-nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-indent: 0 !important;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #1d2433;
  transition: all 0.2s ease;
}

.top-menu .dropdown-menu .account-nav-link {
  padding: 8px 10px;
}

.top-menu .drawer-menu .drawer-menu-mobile li a.account-nav-link {
  padding: 8px 0;
}

.top-menu .dropdown-menu .account-nav-link:hover,
.top-menu .drawer-menu .account-nav-link:hover {
  background: rgba(245, 19, 89, 0.08);
  color: #f51359;
}

.top-menu .account-nav-link__icon {
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  border: 1px solid rgba(245, 19, 89, 0.16);
  background: rgba(245, 19, 89, 0.06);
  color: #f51359;
  font-size: 15px;
}

.top-menu .account-nav-link--logout .account-nav-link__icon {
  border-color: #fecaca;
  background: #fef2f2;
  color: #b91c1c;
}

.top-menu
  .drawer-menu
  .drawer-menu-mobile
  li
  a.account-nav-link
  .account-nav-link__text {
  line-height: 1.2;
}

#vue-profile-menu .menu-carousel a {
  border-radius: 10px;
  padding: 8px 12px;
  font-weight: 600;
  color: #1d2433;
  transition: all 0.2s ease;
}

#vue-profile-menu .menu-carousel a.active,
#vue-profile-menu .menu-carousel a:hover {
  background: rgba(245, 19, 89, 0.1);
  color: #f51359 !important;
}

@media (max-width: 768px) {
  .account-page-title {
    padding: 5px 10px;
    min-height: 34px;
    font-size: 13px;
  }

  .account-page-title__icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    border-radius: 8px;
    font-size: 14px;
  }
}

#vue-my-order .header_icon._icons,
#vue-my-bookings .header_icon._icons,
#vue-my-points .header_icon._icons {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  background-color: #f8fafc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 28px 28px;
}

#vue-my-order .header_icon .rounded-button-icon,
#vue-my-bookings .header_icon .rounded-button-icon,
#vue-my-points .header_icon .rounded-button-icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin-top: 16px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
}

#vue-my-order .header_icon .rounded-button-icon i,
#vue-my-bookings .header_icon .rounded-button-icon i,
#vue-my-points .header_icon .rounded-button-icon i {
  font-size: 14px;
  color: #64748b;
}

#vue-my-order .dropdown-item i,
#vue-my-bookings .dropdown-item i,
#vue-my-payments .dropdown-item i {
  width: 18px;
  text-align: center;
  color: #64748b;
}

#vue-my-payments .payment-item-logo i {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  color: #475569;
  font-size: 18px;
}

/* Account Payment Page */
#vue-my-payments .payment-hero-box {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  padding: 8px 10px !important;
}

#vue-my-payments .payment-hero-inline {
  gap: 10px;
}

#vue-my-payments .payment-hero-title-wrap h6 {
  font-size: 15px;
  line-height: 1.15;
}

#vue-my-payments .payment-hero-title-wrap p {
  font-size: 12px;
  line-height: 1.2;
}

#vue-my-payments .payment-add-btn {
  min-width: 124px;
  min-height: 34px;
  border-radius: 9px;
  font-size: 12px;
  padding: 7px 10px;
}

#vue-my-payments .payment-add-btn--sm {
  min-width: 118px;
}

#vue-my-payments .payment-add-btn--xs {
  min-width: 76px;
  min-height: 32px;
}

#vue-my-payments .payment-count-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  border-radius: 999px;
  background: #ecfeff;
  border: 1px solid #a5f3fc;
  color: #155e75;
  font-size: 12px;
  font-weight: 700;
}

#vue-my-payments .card-listing.payment-item-card {
  height: auto !important;
  min-height: 132px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(2, 6, 23, 0.04);
  display: flex;
  flex-direction: column;
}

#vue-my-payments .payment-item-head {
  gap: 8px;
}

#vue-my-payments .payment-item-logo {
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#vue-my-payments .payment-item-logo img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

#vue-my-payments .payment-item-title {
  font-size: 15px;
  line-height: 1.2;
}

#vue-my-payments .payment-item-subtext {
  margin-top: 8px;
}

#vue-my-payments .payment-item-subtext p {
  color: #475569;
  font-size: 13px;
  line-height: 1.35;
}

#vue-my-payments .payment-item-menu .rounded-button-icon {
  width: 30px;
  height: 30px;
}

#vue-my-payments .payment-item-menu .rounded-button-icon i {
  font-size: 15px;
}

#vue-my-payments .payment-card-actions {
  margin-top: auto;
  padding-top: 8px;
  border-top: 1px dashed #e2e8f0;
}

#vue-my-payments .payment-card-actions .btn.small {
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  line-height: 1.2;
}

/* Account Wallet Page */
#vue-my-wallet .wallet-hero-box {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  padding: 8px 10px !important;
}

#vue-my-wallet .wallet-header-inline {
  gap: 10px;
}

#vue-my-wallet .wallet-header-title-wrap h6 {
  font-size: 15px;
  line-height: 1.15;
}

#vue-my-wallet .wallet-header-title-wrap p {
  font-size: 12px;
  line-height: 1.2;
}

#vue-my-wallet .wallet-balance-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid #bfdbfe;
  background: #eff6ff;
  color: #1e3a8a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

#vue-my-wallet .wallet-add-btn {
  min-width: 112px;
  min-height: 34px;
  border-radius: 9px;
  font-size: 12px;
  padding: 7px 10px;
}

#vue-my-wallet .wallet-add-btn--xs {
  min-width: 72px;
  min-height: 32px;
}

#vue-my-wallet .wallet-add-btn-icon {
  font-size: 16px;
  line-height: 1;
}

#vue-my-wallet .wallet-bonus-wrap {
  padding-top: 2px;
}

#vue-my-wallet .wallet-tabs {
  margin-top: 2px;
}

#vue-my-wallet .wallet-tabs .el-tabs__header {
  margin-bottom: 10px;
}

#vue-my-wallet .wallet-tabs .el-tabs__item {
  height: 34px;
  line-height: 34px;
  font-size: 13px;
  padding: 0 12px !important;
}

#vue-my-wallet .wallet-tabs .el-tabs__nav-wrap::after {
  height: 1px;
}

#vue-my-wallet .wallet-transaction-row {
  border: 0;
  border-bottom: 1px solid #edf2f7;
  border-radius: 6px !important;
  padding: 9px 10px !important;
  box-shadow: none;
  margin-bottom: 0 !important;
}

#vue-my-wallet .wallet-transaction-main {
  min-width: 0;
}

#vue-my-wallet .wallet-transaction-left {
  min-width: 0;
  padding-right: 10px;
  flex: 1 1 auto;
}

#vue-my-wallet .wallet-transaction-title {
  font-size: 12px;
  line-height: 1.25;
  font-weight: 500;
  color: #334155;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#vue-my-wallet .wallet-transaction-meta {
  margin-top: 2px !important;
  font-size: 10px;
  line-height: 1.2;
  color: #94a3b8;
}

#vue-my-wallet .wallet-transaction-right {
  display: flex;
  align-items: flex-end;
  flex: 0 0 auto;
}

#vue-my-wallet .wallet-transaction-value {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}

#vue-my-wallet .wallet-transaction-row:last-child {
  border-bottom: 0;
}

/* Account Saved Stores Page */
#vue-saved-store .saved-store-hero-box {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  padding: 8px 10px !important;
}

#vue-saved-store .saved-store-hero-inline {
  gap: 10px;
}

#vue-saved-store .saved-store-hero-title-wrap h6 {
  font-size: 15px;
  line-height: 1.15;
}

#vue-saved-store .saved-store-hero-title-wrap p {
  font-size: 12px;
  line-height: 1.2;
}

#vue-saved-store .saved-store-count-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  border-radius: 999px;
  background: #ecfeff;
  border: 1px solid #a5f3fc;
  color: #155e75;
  font-size: 12px;
  font-weight: 700;
}

#vue-saved-store .saved-store-cta-btn {
  min-width: 126px;
  min-height: 34px;
  border-radius: 9px;
  font-size: 12px;
  padding: 7px 10px;
}

#vue-saved-store .saved-store-cta-btn--sm {
  min-width: 122px;
}

#vue-saved-store .saved-store-cta-btn--xs {
  min-width: 80px;
  min-height: 32px;
}

#vue-saved-store .saved-store-empty-wrap {
  margin-bottom: 8px;
}

#vue-saved-store .saved-store-empty-card {
  border: 1px dashed #cbd5e1;
  border-radius: 12px;
  background: #ffffff;
}

#vue-saved-store .saved-store-empty-card h6 {
  font-size: 15px;
}

#vue-saved-store .saved-store-empty-card p {
  margin-top: 6px !important;
  font-size: 12px;
}

#vue-saved-store .saved-store-card {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(2, 6, 23, 0.04);
  height: 100%;
}

#vue-saved-store .saved-store-media {
  border-radius: 8px;
  overflow: hidden;
  background: #f8fafc;
}

#vue-saved-store .saved-store-image,
#vue-saved-store .saved-store-image img {
  display: block;
  width: 100%;
  object-fit: cover;
}

#vue-saved-store .saved-store-media .layer-grey {
  background: rgba(248, 250, 252, 0.75);
  backdrop-filter: blur(1px);
}

#vue-saved-store .saved-store-status-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 10;
  padding: 3px 8px;
  border-radius: 999px;
  border: 1px solid #fecaca;
  background: rgba(255, 255, 255, 0.95);
  color: #b91c1c;
  font-size: 10px;
  font-weight: 700;
}

#vue-saved-store .saved-store-fav {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 11;
}

#vue-saved-store .saved-store-fav .btn.btn-circle {
  width: 32px;
  height: 32px;
  min-width: 32px;
  padding: 0;
  border: 1px solid #e2e8f0;
  background: rgba(255, 255, 255, 0.95) !important;
}

#vue-saved-store .saved-store-fav .btn.btn-circle .zmdi {
  font-size: 16px;
}

#vue-saved-store .saved-store-content {
  padding-top: 8px;
}

#vue-saved-store .saved-store-name {
  font-size: 15px;
  line-height: 1.25;
}

#vue-saved-store .saved-store-cuisine-line {
  margin-top: 4px !important;
  color: #64748b;
  min-height: 18px;
}

#vue-saved-store .saved-store-cuisine-line .a-12 {
  font-size: 12px;
}

#vue-saved-store .saved-store-meta-row {
  margin-top: 8px;
}

#vue-saved-store .saved-store-rating,
#vue-saved-store .saved-store-eta {
  font-size: 12px;
  line-height: 1.2;
  color: #334155;
}

#vue-saved-store .saved-store-rating span {
  color: #64748b;
}

#vue-saved-store .saved-store-delivery-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 20px;
  padding: 0 8px;
  border-radius: 999px;
  border: 1px solid #bbf7d0;
  background: #f0fdf4;
  color: #15803d;
  font-size: 10px;
  font-weight: 700;
}

#vue-saved-store .make-grey .saved-store-card {
  opacity: 0.92;
}

#vue-saved-store .make-grey .saved-store-name {
  color: #64748b;
}

/* Account Orders Page */
#vue-my-order .order-toolbar-row {
  margin-bottom: 10px !important;
}

#vue-my-order .order-search-wrap {
  padding-left: 0;
}

#vue-my-order .order-search-box {
  max-width: 460px;
}

#vue-my-order .order-search-box .form-control.form-control-text {
  min-height: 40px;
  border-radius: 10px;
  font-size: 13px;
  padding-right: 34px;
}

#vue-my-order .order-empty-card {
  border: 0 !important;
}

#vue-my-order .order-empty-box {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  padding: 10px !important;
}

#vue-my-order .order-empty-text h5 {
  font-size: 15px;
  margin-bottom: 3px;
}

#vue-my-order .order-empty-text p {
  font-size: 12px;
}

#vue-my-order .order-empty-cta {
  min-width: 116px;
  min-height: 34px;
  border-radius: 9px;
  font-size: 12px;
  padding: 7px 10px;
}

#vue-my-order .order-item-row {
  border: 1px solid #e2e8f0;
  border-radius: 10px !important;
  box-shadow: 0 2px 8px rgba(2, 6, 23, 0.04);
  padding: 10px !important;
}

#vue-my-order .order-merchant-logo {
  width: 54px;
  height: 54px;
  object-fit: cover;
}

#vue-my-order .order-merchant-head {
  gap: 6px;
}

#vue-my-order .order-merchant-name {
  font-size: 14px;
  line-height: 1.2;
}

#vue-my-order .order-merchant-address {
  margin-top: 3px !important;
  color: #64748b;
  font-size: 12px;
  line-height: 1.25;
}

#vue-my-order .order-service-badge,
#vue-my-order .order-status-badge {
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  text-transform: none;
}

#vue-my-order .order-summary-col {
  padding-left: 18px !important;
}

#vue-my-order .order-id-line {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

#vue-my-order .order-items-badge {
  margin-top: 5px !important;
  border-radius: 999px;
  font-size: 10px;
  padding: 3px 8px;
}

#vue-my-order .order-items-line {
  margin-top: 5px !important;
  color: #475569;
  font-size: 12px;
  line-height: 1.35;
}

#vue-my-order .order-meta-wrap {
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
}

#vue-my-order .order-total-line,
#vue-my-order .order-date-line {
  font-size: 12px;
  line-height: 1.3;
}

#vue-my-order .order-actions-btn {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#vue-my-order .order-actions-btn i {
  font-size: 16px;
  color: #64748b;
}

#vue-my-order .dropdown-actions {
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 24px rgba(2, 6, 23, 0.12);
}

#vue-my-order .order-details-panel {
  width: min(400px, 100vw);
  max-width: 100vw;
  transform: translateX(102%);
  transition: transform 0.24s ease;
  border-left: 1px solid #e2e8f0;
  box-shadow: rgba(2, 6, 23, 0.22) 0 10px 30px;
  padding: 12px 14px 16px !important;
  background: #ffffff;
}

#vue-my-order .order-details-panel.open {
  transform: translateX(0);
}

#vue-my-order .order-panel-close-btn {
  position: sticky;
  top: 0;
  right: 0;
  z-index: 3;
  margin-left: auto;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#vue-my-order .order-panel-close-btn i {
  font-size: 16px;
  color: #475569;
}

#vue-my-order .order-panel-merchant {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #f8fafc;
  padding: 9px 10px;
}

#vue-my-order .order-panel-merchant p {
  font-size: 12px;
}

#vue-my-order .order-panel-merchant h5 {
  font-size: 16px;
  line-height: 1.2;
}

#vue-my-order .order-panel-refund h5,
#vue-my-order .order-panel-summary-title {
  font-size: 14px;
  margin-bottom: 8px !important;
}

#vue-my-order .order-panel-refund-card {
  border: 1px solid #e2e8f0;
  border-radius: 8px !important;
  background: #ffffff !important;
}

#vue-my-order .order-panel-refund-card p {
  font-size: 11px;
  line-height: 1.3;
}

#vue-my-order .order-details-panel .items {
  padding: 9px 0;
  border-bottom: 1px solid #f1f5f9;
}

#vue-my-order .order-panel-item:last-of-type {
  border-bottom: 0;
}

#vue-my-order .order-panel-overview .badge {
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
}

#vue-my-order .order-panel-overview h6,
#vue-my-order .order-panel-customer h6 {
  font-size: 13px;
  line-height: 1.25;
}

#vue-my-order .order-panel-overview p,
#vue-my-order .order-panel-customer p,
#vue-my-order .order-panel-booking p {
  font-size: 12px;
  line-height: 1.3;
  color: #475569;
}

#vue-my-order .order-panel-line-items {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin: 0 !important;
}

#vue-my-order .order-panel-line-items > .col-9 {
  flex: 1 1 auto;
  max-width: calc(100% - 72px);
  padding-left: 0 !important;
  padding-right: 8px;
}

#vue-my-order .order-panel-line-items > .col-3.quantity {
  flex: 0 0 64px;
  max-width: 64px;
  width: 64px;
  padding: 0 !important;
  text-align: right;
}

#vue-my-order .order-panel-line-items p,
#vue-my-order .order-panel-addon-items p {
  font-size: 12px;
  line-height: 1.3;
}

#vue-my-order .order-panel-addon-items {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 !important;
}

#vue-my-order .order-panel-addon-items > .col-12 {
  flex: 1 1 auto;
  max-width: 100%;
  padding-left: 0 !important;
  padding-right: 0;
}

#vue-my-order .order-panel-line-items .quantity {
  width: auto;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

#vue-my-order .order-panel-line-items .quantity p {
  font-weight: 600;
  color: #0f172a;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

#vue-my-order .order-panel-totals,
#vue-my-order .order-panel-paidwith {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #f8fafc;
  padding: 8px 10px;
}

#vue-my-order .order-panel-totals > div,
#vue-my-order .order-panel-paidwith > div {
  font-size: 12px;
}

#vue-my-order .order-panel-paidwith hr {
  margin: 6px 0 8px;
}

#vue-my-order .order-panel-points {
  margin: 0 0 8px !important;
  font-size: 12px;
  color: #334155;
}

#vue-my-order .order-panel-actions {
  margin-bottom: 6px !important;
}

#vue-my-order .order-panel-action-row {
  margin-left: -4px;
  margin-right: -4px;
}

#vue-my-order .order-panel-action-row > .col {
  padding-left: 4px;
  padding-right: 4px;
}

#vue-my-order .order-panel-action-row.single-action > .col:last-child {
  flex: 0 0 100%;
  max-width: 100%;
}

#vue-my-order .order-panel-action-btn {
  min-height: 34px;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}

#vue-my-order .order-panel-track-btn {
  background: #111827;
  border-color: #111827;
}

#vue-my-order .order-panel-buyagain-btn {
  box-shadow: 0 2px 8px rgba(22, 163, 74, 0.18);
}

/* Right Section - Stats Grid */
.restaurant-right {
  flex-shrink: 0;
}

.stats-grid {
  display: flex;
  align-items: stretch;
  gap: 16px;
  flex-wrap: wrap;
}

/* Individual Stat Cards */
.stat-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  background: #f8fafc;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
  text-decoration: none;
  min-width: 140px;
}

.stat-card:hover {
  background: #ffffff;
  border-color: #cbd5e1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
}

.stat-card .stat-icon {
  font-size: 24px;
  flex-shrink: 0;
}

.stat-content {
  flex: 1;
}

.stat-value {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #1e293b;
  margin: 0;
  line-height: 1.2;
  margin-bottom: 2px;
}

.stat-label {
  font-size: 12px;
  color: #64748b;
  font-weight: 500;
  line-height: 1;
}

/* Specific Stat Card Styles */
.rating-card {
  background: #fffbeb;
  border-color: #fef3c7;
}

.rating-card:hover {
  background: #fef3c7;
  border-color: #fde68a;
}

.rating-card .stat-value {
  color: #d97706;
}

.hours-card {
  background: #f0fdf4;
  border-color: #dcfce7;
}

.hours-card:hover {
  background: #dcfce7;
  border-color: #bbf7d0;
}

.hours-card .stat-value {
  color: #059669;
}

.hours-card.closed-status {
  background: #fef2f2;
  border-color: #fecaca;
}

.hours-card.closed-status:hover {
  background: #fecaca;
  border-color: #fca5a5;
}

.hours-card.closed-status .stat-value {
  color: #dc2626;
}

.delivery-card {
  background: #fef2f2;
  border-color: #fecaca;
}

.delivery-card:hover {
  background: #fecaca;
  border-color: #fca5a5;
}

.delivery-card .stat-value {
  color: #ff6b35;
}

/* ======================================
   MOBILE MERCHANT HEADER STYLES
   ====================================== */

.mobile-merchant-header {
  background: #ffffff;
}

/* Mobile Cover Image */
.mobile-cover-image {
  position: relative;
  height: 180px;
  overflow: hidden;
}

.mobile-cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mobile-cover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent);
}

/* Mobile Header Actions */
.mobile-header-actions {
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}

.mobile-back-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  color: #1e293b;
  text-decoration: none;
  transition: all 0.2s ease;
}

.mobile-back-btn:hover {
  background: #ffffff;
  transform: scale(1.05);
}

/* Mobile Restaurant Card */
.mobile-restaurant-card {
  background: #ffffff;
  padding: 20px;
  margin-top: -36px;
  border-radius: 24px 24px 0 0;
  position: relative;
  z-index: 5;
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08);
}

/* Mobile Header Top */
.mobile-header-top {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 16px;
}

.mobile-restaurant-logo {
  border: 3px solid #ffffff !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
  flex-shrink: 0;
}

.mobile-title-section {
  flex: 1;
  min-width: 0;
}

.mobile-restaurant-title {
  font-size: 22px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 8px 0;
  line-height: 1.2;
}

/* Mobile Cuisine Tags */
.mobile-cuisine-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.mobile-cuisine-tag {
  font-size: 12px;
  font-weight: 500;
  color: #475569;
  background: #f1f5f9;
  padding: 4px 10px;
  border-radius: 12px;
}

.mobile-cuisine-tag.more {
  background: #e2e8f0;
  color: #64748b;
}

/* Mobile Stats Row */
.mobile-stats-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 0;
  border-top: 1px solid #f1f5f9;
  border-bottom: 1px solid #f1f5f9;
  margin-bottom: 12px;
}

.mobile-stat {
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: inherit;
}

.mobile-stat-value {
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
}

.mobile-stat-label {
  font-size: 13px;
  color: #64748b;
}

.mobile-stat.open .mobile-stat-value {
  color: #10b981;
}

.mobile-stat.closed .mobile-stat-value {
  color: #ef4444;
}

/* Mobile Address */
.mobile-address {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 12px 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.5;
}

.mobile-address .el-icon {
  flex-shrink: 0;
  margin-top: 2px;
}

.mobile-more-info-wrap {
  padding-top: 2px;
  margin-bottom: 10px;
}

.mobile-more-info-btn {
  color: #2563eb;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.mobile-more-info-btn:hover {
  color: #1d4ed8;
  text-decoration: none;
}

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

@media (max-width: 991px) {
  .restaurant-card {
    margin-top: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #f1f5f9;
  }

  .restaurant-content {
    flex-direction: column;
    gap: 20px;
    padding: 16px;
  }

  .restaurant-title {
    font-size: 18px;
  }

  #vue-my-address .address-hero-mobile .address-add-btn,
  #location-addresses .address-hero-mobile .address-add-btn {
    width: auto;
    min-width: 78px;
    margin-top: 0 !important;
  }

  #vue-my-address .address-slot.card.address-item-card,
  #location-addresses .address-slot.card.address-item-card {
    min-height: 0;
  }

  #vue-my-address .address-hero-box,
  #location-addresses .address-hero-box {
    padding: 8px !important;
  }

  #vue-my-address .address-card-actions .btn.small,
  #location-addresses .address-card-actions .btn.small {
    font-size: 11px;
  }

  #vue-my-payments .payment-hero-mobile .payment-add-btn {
    width: auto;
    min-width: 76px;
    margin-top: 0 !important;
  }

  #vue-my-payments .payment-hero-box {
    padding: 8px !important;
  }

  #vue-my-payments .card-listing.payment-item-card {
    min-height: 0;
  }

  #vue-my-payments .payment-card-actions .btn.small {
    font-size: 11px;
  }

  #vue-my-wallet .wallet-hero-box {
    padding: 8px !important;
  }

  #vue-my-wallet .wallet-balance-badge {
    min-height: 30px;
    padding: 0 8px;
    font-size: 12px;
  }

  #vue-my-wallet .wallet-add-btn {
    width: auto;
    min-width: 72px;
    margin-top: 0 !important;
  }

  #vue-my-wallet .wallet-bonus-wrap {
    padding-left: 0;
    margin-top: 8px;
  }

  #vue-my-wallet .wallet-tabs .el-tabs__item {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    padding: 0 10px !important;
  }

  #vue-my-wallet .wallet-transaction-row {
    padding: 8px !important;
    margin-bottom: 0 !important;
  }

  #vue-my-wallet .wallet-transaction-title {
    font-size: 12px;
  }

  #vue-my-wallet .wallet-transaction-meta {
    font-size: 10px;
  }

  #vue-my-wallet .wallet-transaction-value {
    font-size: 12px;
  }

  #vue-saved-store .saved-store-hero-box {
    padding: 8px !important;
  }

  #vue-saved-store .saved-store-cta-btn {
    width: auto;
    min-width: 76px;
    margin-top: 0 !important;
  }

  #vue-saved-store .saved-store-card {
    border-radius: 9px;
  }

  #vue-saved-store .saved-store-media {
    border-radius: 7px;
  }

  #vue-saved-store .saved-store-image {
    height: 148px !important;
  }

  #vue-saved-store .saved-store-fav .btn.btn-circle {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }

  #vue-saved-store .saved-store-fav .btn.btn-circle .zmdi {
    font-size: 15px;
  }

  #vue-saved-store .saved-store-name {
    font-size: 14px;
  }

  #vue-saved-store .saved-store-rating,
  #vue-saved-store .saved-store-eta {
    font-size: 11px;
  }

  #vue-my-order .order-search-box {
    max-width: 100%;
  }

  #vue-my-order .order-item-row {
    padding: 9px !important;
  }

  #vue-my-order .order-item-row > .col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #vue-my-order .order-summary-col {
    padding-left: 0 !important;
    margin-top: 8px;
  }

  #vue-my-order .order-meta-col {
    margin-top: 8px;
  }

  #vue-my-order .order-meta-wrap {
    align-items: center;
  }

  #vue-my-order .order-empty-cta {
    width: auto;
    min-width: 100px;
    margin-top: 8px;
  }

  #vue-my-order .order-details-panel {
    width: 100vw;
    border-left: 0;
    padding: 10px 12px 14px !important;
  }

  #vue-my-order .order-panel-line-items .col-3.quantity,
  #vue-my-order .order-panel-line-items .col-9 {
    padding-right: 6px;
    padding-left: 6px;
  }

  #vue-my-order .order-panel-line-items .quantity {
    padding-right: 6px;
    padding-left: 0;
  }

  #vue-my-order .order-panel-addon-items > .col-12 {
    padding-right: 6px;
    padding-left: 0 !important;
  }

  #vue-my-order .order-panel-action-btn {
    min-height: 32px;
    font-size: 11px;
  }

  .restaurant-left {
    width: 100%;
  }

  .stats-grid {
    gap: 14px;
    width: 100%;
    justify-content: flex-start;
  }

  .stat-card {
    flex: 1;
    min-width: auto;
  }
}

@media (max-width: 767px) {
  .restaurant-left {
    gap: 12px;
  }

  .restaurant-title {
    font-size: 22px;
  }

  .restaurant-card .restaurant-logo,
  .restaurant-card .el-avatar {
    width: 56px !important;
    height: 56px !important;
  }

  .cuisine-item {
    font-size: 13px;
  }

  .stats-grid {
    gap: 12px;
  }

  .stat-card {
    padding: 10px 14px;
    min-width: auto;
  }

  .stat-value {
    font-size: 16px;
  }

  .stat-label {
    font-size: 11px;
  }

  .restaurant-content {
    padding: 14px;
  }
}

@media (max-width: 575px) {
  .restaurant-title-row {
    flex-wrap: wrap;
  }

  .stats-grid {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .restaurant-card .restaurant-logo,
  .restaurant-card .el-avatar {
    width: 52px !important;
    height: 52px !important;
  }

  .restaurant-title {
    font-size: 15px;
  }
}
