/* 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;
}

/* Category Navigation Sidebar */
.category-nav-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 20px;
}

.category-nav-card h5 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 12px 0;
  padding-bottom: 12px;
  border-bottom: 2px solid #f1f5f9;
}

.category-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.category-nav-list li {
  margin-bottom: 2px;
}

.category-link {
  display: block;
  padding: 10px 14px;
  border-radius: 8px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #64748b;
  text-decoration: none;
  transition: all 0.2s ease;
}

.category-link:hover {
  background: #f8fafc;
  color: #ff6b35;
  text-decoration: none;
}

.category-link.active {
  background: linear-gradient(135deg, #ff6b35 0%, #f51359 100%);
  color: #ffffff;
  box-shadow: 0 2px 8px rgba(245, 19, 89, 0.2);
}

/* ====================================== */

/* ======================================
   MENU ITEMS STYLES (Element Plus Version)
   ====================================== */

/* Remove border from menu left section */
@media (min-width: 992px) {
  .section-menu .menu-left {
    border-right: none !important;
  }
}

/* Accordion Category Headers */
.menu-categories-accordion .accordion-category-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 4px 0;
}

.accordion-category-title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #1e293b !important;
  margin: 0 !important;
}

.category-description-text {
  margin-bottom: 16px;
  padding: 0 16px;
}

.category-description-text p {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif !important;
  font-size: 14px !important;
  color: #64748b !important;
  margin: 0 !important;
}

/* Menu Item Cards */
.menu-item-card {
  margin-bottom: 16px !important;
  border-radius: 16px !important;
  border: 1px solid #e2e8f0 !important;
  overflow: hidden !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.menu-item-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08) !important;
  transform: translateY(-2px) !important;
  border-color: #cbd5e1 !important;
}

/* Menu Item Content Layout */
.menu-item-content {
  display: flex;
  gap: 16px;
  padding: 16px !important;
  align-items: stretch;
}

/* Menu Item Image */
.menu-item-image {
  flex-shrink: 0;
  width: 100px;
}

.menu-item-image .image-container {
  position: relative;
  width: 100%;
  height: 85px;
  border-radius: 8px;
  overflow: hidden;
}

.menu-item-image .food-image {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.menu-item-image .discount-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 10;
}

/* Menu Item Details */
.menu-item-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
}

.item-info-section {
  flex: 1;
}

.item-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.item-name {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #1e293b !important;
  margin: 0 !important;
  line-height: 1.3 !important;
}

