﻿.rwo-app {
  --rwo-bg: linear-gradient(180deg, #f6fbf4 0%, #ffffff 100%);
  --rwo-card: #ffffff;
  --rwo-text: #101813;
  --rwo-muted: #5f7065;
  --rwo-accent: #1f7a45;
  --rwo-accent-dark: #14522f;
  --rwo-border: #d8e8dc;
  --rwo-shadow: 0 18px 45px rgba(16, 49, 26, 0.08);
  color: var(--rwo-text);
  background: var(--rwo-bg);
  border: 1px solid var(--rwo-border);
  border-radius: 28px;
  padding: 18px;
  box-shadow: var(--rwo-shadow);
  font-family: "Segoe UI", sans-serif;
  position: relative;
}

body.rwo-modal-open {
  overflow: hidden;
  touch-action: none;
}

.rwo-modal-shell[hidden],
.rwo-category-modal[hidden],
.rwo-cart-modal[hidden],
.rwo-addon-modal[hidden],
.rwo-success-modal[hidden] {
  display: none !important;
}

.rwo-app,
.rwo-shell {
  border-radius: 0 !important;
}

.rwo-shell {
  overflow: visible;
}

.rwo-modal-shell {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 12px;
  box-sizing: border-box;
}

.rwo-account-panel {
  box-sizing: border-box;
}

.rwo-account-card,
.rwo-history-card {
  box-sizing: border-box;
}

.rwo-menu-panel,
.rwo-menu-list,
.rwo-product-grid {
  width: 100%;
}

.rwo-product-card {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}

.rwo-product-card > :first-child {
  flex: 1 1 0;
}

.rwo-product-card > :last-child {
  flex: 0 0 138px;
  width: 138px;
}

.rwo-product-image-wrap {
  position: relative;
  width: 138px;
  min-width: 138px;
  height: 124px;
  margin-left: auto;
}

.rwo-card-add,
.rwo-card-stepper {
  left: 50%;
  right: auto;
  width: 110px;
  margin: 0;
  transform: translateX(-50%);
}

.rwo-card-stepper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rwo-addon-hero {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr) auto;
  align-items: start;
  gap: 12px;
}

.rwo-addon-image {
  width: 84px;
  height: 84px;
}

.rwo-addon-hero-copy {
  min-width: 0;
}

#rwo-addon-title {
  word-break: break-word;
}

.rwo-addon-hero-actions {
  display: flex;
  align-items: flex-start;
}

#rwo-addon-wishlist {
  display: none !important;
}

.rwo-addon-footer {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

.rwo-addon-quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
}

.rwo-addon-confirm {
  width: 100%;
  min-height: 50px;
}

@media (max-width: 640px) {
  .rwo-brand-card,
  .rwo-highlights,
  .rwo-store-status,
  .rwo-menu-panel {
    margin-left: 10px;
    margin-right: 10px;
  }

  .rwo-menu-category-head {
    padding-left: 12px;
    padding-right: 12px;
  }

  .rwo-product-card {
    padding: 14px 10px 20px;
  }

  .rwo-account-panel {
    width: 100%;
    max-width: 420px;
    margin: 8px auto 0;
  }

  .rwo-addon-dialog,
  .rwo-cart-dialog,
  .rwo-account-panel {
    overscroll-behavior: contain;
  }
}

.rwo-account-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #cbe3d1;
  border-radius: 999px;
  background: linear-gradient(135deg, #eff8f1 0%, #dff1e4 100%);
  color: var(--rwo-accent-dark);
  cursor: pointer;
  box-shadow: var(--rwo-shadow);
  padding: 10px 16px;
  font-weight: 700;
}

.rwo-account-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--rwo-accent);
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

.rwo-account-label {
  font-size: 14px;
  white-space: nowrap;
}

.rwo-hero,
.rwo-hero-head,
.rwo-layout,
.rwo-toolbar,
.rwo-total-row,
.rwo-menu-meta,
.rwo-cart-item,
.rwo-qty-controls {
  display: flex;
}

.rwo-hero,
.rwo-hero-head,
.rwo-toolbar,
.rwo-total-row,
.rwo-menu-meta,
.rwo-cart-item {
  justify-content: space-between;
}

.rwo-hero,
.rwo-hero-head,
.rwo-layout,
.rwo-cart-item {
  gap: 20px;
}

.rwo-hero,
.rwo-hero-head,
.rwo-toolbar,
.rwo-total-row,
.rwo-menu-meta,
.rwo-cart-item,
.rwo-qty-controls {
  align-items: center;
}

.rwo-kicker {
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--rwo-accent);
  font-size: 12px;
  font-weight: 700;
}

.rwo-hero h2 {
  margin: 0 0 10px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.05;
}

.rwo-hero {
  flex-direction: column;
  align-items: stretch;
}

.rwo-hero-copy {
  flex: 1;
  min-width: 0;
}

.rwo-hero-utility {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.rwo-hero-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.rwo-highlights {
  position: relative;
  margin-top: 14px;
}

.rwo-highlight-track {
  position: relative;
  min-height: 320px;
}

.rwo-highlight-card {
  background: #ffffff;
  border: 1px solid var(--rwo-border);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--rwo-shadow);
}

.rwo-highlights.has-slideshow .rwo-highlight-card {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

.rwo-highlights.has-slideshow .rwo-highlight-card.is-active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
}

.rwo-highlight-image-wrap {
  aspect-ratio: 16 / 8.5;
  background: #e8f3ea;
}

.rwo-highlight-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rwo-highlight-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}

.rwo-highlight-dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: #c6d7ca;
  cursor: pointer;
}

.rwo-highlight-dot.is-active {
  background: var(--rwo-accent);
}

.rwo-install-help {
  margin-top: 12px;
  border: 1px solid var(--rwo-border);
  border-radius: 16px;
  padding: 14px 16px;
  background: #f3f8f3;
}

.rwo-install-help-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.rwo-install-help-close {
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: #e7f2e9;
  color: var(--rwo-text);
  cursor: pointer;
  font-size: 18px;
}

.rwo-install-help p {
  margin: 6px 0 0;
  color: var(--rwo-muted);
}

.rwo-account-panel {
  position: absolute;
  top: 76px;
  right: 28px;
  z-index: 20;
  width: min(780px, calc(100% - 56px));
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-bottom: 22px;
}

.rwo-account-card,
.rwo-history-card {
  background: var(--rwo-card);
  border: 1px solid var(--rwo-border);
  border-radius: 22px;
  padding: 22px;
  box-shadow: var(--rwo-shadow);
}

.rwo-account-panel[hidden] {
  display: none;
}

.rwo-account-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.rwo-account-subtitle,
.rwo-history-meta {
  color: var(--rwo-muted);
}

.rwo-login-grid {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 12px;
  margin-top: 16px;
}

.rwo-login-grid input,
.rwo-secondary-button {
  border-radius: 14px;
}

.rwo-icon-button {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid var(--rwo-border);
  background: #fff;
  color: var(--rwo-accent-dark);
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(16, 49, 26, 0.08);
}

.rwo-icon-button:hover {
  background: #f5faf6;
}

.rwo-secondary-button {
  background: #eff7f1;
  color: var(--rwo-text);
  border: 1px solid var(--rwo-border);
  padding: 11px 14px;
  font-weight: 700;
  cursor: pointer;
}

.rwo-secondary-button:hover {
  background: #e4f1e7;
}

.rwo-customer-view,
.rwo-history-head,
.rwo-customer-chip,
.rwo-history-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.rwo-customer-chip {
  flex-wrap: wrap;
}

.rwo-customer-chip span {
  color: var(--rwo-muted);
}

.rwo-customer-orders {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.rwo-history-item {
  border: 1px solid var(--rwo-border);
  border-radius: 18px;
  padding: 14px 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbf7 100%);
}

.rwo-history-lines {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.rwo-history-lines span {
  color: var(--rwo-muted);
}

.rwo-reorder-button {
  margin-top: 10px;
}

.rwo-status-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 700;
  text-transform: capitalize;
  background: #eef2ef;
}

.rwo-status-badge.status-pending {
  background: #fff4d7;
}

.rwo-status-badge.status-accepted,
.rwo-status-badge.status-ready,
.rwo-status-badge.status-completed {
  background: #dff4df;
}

.rwo-status-badge.status-preparing {
  background: #e2f0ff;
}

.rwo-status-badge.status-cancelled {
  background: #fde0e0;
}

.rwo-status-badge.status-rejected {
  background: #fde0e0;
}

.rwo-view-more-orders {
  margin-top: 4px;
}

.rwo-subtitle {
  margin: 0;
  max-width: 650px;
  color: var(--rwo-muted);
  font-size: 16px;
}

.rwo-badge {
  background: #101813;
  color: #edf7ef;
  padding: 14px 18px;
  border-radius: 999px;
  white-space: nowrap;
  font-size: 14px;
}

.rwo-badge.is-open {
  background: #1b5f33;
}

.rwo-badge.is-closed {
  background: #7f2b1f;
}

.rwo-hours,
.rwo-store-status {
  margin-top: 18px;
  border-radius: 16px;
  padding: 14px 16px;
}

.rwo-hours {
  background: #f2f8f1;
  border: 1px solid var(--rwo-border);
}

.rwo-store-status {
  background: #f6fbf4;
  border: 1px solid #cfe3d3;
  display: grid;
  gap: 4px;
}

