.fo-order-modal .modal-content{overflow:hidden}.fo-order-modal-image{width:64px;height:64px;flex:0 0 64px;border-radius:12px;background:#fff0f5;color:#e72c67;display:flex;align-items:center;justify-content:center;overflow:hidden}.fo-order-modal-image img{width:100%;height:100%;object-fit:cover}.fo-order-summary{background:#fff5f8;border:1px solid #ffd7e3;border-radius:12px;padding:12px 14px}.fo-order-summary>div{display:flex;justify-content:space-between;gap:16px;padding:5px 0;color:#68707d;font-size:.88rem}.fo-order-summary strong{color:#303540}.fo-order-summary-total{border-top:1px solid #ffd7e3;margin-top:6px;padding-top:11px!important;color:#20232b!important}.fo-order-summary-total strong{color:#e72c67;font-size:1.05rem}
.fo-contact-panel{background:#fff7f9;border:1px solid #f8d8e2;box-shadow:0 8px 20px rgba(190,38,91,.06)}.fo-contact-kicker{color:#c9275f;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.fo-contact-name{color:#20232b;font-size:1.05rem;font-weight:800;margin-top:2px}.fo-contact-details{display:grid;gap:9px;margin-bottom:16px}.fo-contact-row{align-items:flex-start;color:#5d6572;display:flex;font-size:.86rem;line-height:1.35}.fo-contact-row i{color:#e72c67;flex:0 0 18px;margin-top:2px;text-align:center}.fo-contact-row a{color:#454b57;text-decoration:none}.fo-contact-row a:hover{color:#c9275f}.fo-contact-actions{display:grid;gap:8px;grid-template-columns:repeat(3,minmax(0,1fr))}.fo-contact-actions .btn{align-items:center;border-radius:10px;display:inline-flex;font-size:.78rem;font-weight:700;height:42px;justify-content:center;padding:0 8px;white-space:nowrap}.fo-contact-primary{background:#e72c67;border:1px solid #e72c67;color:#fff}.fo-contact-primary:hover,.fo-contact-primary:focus{background:#c9275f;border-color:#c9275f;color:#fff}.fo-owner-action .btn{font-size:.78rem;font-weight:700;padding:.4rem .8rem}@media(max-width:420px){.fo-contact-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.fo-contact-actions .btn:last-child{grid-column:1/-1}}
.fo-contact-panel{background:#fff5f8;border:1px solid #ffd7e3}.fo-contact-icon{width:36px;height:36px;background:#ffe1eb;color:#e72c67}.fo-contact-address{display:flex;align-items:flex-start;color:#4b5563}.fo-contact-address i{color:#e72c67;margin-top:3px}.fo-outline-action{color:#374151!important;background:#fff;border:1px solid #cbd5e1!important}.fo-outline-action:hover,.fo-outline-action:focus{color:#b42357!important;background:#fff0f5!important;border-color:#e72c67!important}.fo-contact-actions .btn{font-weight:600}
/* ==========================================================================
   FOOD ORDER MODERN HERO DESIGN SYSTEM & OFFCANVAS
   ========================================================================== */

/* Hero and marketplace grid inherit one shared horizontal boundary. */
.foodorder-layout-container > .kpl-shell {
  width: 100%;
  max-width: none;
}

.foodorder-hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 82% 22%, rgba(231, 44, 103, 0.24) 0%, transparent 52%),
              radial-gradient(circle at 18% 78%, rgba(255, 56, 100, 0.16) 0%, transparent 58%),
              linear-gradient(135deg, #150612 0%, #240a1c 45%, #180614 100%);
  color: #ffffff;
  border-radius: 24px;
  margin-bottom: 24px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: 0 16px 42px rgba(21, 6, 18, 0.38);
}

.foodorder-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}

.foodorder-hero__glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.foodorder-hero__glow--1 {
  width: 440px;
  height: 440px;
  top: -80px;
  right: 8%;
  background: radial-gradient(circle, rgba(231, 44, 103, 0.22) 0%, rgba(231, 44, 103, 0.03) 50%, transparent 70%);
  filter: blur(65px);
}

.foodorder-hero__glow--2 {
  width: 480px;
  height: 480px;
  bottom: -90px;
  left: -40px;
  background: radial-gradient(circle, rgba(255, 56, 100, 0.18) 0%, rgba(255, 56, 100, 0.02) 50%, transparent 70%);
  filter: blur(75px);
}

.foodorder-hero__pattern {
  position: absolute;
  inset: 0;
  opacity: 0.035;
  background-image: radial-gradient(#ffffff 1px, transparent 1px);
  background-size: 24px 24px;
}

.foodorder-hero__inner {
  position: relative;
  z-index: 2;
  padding: 40px 36px;
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(320px, 0.98fr);
  gap: 36px;
  align-items: center;
}

.fo-hero-copy {
  min-width: 0;
}

.fo-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(231, 44, 103, 0.18);
  border: 1px solid rgba(231, 44, 103, 0.35);
  color: #ff759f;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.fo-hero-badge i {
  color: #ff3864;
}

.fo-hero-title {
  font-size: 36px;
  font-weight: 850;
  line-height: 1.14;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin: 0 0 14px;
}

.fo-hero-title span {
  background: linear-gradient(135deg, #ff4d79 0%, #ff85a2 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fo-hero-desc {
  font-size: 14px;
  color: rgba(255, 235, 242, 0.85);
  line-height: 1.55;
  margin: 0 0 20px;
  max-width: 540px;
}

.fo-hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.fo-hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffe4ec;
  font-size: 0.78rem;
  font-weight: 650;
}

.fo-hero-pill i {
  color: #ff5480;
}

.fo-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}

.fo-hero-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #e72c67 0%, #ff3864 100%);
  color: #ffffff !important;
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: 0 8px 22px rgba(231, 44, 103, 0.35);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  border: 0;
}

.fo-hero-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(231, 44, 103, 0.48);
  color: #ffffff !important;
}

.fo-hero-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff !important;
  font-size: 0.88rem;
  font-weight: 750;
  text-decoration: none !important;
  backdrop-filter: blur(8px);
  transition: transform 0.18s ease, background 0.18s ease;
}