.item-description {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif !important;
  font-size: 13px !important;
  color: #64748b !important;
  line-height: 1.5 !important;
  margin: 8px 0 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Dish indicators and pricing row */
.dish-indicators {
  display: inline-flex !important;
  margin-right: 12px !important;
  vertical-align: middle !important;
  gap: 6px !important;
}

.dish-avatar {
  width: 28px !important;
  height: 28px !important;
}

.dish-avatar img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

/* Size Selector - No borders, inline display */
.size-selector {
  display: inline-flex !important;
  margin-top: 0 !important;
  vertical-align: middle !important;
}

.size-selector .el-radio-button {
  margin-right: 8px !important;
  margin-bottom: 0 !important;
}

.size-selector .el-radio-button__inner {
  border: none !important;
  background: #f8fafc !important;
  color: #475569 !important;
  padding: 6px 12px !important;
  border-radius: 8px !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  box-shadow: none !important;
}

.size-selector .el-radio-button:hover .el-radio-button__inner {
  background: #f1f5f9 !important;
  color: #1e293b !important;
}

.size-selector .el-radio-button.is-active .el-radio-button__inner {
  background: linear-gradient(135deg, #ff6b35 0%, #f51359 100%) !important;
  color: #ffffff !important;
}

/* Pricing Section - Clean inline display */
.pricing-section {
  display: inline-flex !important;
  margin-top: 0 !important;
  vertical-align: middle !important;
}

.pricing-section .price-tag,
.pricing-section .starting-price,
.pricing-section .free-item {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}

.pricing-section .price-variants {
  display: inline-flex !important;
  gap: 8px !important;
}

/* Menu Item Actions */
.menu-item-actions {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 16px;
  border-left: 1px solid #f1f5f9;
}

/* Add to Cart Buttons - Simple & Clean */
.quick-add-btn,
.add-to-cart-btn {
  min-width: 90px !important;
  background: #000000 !important;
  border: none !important;
  color: #ffffff !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  padding: 10px 18px !important;
  border-radius: 8px !important;
  transition: all 0.2s ease !important;
  text-transform: none !important;
}

.quick-add-btn:hover,
.add-to-cart-btn:hover {
  background: #1e293b !important;
}

/* Customize Button */
.customize-btn {
  min-width: 90px !important;
  background: #000000 !important;
  border: none !important;
  color: #ffffff !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  padding: 10px 18px !important;
  border-radius: 8px !important;
  transition: all 0.2s ease !important;
  text-transform: none !important;
}

.customize-btn:hover {
  background: #1e293b !important;
}

/* Quantity Controls - Exact Same Style as Cart */
.quantity-section .el-input-number,
.quantity-section .el-input-number.is-center {
  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;
  width: 120px !important;
  height: auto !important;
}

/* Force is-center to show buttons on sides */
.quantity-section .el-input-number.is-center .el-input-number__decrease,
.quantity-section .el-input-number.is-center .el-input-number__increase {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Decrease button (minus) - Match cart .qty-btn */
.quantity-section .el-input-number__decrease {
  position: relative !important;
  inset: auto !important;
  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;
}

/* Input wrapper - Match cart .qty-num */
.quantity-section .el-input-number .el-input__wrapper {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  border: none !important;
  width: 36px !important;
  min-width: 36px !important;
  max-width: 36px !important;
  flex: 0 0 36px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.quantity-section .el-input-number .el-input__inner {
  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;
  width: 100% !important;
  text-align: center !important;
  user-select: none !important;
  display: inline-block !important;
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1 !important;
}

/* Increase button (plus) - Match cart .qty-btn */
.quantity-section .el-input-number__increase {
  position: relative !important;
  inset: auto !important;
  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;
}

/* Button hover states - Match cart */
.quantity-section .el-input-number__decrease:hover,
.quantity-section .el-input-number__increase:hover {
  background: #000000 !important;
  color: #ffffff !important;
}

/* Button active states - Match cart */
.quantity-section .el-input-number__decrease:active,
.quantity-section .el-input-number__increase:active {
  transform: scale(0.95) !important;
}

/* Disabled state */
.quantity-section .el-input-number__decrease.is-disabled,
.quantity-section .el-input-number__increase.is-disabled {
  color: #cbd5e1 !important;
  cursor: not-allowed !important;
  opacity: 0.5 !important;
}

/* Icon styling */
.quantity-section .el-input-number__decrease .el-icon,
.quantity-section .el-input-number__increase .el-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  font-size: 14px !important;
}

.quantity-section .el-input-number__decrease .el-icon svg,
.quantity-section .el-input-number__increase .el-icon svg {
  width: 14px !important;
  height: 14px !important;
  display: block !important;
}

/* Not Available Tag */
.not-available-tag {
  padding: 10px 20px !important;
  border-radius: 24px !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

/* Mobile Responsive */
@media (max-width: 767px) {
  /* Menu item card - more compact on mobile */
  .menu-item-card {
    margin-bottom: 12px !important;
    border-radius: 12px !important;
  }

  .menu-item-content {
    flex-direction: column;
    gap: 12px;
    padding: 12px !important;
  }

  .menu-item-image {
    width: 100%;
    order: -1; /* Image always first */
  }

  .menu-item-image .image-container {
    height: 180px;
    border-radius: 8px;
  }

  .menu-item-image .food-image {
    border-radius: 8px;
  }

  /* Item details - better mobile spacing */
  .item-name {
    font-size: 15px !important;
  }

  .item-description {
    font-size: 13px !important;
    -webkit-line-clamp: 3;
    margin: 6px 0 !important;
  }

  /* Actions section */
  .menu-item-actions {
    padding-left: 0 !important;
    border-left: none !important;
    border-top: 1px solid #f1f5f9;
    padding-top: 12px !important;
    width: 100%;
  }

  /* Quantity controls - larger touch targets */
  .qty-controls {
    width: 100% !important;
  }

  .qty-btn {
    width: 44px !important;
    height: 44px !important;
    font-size: 20px !important;
  }

  .qty-num {
    font-size: 16px !important;
    min-width: 50px !important;
  }

  /* Add to cart button - full width on mobile */
  .add-to-cart-btn,
  .quick-add-btn,
  .view-item-btn,
  .customize-btn {
    width: 100% !important;
    min-width: 100% !important;
    padding: 14px 20px !important;
    font-size: 15px !important;
    border-radius: 10px !important;
    height: auto !important;
  }

  .add-to-cart-btn .el-icon,
  .quick-add-btn .el-icon,
  .view-item-btn .el-icon,
  .customize-btn .el-icon {
    font-size: 18px !important;
  }

  /* Pricing section - better mobile layout */
  .pricing-section {
    margin-top: 8px !important;
  }

  .starting-price,
  .price-tag {
    font-size: 16px !important;
  }

  /* Size selector - stack vertically on mobile */
  .size-selector {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
  }

  .size-option {
    width: 100% !important;
  }

  /* Promo tags - smaller on mobile */
  .promo-tag {
    font-size: 12px !important;
    padding: 6px 12px !important;
  }

  /* Dish indicators - smaller */
  .dish-avatar {
    width: 24px !important;
    height: 24px !important;
  }

  /* Category headers - better mobile spacing */
  .accordion-category-header {
    padding: 4px 0 !important;
  }

  .accordion-category-title {
    font-size: 18px !important;
  }

  /* Dialog adjustments for mobile */
  .el-dialog {
    width: 95% !important;
    margin: 20px auto !important;
  }

  .el-dialog__header {
    padding: 20px 16px 16px 16px !important;
  }

  .el-dialog__title {
    font-size: 20px !important;
  }

  .el-dialog__body {
    padding: 16px !important;
  }

  /* Promotions banner - mobile optimization */
  .promotions-banner:has(.d-flex) {
    padding: 14px 20px;
    margin-top: 16px;
  }

  .promotions-banner .d-flex p {
    font-size: 14px;
  }

  .promotions-banner .d-flex a.text-green {
    font-size: 11px;
    padding: 5px 12px;
  }

  .promotions-banner:has(.d-flex)::before {
    font-size: 80px;
    top: -10px;
    right: 10px;
  }
}

.section-menu .list-item-rows:hover,
.list-item-rows.hover01:hover,
.list-item-rows:hover {
  border-color: #cbd5e1 !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08) !important;
  transform: translateY(-2px) !important;
}

/* Fix Bootstrap row margins inside menu items */
.list-item-rows .row {
  margin: 0 !important;
}

.list-item-rows .col-9,
.list-item-rows .col-3 {
  padding: 0 !important;
}

.list-item-rows .col-9 {
  padding-right: 12px !important;
}

/* Menu Item Title */
.section-menu .list-item-rows h6,
.list-item-rows.hover01 h6,
.list-item-rows h6 {
  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;
  margin: 0 0 6px 0 !important;
  line-height: 1.3 !important;
}

/* Menu Item Description */
.section-menu .list-item-rows p,
.list-item-rows.hover01 p,
.list-item-rows p {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif !important;
  font-size: 13px !important;
  color: #64748b !important;
  line-height: 1.5 !important;
  margin: 0 0 8px 0 !important;
}

/* Menu Item Image */
.section-menu .item-image-preview,
.item-image-preview {
  border-radius: 12px !important;
  overflow: hidden !important;
}

.section-menu .item-image-preview .el-image,
.item-image-preview .el-image {
  border-radius: 12px !important;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.section-menu .list-item-rows:hover .item-image-preview .el-image,
.list-item-rows:hover .item-image-preview .el-image {
  transform: scale(1.05) !important;
}

/* Price Display */
.section-menu .list-item-rows .prices,
.list-item-rows .prices {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #1e293b !important;
}

/* Button Group for Sizes */
.list-item-rows .btn-group,
.list-item-rows.hover01 .btn-group {
  margin-top: 10px !important;
}

.list-item-rows .btn-group label,
.list-item-rows.hover01 .btn-group label {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  padding: 6px 12px !important;
  border-radius: 8px !important;
  background: #f1f5f9 !important;
  color: #475569 !important;
  border: 1px solid #e2e8f0 !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  margin-right: 6px !important;
}

.list-item-rows .btn-group label:hover,
.list-item-rows.hover01 .btn-group label:hover {
  background: #e2e8f0 !important;
  border-color: #cbd5e1 !important;
}

.list-item-rows .btn-group label.active,
.list-item-rows.hover01 .btn-group label.active {
  background: linear-gradient(135deg, #ff6b35 0%, #f51359 100%) !important;
  color: #ffffff !important;
  border-color: transparent !important;
  box-shadow: 0 4px 12px rgba(245, 19, 89, 0.3) !important;
}

/* Add to Cart Button */
.quantity-add-cart {
  width: 44px;
  height: 44px;
  border-radius: 12px !important;
  background: linear-gradient(135deg, #ff6b35 0%, #f51359 100%);
  border: none;
  color: #ffffff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(245, 19, 89, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.quantity-add-cart:hover {
  box-shadow: 0 8px 20px rgba(245, 19, 89, 0.4);
  transform: translateY(-2px) scale(1.05);
}

.quantity-add-cart i {
  font-size: 20px;
  line-height: 1;
}

/* Quantity Controls */
.quantity-parent {
  width: 100%;
}

.quantity {
  background: linear-gradient(135deg, #ff6b35 0%, #f51359 100%);
  border-radius: 12px;
  padding: 8px 12px;
  box-shadow: 0 4px 12px rgba(245, 19, 89, 0.3);
}

.quantity .qty {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  min-width: 32px;
  text-align: center;
}

.quantity .qty-btn {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
}

.quantity .qty-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

.quantity .qty-btn i {
  font-size: 16px;
  line-height: 1;
}

/* Fixed Button Position */
.button-fixed-buttom {
  bottom: 8px;
  right: 8px;
  z-index: 10;
}

/* Not Available Badge */
.button-fixed-buttom .badge {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 10px;
  background: #f1f5f9;
  color: #64748b;
}

/* Promo Tags */
.list-item-rows .el-tag {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

/* Category Section Titles */
.section-menu section h5 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #e2e8f0;
}

/* Category Description */
.section-menu section > p {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  color: #64748b;
  margin-bottom: 20px;
}

/* Mobile Responsive */
@media (max-width: 767px) {
  .list-item-rows {
    padding: 12px !important;
    margin-bottom: 12px !important;
  }

  .list-item-rows h6 {
    font-size: 15px;
  }

  .list-item-rows p {
    font-size: 13px;
  }

  .item-image-preview .el-image {
    height: 120px !important;
  }

  .quantity-add-cart {
    width: 40px;
    height: 40px;
  }

  .quantity {
    padding: 6px 10px;
  }

  .quantity .qty {
    font-size: 14px;
    min-width: 28px;
  }

  .quantity .qty-btn {
    width: 26px;
    height: 26px;
  }

  .section-menu section h5 {
    font-size: 18px;
  }
}

/* ====================================== */

/* ======================================
   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 Header - Enhanced only on checkout page */
.container-fluid.page-grey .col-lg-4 .cart-header {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border-bottom: 2px solid #e2e8f0;
  padding: 12px 16px !important;
}

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

.container-fluid.page-grey .col-lg-4 .cart-title {
  font-size: 18px !important;
  font-weight: 800 !important;
  color: #0f172a;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, #0f172a 0%, #334155 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0 0 8px 0 !important;
}

.container-fluid.page-grey .col-lg-4 .cart-subtitle {
  font-size: 13px !important;
  margin-bottom: 0 !important;
}

.container-fluid.page-grey .col-lg-4 .cart-header .d-flex {
  margin-bottom: 0 !important;
}

.container-fluid.page-grey .col-lg-4 .cart-header .mb-2 {
  margin-bottom: 0 !important;
}

.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;
}

/* Section cart wrapper on checkout page - only for scrollable items area */
.container-fluid.page-grey .col-lg-4 .sticky-cart .section-cart {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}

/* Cart header - Fixed at top */
.container-fluid.page-grey .col-lg-4 .sticky-cart .cart-header {
  flex-shrink: 0;
}

/* Cart items container - Enhanced only on checkout page - Scrollable middle section */
.container-fluid.page-grey .col-lg-4 .sticky-cart .cart-items-container {
  background: #f8fafc;
  padding: 12px;
  max-height: none;
  overflow-y: auto;
  overflow-x: hidden;
  flex: 1 1 auto;
  min-height: 0;
}

.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;
}

/* 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 line - Enhanced only on checkout page */
.container-fluid.page-grey .col-lg-4 .sticky-cart .cart-line {
  padding: 10px;
  margin-bottom: 8px;
  border: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #ffffff;
  transition: all 0.3s ease;
}

.container-fluid.page-grey .col-lg-4 .sticky-cart .cart-line:hover {
  border-color: #cbd5e1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transform: translateY(-1px);
}

.container-fluid.page-grey .col-lg-4 .sticky-cart .cart-line:last-child {
  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;
}

/* Cart Addons - Enhanced only on checkout page */
.container-fluid.page-grey .col-lg-4 .sticky-cart .cart-addons {
  padding: 10px;
  background: linear-gradient(135deg, #fff5f8 0%, #fef2f2 100%);
  border-radius: 8px;
  border-left: 3px solid #f51359;
}

.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 styling - Enhanced only on checkout page */
.container-fluid.page-grey .col-lg-4 .sticky-cart .addon-title {
  font-weight: 700;
  color: #be123c;
  margin-bottom: 6px;
  letter-spacing: 0.5px;
}

.container-fluid.page-grey .col-lg-4 .sticky-cart .addon-line {
  color: #881337;
}

.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;
}

/* Cart Summary - Enhanced only on checkout page */
.container-fluid.page-grey .col-lg-4 .sticky-cart .cart-summary {
  flex-shrink: 0 !important;
  padding: 16px !important;
  margin: 0 !important;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border-top: 1px solid #e2e8f0;
  border-radius: 0;
}

.container-fluid.page-grey .col-lg-4 .sticky-cart .cart-summary h6 {
  font-size: 17px;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.01em;
}

/* 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;
}

/* Checkout Button - Enhanced only on checkout page */
.container-fluid.page-grey .col-lg-4 .sticky-cart .btn-green {
  flex-shrink: 0;
  background: #3ecf8e;
  padding: 14px 20px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 6px 20px rgba(62, 207, 142, 0.35);
  letter-spacing: -0.01em;
  margin: 0 16px 16px 16px !important;
  width: calc(100% - 32px) !important;
  max-width: calc(100% - 32px) !important;
}

.container-fluid.page-grey .col-lg-4 .sticky-cart .btn-green:hover {
  background: #36c07f;
  box-shadow: 0 8px 24px rgba(62, 207, 142, 0.45);
  transform: translateY(-2px);
  color: #ffffff;
}

/* Alert messages below button - Fixed at bottom */
.container-fluid.page-grey .col-lg-4 .sticky-cart .alert {
  flex-shrink: 0;
  margin: 0 16px 16px 16px !important;
}

.container-fluid.page-grey .col-lg-4 .sticky-cart .btn-green:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(62, 207, 142, 0.3);
}

.container-fluid.page-grey .col-lg-4 .sticky-cart .btn-green:disabled,
.container-fluid.page-grey .col-lg-4 .sticky-cart .btn-green.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
  box-shadow: 0 2px 8px rgba(62, 207, 142, 0.2);
}

/* 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;
}

/* Homepage Search Hero */
#vm_home_search,
#vm_home_search_location {
  position: relative;
}

#main-search-banner {
  position: relative;
  min-height: 480px;
  padding: 64px 16px 72px;
  background: linear-gradient(
      120deg,
      rgba(255, 255, 255, 0.78) 0%,
      rgba(255, 255, 255, 0.45) 45%,
      rgba(255, 255, 255, 0.08) 100%
    ),
    url("../images/full-header.png") center center / cover no-repeat;
  border-bottom: 1px solid #e2e8f0;
  overflow: hidden;
}

#main-search-banner::before {
  content: "";
  position: absolute;
  top: -160px;
  right: -140px;
  width: 460px;
  height: 460px;
  background: radial-gradient(circle, rgba(245, 19, 89, 0.22), transparent 60%);
  pointer-events: none;
}

#main-search-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.35) 0%,
    rgba(255, 255, 255, 0.12) 55%,
    rgba(255, 255, 255, 0) 100%
  );
  pointer-events: none;
}