.rwo-layout {
  margin-top: 18px;
}

.rwo-menu-sticky {
  position: sticky;
  top: 10px;
  z-index: 8;
  margin: -4px -4px 16px;
  padding: 8px 8px 10px;
  border-radius: 18px;
  background: rgba(246, 251, 244, 0.94);
  backdrop-filter: blur(14px);
}

.rwo-category-chips {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 8px 0 2px;
  margin-bottom: 0;
}

.rwo-category-chip {
  border: 1px solid var(--rwo-border);
  background: #fff;
  border-radius: 999px;
  padding: 10px 16px;
  white-space: nowrap;
  cursor: pointer;
  font-weight: 700;
}

.rwo-category-chip.is-active {
  background: #101813;
  color: #fff;
  border-color: #101813;
}

.rwo-menu-panel,
.rwo-cart-panel {
  background: var(--rwo-card);
  border: 1px solid var(--rwo-border);
  border-radius: 22px;
  padding: 14px;
}

.rwo-menu-panel {
  flex: 1.6;
  padding: 18px;
}

.rwo-cart-panel {
  flex: 1;
}

.rwo-cart-toggle {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  padding: 14px 18px;
  background: #101813;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

.rwo-cart-count {
  min-width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--rwo-accent);
}

.rwo-cart-modal[hidden] {
  display: none;
}

.rwo-cart-modal {
  position: fixed;
  inset: 0;
  z-index: 9998;
}

.rwo-cart-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(16, 24, 19, 0.5);
}

.rwo-cart-dialog {
  position: absolute;
  top: 0;
  right: 0;
  width: min(420px, 100%);
  height: 100%;
  background: #fff;
  padding: 24px;
  overflow-y: auto;
  box-shadow: -18px 0 40px rgba(0, 0, 0, 0.18);
}

.rwo-cart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.rwo-toolbar {
  gap: 12px;
  margin-bottom: 14px;
}

.rwo-login-grid input,
.rwo-discount-row input,
.rwo-toolbar input,
.rwo-toolbar select,
.rwo-saved-addresses select,
.rwo-customer-form input,
.rwo-customer-form textarea {
  width: 100%;
  border: 1px solid var(--rwo-border);
  border-radius: 14px;
  padding: 12px 14px;
  background: #fffdf9;
  font-size: 16px;
}

.rwo-menu-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.rwo-menu-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 124px;
  gap: 16px;
  border: 1px solid var(--rwo-border);
  border-radius: 22px;
  padding: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fcf9 100%);
  box-shadow: 0 10px 24px rgba(14, 35, 18, 0.05);
}

.rwo-menu-image-wrap {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 18px;
  margin-bottom: 0;
  background: #e8f3ea;
}

.rwo-menu-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rwo-menu-row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 12px;
}

.rwo-menu-content {
  display: grid;
  gap: 10px;
}

.rwo-menu-copy-top {
  display: grid;
  gap: 8px;
}

.rwo-menu-content h4,
.rwo-cart-panel h3 {
  margin: 0;
}

.rwo-menu-content p,
.rwo-cart-item span,
.rwo-note,
.rwo-empty-state {
  color: var(--rwo-muted);
}

.rwo-nutrition-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
}

.rwo-nutrition-row span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #edf6ef;
  color: #1d5c36;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 700;
}

.rwo-addon-summary {
  margin: 8px 0 0;
  font-size: 12px;
  font-weight: 600;
}

.rwo-variation-summary {
  margin: 8px 0 0;
  color: var(--rwo-accent-dark);
  font-size: 13px;
  font-weight: 700;
}

.rwo-add-button,
.rwo-checkout-button,
.rwo-qty-controls button,
.rwo-addon-close {
  border: 0;
  cursor: pointer;
}

.rwo-add-button,
.rwo-checkout-button {
  background: var(--rwo-accent);
  color: #fff;
  padding: 10px 14px;
  border-radius: 14px;
  font-weight: 700;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.rwo-menu-actions {
  display: flex;
  align-items: flex-end;
  flex-shrink: 0;
}

.rwo-add-button:hover,
.rwo-checkout-button:hover {
  background: var(--rwo-accent-dark);
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(20, 82, 47, 0.2);
}

.rwo-cart-items {
  margin: 18px 0;
}

.rwo-discount-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  margin-bottom: 10px;
}

.rwo-summary-rows {
  margin-top: 12px;
}

.rwo-addon-modal[hidden] {
  display: none;
}

.rwo-addon-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.rwo-addon-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(16, 24, 19, 0.56);
}

.rwo-addon-dialog {
  position: relative;
  width: min(560px, calc(100% - 28px));
  margin: 8vh auto 0;
  max-height: 84vh;
  overflow-y: auto;
  border: 1px solid var(--rwo-border);
  border-radius: 22px;
  padding: 22px;
  background: #f8fcf7;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.2);
}

.rwo-addon-panel-header,
.rwo-addon-option,
.rwo-addon-actions {
  display: flex;
  align-items: center;
}

.rwo-addon-panel-header,
.rwo-addon-option {
  justify-content: space-between;
}

.rwo-addon-panel-header {
  gap: 16px;
  margin-bottom: 12px;
}

.rwo-addon-kicker {
  margin: 0 0 4px;
  color: var(--rwo-accent);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.rwo-addon-panel h3 {
  margin: 0;
}

.rwo-addon-close {
  font-size: 15px;
}

.rwo-addon-close.rwo-icon-button {
  width: 42px;
  height: 42px;
  border: 1px solid var(--rwo-border);
  background: #fff;
}

.rwo-addon-options {
  display: grid;
  gap: 10px;
}

.rwo-addon-group {
  display: grid;
  gap: 10px;
  border: 1px solid var(--rwo-border);
  border-radius: 16px;
  padding: 14px;
  background: #fff;
}

.rwo-addon-group-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.rwo-addon-group-options {
  display: grid;
  gap: 10px;
}

.rwo-addon-rule-text {
  margin: 0;
  color: var(--rwo-muted);
  font-size: 12px;
}

.rwo-variation-options {
  margin-bottom: 12px;
}

.rwo-variation-card {
  display: grid;
  gap: 10px;
}

.rwo-variation-grid {
  display: grid;
  gap: 10px;
}

.rwo-addon-option {
  gap: 12px;
  border: 1px solid var(--rwo-border);
  border-radius: 14px;
  padding: 12px 14px;
  background: #fff;
}

.rwo-addon-option input {
  margin-right: 10px;
}

.rwo-addon-actions {
  justify-content: flex-end;
  margin-top: 14px;
  position: sticky;
  bottom: -22px;
  padding-top: 14px;
  padding-bottom: 2px;
  background: linear-gradient(180deg, rgba(248, 252, 247, 0) 0%, #f8fcf7 28%);
}

.rwo-cart-item {
  padding: 12px 0;
  border-bottom: 1px solid #e1ede4;
}

.rwo-qty-controls {
  gap: 10px;
}

.rwo-qty-controls button {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: #ebf4ec;
  color: var(--rwo-text);
  font-size: 18px;
}

.rwo-total-row {
  margin: 16px 0 20px;
  font-size: 18px;
}

.rwo-customer-form {
  display: grid;
  gap: 14px;
}

.rwo-customer-form label {
  display: grid;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
}

.rwo-saved-addresses {
  animation: rwo-fade-up 0.25s ease;
}

.rwo-payment-note {
  margin-top: 14px;
  padding: 12px 14px;
  border: 1px solid #d7eadc;
  border-radius: 14px;
  background: #f2f8f3;
  color: #456050;
  font-size: 13px;
  line-height: 1.5;
}

.rwo-checkout-button {
  width: 100%;
  margin-top: 18px;
}

.rwo-note {
  margin: 12px 0 0;
  font-size: 13px;
}

.rwo-note.is-error {
  color: #a73715;
}

.rwo-note.is-success {
  color: #1b5f33;
}

.rwo-success-modal[hidden] {
  display: none;
}

.rwo-success-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
}

.rwo-success-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(16, 24, 19, 0.56);
  backdrop-filter: blur(6px);
}