.fo-hero-btn-secondary:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff !important;
}

/* Integrated Hero Search */
.fo-hero-search {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  padding: 6px;
  backdrop-filter: blur(12px);
  max-width: 560px;
}

.fo-hero-search form {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(130px, 1fr) auto;
  gap: 6px;
  align-items: center;
}

.fo-hero-search-input {
  position: relative;
  display: flex;
  align-items: center;
}

.fo-hero-search-input i {
  position: absolute;
  left: 12px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
}

.fo-hero-search-input input {
  width: 100%;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  color: #ffffff;
  font-size: 0.82rem;
  padding: 8px 10px 8px 34px;
  outline: none;
  transition: border-color 0.18s ease, background 0.18s ease;
}

.fo-hero-search-input input:focus {
  background: rgba(255, 255, 255, 0.2);
  border-color: #ff4d79;
}

.fo-hero-search-input input::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.fo-hero-search select {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  color: #ffffff;
  font-size: 0.82rem;
  padding: 8px 10px;
  outline: none;
  cursor: pointer;
}

.fo-hero-search select option {
  background: #240a1c;
  color: #ffffff;
}

.fo-hero-search-btn {
  background: #e72c67;
  border: 0;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 800;
  border-radius: 10px;
  padding: 8px 16px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: background 0.18s ease;
  white-space: nowrap;
}

.fo-hero-search-btn:hover {
  background: #ff3864;
}

/* Right Column: Visual Composition */
.fo-hero-visual {
  position: relative;
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fo-hero-cards-cluster {
  position: relative;
  width: 100%;
  max-width: 370px;
  height: 380px;
}

/* Floating Trust Pill */
.fo-hero-float-pill {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 6;
  background: rgba(25, 8, 22, 0.88);
  border: 1px solid rgba(231, 44, 103, 0.45);
  backdrop-filter: blur(10px);
  border-radius: 999px;
  padding: 7px 15px;
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.fo-hero-float-pill i {
  color: #ff3864;
}

/* Main Featured Dish Card */
.fo-hero-main-card {
  position: absolute;
  top: 48px;
  left: 14px;
  width: 290px;
  background: #ffffff;
  color: #1e293b;
  border-radius: 20px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
  z-index: 4;
  transform: rotate(-2.5deg);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  text-decoration: none !important;
}

.fo-hero-main-card:hover {
  transform: rotate(0deg) translateY(-4px);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.55);
}

.fo-hero-card-media {
  position: relative;
  height: 160px;
  background: #fff0f5;
  overflow: hidden;
}

.fo-hero-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fo-hero-card-media-fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e72c67;
  font-size: 2.5rem;
}

.fo-hero-card-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 4px 9px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
}

.fo-hero-card-delivery-badge {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(6px);
  color: #22c55e;
  padding: 4px 9px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 750;
}

.fo-hero-card-body {
  padding: 14px 16px;
}

.fo-hero-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 4px;
}