#main-search-banner .banner-center {
  position: relative;
  width: 100%;
  max-width: 780px;
  z-index: 1;
}

.home-title,
#main-search-banner h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.home-search-wrap {
  width: 100%;
  max-width: 560px;
  margin: 20px auto 0;
}

#main-search-banner .home-search-wrap > .d-flex {
  gap: 12px;
  align-items: center;
}

#main-search-banner .search-geocomplete {
  background: transparent;
  border-radius: 18px;
  flex: 1 1 auto;
  min-width: 0;
}

#main-search-banner .search-geocomplete.width_87 {
  width: auto !important;
}

#main-search-banner .search-geocomplete .el-input__wrapper {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 18px;
  min-height: 52px;
  padding: 6px 16px;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.12);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

#main-search-banner .search-geocomplete .el-input__wrapper.is-focus {
  border-color: rgba(245, 19, 89, 0.35);
  box-shadow: 0 0 0 4px rgba(245, 19, 89, 0.12),
    0 18px 36px rgba(15, 23, 42, 0.14);
}

#main-search-banner .search-geocomplete .el-input__inner {
  font-size: 16px;
  color: #0f172a;
  height: 44px;
}

#main-search-banner .search-geocomplete .el-input__inner::placeholder {
  color: #64748b;
}

#main-search-banner .flex-enabled-locate {
  display: flex;
  align-items: center;
}

#main-search-banner .flex-enabled-locate .btn-green {
  margin: 0;
  height: 52px;
  padding: 0 20px;
  border-radius: 14px;
  box-shadow: 0 12px 24px rgba(62, 207, 142, 0.25);
}

#vm_home_search .inputs-box-grey,
#vm_home_search_location .inputs-box-grey {
  width: 100%;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 14px 16px 14px 44px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.1);
}

#vm_home_search .inputs-box-grey:focus,
#vm_home_search_location .inputs-box-grey:focus {
  box-shadow: 0 0 0 3px rgba(245, 19, 89, 0.2),
    0 12px 30px rgba(15, 23, 42, 0.12);
}

#vm_home_search .search-geocomplete-results,
#vm_home_search_location .search-geocomplete-results {
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.12);
  overflow: hidden;
}

.mobile-home-banner {
  height: 220px;
  background: url("../images/full-header.png") center center / cover no-repeat;
  border-bottom: 1px solid #e2e8f0;
  position: relative;
  overflow: hidden;
}

.mobile-home-banner::before {
  content: "";
  position: absolute;
  bottom: -80px;
  left: -60px;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(245, 19, 89, 0.18), transparent 60%);
  pointer-events: none;
}

@media (max-width: 991px) {
  #main-search-banner {
    min-height: auto;
    padding: 24px 16px 12px;
    background: none;
    border-bottom: none;
  }

  #main-search-banner::before,
  #main-search-banner::after {
    content: none;
  }

  .home-title,
  #main-search-banner h2 {
    font-size: 26px;
  }
}

@media (max-width: 575px) {
  .mobile-home-banner {
    height: 160px;
  }

  .home-title,
  #main-search-banner h2 {
    font-size: 22px;
  }

  #vm_home_search .inputs-box-grey,
  #vm_home_search_location .inputs-box-grey {
    padding: 12px 14px 12px 40px;
  }
}

@media (min-width: 576px) {
  #main-search-banner .flex-enabled-locate {
    margin-left: 12px;
  }
}

/* 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 */

/* ============================================
   CUISINE CAROUSEL - Premium Modern Design
   ============================================ */

.swiperCuisine .swiper-slide {
  padding: 0;
  height: auto;
  border-radius: 16px;
  background: #ffffff;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  overflow: hidden;
  position: relative;
}