.rwo-success-card {
  position: relative;
  width: min(440px, calc(100% - 28px));
  margin: 12vh auto 0;
  padding: 26px 24px 24px;
  border-radius: 26px;
  background: linear-gradient(180deg, #ffffff 0%, #f3faf4 100%);
  border: 1px solid var(--rwo-border);
  box-shadow: 0 30px 70px rgba(15, 36, 20, 0.24);
  animation: rwo-success-in 0.35s ease;
  text-align: center;
}

.rwo-success-card .rwo-icon-button {
  position: absolute;
  top: 16px;
  right: 16px;
}

.rwo-success-burst {
  position: absolute;
  inset: 18px 18px auto;
  height: 110px;
  pointer-events: none;
}

.rwo-success-burst span {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  opacity: 0.7;
  animation: rwo-float 1.3s ease-in-out infinite;
}

.rwo-success-burst span:nth-child(1) {
  top: 8px;
  left: 26%;
  background: #f0be52;
}

.rwo-success-burst span:nth-child(2) {
  top: 22px;
  right: 24%;
  background: #84c798;
  animation-delay: 0.18s;
}

.rwo-success-burst span:nth-child(3) {
  top: 42px;
  left: 52%;
  background: #b8d86e;
  animation-delay: 0.36s;
}

.rwo-success-check {
  width: 82px;
  height: 82px;
  margin: 24px auto 16px;
  border-radius: 50%;
  background: radial-gradient(circle at top, #3ba963 0%, #1f7a45 72%);
  box-shadow: 0 18px 34px rgba(31, 122, 69, 0.3);
  position: relative;
}

.rwo-success-check::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 22px;
  width: 28px;
  height: 16px;
  border-left: 5px solid #fff;
  border-bottom: 5px solid #fff;
  transform: rotate(-45deg);
}

.rwo-success-text {
  margin: 0 auto;
  max-width: 280px;
  color: var(--rwo-muted);
  line-height: 1.6;
}

.rwo-success-actions {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

@keyframes rwo-success-in {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes rwo-float {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-10px) scale(1.12);
  }
}

@keyframes rwo-fade-up {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .rwo-layout,
  .rwo-hero-head {
    flex-direction: column;
  }

  .rwo-badge {
    align-self: flex-start;
  }

  .rwo-hero-utility {
    justify-content: flex-start;
  }

  .rwo-account-toggle {
    width: auto;
    justify-content: flex-start;
    align-self: flex-start;
  }

  .rwo-account-panel,
  .rwo-login-grid {
    grid-template-columns: 1fr;
  }

  .rwo-account-panel {
    position: static;
    width: 100%;
    margin-bottom: 18px;
  }

  .rwo-cart-dialog {
    width: 100%;
  }

  .rwo-menu-card {
    grid-template-columns: 1fr;
  }

  .rwo-menu-image-wrap {
    aspect-ratio: 16 / 9;
  }

  .rwo-menu-row {
    flex-direction: column;
  }

  .rwo-menu-actions {
    width: 100%;
  }

  .rwo-menu-actions .rwo-add-button {
    width: 100%;
  }

  .rwo-highlight-track {
    min-height: 240px;
  }

  .rwo-menu-sticky {
    top: 6px;
  }
}

/* WEFIT Premium Redesign */
.rwo-app {
  --rwo-bg: #ffffff;
  --rwo-surface: #ffffff;
  --rwo-card: #f4f4f4;
  --rwo-text: #111111;
  --rwo-muted: #6b7280;
  --rwo-border: rgba(17, 17, 17, 0.08);
  --rwo-shadow-sm: 0 10px 30px rgba(17, 17, 17, 0.06);
  --rwo-shadow-md: 0 18px 40px rgba(17, 17, 17, 0.1);
  --rwo-shadow-lg: 0 28px 68px rgba(17, 17, 17, 0.16);
  --rwo-pink: #ff5a6e;
  --rwo-green: #2bb673;
  --rwo-blue: #2563eb;
  --rwo-radius: 26px;
  color: var(--rwo-text);
  background:
    radial-gradient(circle at top left, rgba(255, 90, 110, 0.12), transparent 26%),
    radial-gradient(circle at top right, rgba(43, 182, 115, 0.12), transparent 24%),
    #fbfbfb;
  border: 0;
  box-shadow: none;
  padding: 0 0 120px;
  font-family: Inter, Poppins, "SF Pro Display", "Segoe UI", sans-serif;
}

.rwo-app *,
.rwo-app *::before,
.rwo-app *::after {
  box-sizing: border-box;
}

.rwo-shell {
  width: min(100%, 700px);
  margin: 0 auto;
  padding: 20px 14px 110px;
}

.rwo-topbar,
.rwo-filter-stack {
  position: sticky;
  z-index: 30;
}

.rwo-topbar {
  top: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 12px 0 10px;
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(18px);
}

.rwo-search-area {
  position: relative;
}

.rwo-search-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(244, 244, 244, 0.96);
  border: 1px solid rgba(17, 17, 17, 0.04);
  box-shadow: var(--rwo-shadow-sm);
  transition: all 180ms ease;
}

.rwo-search-pill:focus-within {
  background: #fff;
  box-shadow: 0 18px 42px rgba(255, 90, 110, 0.14);
  transform: translateY(-1px);
}

.rwo-search-pill input {
  border: 0;
  outline: 0;
  background: transparent;
  width: 100%;
  font-size: 16px;
  color: var(--rwo-text);
}

.rwo-search-icon {
  color: var(--rwo-muted);
}

.rwo-search-suggestions {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  display: grid;
  gap: 6px;
  padding: 10px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid var(--rwo-border);
  box-shadow: var(--rwo-shadow-md);
}

.rwo-search-suggestion {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border: 0;
  border-radius: 18px;
  background: #f9f9f9;
  text-align: left;
  cursor: pointer;
}

.rwo-search-suggestion small {
  display: block;
  margin-top: 4px;
  color: var(--rwo-muted);
}

.rwo-topbar-button,
.rwo-icon-button {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(17, 17, 17, 0.06);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--rwo-shadow-sm);
  color: var(--rwo-text);
}

.rwo-filter-stack {
  top: 78px;
  display: grid;
  gap: 10px;
  padding: 6px 0 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.86) 82%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(20px);
}

.rwo-diet-filters,
.rwo-quick-categories,
.rwo-status-row,
.rwo-brand-actions {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
}

.rwo-diet-filters::-webkit-scrollbar,
.rwo-quick-categories::-webkit-scrollbar,
.rwo-status-row::-webkit-scrollbar,
.rwo-brand-actions::-webkit-scrollbar {
  display: none;
}

.rwo-diet-chip,
.rwo-quick-category {
  flex: 0 0 auto;
  min-height: 40px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  box-shadow: var(--rwo-shadow-sm);
  color: var(--rwo-text);
  font-weight: 700;
  cursor: pointer;
}

.rwo-diet-chip.is-active,
.rwo-quick-category.is-active {
  background: var(--rwo-pink);
  color: #fff;
}

.rwo-brand-card,
.rwo-menu-category,
.rwo-history-item,
.rwo-account-card,
.rwo-history-card,
.rwo-cart-dialog,
.rwo-category-dialog,
.rwo-addon-dialog,
.rwo-success-card {
  border: 1px solid var(--rwo-border);
  border-radius: var(--rwo-radius);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--rwo-shadow-md);
}

.rwo-brand-card {
  display: grid;
  gap: 16px;
  padding: 20px;
}

.rwo-kicker {
  margin: 0 0 8px;
  color: var(--rwo-pink);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
}

.rwo-brand-card h1,
.rwo-menu-category-title,
.rwo-history-head h3,
.rwo-cart-head h3,
.rwo-category-dialog h3,
.rwo-success-card h3 {
  margin: 0;
}

.rwo-brand-card h1 {
  font-size: clamp(32px, 8vw, 48px);
  line-height: 0.96;
}

.rwo-subtitle,
.rwo-account-subtitle,
.rwo-note,
.rwo-empty-state,
.rwo-product-description,
.rwo-addon-subtitle {
  color: var(--rwo-muted);
}

.rwo-account-toggle {
  min-height: 42px;
  padding: 0 14px 0 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #fff7f8 0%, #ffe7eb 100%);
  color: #8d1f33;
  border: 1px solid rgba(255, 79, 103, 0.18);
  box-shadow: var(--rwo-shadow-sm);
  font-size: 13px;
}

.rwo-account-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--rwo-pink);
  color: #fff;
  font-size: 15px;
}

.rwo-status-chip {
  flex: 0 0 auto;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

.rwo-status-chip.is-open {
  background: rgba(43, 182, 115, 0.14);
  color: #1b8a55;
}

.rwo-status-chip.is-closed {
  background: rgba(255, 90, 110, 0.14);
  color: #db4458;
}

.rwo-status-chip.is-neutral {
  background: #f4f4f4;
}

.rwo-inline-note,
.rwo-store-status,
.rwo-payment-note {
  margin-top: 14px;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--rwo-border);
}

.rwo-inline-note-head,
.rwo-account-head,
.rwo-history-head,
.rwo-cart-head,
.rwo-addon-hero,
.rwo-history-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.rwo-highlights {
  margin-top: 18px;
}

.rwo-highlight-track {
  position: relative;
  min-height: 220px;
}

.rwo-highlight-card {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
}

.rwo-highlights.has-slideshow .rwo-highlight-card {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.rwo-highlights.has-slideshow .rwo-highlight-card.is-active {
  opacity: 1;
  pointer-events: auto;
}

.rwo-highlight-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.rwo-highlight-overlay {
  position: absolute;
  inset: auto 16px 16px;
  display: grid;
  gap: 6px;
  padding: 16px;
  border-radius: 20px;
  background: rgba(17, 17, 17, 0.54);
  color: #fff;
  backdrop-filter: blur(10px);
}

.rwo-highlight-badge {
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  font-size: 12px;
  font-weight: 700;
}

.rwo-highlight-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}

.rwo-highlight-dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.14);
}

.rwo-highlight-dot.is-active {
  width: 28px;
  background: var(--rwo-pink);
}

.rwo-menu-panel {
  margin-top: 18px;
}

.rwo-menu-list {
  display: grid;
  gap: 20px;
}

.rwo-menu-category {
  padding: 18px;
}

.rwo-menu-category-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.rwo-category-count {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.08);
  color: var(--rwo-blue);
  font-size: 12px;
  font-weight: 700;
}

.rwo-product-grid {
  display: grid;
  gap: 16px;
}

.rwo-product-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 132px;
  gap: 16px;
  padding: 18px;
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--rwo-shadow-sm);
}