.fo-hero-card-title {
  font-size: 0.95rem;
  font-weight: 850;
  color: #1e293b;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fo-hero-card-seller {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

.fo-hero-card-seller img {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  object-fit: cover;
}

.fo-hero-card-seller span {
  font-size: 0.74rem;
  color: #64748b;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fo-hero-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  padding-top: 9px;
  border-top: 1px solid #f1f5f9;
}

.fo-hero-card-price {
  font-size: 1rem;
  font-weight: 850;
  color: #e72c67;
}

.fo-hero-card-cta {
  font-size: 0.74rem;
  font-weight: 800;
  color: #e72c67;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* Secondary Overlapping Dish Card */
.fo-hero-sub-card {
  position: absolute;
  bottom: 22px;
  right: 0;
  width: 225px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  border-radius: 16px;
  padding: 10px 12px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.6);
  z-index: 5;
  transform: rotate(3.5deg);
  transition: transform 0.28s ease;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  gap: 10px;
}

.fo-hero-sub-card:hover {
  transform: rotate(0deg) translateY(-3px);
}

.fo-hero-sub-thumb {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  border-radius: 12px;
  overflow: hidden;
  background: #fff0f5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e72c67;
}

.fo-hero-sub-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fo-hero-sub-info {
  min-width: 0;
  flex: 1;
}

.fo-hero-sub-info strong {
  display: block;
  font-size: 0.82rem;
  font-weight: 800;
  color: #1e293b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fo-hero-sub-info small {
  display: block;
  font-size: 0.68rem;
  color: #64748b;
  margin-top: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fo-hero-sub-price {
  display: block;
  font-size: 0.84rem;
  font-weight: 850;
  color: #e72c67;
  margin-top: 2px;
}

/* Sidebar Matching Pink Scrollbars */
.kpl-marketplace .sg-offcanvas-sidebar,
.places-detail-sidebar,
.places-sidebar-v2,
.fo-category-slider {
  scrollbar-width: thin;
  scrollbar-color: #e72c67 transparent;
}

.kpl-marketplace .sg-offcanvas-sidebar::-webkit-scrollbar,
.places-detail-sidebar::-webkit-scrollbar,
.places-sidebar-v2::-webkit-scrollbar,
.fo-category-slider::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.kpl-marketplace .sg-offcanvas-sidebar::-webkit-scrollbar-track,
.places-detail-sidebar::-webkit-scrollbar-track,
.places-sidebar-v2::-webkit-scrollbar-track,
.fo-category-slider::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 999px;
}

.kpl-marketplace .sg-offcanvas-sidebar::-webkit-scrollbar-thumb,
.places-detail-sidebar::-webkit-scrollbar-thumb,
.places-sidebar-v2::-webkit-scrollbar-thumb,
.fo-category-slider::-webkit-scrollbar-thumb {
  background: #e72c67;
  border-radius: 999px;
}

.kpl-marketplace .sg-offcanvas-sidebar::-webkit-scrollbar-thumb:hover,
.places-detail-sidebar::-webkit-scrollbar-thumb:hover,
.places-sidebar-v2::-webkit-scrollbar-thumb:hover,
.fo-category-slider::-webkit-scrollbar-thumb:hover {
  background: #ff3864;
}

/* Offcanvas Sidebar Mobile Floating Drawer (Places Architecture) */
.foodorder-sidebar-backdrop,
.fo-sidebar-backdrop {
  display: none;
}

@media (max-width: 991.98px) {
  .foodorder-hero__inner {
    grid-template-columns: 1fr;
    padding: 32px 24px;
    gap: 28px;
  }
  .fo-hero-visual {
    min-height: 340px;
  }
  .fo-hero-cards-cluster {
    height: 340px;
  }
}

@media (max-width: 767.98px) {
  .foodorder-hero {
    border-radius: 18px;
    margin-bottom: 16px;
  }
  .foodorder-hero__inner {
    padding: 24px 18px;
    gap: 24px;
  }
  .fo-hero-title {
    font-size: 24px;
  }
  .fo-hero-desc {
    font-size: 12.5px;
  }
  .fo-hero-visual {
    display: none;
  }
  .fo-hero-search form {
    grid-template-columns: 1fr;
  }
  .fo-hero-search-btn {
    width: 100%;
    justify-content: center;
  }
  .fo-hero-cards-cluster {
    max-width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .fo-hero-float-pill,
  .fo-hero-main-card,
  .fo-hero-sub-card {
    position: static;
    transform: none !important;
    width: 100%;
    max-width: 100%;
  }

  /* Mobile offcanvas isolated drawer */
  .kpl-marketplace.sg-offcanvas {
    overflow: visible !important;
  }
  .kpl-marketplace.sg-offcanvas.active {
    position: relative !important;
    z-index: 1000000 !important;
    isolation: isolate;
    overflow: visible !important;
    min-height: max-content !important;
  }
  .kpl-marketplace.sg-offcanvas .sg-offcanvas-sidebar {
    position: fixed !important;
    inset: 0 auto 0 0 !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: auto !important;
    display: block !important;
    width: min(88vw, 340px) !important;
    max-width: 88vw !important;
    height: 100vh !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    padding: 14px 12px 80px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    background: #ffffff !important;
    box-shadow: 0 0 40px rgba(15, 23, 42, 0.3) !important;
    z-index: 2 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    scrollbar-width: thin;
    scrollbar-color: #e72c67 transparent;
    transform: translateX(-105%) !important;
    transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.28s !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: contain;
    touch-action: pan-y;
  }
  .kpl-marketplace.sg-offcanvas.active .sg-offcanvas-sidebar {
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateX(0) !important;
  }
  .kpl-marketplace.sg-offcanvas.active .sg-offcanvas-sidebar * {
    pointer-events: auto;
  }
  .kpl-marketplace.sg-offcanvas .foodorder-sidebar-backdrop,
  .kpl-marketplace.sg-offcanvas .fo-sidebar-backdrop,
  .kpl-marketplace.sg-offcanvas .plugin-sidebar-backdrop {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 1 !important;
    background: rgba(15, 23, 42, 0.55);
    pointer-events: auto;
  }
  .kpl-marketplace.sg-offcanvas.active .foodorder-sidebar-backdrop,
  .kpl-marketplace.sg-offcanvas.active .fo-sidebar-backdrop,
  .kpl-marketplace.sg-offcanvas.active .plugin-sidebar-backdrop {
    display: block;
  }
}

/* ==========================================================================
   FOOD ORDER LISTING & CARDS SYSTEM (Isolated from Hero)
   ========================================================================== */

.fo-food-grid {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
}

.fo-card {
  border: 1px solid #edf0f4 !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.05) !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease !important;
}

.fo-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 12px 28px rgba(22, 25, 35, 0.12) !important;
  border-color: #f8d8e2 !important;
}

.fo-photo {
  position: relative !important;
  width: 100% !important;
  height: 185px !important;
  max-height: 185px !important;
  background: #fff1f5 !important;
  color: #ef3c72 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}

.fo-photo img {
  width: 100% !important;
  height: 100% !important;
  max-height: 185px !important;
  object-fit: cover !important;
  display: block !important;
}

.fo-detail-photo {
  position: relative !important;
  width: 100% !important;
  height: 430px !important;
  background: #fff1f5 !important;
  color: #ef3c72 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}

.fo-detail-photo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.fo-price {
  color: #eb2f68 !important;
  font-weight: 850 !important;
  font-size: 1.05rem !important;
}

.fo-nav .side-nav li.active a {
  background: #fff0f5;
  color: #e72c67;
  border-radius: 12px;
}

.fo-nav .side-nav a {
  border-radius: 12px;
}

.fo-card a {
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .fo-detail-photo {
    height: 280px !important;
  }
  .fo-photo {
    height: 140px !important;
    max-height: 140px !important;
  }
  .fo-photo img {
    max-height: 140px !important;
  }
  .fo-food-grid {
    --bs-gutter-x: 0.75rem;
    --bs-gutter-y: 0.75rem;
  }
  .fo-food-grid .card-body {
    padding: 10px 12px !important;
  }
  .fo-food-grid h6 {
    font-size: 0.84rem !important;
  }
  .fo-price {
    font-size: 0.9rem !important;
  }
}

@media (max-width: 420px) {
  .fo-photo {
    height: 120px !important;
    max-height: 120px !important;
  }
  .fo-photo img {
    max-height: 120px !important;
  }
  .fo-item-category {
    display: none !important;
  }
  .fo-food-grid h6 {
    font-size: 0.8rem !important;
  }
  .fo-price {
    font-size: 0.82rem !important;
  }
}
.fo-category-section{background:#fff;border:1px solid #edf0f4;border-radius:18px;box-shadow:0 7px 22px rgba(31,41,55,.05);padding:16px}.fo-category-slider{display:flex;gap:12px;overflow-x:auto;padding:3px 2px 9px;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-color:#e6a2b8 transparent;scrollbar-width:thin}.fo-category-card{align-items:center;background:#fff8fa;border:1px solid #f5dce4;border-radius:14px;color:#3b414b;display:flex;flex:0 0 132px;flex-direction:column;gap:8px;padding:12px 8px;scroll-snap-align:start;text-align:center;text-decoration:none!important;transition:.18s ease}.fo-category-card:hover,.fo-category-card.is-active{background:#fff0f5;border-color:#e72c67;color:#bd2456;transform:translateY(-2px)}.fo-category-card span{align-items:center;background:#fff;border-radius:50%;color:#e72c67;display:flex;height:54px;justify-content:center;overflow:hidden;width:54px}.fo-category-card img{height:100%;object-fit:cover;width:100%}.fo-category-card strong{font-size:.78rem;line-height:1.25}.fo-item-category{background:#fff0f5;border-radius:99px;color:#b42357;flex:0 0 auto;font-size:.62rem;font-weight:700;max-width:42%;overflow:hidden;padding:4px 7px;text-overflow:ellipsis;white-space:nowrap}.fo-seller-link{align-items:center;color:#333!important;display:grid;gap:9px;grid-template-columns:38px minmax(0,1fr) auto;padding:11px 14px}.fo-seller-link>img{border-radius:11px;height:38px;object-fit:cover;width:38px}.fo-seller-link span{min-width:0}.fo-seller-link strong,.fo-seller-link small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fo-seller-link strong{font-size:.78rem}.fo-seller-link small{color:#7a828e;font-size:.67rem;margin-top:1px}.fo-seller-link>i{color:#a6adb7;font-size:.65rem}.fo-storefront{max-width:1320px}.fo-store-hero{background:#353b48;border-radius:24px;box-shadow:0 14px 38px rgba(25,30,40,.15);color:#fff;min-height:310px;overflow:hidden;position:relative}.fo-store-cover{height:100%;inset:0;object-fit:cover;position:absolute;width:100%}.fo-store-overlay{background:linear-gradient(90deg,rgba(21,25,34,.92),rgba(21,25,34,.5) 62%,rgba(21,25,34,.2));inset:0;position:absolute}.fo-store-profile{align-items:center;bottom:0;display:flex;gap:22px;padding:36px;position:absolute;z-index:1}.fo-store-avatar{background:#fff;border:5px solid #fff;border-radius:24px;box-shadow:0 8px 24px rgba(0,0,0,.25);height:126px;object-fit:cover;width:126px}.fo-store-label{color:#ffd7e3;font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.fo-store-profile h1{font-size:clamp(1.7rem,4vw,2.65rem);font-weight:850;margin:4px 0}.fo-store-profile h1 i{color:#69a7ff;font-size:.55em;margin-left:7px}.fo-store-profile p{color:#e5e7eb;margin:0 0 12px}.fo-store-profile p i{color:#ff729a;margin-right:7px}.fo-store-badges{display:flex;flex-wrap:wrap;gap:8px}.fo-store-badges span{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.2);border-radius:99px;font-size:.74rem;font-weight:700;padding:7px 11px}.fo-store-badges i{margin-right:5px}.fo-store-about{background:#fff;border:1px solid #e9edf2;border-radius:17px;margin:20px 0;padding:20px 23px}.fo-store-about h2,.fo-store-toolbar h2{font-size:1.1rem;font-weight:800}.fo-store-about p{color:#656d79;margin:0;max-width:850px}.fo-store-toolbar{align-items:end;display:flex;justify-content:space-between;margin:28px 0 16px}.fo-store-toolbar>div>span{color:#e72c67;font-size:.7rem;font-weight:800;text-transform:uppercase}.fo-store-toolbar h2{margin:2px 0 0}.fo-store-toolbar select{min-width:155px}.fo-store-empty{background:#fff;border:1px solid #e9edf2;border-radius:20px;color:#747d89;padding:60px 20px;text-align:center}.fo-store-empty i{color:#e72c67;font-size:2rem}.fo-store-empty h3{font-size:1rem;margin:14px 0 0}@media(max-width:767.98px){.fo-photo{height:150px}.fo-category-card{flex-basis:105px}.fo-category-card span{height:46px;width:46px}.fo-store-hero{min-height:330px}.fo-store-profile{align-items:flex-start;bottom:0;flex-direction:column;gap:12px;padding:23px}.fo-store-avatar{border-radius:19px;height:92px;width:92px}.fo-store-profile h1{margin:2px 0}.fo-store-toolbar{align-items:stretch;flex-direction:column;gap:12px}.fo-store-toolbar form{display:grid!important;grid-template-columns:1fr 1fr}.fo-store-toolbar select{min-width:0}.fo-food-grid .card-body{padding:12px}.fo-food-grid .fo-seller-link{grid-template-columns:32px minmax(0,1fr) auto;padding:9px}.fo-food-grid .fo-seller-link>img{height:32px;width:32px}}@media(max-width:420px){.fo-photo{height:125px}.fo-item-category{display:none}.fo-food-grid h6{font-size:.82rem}.fo-price{font-size:.82rem}}

/* Food cart */
.fo-cart-page{--accent:#e72c67;--ink:#202532;--muted:#6b7280;--line:#e8ebf0}.fo-cart-heading{align-items:flex-end;display:flex;gap:20px;justify-content:space-between;margin-bottom:22px}.fo-cart-eyebrow{color:var(--accent);font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.fo-cart-heading h1{color:var(--ink);font-size:clamp(1.75rem,3vw,2.35rem);font-weight:800;letter-spacing:-.03em;margin:3px 0}.fo-cart-heading p{color:var(--muted);margin:0}.fo-cart-count{align-items:center;background:#fff0f5;border:1px solid #ffd6e3;border-radius:99px;color:#b42357;display:flex;font-size:.82rem;font-weight:700;gap:7px;padding:8px 13px;white-space:nowrap}.fo-cart-restaurant{align-items:center;background:linear-gradient(135deg,#fff,#fff6f9);border:1px solid #f4dce4;border-radius:18px;box-shadow:0 8px 24px rgba(31,41,55,.06);display:flex;gap:14px;margin-bottom:20px;padding:15px 18px}.fo-cart-restaurant img{border:3px solid #fff;border-radius:15px;box-shadow:0 5px 14px rgba(31,41,55,.12);flex:0 0 58px;height:58px;object-fit:cover;width:58px}.fo-cart-restaurant span{color:var(--muted);font-size:.7rem;font-weight:700;text-transform:uppercase}.fo-cart-restaurant h2{color:var(--ink);font-size:1.05rem;font-weight:800;margin:2px 0}.fo-cart-restaurant p{color:var(--muted);font-size:.8rem;margin:0}.fo-cart-restaurant strong{color:var(--accent)}.fo-cart-notice{align-items:flex-start;display:flex;gap:12px}.fo-cart-notice p{margin:1px 0 0}.fo-cart-layout{align-items:start;display:grid;gap:22px;grid-template-columns:minmax(0,2fr) minmax(260px,.9fr)}.fo-cart-items{display:grid;gap:14px;min-width:0}.fo-cart-item{align-items:center;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 7px 22px rgba(31,41,55,.055);display:grid;gap:17px;grid-template-columns:108px minmax(0,1fr) minmax(105px,auto);padding:17px;width:100%}.fo-cart-item:hover{border-color:#f0cbd7;box-shadow:0 11px 28px rgba(31,41,55,.09)}.fo-cart-item.is-unavailable{background:#fffafa}.fo-cart-item-media{aspect-ratio:1;border-radius:14px;overflow:hidden;width:108px}.fo-cart-item-media img{height:100%;object-fit:cover;width:100%}.fo-cart-item-main,.fo-cart-item-copy{min-width:0}.fo-cart-item-copy h3{color:var(--ink);font-size:1rem;font-weight:800;line-height:1.35;margin:0 0 4px;overflow-wrap:anywhere}.fo-cart-item-copy>p{color:var(--muted);display:-webkit-box;font-size:.78rem;line-height:1.4;margin:0 0 8px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.fo-cart-unit{align-items:baseline;color:var(--muted);display:flex;flex-wrap:wrap;font-size:.75rem;gap:5px}.fo-cart-unit strong{color:#374151;font-size:.88rem}.fo-cart-old-price{color:#b66f08;font-size:.72rem}.fo-cart-unavailable{background:#fff0f0;border-radius:8px;color:#b42318;font-size:.76rem;margin-top:8px;padding:7px 9px}.fo-cart-item-controls{align-items:center;display:flex;flex-wrap:wrap;gap:9px;margin-top:13px}.fo-cart-quantity{align-items:center;background:#f7f8fa;border:1px solid #e4e7ec;border-radius:12px;display:inline-flex;min-height:40px;padding:3px}.fo-cart-quantity button,.fo-cart-quantity input{border:0;height:34px}.fo-cart-quantity .js-cart-minus,.fo-cart-quantity .js-cart-plus{align-items:center;background:#fff;border-radius:9px;color:#374151;display:flex;justify-content:center;padding:0;width:34px}.fo-cart-quantity .js-cart-minus:hover,.fo-cart-quantity .js-cart-plus:hover{background:#ffe6ee;color:var(--accent)}.fo-cart-quantity input{-moz-appearance:textfield;background:transparent;color:var(--ink);font-size:.88rem;font-weight:800;padding:0;text-align:center;width:38px}.fo-cart-quantity input::-webkit-inner-spin-button{-webkit-appearance:none}.fo-cart-update{background:transparent;color:#5b6472;font-size:.71rem;font-weight:700;padding:0 8px}.fo-cart-remove,.fo-cart-clear{align-items:center;background:transparent;border:0;display:inline-flex;font-size:.75rem;font-weight:700;gap:6px;justify-content:center}.fo-cart-remove{color:#a34355;min-height:38px;padding:7px}.fo-cart-remove:hover{color:#d22355}.fo-cart-item-total{max-width:180px;min-width:0;text-align:right}.fo-cart-item-total span{color:var(--muted);display:block;font-size:.68rem;font-weight:700;text-transform:uppercase}.fo-cart-item-total strong{color:var(--accent);display:block;font-size:1rem;font-weight:800;line-height:1.3;overflow-wrap:anywhere}.fo-cart-summary-wrap{min-width:0}.fo-cart-summary{background:#fff;border:1px solid var(--line);border-radius:19px;box-shadow:0 10px 30px rgba(31,41,55,.08);padding:21px;position:sticky;top:78px}.fo-cart-summary-head{align-items:center;display:flex;gap:11px;margin-bottom:17px}.fo-cart-summary-icon{align-items:center;background:#fff0f5;border-radius:11px;color:var(--accent);display:flex;height:40px;justify-content:center;width:40px}.fo-cart-summary-head span{color:var(--muted);font-size:.68rem;text-transform:uppercase}.fo-cart-summary-head h2{color:var(--ink);font-size:1.08rem;font-weight:800;margin:0}.fo-cart-summary dl{margin:0}.fo-cart-summary dl>div{align-items:center;display:flex;gap:15px;justify-content:space-between;padding:9px 0}.fo-cart-summary dt{color:var(--muted);font-size:.82rem;font-weight:500}.fo-cart-summary dd{color:#374151;font-size:.84rem;font-weight:750;margin:0;min-width:0;overflow-wrap:anywhere;text-align:right}.fo-cart-summary .fo-cart-summary-total{border-top:1px solid var(--line);margin-top:7px;padding-top:16px}.fo-cart-summary-total dt{color:var(--ink);font-size:1rem;font-weight:800}.fo-cart-summary-total dd{color:var(--accent);font-size:1.15rem;font-weight:800}.fo-cart-checkout{align-items:center;background:var(--accent);border:1px solid var(--accent);border-radius:13px;box-shadow:0 7px 18px rgba(231,44,103,.22);color:#fff!important;display:flex;font-size:.88rem;font-weight:800;gap:10px;justify-content:center;min-height:48px;padding:11px 16px;text-align:center;text-decoration:none!important;width:100%}.fo-cart-checkout:hover{background:#c9275f;box-shadow:0 9px 22px rgba(201,39,95,.27)}.fo-cart-checkout.disabled{background:#aeb4bd;border-color:#aeb4bd;box-shadow:none;pointer-events:none}.fo-cart-next-note{align-items:flex-start;color:var(--muted);display:flex;font-size:.7rem;gap:7px;justify-content:center;line-height:1.4;margin:10px 0 5px;text-align:center}.fo-cart-clear{color:#838b98;margin-top:7px;padding:7px;width:100%}.fo-cart-empty{background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 10px 28px rgba(31,41,55,.06);padding:60px 20px;text-align:center}.fo-cart-empty-icon{align-items:center;background:#fff0f5;border-radius:50%;color:var(--accent);display:flex;font-size:1.55rem;height:72px;justify-content:center;margin:0 auto 17px;width:72px}.fo-cart-empty h2{color:var(--ink);font-size:1.3rem;font-weight:800}.fo-cart-empty p{color:var(--muted)}.fo-cart-browse{align-items:center;background:var(--accent);border-color:var(--accent);border-radius:12px;color:#fff!important;display:inline-flex;gap:8px;justify-content:center;padding:10px 18px}
@media(max-width:1199.98px){.fo-cart-layout{grid-template-columns:minmax(0,1.6fr) minmax(245px,1fr)}.fo-cart-item{grid-template-columns:92px minmax(0,1fr)}.fo-cart-item-media{width:92px}.fo-cart-item-total{grid-column:2;justify-self:end;margin-top:-45px}}
@media(max-width:991.98px){.fo-cart-layout{grid-template-columns:1fr}.fo-cart-summary{position:static}}
@media(max-width:575.98px){.fo-cart-heading{align-items:flex-start}.fo-cart-count{font-size:0;padding:9px}.fo-cart-count i{font-size:.9rem}.fo-cart-restaurant{padding:13px}.fo-cart-item{align-items:start;gap:12px;grid-template-columns:78px minmax(0,1fr);padding:13px}.fo-cart-item-media{width:78px}.fo-cart-item-total{border-top:1px solid var(--line);grid-column:1/-1;justify-self:stretch;margin:0;padding-top:11px;text-align:left}.fo-cart-item-total span,.fo-cart-item-total strong{display:inline}.fo-cart-item-total strong{float:right;max-width:70%;text-align:right}.fo-cart-quantity{min-height:44px}.fo-cart-quantity button,.fo-cart-quantity input{height:38px}.fo-cart-quantity .js-cart-minus,.fo-cart-quantity .js-cart-plus{width:38px}.fo-cart-remove{margin-left:auto;min-height:42px}.fo-cart-summary{padding:18px}.fo-cart-checkout{min-height:50px}}
@media(max-width:359.98px){.fo-cart-item{grid-template-columns:64px minmax(0,1fr)}.fo-cart-item-media{width:64px}.fo-cart-item-controls{align-items:stretch;flex-direction:column}.fo-cart-quantity{align-self:flex-start}.fo-cart-remove{justify-content:flex-start;margin-left:0}.fo-cart-heading h1{font-size:1.6rem}}
.fo-order-row{cursor:pointer;transition:background-color .15s ease,box-shadow .15s ease}.fo-order-row:hover,.fo-order-row:focus{background:#fff8fa;box-shadow:inset 3px 0 #e72c67;outline:0}.fo-order-loading{align-items:center;color:#68707d;display:flex;flex-direction:column;gap:10px;justify-content:center;min-height:260px}.fo-order-loading i{color:#e72c67;font-size:1.6rem}.fo-order-detail{color:#303540}.fo-order-detail-head{align-items:flex-start;border-bottom:1px solid #e8ebf0;display:flex;justify-content:space-between;margin:-8px 0 20px;padding-bottom:18px}.fo-order-detail-head h3{font-size:1.55rem;font-weight:800;margin:2px 0}.fo-order-detail-head small{color:#7b8491}.fo-order-detail-grid{display:grid;gap:18px;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr)}.fo-order-detail-grid>div{align-content:start;display:grid;gap:18px}.fo-order-section{background:#fff;border:1px solid #e7eaf0;border-radius:15px;padding:18px}.fo-order-section h5{align-items:center;display:flex;font-size:.95rem;font-weight:800;gap:9px;margin:0 0 14px}.fo-order-section h5 i{color:#e72c67}.fo-order-line{align-items:center;border-top:1px solid #edf0f3;display:flex;gap:15px;justify-content:space-between;padding:12px 0}.fo-order-line:first-of-type{border-top:0;padding-top:0}.fo-order-line small{color:#7b8491;display:block}.fo-order-note{background:#fff5f8;border-radius:10px;margin-top:14px;padding:11px}.fo-order-totals>div{display:flex;justify-content:space-between;padding:7px 0}.fo-order-totals .total{border-top:1px solid #e7eaf0;font-size:1.05rem;margin-top:5px;padding-top:13px}.fo-order-totals .total strong{color:#e72c67}.fo-order-timeline{border-left:2px solid #dfe4e9;display:grid;gap:12px;margin:16px 0 0 6px;padding-left:17px}.fo-order-timeline span{font-size:.82rem;font-weight:700;position:relative}.fo-order-timeline span:before{background:#20a464;border:3px solid #fff;border-radius:50%;box-shadow:0 0 0 1px #20a464;content:'';height:10px;left:-23px;position:absolute;top:4px;width:10px}.fo-order-timeline small{color:#7b8491;display:block;font-weight:400}.fo-order-detail-actions{border-top:1px solid #e8ebf0;display:flex;flex-wrap:wrap;gap:9px;margin-top:20px;padding-top:18px}.fo-order-detail-actions .btn{border-radius:10px;font-weight:700}.fo-order-modal .modal-content{border-radius:18px}.fo-order-modal .modal-body{padding:22px}@media(max-width:767.98px){.fo-order-detail-grid{grid-template-columns:1fr}.fo-order-modal .modal-dialog{margin:.5rem}.fo-order-modal .modal-body{padding:15px}.fo-order-detail-actions{display:grid}.fo-order-detail-actions .btn{width:100%}}

/* Places Category Card Sidebar Layout for Food Order */
.fo-detail-sidebar,
.places-detail-sidebar {
  overflow: hidden;
  border: 1px solid #f8d8e2;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 7px 24px rgba(231,44,103,.06);
  margin-bottom: 20px;
}
.places-detail-sidebar__identity {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 17px 16px;
  border-bottom: 1px solid #fceef2;
  background: linear-gradient(135deg, #fff9fb, #fff);
}
.places-detail-sidebar__identity > span {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  border-radius: 12px;
  background: #fff0f5;
  color: #e72c67;
  font-size: 16px;
}
.places-detail-sidebar__identity small {
  display: block;
  color: #a07383;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.places-detail-sidebar__identity h2 {
  overflow: hidden;
  margin: 2px 0 0;
  color: #20232b;
  font-size: 15px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.places-detail-sidebar__categories {
  padding: 16px 13px;
}
.places-category-strip__head--sidebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 2px 12px;
}
.places-category-strip__head--sidebar span {
  display: block;
  color: #e72c67;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.places-category-strip__head--sidebar h3 {
  margin: 3px 0 0;
  color: #20232b;
  font-size: 15px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: none;
}
.places-category-sidebar-grid {
  display: grid;
  gap: 8px;
}
.places-category-pill--sidebar {
  display: flex;
  min-width: 0;
  min-height: 58px;
  align-items: center;
  gap: 11px;
  margin: 0;
  padding: 9px 10px;
  border: 1px solid #f8d8e2;
  border-radius: 13px;
  background: #fffbfe;
  color: #20232b;
  text-decoration: none !important;
  transition: transform .2s, border-color .2s, background-color .2s, box-shadow .2s;
}
.places-category-pill--sidebar:hover,
.places-category-pill--sidebar.is-active {
  border-color: rgba(231, 44, 103, .45);
  background: #fff0f5;
  color: #e72c67;
  transform: translateY(-2px);
}
.places-category-pill--sidebar.is-active {
  box-shadow: inset 0 0 0 1px rgba(231, 44, 103, .22);
}
.places-category-pill--sidebar .places-category-pill__icon {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border-radius: 11px;
  background: #ffe6ee;
  color: #e72c67;
  font-size: 15px;
  transition: background-color .2s, color .2s;
}
.places-category-pill--sidebar:hover .places-category-pill__icon,
.places-category-pill--sidebar.is-active .places-category-pill__icon {
  background: #e72c67;
  color: #fff;
}
.places-category-pill__copy {
  min-width: 0;
  flex: 1;
}
.places-category-pill--sidebar strong,
.places-category-pill--sidebar small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.places-category-pill--sidebar strong {
  max-width: none;
  color: #20232b;
  font-size: 11px;
  font-weight: 800;
}
.places-category-pill--sidebar:hover strong,
.places-category-pill--sidebar.is-active strong {
  color: #e72c67;
}
.places-category-pill--sidebar small {
  margin-top: 2px;
  color: #8c7882;
  font-size: 9px;
  font-weight: 600;
}
.places-sidebar-v2 {
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid #f8d8e2;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 26px rgba(231,44,103,.06);
}
.places-sidebar-v2__heading {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 18px;
  border-bottom: 1px solid #fceef2;
}
.places-sidebar-v2__icon {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border-radius: 13px;
  background: linear-gradient(145deg, #ff3864, #e72c67);
  color: #fff;
  box-shadow: 0 7px 16px rgba(231,44,103,.25);
}
.places-sidebar-v2__heading h2 {
  margin: 0;
  color: #20232b;
  font-size: 15px;
  font-weight: 850;
}
.places-sidebar-v2__heading p {
  margin: 2px 0 0;
  color: #8c7882;
  font-size: 10px;
}
.places-sidebar-v2__section {
  padding: 17px 18px;
  border-bottom: 1px solid #fceef2;
}
.places-sidebar-v2__section h3 {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 12px;
  color: #8c7882;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.places-sidebar-v2__section h3 i {
  color: #e72c67;
}
.places-discovery-form label:not(.places-sort-radio) {
  margin: 9px 0 5px;
  color: #45566b;
  font-size: 10px;
  font-weight: 750;
}
.places-discovery-form .form-select {
  min-height: 39px;
  border-color: #f0d5df;
  border-radius: 9px;
  color: #20232b;
  font-size: 12px;
}
.places-discovery-form .form-select:focus {
  border-color: #e72c67;
  box-shadow: 0 0 0 3px rgba(231,44,103,.14);
}
.places-sidebar-v2__actions {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 9px;
  padding: 17px 18px;
}
.places-filter-apply {
  border-radius: 10px;
  background: #e72c67;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  border: 0;
  padding: 8px 14px;
}
.places-filter-apply:hover {
  background: #c9275f;
  color: #fff;
}
.places-filter-reset {
  display: flex;
  align-items: center;
  padding: 0 8px;
  color: #8c7882;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}
.places-filter-reset:hover {
  color: #e72c67;
}
.places-community-entry {
  display: block;
  margin-bottom: 20px;
  padding: 16px;
  border: 1px solid rgba(231, 44, 103, .2);
  border-radius: 16px;
  background: linear-gradient(145deg, #fff8fa, #fff0f5);
  color: #20232b;
  text-decoration: none !important;
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.places-community-entry:hover {
  border-color: rgba(231, 44, 103, .45);
  color: #20232b;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(231, 44, 103, .12);
}
.places-community-entry__eyebrow {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #e72c67;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.places-community-entry > strong {
  display: block;
  margin: 5px 0 6px;
  font-size: 14px;
  font-weight: 850;
}
.places-community-entry > small {
  display: block;
  color: #747d89;
  font-size: 10px;
  line-height: 1.45;
}
.places-community-entry__action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  color: #e72c67;
  font-size: 10px;
  font-weight: 850;
}

/* ==========================================================================
   FOOD ORDER ITEM DETAIL PAGE STYLING
   ========================================================================== */

.fo-detail-top-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding: 12px 18px;
  background: #ffffff;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}

.fo-detail-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.84rem;
  font-weight: 650;
  color: #64748b;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fo-detail-breadcrumb a {
  color: #64748b;
  text-decoration: none;
  transition: color 0.18s ease;
}

.fo-detail-breadcrumb a:hover {
  color: #e72c67;
}

.fo-detail-breadcrumb span.is-active {
  color: #1e293b;
  font-weight: 800;
}

.fo-detail-showcase {
  background: #ffffff;
  border: 1px solid #edf0f4;
  border-radius: 22px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
  overflow: hidden;
  margin-bottom: 22px;
}

.fo-detail-gallery-main {
  position: relative;
  width: 100%;
  height: 380px;
  background: #fff0f5;
  overflow: hidden;
}

.fo-detail-gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fo-detail-gallery-fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ef3c72;
  font-size: 4rem;
}

.fo-detail-gallery-badge-left {
  position: absolute;
  top: 14px;
  left: 14px;
  display: flex;
  gap: 8px;
  z-index: 2;
}

.fo-detail-gallery-badge-right {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  background: rgba(15, 23, 42, 0.8);
  backdrop-filter: blur(8px);
  color: #ffffff;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
}

.fo-detail-gallery-delivery-badge {
  position: absolute;
  bottom: 14px;
  right: 14px;
  z-index: 2;
  background: rgba(15, 23, 42, 0.88);
  backdrop-filter: blur(8px);
  color: #22c55e;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
}

.fo-detail-thumbs-slider {
  display: flex;
  gap: 10px;
  padding: 12px 16px;
  background: #f8fafc;
  border-top: 1px solid #edf0f4;
  overflow-x: auto;
}

.fo-detail-thumb-btn {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid transparent;
  padding: 0;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.18s ease, transform 0.18s ease;
}

.fo-detail-thumb-btn.is-active,
.fo-detail-thumb-btn:hover {
  border-color: #e72c67;
  transform: translateY(-2px);
}

.fo-detail-thumb-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fo-detail-body {
  padding: 24px 28px;
}

.fo-detail-header-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 16px;
}

.fo-detail-title {
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  font-weight: 850;
  color: #1e293b;
  margin: 0 0 8px;
  line-height: 1.25;
}

.fo-detail-price-box {
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  font-weight: 850;
  color: #e72c67;
  white-space: nowrap;
}

.fo-detail-seller-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f1f5f9;
}

.fo-detail-seller-meta img {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  object-fit: cover;
}

.fo-detail-seller-meta strong {
  font-size: 0.95rem;
  font-weight: 800;
  color: #1e293b;
  display: block;
}

.fo-detail-seller-meta small {
  font-size: 0.78rem;
  color: #64748b;
}

.fo-detail-desc {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #475569;
  margin-bottom: 24px;
}

/* Culinary Section Cards */
.fo-detail-card {
  background: #ffffff;
  border: 1px solid #edf0f4;
  border-radius: 20px;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.04);
  padding: 22px 26px;
  margin-bottom: 22px;
}

.fo-detail-card-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.fo-detail-card-head i {
  color: #e72c67;
  font-size: 1.15rem;
}

.fo-detail-card-head h4 {
  font-size: 1.1rem;
  font-weight: 850;
  color: #1e293b;
  margin: 0;
}

.fo-ingredients-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.fo-ingredient-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #fff0f5;
  border: 1px solid #ffd7e3;
  color: #b42357;
  font-size: 0.82rem;
  font-weight: 700;
}

.fo-ingredient-pill i {
  color: #e72c67;
  font-size: 0.75rem;
}

/* Sticky Order Widget */
.fo-order-sticky-card {
  position: sticky;
  top: 80px;
  background: #ffffff;
  border: 1px solid #f8d8e2;
  border-radius: 22px;
  box-shadow: 0 10px 32px rgba(231, 44, 103, 0.08);
  padding: 24px;
  margin-bottom: 22px;
}

.fo-order-widget-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  margin-bottom: 18px;
  border-bottom: 1px solid #fceef2;
}

.fo-order-widget-head h3 {
  font-size: 1.15rem;
  font-weight: 850;
  color: #1e293b;
  margin: 0;
}

.fo-order-widget-price {
  font-size: 1.35rem;
  font-weight: 850;
  color: #e72c67;
}

.fo-qty-stepper {
  display: flex;
  align-items: center;
  background: #fff5f8;
  border: 1px solid #ffd7e3;
  border-radius: 14px;
  padding: 4px;
  margin-bottom: 16px;
}

.fo-qty-stepper button {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 0;
  background: #ffffff;
  color: #e72c67;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  transition: background 0.18s ease;
}

.fo-qty-stepper button:hover {
  background: #e72c67;
  color: #ffffff;
}

.fo-qty-stepper input {
  flex: 1;
  text-align: center;
  border: 0;
  background: transparent;
  font-weight: 850;
  font-size: 1.05rem;
  color: #1e293b;
  outline: none;
}

.fo-order-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 13px 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #e72c67 0%, #ff3864 100%);
  color: #ffffff !important;
  font-size: 0.95rem;
  font-weight: 850;
  border: 0;
  box-shadow: 0 8px 22px rgba(231, 44, 103, 0.35);
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  text-decoration: none !important;
}

.fo-order-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(231, 44, 103, 0.45);
}

.fo-order-btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px 20px;
  border-radius: 999px;
  background: #25d366;
  color: #ffffff !important;
  font-size: 0.9rem;
  font-weight: 800;
  border: 0;
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.3);
  margin-top: 10px;
  text-decoration: none !important;
  transition: transform 0.18s ease, background 0.18s ease;
}

.fo-order-btn-whatsapp:hover {
  transform: translateY(-2px);
  background: #20ba5a;
}

.fo-order-trust-points {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #fceef2;
  display: grid;
  gap: 8px;
}

.fo-order-trust-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  color: #64748b;
  font-weight: 650;
}

.fo-order-trust-row i {
  color: #22c55e;
}

@media (max-width: 767.98px) {
  .fo-detail-gallery-main {
    height: 260px;
  }
  .fo-detail-body {
    padding: 18px 16px;
  }
  .fo-detail-card {
    padding: 18px 16px;
  }
  .fo-order-sticky-card {
    position: static;
    padding: 18px 16px;
  }
}