.swiperCuisine .swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  border: 2px solid transparent;
  pointer-events: none;
  transition: border-color 0.25s ease;
  z-index: 2;
}

.swiperCuisine .swiper-slide:hover::after,
.swiperCuisine .swiper-slide:focus-within::after {
  border-color: rgba(245, 19, 89, 0.55);
}

.swiperCuisine .el-links {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  border: none;
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
  overflow: visible;
  text-decoration: none;
}

.swiperCuisine .el-links > div:first-child {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 0;
  overflow: hidden;
  background: #f8fafc;
}

.swiperCuisine .el-links > div:first-child img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: #ffffff;
  border-radius: 0 !important;
}

/* Premium hover effects */
.swiperCuisine .el-links:hover {
  box-shadow: none;
  text-decoration: none;
}

.swiperCuisine .el-links:focus,
.swiperCuisine .el-links:focus-visible {
  box-shadow: none;
}

/* Image with premium effects */
.swiperCuisine .el-links img.rounded-circle {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
  border-radius: 0 !important;
  box-shadow: none;
  transition: transform 0.35s ease, box-shadow 0.35s ease,
    border-color 0.35s ease;
  position: relative;
  z-index: 2;
  background: #fff;
}

/* Pulsing glow ring on hover */
.swiperCuisine .el-links:hover img.rounded-circle {
  transform: scale(1.04);
  box-shadow: none;
  border-color: rgba(245, 19, 89, 0.18);
}

/* Cuisine name with better typography */
.swiperCuisine .el-links .truncate {
  margin-top: 0;
  color: #1f2937;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  transition: color 0.3s ease, transform 0.3s ease;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  align-self: stretch;
  padding: 10px 12px 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
}

.swiperCuisine .el-links:hover .truncate {
  color: #f51359;
  transform: scale(1.02);
}

/* Premium Navigation Buttons */
.swiperCuisine .swiper-button-next,
.swiperCuisine .swiper-button-prev {
  width: 44px;
  height: 44px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.12);
  border: 1px solid rgba(15, 23, 42, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease,
    background 0.3s ease, border-color 0.3s ease;
}

.swiperCuisine .swiper-button-next:hover,
.swiperCuisine .swiper-button-prev:hover {
  background: #f51359;
  box-shadow: 0 10px 24px rgba(245, 19, 89, 0.35);
  transform: scale(1.08);
  border-color: rgba(245, 19, 89, 0.2);
}

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

.swiperCuisine .swiper-button-next:hover:after,
.swiperCuisine .swiper-button-prev:hover:after {
  color: white;
  transform: scale(1.2);
}

/* Active/pressed state */
.swiperCuisine .swiper-button-next:active,
.swiperCuisine .swiper-button-prev:active {
  transform: scale(0.95);
}

/* Mobile responsive - Touch optimized */
@media (max-width: 991px) {
  .swiperCuisine .swiper-slide {
    padding: 10px;
  }

  .swiperCuisine .el-links {
    padding: 20px 16px;
  }

  .swiperCuisine .el-links img.rounded-circle {
    aspect-ratio: 4 / 3;
  }

  .swiperCuisine .el-links .truncate {
    font-size: 14px;
    max-width: 100px;
  }
}

@media (max-width: 768px) {
  .swiperCuisine .swiper-slide {
    padding: 8px;
  }

  .swiperCuisine .el-links {
    padding: 18px 14px;
    border-radius: 16px;
  }

  .swiperCuisine .el-links img.rounded-circle {
    aspect-ratio: 4 / 3;
  }

  .swiperCuisine .el-links .truncate {
    font-size: 13px;
    max-width: 92px;
  }

  .swiperCuisine .swiper-button-next,
  .swiperCuisine .swiper-button-prev {
    width: 38px;
    height: 38px;
  }

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

@media (max-width: 576px) {
  .swiperCuisine .swiper-slide {
    padding: 6px;
  }

  .swiperCuisine .el-links {
    padding: 16px 12px;
    border-radius: 14px;
  }

  .swiperCuisine .el-links img.rounded-circle {
    aspect-ratio: 4 / 3;
  }

  .swiperCuisine .el-links .truncate {
    font-size: 12px;
    max-width: 82px;
  }

  .swiperCuisine .swiper-button-next,
  .swiperCuisine .swiper-button-prev {
    width: 34px;
    height: 34px;
  }

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

@media (max-width: 480px) {
  .swiperCuisine .el-links {
    padding: 14px 10px;
  }

  .swiperCuisine .el-links img.rounded-circle {
    aspect-ratio: 4 / 3;
  }

  .swiperCuisine .el-links .truncate {
    font-size: 11px;
    max-width: 74px;
  }
}
/* END CUISINE SECTION */

/* ============================================
   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%;
  }
}

/* Restaurant list container improvements */
#vue-feed .row.no-gutters {
  margin: -6px;
}

#vue-feed .row.no-gutters > [class*='col-'] {
  padding: 6px;
}

/* 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: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;
  }
}

/* Fastest Delivery Section - Minimal */
.section-fast-delivery {
  background: #f8fafc;
  padding: 20px 0;
  margin: 20px 0;
  border-radius: 12px;
  position: relative;
  border: 1px solid #e2e8f0;
}

.section-fast-delivery .row {
  position: relative;
}