.rwo-product-meta,
.rwo-product-badges,
.rwo-product-macros,
.rwo-product-actions,
.rwo-card-stepper,
.rwo-addon-quantity,
.rwo-category-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.rwo-product-meta {
  flex-wrap: wrap;
}

.rwo-food-dot {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1.5px solid currentColor;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.rwo-food-dot.is-veg {
  color: var(--rwo-green);
}

.rwo-food-dot.is-egg {
  color: #f59e0b;
}

.rwo-food-dot.is-non-veg {
  color: var(--rwo-pink);
}

.rwo-food-dot::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
}

.rwo-addon-option.is-selected {
  border-color: var(--rwo-pink);
  box-shadow: 0 0 0 2px rgba(255, 79, 103, 0.14);
}

.rwo-product-name {
  margin: 6px 0 8px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.22;
}

.rwo-product-badge,
.rwo-custom-badge,
.rwo-offer-pill,
.rwo-macro-pill {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
}

.rwo-product-badge,
.rwo-custom-badge {
  background: rgba(255, 90, 110, 0.1);
  color: var(--rwo-pink);
}

.rwo-offer-pill {
  background: rgba(37, 99, 235, 0.1);
  color: var(--rwo-blue);
}

.rwo-macro-pill {
  background: #f4f4f4;
  color: var(--rwo-text);
}

.rwo-read-more {
  display: inline-flex;
  margin-top: 6px;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--rwo-blue);
  font-weight: 700;
  cursor: pointer;
}

.rwo-product-actions {
  margin-top: 12px;
}

.rwo-wish-button,
.rwo-share-button {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 14px;
  background: #f7f7f7;
  cursor: pointer;
}

.rwo-wish-button.is-active {
  color: var(--rwo-pink);
  background: rgba(255, 90, 110, 0.08);
}

.rwo-product-image-wrap {
  position: relative;
  min-height: 148px;
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(180deg, #f6f6f6 0%, #ececec 100%);
  box-shadow: var(--rwo-shadow-md);
}

.rwo-product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rwo-image-fallback {
  display: grid;
  place-items: center;
  height: 100%;
  color: var(--rwo-muted);
  font-size: 13px;
  font-weight: 700;
}

.rwo-card-add,
.rwo-card-stepper {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  min-height: 44px;
  border: 0;
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--rwo-shadow-md);
}

.rwo-card-add {
  color: var(--rwo-pink);
  font-weight: 800;
}

.rwo-card-stepper {
  justify-content: space-between;
  padding: 0 12px;
}

.rwo-card-stepper button,
.rwo-addon-quantity button,
.rwo-qty-controls button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 12px;
  background: rgba(255, 90, 110, 0.1);
  color: var(--rwo-pink);
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
}

.rwo-cart-toggle {
  right: 14px;
  left: 14px;
  bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  border-radius: 24px;
  background: #111111;
  color: #fff;
  box-shadow: var(--rwo-shadow-lg);
}

.rwo-cart-toggle-copy,
.rwo-cart-toggle-total {
  display: grid;
  gap: 3px;
}

.rwo-cart-count {
  background: var(--rwo-pink);
}

.rwo-modal-shell,
.rwo-cart-modal,
.rwo-addon-modal,
.rwo-success-modal,
.rwo-category-modal {
  position: fixed;
  inset: 0;
  z-index: 9998;
}

.rwo-modal-backdrop,
.rwo-cart-backdrop,
.rwo-addon-backdrop,
.rwo-success-backdrop,
.rwo-category-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, 0.46);
  backdrop-filter: blur(10px);
}

.rwo-account-panel,
.rwo-cart-dialog,
.rwo-category-dialog,
.rwo-addon-dialog,
.rwo-success-card {
  position: relative;
  width: min(100%, 700px);
  margin: 0 auto;
}

.rwo-account-panel,
.rwo-cart-dialog,
.rwo-addon-dialog {
  min-height: 100dvh;
  max-height: 100dvh;
  overflow-y: auto;
  border-radius: 28px 28px 0 0;
  margin-top: 24px;
  padding: 18px;
}

.rwo-category-dialog,
.rwo-success-card {
  margin-top: 10vh;
  padding: 20px;
}

.rwo-account-panel {
  display: grid;
  gap: 16px;
  background: #fff;
}

.rwo-login-grid,
.rwo-customer-form,
.rwo-customer-orders,
.rwo-summary-rows,
.rwo-addon-options,
.rwo-variation-options,
.rwo-category-sheet-list,
.rwo-success-actions {
  display: grid;
  gap: 14px;
}

.rwo-login-grid input,
.rwo-customer-form input,
.rwo-customer-form textarea,
.rwo-customer-form select,
.rwo-discount-row input {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 18px;
  background: #f8f8f8;
  font-size: 16px;
}

.rwo-customer-form textarea {
  min-height: 110px;
  padding: 14px 16px;
}

.rwo-discount-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.rwo-total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rwo-grand-total {
  padding-top: 10px;
  border-top: 1px dashed rgba(17, 17, 17, 0.12);
  font-size: 18px;
}

.rwo-cart-item {
  padding: 14px 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.06);
}

.rwo-cart-item span {
  display: block;
  margin-top: 4px;
}

.rwo-secondary-button,
.rwo-checkout-button {
  min-height: 50px;
  border: 0;
  border-radius: 18px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.rwo-secondary-button {
  background: #f4f4f4;
}

.rwo-checkout-button {
  background: var(--rwo-pink);
  color: #fff;
  box-shadow: 0 16px 32px rgba(255, 90, 110, 0.22);
}

.rwo-secondary-button:hover,
.rwo-checkout-button:hover,
.rwo-card-add:hover,
.rwo-diet-chip:hover,
.rwo-quick-category:hover {
  transform: translateY(-1px);
}

.rwo-category-row {
  justify-content: space-between;
  width: 100%;
  padding: 16px;
  border: 0;
  border-radius: 20px;
  background: #f8f8f8;
  cursor: pointer;
}

.rwo-category-row strong {
  font-size: 16px;
}

.rwo-floating-close {
  position: sticky;
  top: 0;
  margin-left: auto;
  z-index: 2;
}

.rwo-addon-dialog {
  padding-bottom: 110px;
}

.rwo-addon-hero {
  align-items: flex-start;
}

.rwo-addon-image {
  width: 92px;
  height: 92px;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: var(--rwo-shadow-md);
}

.rwo-addon-hero-copy {
  flex: 1;
}

.rwo-addon-hero-actions {
  display: flex;
  gap: 8px;
}

.rwo-variation-card,
.rwo-addon-group {
  padding: 16px;
  border-radius: 22px;
  background: #f8f8f8;
  border: 1px solid rgba(17, 17, 17, 0.05);
}

.rwo-addon-group-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.rwo-addon-group-options,
.rwo-variation-grid {
  display: grid;
  gap: 10px;
}

.rwo-addon-option {
  align-items: flex-start;
  padding: 14px;
  border-radius: 18px;
  background: #fff;
}

.rwo-addon-option input {
  margin-top: 4px;
}

.rwo-addon-option-copy {
  flex: 1;
}

.rwo-addon-option-title {
  font-weight: 700;
}

.rwo-addon-option-desc {
  margin-top: 4px;
  font-size: 13px;
  color: var(--rwo-muted);
}

.rwo-addon-price {
  font-weight: 800;
}

.rwo-addon-footer {
  position: sticky;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 0 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 22%);
}

.rwo-addon-quantity {
  min-height: 54px;
  padding: 0 10px;
  border-radius: 18px;
  background: #f5f5f5;
}

.rwo-addon-confirm {
  flex: 1;
}

.rwo-history-lines {
  display: grid;
  gap: 6px;
  margin-top: 8px;
}

.rwo-success-card {
  max-width: 440px;
  text-align: center;
}

.rwo-success-text {
  max-width: 290px;
  margin: 0 auto;
  line-height: 1.6;
}

.rwo-success-check {
  width: 84px;
  height: 84px;
  margin: 20px auto 14px;
  border-radius: 50%;
  background: linear-gradient(180deg, #42cf88 0%, #2bb673 100%);
  box-shadow: 0 22px 44px rgba(43, 182, 115, 0.24);
  position: relative;
}

.rwo-success-check::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 25px;
  width: 28px;
  height: 16px;
  border-left: 5px solid #fff;
  border-bottom: 5px solid #fff;
  transform: rotate(-45deg);
}

.rwo-success-burst {
  position: absolute;
  inset: 14px 14px auto;
  height: 90px;
}

.rwo-success-burst span {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  animation: rwo-float 1.4s ease-in-out infinite;
}

.rwo-success-burst span:nth-child(1) {
  top: 18px;
  left: 24%;
  background: rgba(255, 90, 110, 0.24);
}

.rwo-success-burst span:nth-child(2) {
  top: 10px;
  right: 24%;
  background: rgba(37, 99, 235, 0.22);
  animation-delay: 0.2s;
}

.rwo-success-burst span:nth-child(3) {
  top: 34px;
  left: 52%;
  background: rgba(43, 182, 115, 0.28);
  animation-delay: 0.4s;
}

.rwo-note.is-error {
  color: #d6374e;
}

.rwo-note.is-success {
  color: #18915a;
}

.rwo-hidden {
  display: none !important;
}

@keyframes rwo-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@media (min-width: 701px) {
  .rwo-shell {
    padding-top: 24px;
  }

  .rwo-account-panel,
  .rwo-cart-dialog,
  .rwo-addon-dialog {
    min-height: auto;
    max-height: calc(100dvh - 48px);
    margin-top: 24px;
    border-radius: 28px;
  }
}

@media (max-width: 640px) {
  .rwo-product-card {
    grid-template-columns: minmax(0, 1fr) 118px;
    padding: 16px;
  }

  .rwo-brand-card h1 {
    font-size: 30px;
  }

  .rwo-addon-hero {
    display: grid;
    grid-template-columns: 72px 1fr auto;
    align-items: start;
  }
}

/* Current WEFIT shop refinements */
.rwo-app {
  --rwo-pink: #ff5a6e;
  --rwo-text: #111111;
  --rwo-muted: #666666;
  --rwo-surface: #ffffff;
  --rwo-card: #f4f4f4;
  --rwo-green: #2bb673;
  --rwo-radius-button: 14px;
  --rwo-radius-input: 18px;
  --rwo-radius-card: 22px;
  --rwo-radius-modal: 28px;
  font-family: Inter, system-ui, sans-serif;
}

.rwo-shell {
  padding: 12px 0 120px;
}

.rwo-topbar {
  top: 0;
  min-height: 56px;
  gap: 8px;
  padding: 8px 16px;
}

.rwo-topbar-button,
.rwo-icon-button {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  border-radius: 999px;
}

.rwo-search-pill {
  min-height: 48px;
  padding: 0 14px;
  border-radius: 999px;
}

.rwo-filter-stack {
  top: 56px;
  gap: 8px;
  padding: 0 0 12px;
}

.rwo-diet-filters,
.rwo-quick-categories {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  gap: 10px;
  padding: 8px 16px;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}

.rwo-diet-chip,
.rwo-quick-category {
  height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 16px;
  flex-shrink: 0;
  white-space: nowrap;
}

.rwo-brand-card {
  margin: 0 16px;
  gap: 12px;
  padding: 20px;
  border-radius: 26px;
  background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
}

.rwo-brand-card h1 {
  font-size: clamp(28px, 7vw, 36px);
}

.rwo-brand-actions {
  gap: 12px;
}

.rwo-account-toggle,
.rwo-secondary-button,
.rwo-checkout-button {
  border-radius: 14px;
}

.rwo-highlights,
.rwo-store-status,
.rwo-menu-panel {
  margin-left: 16px;
  margin-right: 16px;
}

.rwo-search-suggestions {
  max-height: min(320px, 50vh);
  overflow-y: auto;
  border-radius: 18px;
  -webkit-overflow-scrolling: touch;
}

.rwo-menu-panel {
  margin-top: 8px;
}

.rwo-menu-category {
  padding: 16px 0 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.rwo-menu-category-head {
  padding: 0 16px 12px;
  margin-bottom: 0;
}

.rwo-product-grid {
  gap: 0;
}

.rwo-product-card {
  display: flex;
  align-items: stretch;
  gap: 12px;
  padding: 16px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  border-bottom: 1px solid #f1f1f1;
}

.rwo-product-card.is-unavailable {
  opacity: 0.72;
}

.rwo-product-card > :first-child {
  flex: 0 0 58%;
  min-width: 0;
}

.rwo-product-card > :last-child {
  flex: 0 0 42%;
}

.rwo-product-name {
  margin: 6px 0;
  font-size: 18px;
}

.rwo-product-description {
  line-height: 1.45;
}

.rwo-product-image-wrap {
  width: 150px;
  max-width: 100%;
  min-height: 130px;
  height: 130px;
  border-radius: 18px;
  box-shadow: 0 12px 26px rgba(17, 17, 17, 0.1);
}

.rwo-product-image {
  object-fit: cover;
}

.rwo-card-add,
.rwo-card-stepper {
  left: 50%;
  right: auto;
  bottom: -12px;
  width: 110px;
  min-height: 44px;
  transform: translateX(-50%);
  border-radius: 14px;
}

.rwo-card-add {
  border: 1.5px solid var(--rwo-pink);
  background: #fff;
  color: var(--rwo-pink);
  box-shadow: 0 10px 24px rgba(255, 90, 110, 0.16);
}

.rwo-card-add.is-disabled {
  border-color: #c8c8c8;
  background: #f3f3f3;
  color: #7b7b7b;
  box-shadow: none;
  cursor: not-allowed;
}

.rwo-product-badge.is-unavailable {
  background: #fff1f1;
  color: #c53333;
}

.rwo-cart-head-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.rwo-whatsapp-help {
  position: fixed;
  right: 18px;
  bottom: calc(194px + env(safe-area-inset-bottom, 0px));
  z-index: 42;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  padding: 0;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(37, 211, 102, 0.28);
}

.rwo-whatsapp-help-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
}

.rwo-whatsapp-help-copy {
  display: none;
}

.rwo-card-stepper {
  padding: 0 8px;
}

.rwo-card-stepper button,
.rwo-addon-quantity button,
.rwo-qty-controls button {
  width: 30px;
  height: 30px;
  border-radius: 10px;
}

.rwo-category-trigger-spacer {
  width: 44px;
}

#rwo-category-trigger {
  position: fixed;
  right: 16px;
  bottom: 86px;
  z-index: 45;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: #111111;
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(17, 17, 17, 0.2);
}

.rwo-category-dialog {
  width: min(calc(100% - 32px), 480px);
  max-height: min(70vh, 620px);
  overflow-y: auto;
  border-radius: 28px;
}

.rwo-category-sheet-list {
  gap: 10px;
}

.rwo-category-row {
  align-items: center;
}

.rwo-addon-dialog {
  min-height: 92vh;
  max-height: 92vh;
  margin-top: 8vh;
  padding: 0 16px 110px;
  border-radius: 28px 28px 0 0;
}

.rwo-addon-hero {
  position: sticky;
  top: 0;
  z-index: 3;
  padding: 16px 0 14px;
  background: #ffffff;
}

.rwo-addon-options,
.rwo-variation-options,
.rwo-category-sheet-list,
.rwo-cart-dialog,
.rwo-account-panel {
  -webkit-overflow-scrolling: touch;
}

.rwo-addon-group,
.rwo-variation-card {
  border-radius: 22px;
}

.rwo-addon-footer {
  padding-top: 12px;
  padding-bottom: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 20%);
}

.rwo-cart-toggle {
  left: 16px;
  right: 16px;
  bottom: 14px;
  height: 68px;
  padding: 0 16px;
  border-radius: 22px;
  background: linear-gradient(135deg, #ff6a7c 0%, #ff5a6e 100%);
  transition: all 180ms ease;
}

.rwo-cart-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  font-size: 22px;
}

.rwo-cart-preview {
  display: flex;
  align-items: center;
  gap: 6px;
}

.rwo-cart-preview-thumb {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
}

.rwo-cart-toggle.is-empty {
  left: auto;
  width: 58px;
  height: 58px;
  padding: 0;
  border-radius: 999px;
  justify-content: center;
}

.rwo-cart-toggle.is-empty .rwo-cart-preview,
.rwo-cart-toggle.is-empty .rwo-cart-toggle-copy,
.rwo-cart-toggle.is-empty .rwo-cart-toggle-total,
.rwo-cart-toggle.is-empty .rwo-cart-count {
  display: none;
}

.rwo-app.has-cart-open #rwo-category-trigger,
.rwo-app.has-cart-items #rwo-category-trigger {
  bottom: calc(env(safe-area-inset-bottom, 0px) + 74px);
}

.rwo-cart-dialog {
  padding: 20px 16px 84px;
  border-radius: 28px 28px 0 0;
}

.rwo-cart-items {
  margin: 8px 0 14px;
}

.rwo-cart-item {
  padding: 12px 0;
}

.rwo-summary-rows {
  gap: 8px;
}

.rwo-total-row {
  min-height: 28px;
}

.rwo-login-grid input,
.rwo-customer-form input,
.rwo-customer-form textarea,
.rwo-customer-form select,
.rwo-discount-row input {
  min-height: 54px;
  border-radius: 18px;
}

.rwo-payment-note {
  font-size: 13px;
}

@media (min-width: 1025px) {
  #rwo-category-trigger {
    position: static;
    width: 44px;
    height: 44px;
    box-shadow: var(--rwo-shadow-sm);
  }

  .rwo-cart-toggle.is-empty {
    left: auto;
    right: 24px;
  }
}

/* Compact cart spacing and sticky checkout */
.rwo-cart-dialog {
  padding: 20px 16px 88px;
}

.rwo-cart-head {
  margin-bottom: 8px;
}

.rwo-cart-items {
  margin: 4px 0 10px;
}

.rwo-cart-item {
  padding: 10px 0;
}

.rwo-cart-item > div:first-child {
  min-width: 0;
}

.rwo-cart-item strong,
.rwo-total-row strong,
.rwo-grand-total strong {
  line-height: 1.2;
}

.rwo-cart-item span {
  margin-top: 2px;
  line-height: 1.35;
}

.rwo-discount-row {
  margin-bottom: 6px;
}

.rwo-summary-rows {
  gap: 6px;
  margin-top: 8px;
}

.rwo-total-row {
  margin: 0;
  min-height: 24px;
  font-size: 15px;
}