.section-fast-delivery .rider {
  max-width: 100px;
  height: auto;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.section-fast-delivery .rider.mirror {
  transform: scaleX(-1);
}

.section-fast-delivery .rider:hover {
  opacity: 1;
}

.section-fast-delivery h5 {
  font-size: 11px;
  font-weight: 700;
  color: #f51359;
  margin-bottom: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

.section-fast-delivery h5::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 30px;
  height: 2px;
  background: linear-gradient(90deg, #f51359 0%, transparent 100%);
}

.section-fast-delivery h1 {
  font-size: 22px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 8px;
  letter-spacing: -0.03em;
  line-height: 1.2;
  background: linear-gradient(135deg, #0f172a 0%, #334155 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section-fast-delivery p {
  font-size: 13px;
  color: #64748b;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
}

/* Mobile view for fast delivery - Minimal */
.section-fast-delivery-mobile {
  height: 140px;
  background: #f8fafc;
  background-image: url("../images/rider-left.png"), url("../images/rider-right.png");
  background-position: left bottom, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 18%, 18%;
  border-radius: 12px;
  margin: 20px 0;
  position: relative;
  border: 1px solid #e2e8f0;
}

.section-fast-delivery-mobile h5 {
  font-size: 10px;
  font-weight: 700;
  color: #f51359;
  margin-bottom: 6px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-fast-delivery-mobile h1 {
  font-size: 17px;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin-bottom: 6px;
  background: linear-gradient(135deg, #0f172a 0%, #334155 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section-fast-delivery-mobile p {
  font-size: 12px;
  color: #64748b;
  font-weight: 500;
  margin-bottom: 8px;
}

/* Responsive for Fastest Delivery */
@media (max-width: 992px) {
  .section-fast-delivery {
    padding: 18px 0;
    margin: 18px 0;
  }

  .section-fast-delivery .rider {
    max-width: 90px;
  }

  .section-fast-delivery h1 {
    font-size: 18px;
  }

  .section-fast-delivery h5 {
    font-size: 10px;
  }

  .section-fast-delivery p {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .section-fast-delivery-mobile {
    height: 130px;
    background-size: 19%, 19%;
    margin: 18px 0;
  }

  .section-fast-delivery-mobile h1 {
    font-size: 15px;
  }

  .section-fast-delivery-mobile h5 {
    font-size: 9px;
  }

  .section-fast-delivery-mobile p {
    font-size: 11px;
  }
}

@media (max-width: 576px) {
  .section-fast-delivery-mobile {
    height: 120px;
    background-size: 20%, 20%;
  }

  .section-fast-delivery-mobile h1 {
    font-size: 14px;
  }

  .section-fast-delivery-mobile h5 {
    font-size: 9px;
  }

  .section-fast-delivery-mobile p {
    font-size: 11px;
  }
}

/* Best Seller Restaurants Section */
#vue-home-widgets {
  margin: 40px auto;
  padding: 24px 15px 0;
}

#vue-home-widgets h3,
#vue-home-widgets .section-title {
  font-size: 20px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 20px;
  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;
}

#vue-home-widgets h3::after,
#vue-home-widgets .section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, #f51359 0%, transparent 100%);
}

/* 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: 2px;
}

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

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

/* Cuisine Text */
.swiper-cuisine {
  font-size: 13px;
  color: #64748b;
  line-height: 1.4;
  margin-bottom: 8px !important;
  font-weight: 400 !important;
}

/* Metadata (Rating & Time) */
.swiper-meta {
  font-size: 12.5px;
  color: #334155;
  margin-top: auto;
  padding-top: 8px;
  gap: 16px;
  border-top: 1px solid #f1f5f9;
}

.swiper-rating,
.swiper-time {
  font-size: 12.5px;
  font-weight: 600;
  color: #334155;
  gap: 4px;
}

.swiper-rating i,
.swiper-time i {
  font-size: 13px;
}

.swiper-rating .fa-star.gold-color {
  color: #fbbf24 !important;
}

.swiper-time i {
  color: #64748b;
}

/* Next Opening Badge */
.swiper-next-opening {
  font-size: 12px;
  font-weight: 600;
  color: #f51359;
  padding: 6px 12px;
  border-radius: 8px;
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
  border: 1px solid #fecaca;
  display: inline-block;
  margin-bottom: 8px !important;
}

/* Navigation Buttons for Restaurant Swiper */
.swiperResto .swiper-button-next,
.swiperResto .swiper-button-prev {
  width: 44px;
  height: 44px;
  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: 16px;
  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 */

/* ============================================
   CHECKOUT PAGE STYLING
   ============================================ */

/* Checkout Page Container */
.page-grey {
  background: #f8fafc;
  min-height: 100vh;
  padding: 30px 0 100px 0;
}

/* Adjust checkout page column widths for better cart visibility */
.page-grey .row > .col-lg-8 {
  flex: 0 0 60%;
  max-width: 60%;
}

.page-grey .row > .col-lg-4 {
  flex: 0 0 40%;
  max-width: 40%;
  align-self: flex-start;
}

@media (max-width: 991px) {
  .page-grey .row > .col-lg-8,
  .page-grey .row > .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Section Headers with Badge Numbers */
.row.mb-3 .badge.badge-dark.rounded-pill {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f51359 0%, #e01050 100%);
  border: none;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(245, 19, 89, 0.25);
}

.row.mb-3 .section-title {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -0.01em;
}

/* Chevron Section - Base Styling */
.chevron-section {
  padding: 16px 20px;
  font-size: 14px;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  min-height: 70px;
  position: relative;
  background: #ffffff;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.chevron-section:hover {
  border-color: #f51359;
  box-shadow: 0 4px 16px rgba(245, 19, 89, 0.12);
  transform: translateY(-2px);
}

.chevron-section.medium {
  min-height: 60px;
  padding: 14px 18px;
}

/* Chevron Section Icons */
.chevron-section .flexcol i {
  font-size: 24px;
  color: #64748b;
  transition: color 0.3s ease;
}

.chevron-section:hover .flexcol i {
  color: #f51359;
}

/* Transaction & Promo Sections */
.transaction-section,
.promo-section {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border: 2px solid #e2e8f0;
}

.transaction-section:hover,
.promo-section:hover {
  border-color: #f51359;
  background: linear-gradient(135deg, #fff5f8 0%, #ffffff 100%);
}

.transaction-section .flexcol span,
.promo-section .flexcol span {
  font-weight: 600;
  font-size: 15px;
  color: #0f172a;
}

.transaction-section .flexcol p,
.promo-section .flexcol p {
  font-size: 13px;
  color: #64748b;
  line-height: 1.5;
}

/* Selected State */
.chevron-section.selected {
  background: linear-gradient(135deg, #fff5f8 0%, #ffffff 100%);
  border-color: #f51359;
  box-shadow: 0 4px 16px rgba(245, 19, 89, 0.15);
}

.chevron-section.selected .flexcol i {
  color: #f51359;
}

/* Chevron Arrow */
a.chevron-section::after {
  font: normal normal normal 20px/1 'Material-Design-Iconic-Font';
  font-size: 1.5rem;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  content: '\f2fb';
  color: #94a3b8;
  transition: all 0.3s ease;
}

a.chevron-section:hover::after {
  color: #f51359;
  right: 16px;
}

a.chevron-section.no-arrow:after {
  content: '';
}

/* Payment Logo Wrapper */
.chevron-section .payment-logo-wrap {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8fafc;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}

.chevron-section:hover .payment-logo-wrap {
  background: #fff5f8;
  border-color: #fecaca;
}

.chevron-section .payment-logo-wrap i {
  font-size: 20px;
}

.chevron-section .payment-logo-wrap img {
  max-width: 30px;
  max-height: 30px;
}

/* Payment Method Text */
.chevron-section .flexcol span {
  font-weight: 600;
  font-size: 14px;
  color: #0f172a;
}

.chevron-section .flexcol .text-grey {
  font-size: 12px;
  color: #94a3b8;
}

/* Cards */
.card {
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  background: #ffffff;
  overflow: hidden;
}

.card-body {
  padding: 24px;
}

/* Divider */
.divider {
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #e2e8f0 50%, transparent 100%);
  margin: 0;
}

/* Right Side Cart Summary */
/* Sticky position only on checkout page */
.container-fluid.page-grey .col-lg-4 .sticky-cart {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  bottom: 20px;
  max-height: calc(100vh - 40px);
  overflow: visible;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
}

.container-fluid.page-grey .col-lg-4 .sticky-cart .card {
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  max-height: 100%;
}

/* Restaurant Info Section - Compact & Beautiful */
.container-fluid.page-grey .col-lg-4 .sticky-cart .card-body.pb-3 {
  padding: 14px 16px !important;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
}

/* Hide cuisine badge in cart */
.container-fluid.page-grey .col-lg-4 .sticky-cart .items .badge {
  display: none !important;
}

.container-fluid.page-grey .col-lg-4 .sticky-cart .items {
  gap: 10px;
  align-items: center;
}

.container-fluid.page-grey .col-lg-4 .sticky-cart .items .el-image {
  width: 45px !important;
  height: 45px !important;
  border: 2px solid #e2e8f0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.container-fluid.page-grey .col-lg-4 .sticky-cart .items h5 {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  margin-bottom: 4px !important;
  line-height: 1.3 !important;
  letter-spacing: -0.01em;
}

.container-fluid.page-grey .col-lg-4 .sticky-cart .items h5:hover {
  color: #f51359 !important;
}

.container-fluid.page-grey .col-lg-4 .sticky-cart .items p {
  font-size: 12px !important;
  color: #64748b !important;
  line-height: 1.3 !important;
  margin: 0 !important;
}

.container-fluid.page-grey .col-lg-4 .sticky-cart .items .flex-fill {
  padding-left: 0 !important;
}

/* Section Titles */
h5.mb-3 {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 16px !important;
  letter-spacing: -0.01em;
}

/* Input Fields */
.form-control-text {
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 14px;
  transition: all 0.3s ease;
  background: #ffffff;
}

.form-control-text:focus {
  border-color: #f51359;
  box-shadow: 0 0 0 3px rgba(245, 19, 89, 0.1);
  outline: none;
}

/* Buttons in Checkout */
.btn-green {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  border: none;
  color: white;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.25);
}

.btn-green:hover {
  background: linear-gradient(135deg, #059669 0%, #047857 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(16, 185, 129, 0.35);
  color: white;
}

.btn-outline-primary {
  border: 2px solid #f51359;
  color: #f51359;
  background: transparent;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.btn-outline-primary:hover {
  background: #f51359;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(245, 19, 89, 0.25);
}

/* Tips Section */
.btn-group-toggle .btn {
  border: 2px solid #e2e8f0;
  background: #ffffff;
  color: #475569;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 10px;
  margin-right: 8px;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}

.btn-group-toggle .btn:hover {
  border-color: #f51359;
  color: #f51359;
}

.btn-group-toggle .btn.active {
  background: linear-gradient(135deg, #f51359 0%, #e01050 100%);
  border-color: #f51359;
  color: white;
  box-shadow: 0 4px 12px rgba(245, 19, 89, 0.25);
}

/* Alert Messages */
.alert-warning {
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
  border: 1px solid #fbbf24;
  border-radius: 10px;
  color: #78350f;
  padding: 12px 16px;
  font-size: 13px;
  margin-top: 8px !important;
}

.alert-danger {
  background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
  border: 1px solid #f87171;
  border-radius: 10px;
  color: #991b1b;
  padding: 12px 16px;
  font-size: 13px;
}

/* Custom Switch */
.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #f51359;
  border-color: #f51359;
}

/* Dropdown Menu */
.dropdown-menu {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  padding: 8px;
  z-index: 3000;
}

.dropdown-item {
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 14px;
  color: #475569;
  transition: all 0.2s ease;
}

.dropdown-item:hover {
  background: #f8fafc;
  color: #f51359;
}

/* Rounded Button Icon */
.rounded-button-icon {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f8fafc;
  border-radius: 50%;
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
}

.rounded-button-icon:hover {
  background: #fff5f8;
  border-color: #fecaca;
}

.rounded-button-icon i {
  color: #64748b;
  font-size: 18px;
}

.rounded-button-icon:hover i {
  color: #f51359;
}

/* Text Colors */
.text-success {
  color: #10b981 !important;
  font-weight: 600;
}

.text-muted {
  color: #64748b !important;
}

.text-danger {
  color: #ef4444 !important;
}

.text-grey {
  color: #94a3b8 !important;
}

/* Font Sizes */
.font11 {
  font-size: 11px;
}

/* Bold Text */
.bold {
  font-weight: 700;
}

/* Skeleton Loading */
.skeleton-cart-item {
  padding: 16px;
  background: #f8fafc;
  border-radius: 10px;
  margin-bottom: 12px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-grey {
    padding: 20px 0;
  }

  .card-body {
    padding: 20px;
  }

  .sticky-cart {
    position: relative;
    top: 0;
  }

  .chevron-section {
    padding: 14px 16px;
  }

  .row.mb-3 .badge.badge-dark.rounded-pill {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }

  .row.mb-3 .section-title {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .card {
    border-radius: 12px;
  }

  .chevron-section {
    padding: 12px 14px;
    min-height: 60px;
  }

  a.chevron-section::after {
    font-size: 1.2rem;
    right: 14px;
  }

  .chevron-section .payment-logo-wrap {
    width: 36px;
    height: 36px;
  }
}

/* Custom Switch Toggle (Utensils, etc) */
.custom-switch.custom-switch-md .custom-control-label{
  padding-left: 56px;
  min-height: 28px;
  cursor: pointer;
}
.custom-switch.custom-switch-md .custom-control-label::before {
  width: 48px;
  height: 28px;
  border-radius: 14px;
  background-color: #e2e8f0;
  border: 2px solid #e2e8f0;
  transition: all 0.3s ease;
  top: 0;
  left: -56px;
}

.custom-switch.custom-switch-md .custom-control-label::after {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #ffffff;
  top: 3px;
  left: -52px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.custom-switch.custom-switch-md .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #3ecf8e;
  border-color: #3ecf8e;
}

.custom-switch.custom-switch-md .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(20px);
  box-shadow: 0 2px 8px rgba(62, 207, 142, 0.3);
}

.chevron-section .custom-switch.custom-switch-md{
  display: inline-flex;
  align-items: center;
}

/* Form Controls Enhancement */
.page-grey .form-control,
.page-grey .custom-select {
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.page-grey .form-control:focus,
.page-grey .custom-select:focus {
  border-color: #f51359;
  box-shadow: 0 0 0 3px rgba(245, 19, 89, 0.1);
}

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

/* Icon Enhancements */
.transaction-section .flexcol i.fa-biking,
.transaction-section .flexcol i.fa-walking,
.transaction-section .flexcol i.fa-chair {
  background: linear-gradient(135deg, #f51359 0%, #ff6b9d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 28px;
  font-weight: 600;
}

.transaction-section:hover .flexcol i.fa-biking,
.transaction-section:hover .flexcol i.fa-walking,
.transaction-section:hover .flexcol i.fa-chair {
  animation: iconPulse 0.6s ease-in-out;
}

@keyframes iconPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.15); }
}

/* Promo Icon Modern Style */
.promo-section .flexcol i.zmdi-label {
  background: linear-gradient(135deg, #f51359 0%, #ff6b9d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 26px;
}

.promo-section:hover .flexcol i.zmdi-label {
  animation: iconRotate 0.6s ease-in-out;
}

@keyframes iconRotate {
  0%, 100% { transform: rotate(0deg) scale(1); }
  30% { transform: rotate(-10deg) scale(1.1); }
  60% { transform: rotate(10deg) scale(1.1); }
}

/* Phone Icon Style */
.promo-section .flexcol i.zmdi-phone {
  background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 26px;
}

/* Gift Icon Style */
.chevron-section .flexcol i.fa-gift {
  background: linear-gradient(135deg, #8b5cf6 0%, #a78bfa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 26px;
}

/* Promo Section Enhanced Content */
.promo-section .flexcol span.bold {
  font-weight: 700;
  color: #0f172a;
  font-size: 15px;
}

.promo-section .flexcol .text-success {
  color: #10b981 !important;
  font-weight: 600;
  font-size: 13px;
}

/* Add visual feedback for clickable elements */
.chevron-section:active {
  transform: translateY(0px);
  box-shadow: 0 2px 8px rgba(245, 19, 89, 0.08);
}

/* Section Badges Modern Style */
.page-grey .badge.badge-dark.rounded-pill {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.2);
}

.page-grey .section-title {
  font-weight: 700;
  color: #0f172a;
  font-size: 18px;
}

/* Tips Button Group Styling */
.page-grey .btn-group-toggle .btn {
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  padding: 10px 20px;
  margin-right: 8px;
  margin-bottom: 8px;
  background: #ffffff;
  color: #64748b;
  font-weight: 600;
  transition: all 0.3s ease;
}

.page-grey .btn-group-toggle .btn:hover {
  border-color: #f51359;
  color: #f51359;
  background: #fff5f8;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(245, 19, 89, 0.15);
}

.page-grey .btn-group-toggle .btn.active {
  border-color: #f51359;
  background: linear-gradient(135deg, #f51359 0%, #ff6b9d 100%);
  color: #ffffff;
  box-shadow: 0 4px 16px rgba(245, 19, 89, 0.25);
}

/* Text Muted Enhancement */
.page-grey .text-muted {
  color: #64748b !important;
}

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

/* Responsive adjustments for badges */
@media (max-width: 991px) {
  .page-grey .badge.badge-dark.rounded-pill {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }

  .page-grey .section-title {
    font-size: 16px;
  }
}

/* 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;
}

/* 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;
  }
}

/* END CHECKOUT PAGE STYLING */

/* Store closed notification */
#vue-schedule-order .container-fluid {
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.closed-container {
  background: linear-gradient(45deg, #1a1a2e, #16213e);
  border-radius: 8px;
  padding: 25px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Stars */
.stars {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.stars::before {
  content: "⋆";
  position: absolute;
  top: 20%;
  left: 10%;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
  text-shadow: 100px 40px 0 rgba(255, 255, 255, 0.6),
    200px 80px 0 rgba(255, 255, 255, 0.6), 50px 120px 0 rgba(255, 255, 255, 0.6),
    150px 160px 0 rgba(255, 255, 255, 0.6),
    250px 200px 0 rgba(255, 255, 255, 0.6),
    300px 100px 0 rgba(255, 255, 255, 0.6),
    350px 150px 0 rgba(255, 255, 255, 0.6),
    400px 50px 0 rgba(255, 255, 255, 0.6),
    450px 180px 0 rgba(255, 255, 255, 0.6),
    500px 120px 0 rgba(255, 255, 255, 0.6),
    550px 160px 0 rgba(255, 255, 255, 0.6),
    600px 90px 0 rgba(255, 255, 255, 0.6);
  animation: twinkle 2s infinite alternate;
}

/* ZZZ Animation */
.zzz {
  position: absolute;
}

/* Right side ZZZ */
.zzz:nth-child(1) {
  right: 50px;
  top: 15px;
}

/* Left side ZZZ */
.zzz:nth-child(2) {
  left: 50px;
  top: 25px;
}

/* Bottom right ZZZ */
.zzz:nth-child(3) {
  right: 150px;
  bottom: 25px;
}

.zzz span {
  position: absolute;
  color: rgba(255, 255, 255, 0.7);
  font-size: 24px;
  font-weight: bold;
  opacity: 0;
}

.zzz span:nth-child(1) {
  animation: sleep 3s infinite 0s;
  right: 0;
}

.zzz span:nth-child(2) {
  animation: sleep 3s infinite 1s;
  right: 25px;
}

.zzz span:nth-child(3) {
  animation: sleep 3s infinite 2s;
  right: 50px;
}

#vue-schedule-order h4 {
  color: #ff6b6b;
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
  text-shadow: 0 2px 4px rgba(255, 107, 107, 0.2);
}

#vue-schedule-order p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 15px;
  font-size: 14px;
}

#vue-schedule-order .font-weight-bold {
  display: inline-block;
  color: #fff;
  background: #4caf50;
  padding: 8px 20px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s;
  border: none;
  font-size: 14px;
  box-shadow: 0 2px 8px rgba(76, 175, 80, 0.3);
  position: relative;
  z-index: 2; /* Make sure button is above animations */
}

#vue-schedule-order .font-weight-bold:hover {
  background: #43a047;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(76, 175, 80, 0.4);
}

/* Animations */
@keyframes twinkle {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

@keyframes sleep {
  0% {
    transform: translateY(0) translateX(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(-20px) translateX(20px);
    opacity: 0;
  }
}

/* Responsive adjustments */
@media (max-width: 1400px) {
  #vue-schedule-order .container-fluid {
    max-width: 1140px;
  }
}

@media (max-width: 1200px) {
  #vue-schedule-order .container-fluid {
    max-width: 960px;
  }
}

@media (max-width: 992px) {
  #vue-schedule-order .container-fluid {
    max-width: 720px;
  }
}

@media (max-width: 768px) {
  #vue-schedule-order .container-fluid {
    max-width: 540px;
  }
}

@media (max-width: 576px) {
  #vue-schedule-order .container-fluid {
    max-width: 100%;
  }
}

.sticky-sidebar {
  position: relative;
  background: #ffffff;
  padding: 0;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  border: 1px solid #f1f5f9;
  max-height: calc(100vh - 48px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* Menu Header with Icon */
.menu-header {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding: 20px 20px 16px 20px;
  border-bottom: 1px solid #f1f5f9;
  background: #fafbfc;
}

.menu-header svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  color: #1e293b;
}

.menu-header h5 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1e293b;
  margin: 0;
  letter-spacing: -0.01em;
}

/* Category List */
.menu-category {
  padding: 8px;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #e2e8f0 transparent;
}

.menu-category::-webkit-scrollbar {
  width: 4px;
}

.menu-category::-webkit-scrollbar-track {
  background: transparent;
}

.menu-category::-webkit-scrollbar-thumb {
  background: #e2e8f0;
  border-radius: 2px;
}

.menu-category::-webkit-scrollbar-thumb:hover {
  background: #cbd5e1;
}

.menu-category li {
  margin-bottom: 4px;
  list-style: none;
}

.menu-category .nav-link {
  display: block;
  padding: 10px 12px;
  color: #64748b;
  border-radius: 8px;
  transition: all 0.15s ease;
  background-color: transparent;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
}

.menu-category .nav-link:hover {
  background-color: #f8fafc;
  color: #1e293b;
  border-color: #e2e8f0;
}

.menu-category .nav-link.active {
  background-color: #000000;
  color: #ffffff;
  font-weight: 600;
  border-color: #000000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

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

.menu-item-description {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 1px 2px 1px 2px;
  border-radius: 4px;
  overflow: hidden;
  text-overflow: ellipsis;

  white-space: normal;
}

/* External CSS */
.quantity-container {
  display: flex;
  justify-content: space-between;
  margin: auto;
  border-radius: 50px;
  border: 1px solid #28a745;
  padding: 0.25rem;
  width: 85px;
}

.qty-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50px;
  background: #f8f9fa;
}

.qty-btn:hover {
  background: #e9ecef;
}

.qty-btn i {
  font-size: 18px;
  color: #28a745;
}

.qty {
  display: flex;
  align-items: center;
  color: #28a745;
}

.add-cart-btn {
  display: inline-block;
  padding: 0.25rem 1rem;
  font-size: 14px;
  color: #fff;
  background: #28a745;
  border-radius: 50px;
  text-decoration: none;
}

.add-cart-btn:hover {
  background: #218838;
  color: #fff;
  text-decoration: none;
}

.address-modal {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, sans-serif;
}

.address-wrapper {
  max-width: 500px;
  margin: 1rem auto;
  padding: 1.5rem;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

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

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

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

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

.modal-title {
  font-size: 20px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.5rem;
}

.modal-desc {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 1rem;
  line-height: 1.4;
}

.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 */

/* ============================================
   MODERN MOBILE APP SECTION - Lightweight Design
   v 2.0.4 - Replaced heavy anime section
   ============================================ */

/* Main Container */
.food-anime-promo,
.food-anime-promo-mobile {
  position: relative;
  padding: 80px 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  overflow: hidden;
}

/* Simple gradient overlay */
.food-anime-promo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    circle at 30% 50%,
    rgba(255, 255, 255, 0.1) 0%,
    transparent 60%
  );
  pointer-events: none;
}

/* Typography */
.food-heading {
  font-size: 36px;
  font-weight: 700;
  color: white;
  margin-bottom: 16px;
}

.food-description {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 24px;
}

/* Badge */
.food-badge {
  display: inline-block;
  padding: 8px 16px;
  margin-bottom: 16px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.food-badge span {
  color: white;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Feature List - Simple & Clean */
.food-feature-list,
.food-feature-list-mobile {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
}

.food-feature-list li,
.food-feature-list-mobile li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  padding: 14px 20px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.food-feature-list li:hover,
.food-feature-list-mobile li:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateX(5px);
}

.food-feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 10px;
  margin-right: 16px;
  flex-shrink: 0;
}

.food-feature-icon i {
  font-size: 20px;
  color: #667eea;
}

.food-feature-list li span,
.food-feature-list-mobile li span {
  font-size: 16px;
  font-weight: 500;
  color: white;
}

/* Phone Container - Minimal Animation */
.food-phone-container,
.food-phone-container-mobile {
  position: relative;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.food-phone-frame,
.food-phone-frame-mobile {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  border: 8px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  animation: gentle-float 4s ease-in-out infinite;
}

.food-phone-img,
.food-phone-img-mobile {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 22px;
}

/* Gentle float animation */
@keyframes gentle-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* Download Buttons */
.food-download-buttons,
.food-download-buttons-mobile {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.food-store-btn {
  display: inline-block;
  transition: transform 0.3s ease;
  border-radius: 8px;
  overflow: hidden;
}

.food-store-btn:hover {
  transform: translateY(-3px);
}

.food-store-btn img {
  height: 50px;
  width: auto;
  display: block;
}

/* Text Content Containers */
.food-text-content,
.food-download-content {
  position: relative;
  z-index: 2;
  color: white;
  padding: 20px;
}

/* Mobile Responsive */
.food-anime-promo-mobile {
  padding: 60px 0;
}

@media (max-width: 991px) {
  .food-anime-promo,
  .food-anime-promo-mobile {
    padding: 60px 0;
  }

  .food-heading {
    font-size: 28px;
  }

  .food-description {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .food-anime-promo-mobile {
    padding: 40px 0;
  }

  .food-heading {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .food-description {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .food-feature-list-mobile {
    margin-bottom: 24px;
  }

  .food-feature-list-mobile li {
    padding: 10px 14px;
  }

  .food-feature-icon {
    width: 36px;
    height: 36px;
    margin-right: 12px;
  }

  .food-store-btn img {
    height: 42px;
  }
}
/* End Mobile App Section */

/* 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: 16px 0 20px;
  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: 80px;
  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;
}

/* 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: -30px;
  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;
}

/* ======================================
   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;
  }

  .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;
  }
}

/* Smooth transitions for all interactive elements */
.restaurant-card *,
.mobile-restaurant-card * {
  transition: all 0.3s ease;
}

/* Focus states for accessibility */
.stat-card:focus-visible,
.mobile-back-btn:focus-visible {
  outline: 2px solid #ff6b35;
  outline-offset: 2px;
}


/* Hide breadcrumb visually but keep for SEO */
.sr-only-breadcrumb {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* Cover Image Placeholder - Prevent Flash on Load */
.cover-img-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

/* Hide cover image until Vue is mounted */
[v-cloak] .restaurant-cover-image {
  visibility: hidden;
}

/* Logo Placeholder - Prevent Flash on Load */
.logo-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
  border-radius: 50%;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

/* Hide logo until Vue is mounted */
[v-cloak] .restaurant-logo-wrapper,
[v-cloak] .mobile-logo-wrapper {
  visibility: hidden;
}

/* Ensure logo wrapper is visible after Vue mounts */
.restaurant-logo-wrapper,
.mobile-logo-wrapper {
  visibility: visible;
}

/* Full logo display with padding */

/* ============================================================================
   CLEAN LEFT SIDEBAR CATEGORIES - Simple & Modern
   ============================================================================ */

/* Sticky Sidebar - Simple White Card */
.sticky-sidebar {
  position: sticky;
  top: 24px;
  background: #ffffff;
  border-radius: 16px;
  padding: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  border: 1px solid #e2e8f0;
}

/* Header */
.sticky-sidebar h5 {
  font-size: 12px;
  font-weight: 600;
  color: #94a3b8;
  margin: 0;
  padding: 20px 20px 12px 20px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  border-bottom: 1px solid #f1f5f9;
}

/* Category List */
.menu-category {
  padding: 8px;
  margin: 0;
}

.menu-category li {
  list-style: none;
  margin: 0 0 4px 0;
}

.menu-category li:last-child {
  margin-bottom: 0;
}

/* Category Links - Clean Design */
.menu-category .nav-link {
  display: block;
  padding: 12px 16px;
  color: #475569;
  border-radius: 10px;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.15s ease;
  line-height: 1.4;
}

.menu-category .nav-link:hover {
  background: #f8fafc;
  color: #0f172a;
}

.menu-category .nav-link.active {
  background: #000000;
  color: #ffffff;
  font-weight: 600;
}

/* Section Background */
.section-menu {
  background: #fafafc;
  padding: 32px 0 48px;
}

/* ============================================================================
   PREMIUM FOOD ITEMS - Modern Card Design
   ============================================================================ */

/* Category Accordion */
.menu-categories-accordion {
  border: none !important;
}

.menu-categories-accordion .el-collapse-item {
  margin-bottom: 20px;
  border: none !important;
}

/* Category Header */
.accordion-category-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  width: 100%;
}

.accordion-category-title {
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
  letter-spacing: -0.4px;
}

.category-count {
  font-size: 16px;
  font-weight: 500;
  color: #64748b;
  margin-left: 6px;
}

.category-count-badge {
  background: #f1f5f9;
  padding: 8px 16px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.category-count-badge .el-badge__content {
  background: #000000 !important;
  border: none !important;
  font-weight: 600;
}

/* Category Description */
.category-description-text {
  padding: 0 0 12px 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.5;
}

/* Menu Item Card */
.menu-item-card {
  margin-bottom: 10px !important;
  border-radius: 12px !important;
  border: 1px solid #e2e8f0 !important;
  overflow: hidden !important;
  transition: all 0.2s ease !important;
}

.menu-item-card:hover {
  border-color: #cbd5e1 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
  transform: translateY(-2px);
}

.menu-item-content {
  display: flex;
  gap: 14px;
  padding: 10px;
  align-items: flex-start;
}

/* Food Image */
.menu-item-image {
  flex-shrink: 0;
  width: 80px;
  height: 60px;
}

.image-container {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.food-image {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

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

.image-placeholder,
.image-error {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #f8fafc;
  color: #cbd5e1;
}

/* Discount Badge */
.discount-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 11px !important;
  font-weight: 700 !important;
  padding: 4px 10px !important;
  background: #ef4444 !important;
  border: none !important;
  box-shadow: 0 2px 6px rgba(239, 68, 68, 0.3);
}

/* Item Details Section */
.menu-item-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.item-info-section {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* Item Header */
.item-header {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  margin-bottom: 2px;
}

.item-name {
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
  margin: 0;
  line-height: 1.3;
  flex: 1;
}

.allergen-btn {
  flex-shrink: 0;
  width: 22px !important;
  height: 22px !important;
  padding: 0 !important;
  min-height: auto !important;
}

/* Item Description */
.item-description {
  font-size: 12px !important;
  color: #64748b !important;
  line-height: 1.4 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Promo Tag */
.promo-tag {
  font-size: 11px !important;
  padding: 4px 10px !important;
  font-weight: 600 !important;
}

/* Dish Indicators */
.dish-indicators {
  gap: 3px !important;
}

.dish-avatar {
  border: 2px solid #fff !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Pricing Section */
.pricing-section {
  margin-top: 2px;
}

.starting-price,
.free-item,
.price-tag {
  font-size: 15px !important;
  font-weight: 700 !important;
}

.starting-price {
  color: #0f172a !important;
}

.free-item {
  color: #10b981 !important;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* Size Selector */
.size-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.size-option {
  border: 1px solid #e2e8f0 !important;
  border-radius: 8px !important;
  overflow: hidden;
}

.size-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 6px 10px;
}

.size-name {
  font-size: 11px;
  color: #64748b;
  font-weight: 500;
}

.price-display {
  display: flex;
  align-items: center;
  gap: 4px;
}

.price {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
}

.old-price {
  font-size: 12px !important;
  color: #94a3b8 !important;
}

.sale-price {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #ef4444 !important;
}

/* Actions Section */
.menu-item-actions {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding-left: 12px;
  border-left: 1px solid #f1f5f9;
}

/* Quantity Controls */
.quantity-section {
  display: flex;
  align-items: center;
}

.qty-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  padding: 4px;
}

.qty-btn {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: none;
  background: #000000;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.qty-btn:hover {
  background: #1e293b;
  transform: scale(1.05);
}

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

.qty-num {
  min-width: 22px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  color: #0f172a;
}

/* Add to Cart Buttons */
.add-to-cart-btn,
.quick-add-btn,
.customize-btn {
  min-width: 110px !important;
  font-weight: 600 !important;
  background: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  transition: all 0.2s ease !important;
}

.add-to-cart-btn:hover,
.quick-add-btn:hover,
.customize-btn:hover {
  background: #1e293b !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

/* Not Available Tag */
.not-available-tag {
  padding: 8px 16px !important;
  font-weight: 600 !important;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .menu-item-content {
    flex-direction: column;
    gap: 16px;
  }
  
  .menu-item-image {
    width: 100%;
    height: 200px;
  }
  
  .menu-item-actions {
    width: 100%;
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #f1f5f9;
    padding-top: 16px;
    justify-content: center;
  }
  
  .accordion-category-title {
    font-size: 20px;
  }
}
.menu-category-section{
  scroll-margin-top: 90px;
}
.sticky-cart .place-order-footer{
  position: sticky;
  bottom: 0;
  background: #ffffff;
  padding: 12px;
  border-top: 1px solid #e2e8f0;
  z-index: 5;
}
.chevron-section{
  scroll-margin-top: 110px;
}
.delivery-options-select{
  position: relative;
  z-index: 2;
}
.el-select{
  width: 100%;
}
.el-select-dropdown{
  z-index: 3000;
}
.badge-default{
  display:inline-block;
  padding:4px 10px;
  font-size:12px;
  font-weight:600;
  color:#334155;
  background:#e2e8f0;
  border-radius:9999px;
}
.payment-logo-wrap{
  display:flex;
  align-items:center;
  justify-content:center;
}
.payment-logo-wrap i{
  font-size:20px;
}
.payment-logo-wrap img{
  object-fit:contain;
}
.disabled-payment{
  opacity: .5;
  pointer-events: none;
}
.el-popper{
  z-index: 3000 !important;
}