.rwo-grand-total {
  margin-top: 8px;
  padding-top: 8px;
  font-size: 17px;
}

.rwo-free-delivery-message,
#rwo-discount-feedback,
#rwo-feedback {
  margin-top: 8px;
}

.rwo-customer-form {
  gap: 10px;
  margin-top: 10px;
}

.rwo-customer-form label {
  gap: 6px;
  font-size: 13px;
}

.rwo-login-grid input,
.rwo-customer-form input,
.rwo-customer-form textarea,
.rwo-customer-form select,
.rwo-discount-row input {
  min-height: 54px;
}

.rwo-customer-form textarea {
  min-height: 92px;
}

.rwo-payment-note {
  margin-top: 10px;
  padding: 10px 12px;
  line-height: 1.45;
}

.rwo-checkout-button {
  border-radius: 14px;
}

@media (max-width: 640px) {
  .rwo-cart-dialog {
    padding: 16px 16px calc(132px + env(safe-area-inset-bottom, 0px));
  }

  #rwo-checkout {
    position: sticky;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 2px);
    z-index: 4;
    width: 100%;
    margin-top: 12px;
    box-shadow: 0 16px 32px rgba(255, 90, 110, 0.22);
  }

  #rwo-feedback {
    margin-top: 8px;
    padding-bottom: 4px;
  }
}

/* Mobile menu/cart refinement pass */
.rwo-shell,
.rwo-brand-card,
.rwo-menu-category,
.rwo-search-suggestions,
.rwo-category-dialog,
.rwo-account-card,
.rwo-history-card,
.rwo-cart-dialog,
.rwo-addon-dialog,
.rwo-variation-card,
.rwo-addon-group,
.rwo-success-card,
.rwo-inline-note,
.rwo-store-status,
.rwo-payment-note {
  border-radius: 22px;
}

.rwo-shell {
  padding: 8px 0 120px;
}

.rwo-topbar {
  align-items: center;
  gap: 8px;
  min-height: 52px;
  padding: 4px 12px;
  transition: transform 180ms ease, opacity 180ms ease;
}

.rwo-search-area {
  display: flex;
  align-items: center;
  min-height: 44px;
}

.rwo-topbar-button,
.rwo-search-pill {
  min-height: 44px;
  height: 44px;
  border-radius: 18px;
}

.rwo-topbar-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.rwo-search-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
}

.rwo-search-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  line-height: 1;
}

.rwo-search-pill input {
  height: 100%;
  line-height: 44px;
  padding: 0;
}

.rwo-filter-stack {
  padding: 0 0 8px;
  transition: transform 180ms ease, opacity 180ms ease;
}

.rwo-diet-filters,
.rwo-quick-categories {
  padding: 6px 12px;
}

.rwo-diet-chip,
.rwo-quick-category {
  height: 36px;
  padding: 0 14px;
  font-size: 14px;
}

.rwo-brand-card,
.rwo-highlights,
.rwo-store-status,
.rwo-menu-panel {
  margin-left: 12px;
  margin-right: 12px;
}

.rwo-menu-category,
.rwo-brand-card,
.rwo-cart-dialog,
.rwo-addon-dialog,
.rwo-category-dialog,
.rwo-account-card,
.rwo-history-card {
  overflow: hidden;
}

.rwo-product-card {
  gap: 10px;
  padding: 14px 12px 20px;
}

.rwo-product-card > :last-child {
  display: flex;
  justify-content: flex-end;
}

.rwo-product-macros {
  margin-top: 8px;
}

.rwo-macro-pill {
  min-height: 24px;
  padding: 0 10px;
  font-size: 12px;
}

.rwo-product-actions {
  margin-top: 8px;
  justify-content: flex-end;
}

.rwo-product-image-wrap {
  overflow: visible;
}

.rwo-product-image {
  width: 100%;
  height: 100%;
  border-radius: 18px;
}

.rwo-card-add,
.rwo-card-stepper {
  justify-content: center;
}

.rwo-card-stepper {
  overflow: visible;
}

#rwo-category-trigger {
  bottom: 90px;
}

.rwo-app.has-cart-open #rwo-category-trigger,
.rwo-app.has-cart-items #rwo-category-trigger {
  bottom: 96px;
}

.rwo-addon-hero {
  align-items: flex-start;
  padding: 14px 0 12px;
}

.rwo-addon-subtitle:empty {
  display: none;
}

.rwo-addon-option {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
}

.rwo-addon-option-copy {
  min-width: 0;
}

.rwo-addon-footer {
  align-items: stretch;
}

.rwo-cart-toggle-copy,
.rwo-cart-toggle-total {
  gap: 2px;
}

.rwo-cart-toggle-total {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex: 1;
  min-width: 0;
}

#rwo-cart-toggle-summary,
#rwo-cart-total-inline,
.rwo-cart-toggle-cta {
  white-space: nowrap;
}

#rwo-cart-toggle-summary {
  font-weight: 700;
}

.rwo-app.rwo-bars-hidden .rwo-topbar,
.rwo-app.rwo-bars-hidden .rwo-filter-stack {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 640px) {
  .rwo-topbar {
    padding-bottom: 4px;
  }

  .rwo-filter-stack {
    gap: 4px;
    padding-bottom: 6px;
  }

  .rwo-diet-filters,
  .rwo-quick-categories {
    gap: 8px;
    padding: 4px 12px;
  }

  .rwo-diet-chip {
    height: 32px;
    padding: 0 12px;
    font-size: 13px;
    border-radius: 999px;
  }

  .rwo-quick-category {
    height: 32px;
    padding: 0 12px;
    font-size: 13px;
    border-radius: 999px;
  }

  .rwo-product-image-wrap {
    width: 138px;
    height: 124px;
  }

  .rwo-addon-dialog {
    padding: 0 16px calc(116px + env(safe-area-inset-bottom, 0px));
  }

  .rwo-addon-footer {
    position: sticky;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 2px);
    z-index: 4;
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    margin-top: 12px;
    padding: 12px 0 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 20%, #fff 100%);
  }

  .rwo-addon-quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 50px;
  }

  .rwo-addon-confirm,
  #rwo-checkout {
    min-height: 50px;
  }

  .rwo-account-panel {
    width: calc(100% - 24px);
    max-width: calc(100% - 24px);
    min-height: calc(100dvh - 16px);
    max-height: calc(100dvh - 16px);
    margin: 8px 12px 0;
    padding: 12px;
    gap: 12px;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 28px 28px 0 0;
  }

  .rwo-account-card,
  .rwo-history-card {
    width: 100%;
    padding: 14px;
    overflow: hidden;
  }

  .rwo-account-head,
  .rwo-history-head {
    align-items: flex-start;
    gap: 10px;
  }

  .rwo-account-head > :first-child,
  .rwo-history-head > :first-child {
    min-width: 0;
    flex: 1;
  }

  .rwo-account-head .rwo-icon-button,
  .rwo-history-head .rwo-secondary-button {
    flex: 0 0 auto;
  }

  .rwo-account-subtitle {
    margin-top: 4px;
    line-height: 1.4;
  }

  .rwo-customer-view {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
  }

  .rwo-customer-chip {
    min-width: 0;
    gap: 4px;
  }

  .rwo-customer-chip strong,
  .rwo-customer-chip span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #rwo-logout-button {
    min-width: 88px;
    padding: 0 14px;
  }

  .rwo-customer-orders {
    gap: 10px;
    max-width: 100%;
  }

  .rwo-history-item {
    width: 100%;
    padding: 14px;
    border-radius: 18px;
  }

  .rwo-history-top {
    align-items: flex-start;
    gap: 8px;
  }

  .rwo-history-top strong {
    min-width: 0;
    flex: 1;
    padding-right: 8px;
  }

  .rwo-history-item .rwo-status-chip {
    flex: 0 0 auto;
    align-self: flex-start;
  }

  .rwo-history-item .rwo-note {
    margin-top: 6px;
  }

  .rwo-history-lines {
    gap: 6px;
    margin-top: 10px;
  }

  .rwo-history-item .rwo-secondary-button {
    width: 100%;
    margin-top: 10px;
  }

  .rwo-history-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.rwo-history-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.rwo-history-actions .rwo-secondary-button {
  flex: 1 1 160px;
}

.rwo-history-details {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.rwo-history-detail-grid {
  display: grid;
  gap: 8px;
}

.rwo-history-feedback-form {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.rwo-history-feedback-form textarea {
  width: 100%;
  min-height: 92px;
  resize: vertical;
}

.rwo-history-feedback-view {
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.04);
}

.rwo-history-lines span {
  display: block;
  margin-top: 4px;
}

body.rwo-modal-open {
  position: fixed;
  inset: 0;
  width: 100%;
  overflow: hidden;
  touch-action: auto;
}

.rwo-account-panel,
.rwo-cart-dialog,
.rwo-addon-dialog {
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 640px) {
  .rwo-modal-shell {
    align-items: flex-end;
    justify-content: center;
    padding: 0 12px !important;
  }

  .rwo-account-panel {
    position: relative !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    width: 100% !important;
    max-width: 420px !important;
    min-height: calc(100dvh - 16px) !important;
    max-height: calc(100dvh - 16px) !important;
    margin: 8px auto 0 !important;
    padding: 12px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }

  .rwo-cart-dialog,
  .rwo-addon-dialog {
    max-height: calc(100dvh - 16px) !important;
    overflow-y: auto !important;
  }

  .rwo-cart-dialog {
    height: calc(100dvh - 8px) !important;
  }

  .rwo-addon-dialog {
    margin-top: 8px !important;
  }
}

/* Final modal stability pass for tablet/mobile */
.rwo-cart-modal,
.rwo-addon-modal,
.rwo-success-modal,
.rwo-modal-shell {
  overflow: hidden;
}

.rwo-account-panel,
.rwo-cart-dialog,
.rwo-addon-dialog,
.rwo-success-card {
  touch-action: pan-y;
}

.rwo-success-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
}

.rwo-success-card {
  width: min(440px, 100%);
  max-height: calc(100dvh - 32px);
  margin: 0 !important;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 1024px) {
  .rwo-modal-shell,
  .rwo-cart-modal,
  .rwo-addon-modal {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0 12px;
    box-sizing: border-box;
  }

  .rwo-account-panel,
  .rwo-cart-dialog,
  .rwo-addon-dialog {
    position: relative !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    width: min(100%, 700px) !important;
    min-height: calc(100dvh - 16px) !important;
    max-height: calc(100dvh - 16px) !important;
    margin: 8px auto 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  .rwo-cart-dialog {
    height: calc(100dvh - 8px) !important;
    padding: 18px 16px calc(82px + env(safe-area-inset-bottom, 0px)) !important;
  }

  .rwo-addon-dialog {
    height: auto !important;
    padding: 0 16px calc(76px + env(safe-area-inset-bottom, 0px)) !important;
  }

  .rwo-addon-hero {
    gap: 10px;
    padding: 12px 0 10px !important;
  }

  .rwo-variation-card,
  .rwo-addon-group {
    padding: 14px !important;
  }

  .rwo-addon-group-head {
    margin-bottom: 8px !important;
  }

  .rwo-addon-group-options,
  .rwo-variation-grid {
    gap: 8px !important;
  }

  .rwo-addon-option {
    gap: 8px !important;
    padding: 12px !important;
  }

  .rwo-addon-option-desc {
    margin-top: 2px;
  }

  .rwo-addon-footer {
    position: sticky;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 2px);
    z-index: 4;
    display: grid !important;
    grid-template-columns: 112px minmax(0, 1fr);
    align-items: center !important;
    gap: 12px;
    margin-top: 10px;
    padding: 10px 0 0 !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 20%, #fff 100%);
  }

  .rwo-addon-quantity {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    min-height: 52px;
    height: 52px;
  }

  .rwo-addon-confirm,
  #rwo-checkout {
    min-height: 52px;
    height: 52px;
  }
}

.rwo-menu-panel {
  width: min(100%, 1120px);
  margin-left: auto !important;
  margin-right: auto !important;
}

.rwo-menu-list {
  width: 100%;
}

.rwo-menu-card,
.rwo-product-card {
  margin-left: auto;
  margin-right: auto;
}

.rwo-menu-actions,
.rwo-product-card > :last-child {
  justify-content: center;
}

.rwo-add-button,
.rwo-card-add,
.rwo-card-stepper {
  transform: translateX(-50%) !important;
}

.rwo-add-button:active,
.rwo-card-add:active,
.rwo-card-stepper:active {
  transform: translateX(-50%) !important;
}

#rwo-category-trigger {
  z-index: 26;
  bottom: calc(74px + env(safe-area-inset-bottom, 0px)) !important;
}

.rwo-app.has-cart-open #rwo-category-trigger,
.rwo-app.has-cart-items #rwo-category-trigger {
  bottom: calc(84px + env(safe-area-inset-bottom, 0px)) !important;
}

.rwo-addon-option {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.rwo-addon-option-desc {
  margin-top: 0;
}

.rwo-addon-footer {
  grid-template-columns: minmax(112px, 132px) minmax(0, 1fr) !important;
  gap: 10px !important;
  margin-top: 8px !important;
  padding-top: 8px !important;
}

.rwo-addon-quantity {
  min-height: 50px;
  height: 50px;
}

@media (max-width: 1024px) {
  .rwo-addon-footer {
    grid-template-columns: minmax(108px, 128px) minmax(0, 1fr) !important;
    gap: 8px !important;
  }
}



/* Final add-on popup layout pass */
.rwo-addon-dialog {
  padding: 0 16px calc(68px + env(safe-area-inset-bottom, 0px)) !important;
}

.rwo-addon-hero {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 10px !important;
  padding: 12px 0 10px !important;
}

#rwo-addon-image,
.rwo-addon-image,
.rwo-addon-hero .rwo-kicker,
.rwo-addon-subtitle {
  display: none !important;
}

.rwo-addon-hero-copy {
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

#rwo-addon-title {
  margin: 0 !important;
}

.rwo-addon-hero-actions {
  margin-left: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  flex: 0 0 auto !important;
}

.rwo-addon-footer {
  position: sticky !important;
  bottom: 0 !important;
  z-index: 8 !important;
  display: grid !important;
  grid-template-columns: minmax(112px, 132px) minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 8px 0 calc(env(safe-area-inset-bottom, 0px)) !important;
  background: #ffffff !important;
  box-shadow: 0 -10px 24px rgba(15, 23, 42, 0.08) !important;
}

.rwo-addon-quantity {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  min-height: 50px !important;
  height: 50px !important;
  margin: 0 !important;
}

#rwo-addon-confirm,
.rwo-addon-confirm.rwo-checkout-button {
  width: 100% !important;
  min-height: 50px !important;
  height: 50px !important;
  margin: 0 !important;
}

@media (max-width: 1024px) {
  .rwo-addon-dialog {
    padding: 0 14px calc(64px + env(safe-area-inset-bottom, 0px)) !important;
  }

  .rwo-addon-footer {
    grid-template-columns: minmax(108px, 124px) minmax(0, 1fr) !important;
    gap: 8px !important;
    padding: 6px 0 calc(env(safe-area-inset-bottom, 0px)) !important;
  }
}

/* Final cart and add-on requested layout pass */
.rwo-cart-dialog.is-empty {
  display: flex !important;
  flex-direction: column !important;
}

.rwo-cart-dialog.is-empty .rwo-cart-items {
  flex: 1 1 auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 45vh !important;
  margin: 0 !important;
}

.rwo-cart-empty-message {
  width: 100% !important;
  margin: 0 !important;
  text-align: center !important;
  color: #111111 !important;
  font-size: clamp(20px, 5vw, 28px) !important;
  line-height: 1.25 !important;
}

.rwo-cart-dialog.is-empty .rwo-discount-row,
.rwo-cart-dialog.is-empty #rwo-discount-feedback,
.rwo-cart-dialog.is-empty .rwo-summary-rows,
.rwo-cart-dialog.is-empty #rwo-free-delivery-message,
.rwo-cart-dialog.is-empty .rwo-grand-total,
.rwo-cart-dialog.is-empty .rwo-customer-form,
.rwo-cart-dialog.is-empty .rwo-payment-note,
.rwo-cart-dialog.is-empty #rwo-checkout,
.rwo-cart-dialog.is-empty #rwo-feedback {
  display: none !important;
}

.rwo-phone-field {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 54px;
  border: 1px solid var(--rwo-border);
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
}

.rwo-phone-prefix {
  flex: 0 0 auto;
  padding: 0 0 0 16px;
  font-weight: 700;
  color: var(--rwo-text);
}

.rwo-phone-field input {
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  min-height: 54px;
  padding-left: 10px !important;
}

.rwo-image-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  max-width: calc(100% - 20px);
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(16, 24, 32, 0.86);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.rwo-precise-location-block {
  display: grid;
  gap: 10px;
  padding: 10px;
  border-radius: 18px;
  transition: box-shadow 0.2s ease, background 0.2s ease;
}

.rwo-precise-location-block.is-attention {
  background: transparent;
  box-shadow: none;
}

.is-field-attention {
  border-color: #ff5a6e !important;
  background: #fff7f8 !important;
  box-shadow: 0 0 0 3px rgba(255, 90, 110, 0.28) !important;
}

.rwo-location-tools .rwo-secondary-button.is-field-attention {
  color: #b42338;
  animation: rwoFieldAttentionPulse 0.9s ease-in-out 2;
}

@keyframes rwoFieldAttentionPulse {
  0%,
  100% {
    transform: none;
  }

  50% {
    transform: translateY(-1px) scale(1.01);
  }
}

.rwo-cart-dialog:not(.is-empty) {
  padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px)) !important;
}

.rwo-cart-dialog:not(.is-empty) #rwo-checkout {
  position: sticky !important;
  bottom: 0 !important;
  z-index: 10 !important;
  width: 100% !important;
  min-height: 56px !important;
  margin: 0 !important;
  border-radius: 16px !important;
  box-shadow: 0 -12px 24px rgba(255, 90, 110, 0.14) !important;
}

.rwo-addon-rule {
  margin: 4px 0 0 !important;
  color: var(--rwo-muted) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

#rwo-cart-toggle,
#rwo-category-trigger {
  position: fixed !important;
  right: 18px !important;
  width: 72px !important;
  height: 72px !important;
  min-width: 72px !important;
  min-height: 72px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2) !important;
}

#rwo-cart-toggle {
  bottom: calc(22px + env(safe-area-inset-bottom, 0px)) !important;
  background: var(--rwo-pink, #ff5a6e) !important;
  color: #ffffff !important;
  z-index: 40 !important;
}

#rwo-category-trigger {
  bottom: calc(108px + env(safe-area-inset-bottom, 0px)) !important;
  background: #111111 !important;
  color: #ffffff !important;
  z-index: 41 !important;
  font-size: 28px !important;
}

.rwo-app.has-cart-open #rwo-category-trigger,
.rwo-app.has-cart-items #rwo-category-trigger {
  bottom: calc(108px + env(safe-area-inset-bottom, 0px)) !important;
}

#rwo-cart-toggle .rwo-cart-toggle-total,
#rwo-cart-toggle .rwo-cart-preview {
  display: none !important;
}

#rwo-cart-icon {
  font-size: 30px !important;
  line-height: 1 !important;
}

#rwo-cart-count {
  position: absolute !important;
  right: -2px !important;
  top: -2px !important;
  min-width: 24px !important;
  height: 24px !important;
  font-size: 13px !important;
  background: #111111 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}

@media (max-width: 640px) {
  .rwo-whatsapp-help {
    right: 16px;
    bottom: calc(182px + env(safe-area-inset-bottom, 0px));
    width: 68px;
    height: 68px;
  }

  #rwo-cart-toggle,
  #rwo-category-trigger {
    right: 16px !important;
    width: 68px !important;
    height: 68px !important;
    min-width: 68px !important;
    min-height: 68px !important;
  }

  #rwo-category-trigger {
    bottom: calc(102px + env(safe-area-inset-bottom, 0px)) !important;
  }

  .rwo-app.has-cart-open #rwo-category-trigger,
  .rwo-app.has-cart-items #rwo-category-trigger {
    bottom: calc(102px + env(safe-area-inset-bottom, 0px)) !important;
  }

  .rwo-cart-dialog:not(.is-empty) {
    padding-bottom: calc(68px + env(safe-area-inset-bottom, 0px)) !important;
  }
}

/* Restore cart bar when cart has items */
.rwo-app.has-cart-items #rwo-cart-toggle:not(.is-empty) {
  width: auto !important;
  min-width: min(360px, calc(100vw - 32px)) !important;
  max-width: calc(100vw - 32px) !important;
  height: 72px !important;
  min-height: 72px !important;
  padding: 12px 18px !important;
  border-radius: 999px !important;
  gap: 10px !important;
  justify-content: flex-start !important;
}

.rwo-app.has-cart-items #rwo-cart-toggle:not(.is-empty) .rwo-cart-toggle-total,
.rwo-app.has-cart-items #rwo-cart-toggle:not(.is-empty) .rwo-cart-preview {
  display: inline-flex !important;
}

.rwo-app.has-cart-items #rwo-cart-toggle:not(.is-empty) .rwo-cart-toggle-total {
  flex-direction: column !important;
  align-items: flex-start !important;
  min-width: 0 !important;
}

.rwo-app.has-cart-items #rwo-cart-toggle:not(.is-empty) #rwo-cart-count {
  position: static !important;
  min-width: 28px !important;
  height: 28px !important;
  border: 0 !important;
  background: #111111 !important;
  color: #ffffff !important;
  margin-left: auto !important;
}

.rwo-app.has-cart-items #rwo-cart-toggle:not(.is-empty) #rwo-cart-icon {
  font-size: 26px !important;
}

@media (max-width: 640px) {
  .rwo-app.has-cart-items #rwo-cart-toggle:not(.is-empty) {
    left: 16px !important;
    right: 16px !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 68px !important;
    min-height: 68px !important;
  }
}

/* Final cart bar alignment pass */
.rwo-app.has-cart-items #rwo-cart-toggle:not(.is-empty) {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 12px !important;
  padding: 12px 14px 12px 16px !important;
}

.rwo-app.has-cart-items #rwo-cart-toggle:not(.is-empty) .rwo-cart-preview,
.rwo-app.has-cart-items #rwo-cart-toggle:not(.is-empty) #rwo-cart-toggle-summary,
.rwo-app.has-cart-items #rwo-cart-toggle:not(.is-empty) #rwo-cart-toggle-savings {
  display: none !important;
}

.rwo-app.has-cart-items #rwo-cart-toggle:not(.is-empty) .rwo-cart-toggle-total {
  display: inline-flex !important;
  flex: 1 1 auto !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  min-width: 0 !important;
  white-space: nowrap !important;
}

.rwo-app.has-cart-items #rwo-cart-toggle:not(.is-empty) #rwo-cart-total-inline {
  display: inline-flex !important;
  order: 1 !important;
  font-weight: 900 !important;
  font-size: 16px !important;
  line-height: 1 !important;
}

.rwo-app.has-cart-items #rwo-cart-toggle:not(.is-empty) .rwo-cart-toggle-cta {
  display: inline-flex !important;
  order: 2 !important;
  font-weight: 800 !important;
  font-size: 15px !important;
  line-height: 1 !important;
}

.rwo-app.has-cart-items #rwo-cart-toggle:not(.is-empty) #rwo-cart-count {
  order: 3 !important;
  flex: 0 0 30px !important;
  width: 30px !important;
  min-width: 30px !important;
  height: 30px !important;
  margin-left: 0 !important;
}

@media (max-width: 640px) {
  .rwo-app.has-cart-items #rwo-cart-toggle:not(.is-empty) {
    gap: 10px !important;
    padding: 10px 12px 10px 14px !important;
  }

  .rwo-app.has-cart-items #rwo-cart-toggle:not(.is-empty) #rwo-cart-total-inline,
  .rwo-app.has-cart-items #rwo-cart-toggle:not(.is-empty) .rwo-cart-toggle-cta {
    font-size: 14px !important;
  }
}

.rwo-location-modal {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 12px;
  box-sizing: border-box;
}

.rwo-location-dialog {
  z-index: 1;
  min-height: min(82vh, 720px);
  max-height: min(82vh, 720px);
  overflow-y: auto;
}

.rwo-location-tools .rwo-secondary-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.rwo-location-button-icon {
  font-size: 18px;
  line-height: 1;
}

.rwo-required {
  color: var(--rwo-pink);
  font-weight: 800;
}

.rwo-location-preview {
  display: grid;
  gap: 8px;
  margin-top: 4px;
  padding: 10px;
  border: 1px solid var(--rwo-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
}

.rwo-location-preview-map {
  width: 100%;
  height: 132px;
  border-radius: 14px;
  overflow: hidden;
  background: #eef2f7;
}

.rwo-location-preview-text {
  margin: 0;
  color: var(--rwo-text);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 600;
}

@media (max-width: 640px) {
  .rwo-location-modal {
    padding: 0 10px;
  }

  .rwo-location-dialog {
    width: min(100%, 700px) !important;
    min-height: calc(100dvh - 16px) !important;
    max-height: calc(100dvh - 16px) !important;
    margin-top: 8px !important;
    padding: 18px 16px calc(18px + env(safe-area-inset-bottom, 0px)) !important;
    border-radius: 28px 28px 0 0 !important;
  }

  .rwo-location-preview-map {
    height: 118px;
  }
}

#rwo-location-preview-map {
  border: 0;
  pointer-events: none;
}

#rwo-feedback.is-error,
#rwo-location-status.is-error {
  display: block;
  padding: 10px 12px;
  border: 1px solid rgba(255, 90, 110, 0.35);
  border-radius: 12px;
  background: #fff4f5;
  color: #b42338;
  font-weight: 700;
}

/* Compact menu filters */
.rwo-filter-stack {
  gap: 6px;
  padding: 4px 0 8px;
}

.rwo-diet-filters,
.rwo-quick-categories {
  gap: 7px;
}

.rwo-diet-chip,
.rwo-quick-category {
  min-height: 34px;
  height: 34px;
  padding: 0 13px;
  font-size: 13px;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(16, 24, 19, 0.08);
}

@media (max-width: 640px) {
  .rwo-filter-stack {
    display: flex;
    align-items: center;
    gap: 6px;
    overflow-x: auto;
    scrollbar-width: none;
    padding: 5px 12px 7px;
  }

  .rwo-filter-stack::-webkit-scrollbar {
    display: none;
  }

  .rwo-diet-filters,
  .rwo-quick-categories {
    flex: 0 0 auto;
    gap: 6px;
    overflow: visible;
    padding: 0;
  }

  .rwo-diet-chip,
  .rwo-quick-category {
    min-height: 30px;
    height: 30px;
    padding: 0 10px;
    font-size: 12px;
    box-shadow: 0 6px 14px rgba(16, 24, 19, 0.07);
  }
}

.rwo-location-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.rwo-location-tools .rwo-secondary-button {
  flex: 1 1 220px;
  justify-content: center;
}

.rwo-location-manual-trigger {
  background: #ffffff;
}

.rwo-location-map {
  width: 100%;
  min-height: 320px;
  height: 420px;
  border-radius: 18px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: #eef2f7;
  overflow: hidden;
}

@media (max-width: 640px) {
  .rwo-location-tools .rwo-secondary-button {
    flex: 1 1 100%;
  }

  .rwo-location-map {
    min-height: 280px;
    height: 52vh;
  }
}


.rwo-address-fields {
  display: grid;
  gap: 14px;
}

@media (min-width: 700px) {
  .rwo-address-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rwo-address-fields label:last-child {
    grid-column: 1 / -1;
  }
}
