.veg-symbol{
  position:absolute;
  top:8px;
  right:8px;
  z-index:10;
  line-height:0;
  filter:drop-shadow(0 1px 3px rgba(0,0,0,0.18));
}
:root{
  --vb-orange:#fc8019;
  --vb-orange-dark:#d95f00;
  --vb-ink:#1f2937;
  --vb-muted:#6b7280;
  --vb-line:#eceff3;
  --vb-soft:#fff7ed;
  --vb-bg:#f6f7fb;
  --vb-green:#16a34a;
  --vb-shadow:0 16px 40px rgba(31,41,55,.12);
  --vb-card:0 8px 24px rgba(31,41,55,.08);
}

html{scroll-behavior:smooth;}

@media(min-width:901px){
  body:not(.meal-builder) .vb-cart-sheet{
    width:560px;
  }
}


body{
  background:
    radial-gradient(circle at 10% 0%, rgba(252,128,25,.13), transparent 28rem),
    radial-gradient(circle at 90% 12%, rgba(22,163,74,.10), transparent 22rem),
    var(--vb-bg) !important;
  color:var(--vb-ink);
}

.navbar{
  backdrop-filter:saturate(150%) blur(14px);
  background:rgba(255,255,255,.92) !important;
  border-bottom:1px solid rgba(236,239,243,.9);
}

.nav-inner{height:72px !important;}
.logo{font-size:24px !important;}

.location-pill,
.search-bar,
.btn-login,
.cart-btn,
.food-card,
.why-card,
.promo-card,
.modal-box,
.sidebar,
.card{
  border:1px solid rgba(236,239,243,.95);
}

.search-bar{
  background:#f8fafc !important;
  border-radius:14px !important;
  min-height:46px;
}

.btn-login,
.cart-btn,
.btn-hero,
.add-btn,
.order-btn,
.btn-proceed{
  border-radius:12px !important;
}

.hero{
  position:relative;
  overflow:hidden;
  min-height:430px;
  background:
    linear-gradient(135deg, rgba(17,24,39,.68), rgba(252,128,25,.34)),
    url("https://images.unsplash.com/photo-1680993032090-1ef7ea9b51e5?auto=format&fit=crop&w=2400&q=95") center/cover !important;
}

.hero:after{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:100px;
  background:linear-gradient(transparent, var(--vb-bg));
  pointer-events:none;
}

.hero-inner{
  position:relative;
  z-index:1;
  min-height:360px;
}

.hero-text h1{
  font-size:clamp(34px,5vw,64px) !important;
  max-width:640px;
}

.hero-text p{
  max-width:540px !important;
  font-size:18px !important;
}

.hero-bowl{
  background:rgba(255,255,255,.2) !important;
  box-shadow:0 30px 70px rgba(0,0,0,.22);
  border:1px solid rgba(255,255,255,.35);
}

.hero-stats{filter:drop-shadow(0 12px 26px rgba(0,0,0,.16));}

.section,
.promo-section,
.why-section{
  max-width:1220px !important;
}

.section-header{
  align-items:center !important;
  gap:18px;
}

.section-title{
  font-size:clamp(22px,3vw,32px) !important;
  letter-spacing:-.03em;
}

.section-sub{font-size:15px !important;}

.cats-scroll{
  gap:16px !important;
  padding:6px 2px 18px !important;
}

.cat-chip{
  min-width:92px;
  background:#fff;
  border:1px solid var(--vb-line);
  border-radius:18px;
  padding:14px 10px;
  box-shadow:0 4px 18px rgba(31,41,55,.06);
  transition:transform .18s, box-shadow .18s, border-color .18s;
}

.cat-chip:hover,
.cat-chip.is-active{
  transform:translateY(-4px);
  border-color:rgba(252,128,25,.5);
  box-shadow:var(--vb-card);
}

.cat-icon{
  width:58px !important;
  height:58px !important;
  border-radius:18px !important;
}

.promo-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important;}
.promo-card{
  min-height:150px;
  box-shadow:var(--vb-card);
}

.cards-grid,
.why-grid{
  gap:24px !important;
}

.food-card{
  border-radius:22px !important;
  box-shadow:var(--vb-card) !important;
}

.food-card:hover{
  transform:translateY(-6px) !important;
  box-shadow:var(--vb-shadow) !important;
}

.card-image{
  height:190px !important;
  background:
    linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.08)),
    linear-gradient(135deg,#fff7ed,#ffe1c2) !important;
}

.card-body{padding:18px !important;}
.card-name{font-size:18px !important;}
.card-desc{font-size:13px !important;}
.card-footer{padding:14px 18px 18px !important;}

.pro-order-strip{
  max-width:1220px;
  margin:-34px auto 0;
  padding:0 20px;
  position:relative;
  z-index:3;
}

.pro-order-panel{
  background:#fff;
  border:1px solid var(--vb-line);
  border-radius:22px;
  box-shadow:var(--vb-shadow);
  display:grid;
  grid-template-columns:1fr auto auto;
  gap:14px;
  align-items:center;
  padding:14px;
}

.pro-order-input{
  display:flex;
  align-items:center;
  gap:12px;
  min-height:52px;
  border-radius:15px;
  background:#f8fafc;
  color:var(--vb-muted);
  padding:0 16px;
  font-weight:600;
}

.pro-chip-row{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}

.pro-chip{
  border:none;
  background:var(--vb-soft);
  color:var(--vb-orange-dark);
  font-weight:800;
  border-radius:999px;
  padding:10px 14px;
  cursor:pointer;
  font-family:inherit;
}

.pro-primary-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 20px;
  border-radius:14px;
  background:var(--vb-orange);
  color:#fff;
  text-decoration:none;
  font-weight:900;
  white-space:nowrap;
  box-shadow:0 10px 22px rgba(252,128,25,.25);
}

.pro-cuisine-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
}

.pro-cuisine-card{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  min-height:210px;
  padding:24px;
  border-radius:24px;
  text-decoration:none;
  color:#fff;
  overflow:hidden;
  position:relative;
  box-shadow:var(--vb-shadow);
}

.pro-cuisine-card:after{
  content:"";
  position:absolute;
  width:220px;
  height:220px;
  right:-60px;
  top:-40px;
  border-radius:50%;
  background:rgba(255,255,255,.18);
}

.pro-cuisine-card.gujarati{background:linear-gradient(135deg,#fb923c,#dc2626);}
.pro-cuisine-card.punjabi{background:linear-gradient(135deg,#22c55e,#0f766e);}

.pro-cuisine-card h3{
  font-size:30px;
  line-height:1;
  margin-bottom:10px;
}

.pro-cuisine-card p{
  max-width:360px;
  color:rgba(255,255,255,.86);
  line-height:1.55;
}

.pro-cuisine-card span{
  display:inline-flex;
  margin-top:18px;
  background:rgba(255,255,255,.18);
  border:1px solid rgba(255,255,255,.25);
  border-radius:999px;
  padding:10px 14px;
  font-weight:900;
}

.pro-cuisine-art{
  position:relative;
  z-index:1;
  font-size:82px;
  filter:drop-shadow(0 16px 24px rgba(0,0,0,.18));
}

.pro-toast{
  position:fixed;
  left:50%;
  bottom:24px;
  transform:translate(-50%,20px);
  background:#111827;
  color:#fff;
  border-radius:14px;
  padding:12px 18px;
  box-shadow:var(--vb-shadow);
  font-weight:700;
  opacity:0;
  pointer-events:none;
  transition:opacity .2s, transform .2s;
  z-index:5000;
}

.pro-toast.show{
  opacity:1;
  transform:translate(-50%,0);
}

body.meal-builder{
  padding:0 !important;
  font-family:Inter,Poppins,sans-serif !important;
}

.meal-shell{
  max-width:1220px;
  margin:0 auto;
  padding:28px 20px 60px;
}

body.meal-builder a.back{
  display:inline-flex !important;
  align-items:center;
  gap:8px;
  margin:0 0 18px !important;
  background:#fff;
  border:1px solid var(--vb-line);
  border-radius:999px;
  padding:10px 14px;
  box-shadow:0 4px 14px rgba(31,41,55,.06);
}

.meal-hero{
  background:linear-gradient(135deg,#111827,#fb923c);
  color:#fff;
  border-radius:28px;
  padding:28px;
  margin-bottom:24px;
  box-shadow:var(--vb-shadow);
}

.meal-hero h1{
  color:#fff !important;
  font-family:Inter,Poppins,sans-serif !important;
  font-size:clamp(34px,5vw,56px) !important;
  margin:0 0 8px !important;
}

.meal-hero p{
  color:rgba(255,255,255,.82) !important;
  font-size:16px !important;
}

.meal-search{
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:20px;
  max-width:520px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.28);
  border-radius:16px;
  padding:12px 14px;
}

.meal-search input{
  width:100%;
  border:none;
  outline:none;
  background:transparent;
  color:#fff;
  font:600 15px Inter,Poppins,sans-serif;
}

.meal-search input::placeholder{color:rgba(255,255,255,.72);}

.meal-builder .section-title{
  font-family:Inter,Poppins,sans-serif !important;
  margin:0 0 18px !important;
}

.meal-builder .page-layout{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:24px !important;
}

.meal-builder .page-layout.has-cat-nav{
  grid-template-columns:92px minmax(0,1fr) 360px;
}

.meal-builder .main-col{min-width:0 !important;}

.meal-builder .main-col h3{
  background:#fff;
  border:1px solid var(--vb-line);
  border-radius:18px;
  padding:14px 16px;
  margin:22px 0 14px !important;
  color:var(--vb-ink) !important;
  font-family:Inter,Poppins,sans-serif !important;
  box-shadow:0 4px 18px rgba(31,41,55,.05);
}

.meal-builder .cards{
  max-width:none !important;
  grid-template-columns:repeat(auto-fill,minmax(190px,1fr)) !important;
  gap:16px !important;
}

.meal-builder .card{
  background:#fff !important;
  border-radius:20px !important;
  padding:16px !important;
  min-height:152px;
  box-shadow:var(--vb-card) !important;
  text-align:left !important;
}

.meal-builder .card:before{
  display:none;
}

.meal-builder .card h4{
  font-size:17px !important;
  line-height:1.25;
}

.meal-builder .sub-price{
  color:var(--vb-muted) !important;
  margin-bottom:14px !important;
}

.meal-builder .add-btn{
  width:100%;
  border:none !important;
  background:var(--vb-soft) !important;
  color:var(--vb-orange-dark) !important;
  padding:10px 14px !important;
}

.meal-builder .add-btn.added{
  background:var(--vb-orange) !important;
  color:#fff !important;
}

.meal-builder .qty-control{
  justify-content:space-between !important;
  background:#f8fafc;
  border-radius:999px;
  padding:6px;
}

.meal-builder .qty-control button{
  background:#fff !important;
  border:1px solid var(--vb-line) !important;
  color:var(--vb-orange-dark) !important;
}

.meal-builder .sidebar{
  top:92px !important;
  background:#fff !important;
  border-radius:24px !important;
  padding:22px !important;
  box-shadow:var(--vb-shadow) !important;
}

.meal-builder .sidebar h3{
  font-family:Inter,Poppins,sans-serif !important;
  font-style:normal !important;
}

.meal-builder .sidebar li{
  border-bottom:1px solid var(--vb-line) !important;
}

.meal-builder .order-btn{
  background:var(--vb-orange) !important;
  box-shadow:0 12px 24px rgba(252,128,25,.24);
}

.meal-builder .is-hidden{display:none !important;}

@media(max-width:900px){
  .promo-grid,
  .pro-cuisine-grid,
  .meal-builder .page-layout{
    grid-template-columns:1fr !important;
  }

  .meal-builder .page-layout.has-cat-nav{
    grid-template-columns:76px minmax(0,1fr) !important;
    gap:10px !important;
  }

  .meal-builder .cat-nav{
    flex-basis:76px !important;
    min-width:0 !important;
    width:76px !important;
    padding:8px 2px !important;
  }

  .meal-builder .cat-nav-item .cat-dot{
    width:28px;
    height:28px;
  }

  .meal-builder .cat-nav-item{
    font-size:10px;
    padding:8px 2px;
  }

  .meal-builder .page-layout.has-cat-nav .sidebar{
    grid-column:1 / -1;
  }

  .meal-builder .cat-nav{
    top:10px;
    max-height:calc(100vh - 20px);
    overflow-y:auto;
  }

  .pro-order-panel{
    grid-template-columns:1fr;
  }

  .meal-builder .sidebar{
    position:static !important;
  }
}

@media(max-width:768px){
  .nav-inner{
    height:auto !important;
    padding:12px 16px !important;
    flex-wrap:wrap;
  }

  .search-bar{
    display:flex !important;
    order:10;
    flex-basis:100%;
  }

  .hero{padding:34px 16px 70px !important;}
  .hero-inner{text-align:left !important;}
  .hero-image-wrap{display:none;}
  .section,.promo-section,.why-section{padding-left:16px !important;padding-right:16px !important;}
  .cards-grid{grid-template-columns:1fr !important;}
  .pro-cuisine-card{min-height:190px;padding:20px;}
  .pro-cuisine-card h3{font-size:25px;}
  .pro-cuisine-art{font-size:56px;}
  .meal-shell{padding:18px 14px 42px;}
  .meal-hero{padding:22px;border-radius:22px;}
}

body:not(.meal-builder) > header{
  position:relative;
  z-index:1000;
  padding:14px 6% 22px !important;
  background:rgba(255,247,239,.7) !important;
  border-bottom:1px solid var(--vb-line);
  backdrop-filter:saturate(150%) blur(16px);
  box-shadow:0 10px 30px rgba(31,41,55,.08) !important;
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:14px 24px;
}

body:not(.meal-builder) > header .logo{
  order:1;
  flex:0 0 100%;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  max-width:none;
  width:100%;
  margin:0 auto !important;
}

body:not(.meal-builder) > header .logo img{
  width:174px !important;
  max-width:174px !important;
  height:auto !important;
  object-fit:contain !important;
  border-radius:0;
  background:transparent !important;
  box-shadow:none !important;
}

body:not(.meal-builder) > header .logo h1{
  font-family:Inter,Poppins,sans-serif !important;
  color:var(--vb-ink) !important;
  font-size:42px !important;
  line-height:1;
  letter-spacing:-.04em;
}

body:not(.meal-builder) > header .logo h1:first-letter{
  color:var(--vb-orange);
}

body:not(.meal-builder) > header .logo p{
  margin:3px 0 0 !important;
  font-size:15px !important;
  color:var(--vb-muted) !important;
}

body:not(.meal-builder) > header nav{
  order:2;
  flex:0 1 auto;
  gap:22px !important;
  margin:0 !important;
  justify-content:center !important;
  width:auto;
}

body:not(.meal-builder) > header nav a{
  border-radius:0;
  padding:4px 8px;
  font-size:18px !important;
  font-weight:800 !important;
  color:#3b2418 !important;
  background:transparent;
  border:1px solid transparent;
}

body:not(.meal-builder) > header nav a:hover{
  color:var(--vb-orange) !important;
  background:transparent;
  border-color:transparent;
}

body:not(.meal-builder) .login-btn,
body:not(.meal-builder) .user-greeting{
  position:static !important;
  top:auto !important;
  right:auto !important;
}

body:not(.meal-builder) .login-btn{
  border-radius:12px !important;
  box-shadow:0 10px 24px rgba(252,128,25,.22);
  padding:10px 18px !important;
  white-space:nowrap;
}

body:not(.meal-builder) .search-container{
  order:3;
  flex:0 1 620px;
  width:min(100%,620px) !important;
  margin:0 auto !important;
  max-width:620px;
  display:flex !important;
  align-items:center;
  gap:10px;
}

body:not(.meal-builder) .header-actions{
  position:absolute;
  top:18px;
  right:6%;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
}

body:not(.meal-builder) .user-greeting.active{
  display:flex !important;
  background:#f8fafc;
  border:1px solid var(--vb-line);
  border-radius:14px;
  padding:8px 10px;
}

body:not(.meal-builder) .order-cart-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:41px;
  border:none;
  border-radius:12px;
  background:#111827;
  color:#fff;
  font-family:Inter,Poppins,sans-serif;
  font-size:14px;
  font-weight:800;
  padding:10px 12px;
  cursor:pointer;
  box-shadow:0 10px 24px rgba(17,24,39,.16);
  white-space:nowrap;
}

body:not(.meal-builder) .cart-bag-icon{
  position:relative;
  display:inline-block;
  width:17px;
  height:16px;
  border:2px solid currentColor;
  border-radius:4px 4px 5px 5px;
  flex:0 0 auto;
}

body:not(.meal-builder) .cart-bag-icon:before{
  content:"";
  position:absolute;
  left:3px;
  right:3px;
  top:-8px;
  height:8px;
  border:2px solid currentColor;
  border-bottom:0;
  border-radius:8px 8px 0 0;
}

body:not(.meal-builder) .cart-label{
  line-height:1;
}

body:not(.meal-builder) .order-cart-btn #orderCartCount{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:21px;
  height:22px;
  border-radius:999px;
  background:var(--vb-orange);
  color:#fff;
  font-size:12px;
  line-height:1;
  padding:0 7px;
}

body:not(.meal-builder) .search-box{
  max-width:none !important;
  flex:1 1 280px;
  min-height:56px;
  border-radius:18px !important;
  background:linear-gradient(135deg,#fff 0%,#fff8f2 100%) !important;
  border:1.5px solid rgba(252,128,25,0.22) !important;
  box-shadow:0 8px 32px rgba(252,128,25,.12), 0 2px 8px rgba(31,41,55,.06) !important;
  transition:box-shadow .2s, border-color .2s;
}
body:not(.meal-builder) .search-box:focus-within{
  border-color:rgba(252,128,25,0.5) !important;
  box-shadow:0 0 0 3px rgba(252,128,25,.12), 0 8px 32px rgba(252,128,25,.15);
}

body:not(.meal-builder) .delivery-location{
  position:relative;
  flex:0 0 250px;
  min-height:56px;
  display:flex;
  align-items:center;
  gap:8px;
  padding:0 14px;
  border-radius:18px !important;
  background:linear-gradient(135deg,#fff 0%,#fff8f2 100%) !important;
  border:1.5px solid rgba(252,128,25,0.22) !important;
  box-shadow:0 8px 32px rgba(252,128,25,.12), 0 2px 8px rgba(31,41,55,.06) !important;
  transition:box-shadow .2s, border-color .2s;
}
body:not(.meal-builder) .delivery-location:focus-within{
  border-color:rgba(252,128,25,0.5);
  box-shadow:0 0 0 3px rgba(252,128,25,.12), 0 8px 32px rgba(252,128,25,.15);
}

body:not(.meal-builder) .location-pin{
  color:var(--vb-orange);
  font-size:22px;
  font-weight:900;
  line-height:1;
  filter:saturate(1.4);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

body:not(.meal-builder) .location-input{
  min-width:0;
  width:100%;
  border:0;
  outline:0;
  background:transparent;
  color:var(--vb-ink);
  font:700 14px/1 Inter,Poppins,sans-serif;
}

body:not(.meal-builder) .location-input::placeholder{
  color:#7c6f66;
}

body:not(.meal-builder) .location-chevron{
  width:28px;
  height:28px;
  border:0;
  border-radius:50%;
  background:#fff4ea;
  color:var(--vb-orange);
  font-size:18px;
  font-weight:900;
  line-height:1;
  cursor:pointer;
}

body:not(.meal-builder) .location-dropdown{
  position:absolute;
  left:0;
  top:calc(100% + 10px);
  z-index:1200;
  width:min(360px, 92vw);
  padding:10px;
  border-radius:18px;
  background:#fff;
  border:1px solid var(--vb-line);
  box-shadow:0 22px 50px rgba(31,41,55,.18);
  display:none;
}

body:not(.meal-builder) .delivery-location.active .location-dropdown{
  display:block;
}

body:not(.meal-builder) .location-dropdown button{
  width:100%;
  border:0;
  background:transparent;
  color:var(--vb-ink);
  text-align:left;
  padding:11px 12px;
  border-radius:12px;
  font:800 14px/1.2 Inter,Poppins,sans-serif;
  cursor:pointer;
}

body:not(.meal-builder) .location-dropdown button:hover{
  background:#fff4ea;
  color:var(--vb-orange);
}

body:not(.meal-builder) .detect-location-btn{
  color:var(--vb-orange) !important;
  border-bottom:1px solid var(--vb-line) !important;
  border-radius:12px 12px 6px 6px !important;
  margin-bottom:6px;
}

body:not(.meal-builder) .location-help{
  margin:6px 10px;
  color:var(--vb-muted);
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
}

body:not(.meal-builder) .search-input{
  font-size:15px !important;
  font-weight:600;
}

body:not(.meal-builder) .search-btn{
  border-radius:14px !important;
  padding:12px 22px !important;
  font-weight:800 !important;
  background:linear-gradient(135deg,#fc8019,#d95f00) !important;
  box-shadow:0 8px 20px rgba(252,128,25,.35);
  letter-spacing:.3px;
  transition:transform .18s, box-shadow .18s;
}
body:not(.meal-builder) .search-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 28px rgba(252,128,25,.45);
}

body:not(.meal-builder) .hero{
  position:relative;
  min-height:520px;
  padding:70px 6% 96px !important;
  background:
    linear-gradient(105deg, rgba(17,24,39,.74) 0%, rgba(17,24,39,.48) 45%, rgba(252,128,25,.24) 100%),
    url("https://images.unsplash.com/photo-1680993032090-1ef7ea9b51e5?auto=format&fit=crop&w=2400&q=95") center/cover !important;
  color:#fff;
  overflow:hidden;
}

body:not(.meal-builder) .hero:after{
  display:none;
}

body:not(.meal-builder) .hero-text,
body:not(.meal-builder) .hero-image{
  position:relative;
  z-index:1;
}

body:not(.meal-builder) .hero-text h2{
  color:#fff !important;
  font-family:Inter,Poppins,sans-serif !important;
  font-size:clamp(38px,6vw,78px) !important;
  letter-spacing:-.055em;
  max-width:720px;
}

body:not(.meal-builder) .hero-text span{
  color:#fed7aa !important;
  font-family:Inter,Poppins,sans-serif !important;
  font-weight:900 !important;
}

body:not(.meal-builder) .hero-text p{
  color:rgba(255,255,255,.86) !important;
  max-width:620px;
}

body:not(.meal-builder) .hero-image img{
  border-radius:28px !important;
  border:1px solid rgba(255,255,255,.24);
  box-shadow:0 30px 80px rgba(0,0,0,.35) !important;
}

body:not(.meal-builder) .btn.primary,
body:not(.meal-builder) .btn.secondary{
  border-radius:14px !important;
  border:none !important;
  box-shadow:0 14px 30px rgba(0,0,0,.18);
  transition:transform .2s ease, box-shadow .2s ease;
}

body:not(.meal-builder) .btn.primary:hover,
body:not(.meal-builder) .btn.secondary:hover{
  transform:translateY(-3px) scale(1.04);
  box-shadow:0 18px 36px rgba(0,0,0,.24);
}

body:not(.meal-builder) .btn.primary{
  background:var(--vb-orange) !important;
}

body:not(.meal-builder) .btn.secondary{
  background:#fff !important;
  color:var(--vb-orange-dark) !important;
}

body:not(.meal-builder) .section{
  padding:70px 6% 0 !important;
  max-width:1220px !important;
  margin:0 auto;
}

body:not(.meal-builder) .section-title{
  font-family:Inter,Poppins,sans-serif !important;
  font-size:clamp(28px,4vw,44px) !important;
  letter-spacing:-.04em;
  margin-bottom:30px !important;
}

body:not(.meal-builder) .cards{
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr)) !important;
  gap:24px !important;
}

body:not(.meal-builder) .card{
  position:relative;
  overflow:hidden;
  padding:16px !important;
  border-radius:24px !important;
  box-shadow:var(--vb-card) !important;
  border:1px solid var(--vb-line);
  background:#fff !important;
}

body:not(.meal-builder) .card:hover{
  transform:translateY(-7px) !important;
  box-shadow:var(--vb-shadow) !important;
}

body:not(.meal-builder) .card img{
  height:250px !important;
  border-radius:18px !important;
}

body:not(.meal-builder) .card h3{
  font-size:22px !important;
  color:var(--vb-ink) !important;
}

body:not(.meal-builder) .card p{
  font-size:14px !important;
  color:var(--vb-muted) !important;
}

body:not(.meal-builder) .menu-order-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:44px;
  margin-top:16px;
  border-radius:14px;
  background:var(--vb-orange);
  color:#fff;
  font-family:Inter,Poppins,sans-serif;
  font-size:15px;
  font-weight:900;
  box-shadow:0 12px 24px rgba(252,128,25,.22);
  transition:transform .18s, box-shadow .18s, background .18s;
}

body:not(.meal-builder) .card:hover .menu-order-btn{
  transform:translateY(-2px);
  background:var(--vb-orange-dark);
  box-shadow:0 16px 30px rgba(252,128,25,.28);
}

body:not(.meal-builder) .feature{
  border-radius:22px !important;
  border:1px solid var(--vb-line);
  box-shadow:var(--vb-card) !important;
  background:#fff !important;
}

body:not(.meal-builder) .feature h4{
  color:var(--vb-ink) !important;
  font-family:Inter,Poppins,sans-serif !important;
}

body:not(.meal-builder) footer{
  margin-top:70px !important;
  background:#111827 !important;
}

body:not(.meal-builder) .modal-box{
  background:#fff !important;
  border-radius:24px !important;
}

body:not(.meal-builder) .side-popup{
  position:fixed;
  left:20px;
  top:18px;
  right:auto;
  transform:none;
  z-index:1800;
  display:flex;
  align-items:center;
  gap:0;
}

body:not(.meal-builder) .side-popup-toggle{
  width:46px;
  height:46px;
  border:none;
  border-radius:14px;
  background:linear-gradient(135deg,#1f2937,#111827);
  color:#fff;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:5px;
  cursor:pointer;
  box-shadow:0 8px 24px rgba(17,24,39,.28), 0 0 0 1px rgba(255,255,255,.07);
  transition:transform .18s, background .18s, box-shadow .18s;
}

body:not(.meal-builder) .account-btn{
  width:43px;
  height:43px;
  border:none;
  border-radius:12px;
  background:#111827;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  margin-left:8px;
  box-shadow:0 10px 24px rgba(17,24,39,.16);
  transition:transform .18s, background .18s;
}

body:not(.meal-builder) .account-btn:hover{
  background:#e8741f;
  transform:translateY(-2px);
}

body:not(.meal-builder) .side-popup-toggle:hover{
  transform:translateY(-2px);
  background:linear-gradient(135deg,#fc8019,#d95f00);
  box-shadow:0 12px 28px rgba(252,128,25,.4), 0 0 0 1px rgba(255,255,255,.1);
}
body:not(.meal-builder) .order-cart-btn:hover,
body:not(.meal-builder) .account-btn:hover{
  transform:translateY(-2px);
  background:var(--vb-orange);
}

body:not(.meal-builder) .side-popup-toggle span{
  width:19px;
  height:2px;
  border-radius:999px;
  background:currentColor;
  transition:transform .18s, opacity .18s;
}

body:not(.meal-builder) .side-popup.active .side-popup-toggle span:nth-child(1){
  transform:translateY(7px) rotate(45deg);
}

body:not(.meal-builder) .side-popup.active .side-popup-toggle span:nth-child(2){
  opacity:0;
}

body:not(.meal-builder) .side-popup.active .side-popup-toggle span:nth-child(3){
  transform:translateY(-7px) rotate(-45deg);
}

body:not(.meal-builder) .side-popup-menu{
  position:fixed;
  left:12px;
  top:80px;
  transform:translateX(-12px) scale(.92);
  width:210px;
  padding:14px;
  border-radius:22px;
  background:linear-gradient(160deg,#fff 0%,#fff7ed 100%);
  border:1px solid var(--vb-line);
  box-shadow:0 24px 60px rgba(31,41,55,.22);
  opacity:0;
  pointer-events:none;
  transition:opacity .25s ease, transform .25s cubic-bezier(.34,1.56,.64,1);
  display:flex;
  flex-direction:column;
  gap:6px;
}

body:not(.meal-builder) .side-popup-menu:before{
  content:"Quick Menu";
  display:block;
  font-family:Inter,Poppins,sans-serif;
  font-size:11px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--vb-orange-dark);
  padding:4px 12px 8px;
}

body:not(.meal-builder) .side-popup.active .side-popup-menu{
  opacity:1;
  pointer-events:auto;
  transform:translateX(0) scale(1);
}

body:not(.meal-builder) .side-popup-menu a{
  position:relative;
  display:flex;
  align-items:center;
  gap:10px;
  min-height:44px;
  padding:0 12px;
  border-radius:14px;
  color:var(--vb-ink);
  text-decoration:none;
  font-family:Inter,Poppins,sans-serif;
  font-size:14px;
  font-weight:800;
  transition:background .18s, color .18s, transform .18s, padding-left .18s;
  overflow:hidden;
}

body:not(.meal-builder) .side-popup-menu a:nth-child(2){animation-delay:.03s;}
body:not(.meal-builder) .side-popup-menu a:nth-child(3){animation-delay:.06s;}
body:not(.meal-builder) .side-popup-menu a:nth-child(4){animation-delay:.09s;}

body:not(.meal-builder) .side-popup-menu a:before{
  content:"";
  display:inline-block;
  width:18px;
  height:18px;
  flex-shrink:0;
  background-color:currentColor;
  -webkit-mask-size:contain;
  mask-size:contain;
  -webkit-mask-repeat:no-repeat;
  mask-repeat:no-repeat;
  -webkit-mask-position:center;
  mask-position:center;
}

body:not(.meal-builder) .side-popup-menu a[href="#home"]:before{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2 2 10h2v10h6v-6h4v6h6V10h2z'/%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2 2 10h2v10h6v-6h4v6h6V10h2z'/%3E%3C/svg%3E");
}
body:not(.meal-builder) .side-popup-menu a[href="#menu"]:before,
body:not(.meal-builder) .side-popup-menu a[href="#specialties"]:before{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11 9H9V2H7v7H5V2H3v7c0 2.12 1.66 3.84 3.75 3.97V22h2.5v-9.03C11.34 12.84 13 11.12 13 9V2h-2v7zm5-7v8h-2v12h2v-7.06c1.16-.32 2-1.37 2-2.61V2c0-.55-.45-1-1-1z'/%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11 9H9V2H7v7H5V2H3v7c0 2.12 1.66 3.84 3.75 3.97V22h2.5v-9.03C11.34 12.84 13 11.12 13 9V2h-2v7zm5-7v8h-2v12h2v-7.06c1.16-.32 2-1.37 2-2.61V2c0-.55-.45-1-1-1z'/%3E%3C/svg%3E");
}
body:not(.meal-builder) .side-popup-menu a[href="#about"]:before{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 .587l3.668 7.568 8.332 1.151-6.064 5.828 1.48 8.279L12 19.771l-7.416 3.642 1.48-8.279L0 9.306l8.332-1.151z'/%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 .587l3.668 7.568 8.332 1.151-6.064 5.828 1.48 8.279L12 19.771l-7.416 3.642 1.48-8.279L0 9.306l8.332-1.151z'/%3E%3C/svg%3E");
}
body:not(.meal-builder) .side-popup-menu a[href*="wa.me"]:before,
body:not(.meal-builder) .side-popup-menu a.wa-link:before{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 0C5.373 0 0 5.373 0 12c0 2.123.553 4.116 1.523 5.846L0 24l6.32-1.488A11.94 11.94 0 0012 24c6.627 0 12-5.373 12-12S18.627 0 12 0zm6.166 16.94c-.262.733-1.522 1.4-2.1 1.49-.537.083-1.218.118-1.964-.123-.453-.146-1.034-.34-1.78-.665-3.13-1.35-5.17-4.49-5.33-4.7-.16-.21-1.27-1.687-1.27-3.22 0-1.532.81-2.288 1.097-2.602.287-.314.626-.393.835-.393.21 0 .418.002.6.011.193.01.452-.073.706.539.262.628.886 2.166.964 2.323.078.157.13.341.026.547-.104.21-.157.34-.31.523-.156.183-.327.41-.467.55-.157.156-.32.327-.137.642.183.314.81 1.336 1.74 2.165 1.197 1.067 2.207 1.397 2.522 1.554.314.157.497.13.68-.078.183-.21.785-.913.994-1.227.21-.314.418-.262.706-.157.288.105 1.815.857 2.128 1.013.314.157.523.235.6.366.078.13.078.756-.183 1.489z'/%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 0C5.373 0 0 5.373 0 12c0 2.123.553 4.116 1.523 5.846L0 24l6.32-1.488A11.94 11.94 0 0012 24c6.627 0 12-5.373 12-12S18.627 0 12 0zm6.166 16.94c-.262.733-1.522 1.4-2.1 1.49-.537.083-1.218.118-1.964-.123-.453-.146-1.034-.34-1.78-.665-3.13-1.35-5.17-4.49-5.33-4.7-.16-.21-1.27-1.687-1.27-3.22 0-1.532.81-2.288 1.097-2.602.287-.314.626-.393.835-.393.21 0 .418.002.6.011.193.01.452-.073.706.539.262.628.886 2.166.964 2.323.078.157.13.341.026.547-.104.21-.157.34-.31.523-.156.183-.327.41-.467.55-.157.156-.32.327-.137.642.183.314.81 1.336 1.74 2.165 1.197 1.067 2.207 1.397 2.522 1.554.314.157.497.13.68-.078.183-.21.785-.913.994-1.227.21-.314.418-.262.706-.157.288.105 1.815.857 2.128 1.013.314.157.523.235.6.366.078.13.078.756-.183 1.489z'/%3E%3C/svg%3E");
}
body:not(.meal-builder) .side-popup-menu a[href="account.html"]:before{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 12c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm0 2c-3.33 0-10 1.67-10 5v3h20v-3c0-3.33-6.67-5-10-5z'/%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 12c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm0 2c-3.33 0-10 1.67-10 5v3h20v-3c0-3.33-6.67-5-10-5z'/%3E%3C/svg%3E");
}

body:not(.meal-builder) .side-popup-menu a:nth-child(5){animation-delay:.12s;}

body:not(.meal-builder) .side-popup-menu a:hover{
  background:linear-gradient(135deg,var(--vb-soft),#ffe9d4);
  color:var(--vb-orange-dark);
  transform:translateX(4px);
  box-shadow:0 6px 16px rgba(252,128,25,.18);
}

body:not(.meal-builder) .sidebar-whatsapp-choice{
  display:none;
  flex-direction:column;
  gap:6px;
  padding:4px 0 4px 32px;
}
body:not(.meal-builder) .sidebar-whatsapp-choice.active{
  display:flex;
}
body:not(.meal-builder) .sidebar-whatsapp-choice a{
  display:block;
  padding:8px 12px;
  border-radius:10px;
  color:var(--vb-ink);
  text-decoration:none;
  font-family:Inter,Poppins,sans-serif;
  font-size:13px;
  font-weight:700;
  background:var(--vb-soft);
}
body:not(.meal-builder) .sidebar-whatsapp-choice a:hover{
  background:linear-gradient(135deg,var(--vb-soft),#ffe9d4);
  color:var(--vb-orange-dark);
}

body:not(.meal-builder) .side-popup-menu a + a{
  border-top:1px dashed var(--vb-line);
  margin-top:2px;
  padding-top:8px;
}

body:not(.meal-builder) .pro-order-strip{
  margin-top:-42px;
}

body:not(.meal-builder) .pro-cuisine-card{
  color:#fff !important;
}

/* Responsive shell for the current home page */
body:not(.meal-builder){
  overflow-x:hidden;
}

body:not(.meal-builder) > header,
body:not(.meal-builder) .hero,
body:not(.meal-builder) .section,
body:not(.meal-builder) footer{
  width:100%;
}

body:not(.meal-builder) > header .logo h1,
body:not(.meal-builder) .hero-text h2,
body:not(.meal-builder) .section-title,
body:not(.meal-builder) .pro-cuisine-card h3{
  letter-spacing:0 !important;
}

body:not(.meal-builder) .hero{
  flex-wrap:nowrap !important;
}

body:not(.meal-builder) .hero-text{
  min-width:0 !important;
}

body:not(.meal-builder) .hero-image{
  min-width:280px !important;
}

body:not(.meal-builder) .hero-text h2{
  font-size:64px !important;
}

body:not(.meal-builder) .section-title{
  font-size:42px !important;
}

body:not(.meal-builder) .pro-order-panel{
  width:100%;
}

body:not(.meal-builder) .features{
  grid-template-columns:repeat(auto-fit,minmax(230px,1fr)) !important;
}

@media(max-width:1100px){
  body:not(.meal-builder) > header{
    grid-template-columns:1fr auto;
    grid-template-areas:
      "logo actions"
      "nav nav"
      "search search";
  }

  body:not(.meal-builder) > header .logo h1{
    font-size:36px !important;
  }

  body:not(.meal-builder) .hero{
    gap:28px !important;
  }

  body:not(.meal-builder) .hero-text h2{
    font-size:52px !important;
  }

  body:not(.meal-builder) .hero-text p{
    font-size:18px !important;
  }

  body:not(.meal-builder) .hero-image img{
    max-width:430px !important;
  }

  body:not(.meal-builder) .section-title{
    font-size:36px !important;
  }
}

@media(max-width:900px){
  body:not(.meal-builder) > header{
    position:relative !important;
    padding:16px 20px !important;
    gap:12px 10px;
  }

  body:not(.meal-builder) .header-actions{
    position:absolute;
    top:14px;
    right:20px;
    justify-content:flex-end;
    flex-wrap:nowrap;
    width:auto;
  }

  body:not(.meal-builder) > header nav{
    gap:8px !important;
    justify-content:center !important;
  }

  body:not(.meal-builder) > header nav a{
    font-size:14px !important;
    padding:4px 5px !important;
  }

  body:not(.meal-builder) .search-container{
    flex-basis:100%;
    width:100% !important;
    max-width:540px;
    justify-content:center;
    gap:8px;
  }

  body:not(.meal-builder) .delivery-location{
    flex:0 1 230px;
    min-height:50px;
    padding:0 12px;
  }

  body:not(.meal-builder) .search-box{
    flex:0 1 250px;
    padding:6px !important;
  }

  body:not(.meal-builder) .search-btn{
    padding:10px 14px !important;
  }

  body:not(.meal-builder) .hero{
    flex-direction:column !important;
    align-items:flex-start !important;
    min-height:auto !important;
    padding:54px 22px 82px !important;
    gap:28px !important;
  }

  body:not(.meal-builder) .hero-text{
    width:100%;
    max-width:720px;
  }

  body:not(.meal-builder) .hero-text h2{
    font-size:44px !important;
  }

  body:not(.meal-builder) .hero-image{
    width:100%;
    min-width:0 !important;
    text-align:left !important;
  }

  body:not(.meal-builder) .hero-image img{
    width:100% !important;
    max-width:520px !important;
    aspect-ratio:16/10;
    object-fit:cover;
  }

  body:not(.meal-builder) .section{
    padding:56px 20px 0 !important;
  }

  body:not(.meal-builder) .pro-order-strip{
    margin-top:-36px !important;
    padding:0 20px !important;
  }

  body:not(.meal-builder) .pro-order-panel{
    grid-template-columns:1fr !important;
  }
}

@media(max-width:768px){
  body:not(.meal-builder) > header{
    padding:16px !important;
  }

  body:not(.meal-builder) > header .logo{
    grid-template-columns:1fr;
    text-align:center;
  }

  body:not(.meal-builder) > header .logo img{
    grid-row:auto;
    width:170px !important;
    max-width:170px !important;
    margin:0 auto 8px !important;
  }

  body:not(.meal-builder) .header-actions{
    position:static;
    order:2;
    margin-top:0;
    width:100%;
    justify-content:center;
  }

  body:not(.meal-builder) .hero{
    padding:42px 16px 76px !important;
  }

  body:not(.meal-builder) .hero-image{
    display:block !important;
  }

  body:not(.meal-builder) .search-container{
    max-width:none !important;
    flex-wrap:wrap;
  }

  body:not(.meal-builder) .delivery-location{
    flex:1 1 100%;
    width:100%;
  }

  body:not(.meal-builder) .search-box{
    flex:1 1 100%;
    min-height:auto !important;
    padding:8px !important;
    gap:8px;
  }

  body:not(.meal-builder) .search-input{
    min-width:0;
    font-size:14px !important;
  }

  body:not(.meal-builder) .search-btn{
    padding:10px 13px !important;
    font-size:13px !important;
    margin-left:0 !important;
  }

  body:not(.meal-builder) .hero-text h2{
    font-size:36px !important;
  }

  body:not(.meal-builder) .hero-text p{
    font-size:16px !important;
    line-height:1.65 !important;
  }

  body:not(.meal-builder) .btns{
    width:100%;
  }

  body:not(.meal-builder) .btn{
    flex:1 1 150px;
    text-align:center;
    padding:13px 16px !important;
    font-size:15px !important;
  }

  body:not(.meal-builder) .section{
    padding:32px 6% 0 !important;
  }

  body:not(.meal-builder) .section-title{
    font-size:30px !important;
  }

  body:not(.meal-builder) .cards{
    grid-template-columns:1fr !important;
    gap:18px !important;
  }

  body:not(.meal-builder) .card img{
    height:auto !important;
    aspect-ratio:4/3;
  }

  body:not(.meal-builder) .features{
    grid-template-columns:1fr !important;
  }

  body:not(.meal-builder) footer{
    padding:28px 16px !important;
    font-size:15px !important;
  }

  body:not(.meal-builder) .side-popup{
    left:14px;
    top:14px;
    right:auto;
    bottom:auto;
    transform:none;
    width:auto;
  }

  body:not(.meal-builder) .side-popup-toggle{
    width:42px;
    height:42px;
    border-radius:12px;
  }

  body:not(.meal-builder) .side-popup-menu{
    left:12px;
    top:80px;
    bottom:auto;
    transform:translateY(10px) scale(.96);
  }

  body:not(.meal-builder) .side-popup.active .side-popup-menu{
    transform:translateY(0) scale(1);
  }
}

@media(max-width:480px){
  body:not(.meal-builder) > header .logo img{
    width:150px !important;
    max-width:150px !important;
  }

  body:not(.meal-builder) > header .logo h1{
    font-size:32px !important;
  }

  body:not(.meal-builder) > header .logo p{
    font-size:12px !important;
  }

  body:not(.meal-builder) > header nav{
    display:flex !important;
    flex-wrap:wrap;
    width:auto;
  }

  body:not(.meal-builder) > header nav a{
    text-align:center;
    padding:4px 5px !important;
    font-size:12px !important;
  }

  body:not(.meal-builder) .search-box{
    flex-wrap:wrap;
    padding:10px !important;
  }

  body:not(.meal-builder) .search-input{
    flex-basis:100%;
    padding:4px 6px;
  }

  body:not(.meal-builder) .search-btn{
    width:100%;
  }

  body:not(.meal-builder) .header-actions{
    display:flex;
    gap:8px;
  }

  body:not(.meal-builder) .login-btn,
  body:not(.meal-builder) .order-cart-btn{
    width:auto;
    padding:10px 12px !important;
    font-size:13px !important;
  }

  body:not(.meal-builder) .cart-bag-icon{
    width:15px;
    height:14px;
  }

  body:not(.meal-builder) .user-greeting.active{
    grid-column:1/-1;
    justify-content:center;
  }

  body:not(.meal-builder) .hero-text h2{
    font-size:32px !important;
  }

  body:not(.meal-builder) .hero-image img{
    border-radius:20px !important;
  }

  body:not(.meal-builder) .pro-cuisine-card{
    min-height:170px !important;
    padding:18px !important;
  }

  body:not(.meal-builder) .pro-cuisine-card h3{
    font-size:24px !important;
  }

  body:not(.meal-builder) .pro-cuisine-card p{
    font-size:14px;
  }

  body:not(.meal-builder) .pro-cuisine-art{
    display:none;
  }
}

/* VagharBox launch polish */
body:not(.meal-builder){
  background:
    linear-gradient(180deg,#fffaf4 0%,#f8fafc 42%,#fff7ed 100%) !important;
}

body:not(.meal-builder) > header{
  background:rgba(255,255,255,.88) !important;
  border-bottom:1px solid rgba(252,128,25,.12);
  padding-top:10px !important;
  padding-bottom:16px !important;
  gap:10px 24px !important;
}

body:not(.meal-builder) > header .logo img{
  width:142px !important;
  max-width:142px !important;
}

body:not(.meal-builder) > header nav a{
  font-size:16px !important;
}

body:not(.meal-builder) .search-container{
  flex-basis:620px !important;
}

body:not(.meal-builder) .search-box,
body:not(.meal-builder) .delivery-location{
  min-height:50px !important;
}

body:not(.meal-builder) .search-box{
  position:relative !important;
}

body:not(.meal-builder) .search-suggestions{
  display:none;
  position:absolute;
  left:0;
  right:0;
  top:calc(100% + 10px);
  z-index:1600;
  padding:8px;
  border:1px solid rgba(236,239,243,.95);
  border-radius:18px;
  background:#fff;
  box-shadow:0 18px 48px rgba(31,41,55,.18);
}

body:not(.meal-builder) .search-suggestions.active{
  display:block;
}

body:not(.meal-builder) .search-suggestion-item,
body:not(.meal-builder) .search-suggestion-empty{
  width:100%;
  min-height:52px;
  border:0;
  border-radius:13px;
  background:transparent;
  color:var(--vb-ink);
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  gap:3px;
  padding:9px 12px;
  font-family:Poppins,sans-serif;
  text-align:left;
}

body:not(.meal-builder) .search-suggestion-item{
  cursor:pointer;
}

body:not(.meal-builder) .search-suggestion-item:hover{
  background:#fff4ea;
}

body:not(.meal-builder) .search-suggestion-item span{
  font-size:14px;
  font-weight:900;
}

body:not(.meal-builder) .search-suggestion-item small,
body:not(.meal-builder) .search-suggestion-empty{
  color:#7c6f66;
  font-size:12px;
  font-weight:700;
}

body:not(.meal-builder) .legacy-hidden-copy{
  display:none !important;
}

body:not(.meal-builder) .hero{
  min-height:600px !important;
  padding:84px 6% 118px !important;
  background:
    linear-gradient(100deg, rgba(18,20,27,.82) 0%, rgba(18,20,27,.62) 48%, rgba(252,128,25,.20) 100%),
    url("assets/hero-thali-v2.png") center/cover !important;
  isolation:isolate;
}

body:not(.meal-builder) .hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.52));
  z-index:0;
  pointer-events:none;
}

body:not(.meal-builder) .hero-kicker{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 14px;
  margin-bottom:18px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:999px;
  background:rgba(255,255,255,.14);
  color:#ffedd5;
  font-size:13px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  backdrop-filter:blur(12px);
}

body:not(.meal-builder) .hero-copy{
  margin-top:18px !important;
  font-size:19px !important;
}

body:not(.meal-builder) .hero-proof{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  max-width:660px;
  margin-top:28px;
}

body:not(.meal-builder) .hero-proof div{
  min-height:86px;
  padding:16px;
  border:1px solid rgba(255,255,255,.20);
  border-radius:18px;
  background:rgba(255,255,255,.12);
  backdrop-filter:blur(14px);
}

body:not(.meal-builder) .hero-proof strong,
body:not(.meal-builder) .hero-proof span{
  display:block;
}

body:not(.meal-builder) .hero-proof strong{
  color:#fff;
  font-size:20px;
  line-height:1.1;
}

body:not(.meal-builder) .hero-proof span{
  margin-top:7px;
  color:rgba(255,255,255,.72);
  font-size:13px;
  font-weight:700;
}

body:not(.meal-builder) .vb-trust-strip{
  display:none;
}

body:not(.meal-builder) .vb-trust-strip > div{
  display:none;
}

body:not(.meal-builder) .vb-trust-strip > div:first-child{
  border-radius:0;
}

body:not(.meal-builder) .vb-trust-strip > div:last-child{
  border-radius:0;
}

body:not(.meal-builder) .vb-trust-strip span{
  display:inline-flex;
  margin-bottom:10px;
  color:var(--vb-orange);
  font-weight:900;
}

body:not(.meal-builder) .vb-trust-strip strong{
  display:block;
  color:#111827;
  font-size:18px;
  line-height:1.2;
}

body:not(.meal-builder) .vb-trust-strip p{
  margin-top:8px;
  color:#6b7280;
  font-size:14px;
  line-height:1.55;
}

body:not(.meal-builder) .section-heading-row{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:26px;
}

body:not(.meal-builder) .section-heading-row .section-title{
  margin-bottom:0 !important;
}

body:not(.meal-builder) .section-eyebrow{
  margin:0 0 8px;
  color:var(--vb-orange-dark);
  font-size:13px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

body:not(.meal-builder) .section-whatsapp{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 18px;
  border-radius:999px;
  background:#2d0c06;
  color:#fff;
  text-decoration:none;
  font-weight:900;
  white-space:nowrap;
  box-shadow:0 12px 28px rgba(18,53,31,.18);
}

body:not(.meal-builder) .offers-zone{
  margin-top:54px;
}

body:not(.meal-builder) .offers-zone-grid{
  position:relative;
  min-height:250px;
  max-width:620px;
  margin:0 auto;
  margin-bottom:82px;
}

body:not(.meal-builder) .offers-zone-controls{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin:14px 0 0;
}

body:not(.meal-builder) .offers-zone-dots{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
}

body:not(.meal-builder) .offers-zone-dots span{
  width:8px;
  height:8px;
  border-radius:999px;
  background:#d1d5db;
  transition:width .22s, background .22s;
}

body:not(.meal-builder) .offers-zone-dots span.active{
  width:28px;
  background:#fc8019;
}

body:not(.meal-builder) .offers-zone-arrow{
  width:36px;
  height:36px;
  border:1px solid #e5e7eb;
  border-radius:50%;
  background:#fff;
  color:#111827;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
  line-height:1;
  font-weight:800;
  cursor:pointer;
  box-shadow:0 8px 22px rgba(31,41,55,.10);
  transition:transform .18s, background .18s, color .18s;
}

body:not(.meal-builder) .offers-zone-arrow:hover{
  transform:translateY(-2px);
  background:#fc8019;
  color:#fff;
}

body:not(.meal-builder) .offers-zone-card{
  min-height:220px;
  width:100%;
  border-radius:24px;
  padding:0;
  color:#fff;
  text-decoration:none;
  background:#111827;
  box-shadow:0 12px 34px rgba(31,41,55,.12);
  display:flex;
  align-items:stretch;
  overflow:hidden;
  position:absolute;
  inset:0;
  animation:offerStack 9s ease-in-out infinite;
  transform-origin:center bottom;
  opacity:.38;
  transform:translateX(-18px) translateY(40px) rotate(2deg) scale(.88);
  z-index:1;
}

body:not(.meal-builder) .offers-zone-card:nth-child(1){
  animation-delay:0s;
  opacity:1;
  transform:translateX(0) translateY(0) rotate(0deg) scale(1);
  z-index:3;
}

body:not(.meal-builder) .offers-zone-card:nth-child(2){
  animation-delay:3s;
  opacity:.68;
  transform:translateX(18px) translateY(20px) rotate(-2deg) scale(.94);
  z-index:2;
}

body:not(.meal-builder) .offers-zone-card:nth-child(3){
  animation-delay:6s;
}

body:not(.meal-builder) .offers-zone-grid.is-touch-stack .offers-zone-card{
  animation:none;
  transition:transform .34s ease, opacity .34s ease, filter .34s ease;
}

body:not(.meal-builder) .offers-zone-grid.is-touch-stack .offers-zone-card.is-active{
  opacity:1 !important;
  transform:translateX(0) translateY(0) rotate(0deg) scale(1) !important;
  filter:none;
  z-index:3;
}

body:not(.meal-builder) .offers-zone-grid.is-touch-stack .offers-zone-card.is-next{
  opacity:.68 !important;
  transform:translateX(18px) translateY(20px) rotate(-2deg) scale(.94) !important;
  filter:saturate(.9);
  z-index:2;
}

body:not(.meal-builder) .offers-zone-grid.is-touch-stack .offers-zone-card.is-back{
  opacity:.38 !important;
  transform:translateX(-18px) translateY(40px) rotate(2deg) scale(.88) !important;
  filter:saturate(.75);
  z-index:1;
}

@keyframes offerStack{
  0%, 22%{
    opacity:1;
    transform:translateX(0) translateY(0) rotate(0deg) scale(1);
    z-index:3;
  }
  28%{
    opacity:0;
    transform:translateX(62%) translateY(-12px) rotate(7deg) scale(.96);
    z-index:3;
  }
  34%, 56%{
    opacity:.68;
    transform:translateX(18px) translateY(20px) rotate(-2deg) scale(.94);
    z-index:2;
  }
  62%, 84%{
    opacity:.38;
    transform:translateX(-18px) translateY(40px) rotate(2deg) scale(.88);
    z-index:1;
  }
  90%{
    opacity:0;
    transform:translateX(-52%) translateY(12px) rotate(-6deg) scale(.92);
    z-index:1;
  }
  100% {
    opacity:1;
    transform:translateX(0) translateY(0) rotate(0deg) scale(1);
    z-index:3;
  }
}

body:not(.meal-builder) .offers-zone-grid:hover .offers-zone-card{
  animation-play-state:paused;
}

body:not(.meal-builder) .offers-zone-card:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(17,24,39,.94) 0%,rgba(17,24,39,.74) 46%,rgba(17,24,39,.12) 100%);
  pointer-events:none;
}

body:not(.meal-builder) .offers-zone-card.green{
  background:#0f766e;
}

body:not(.meal-builder) .offers-zone-card.dark{
  background:#111827;
}

body:not(.meal-builder) .offers-zone-card img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  transform:scale(1.02);
}

body:not(.meal-builder) .offers-zone-content{
  position:relative;
  z-index:2;
  width:min(62%, 360px);
  min-height:100%;
  padding:24px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}

body:not(.meal-builder) .offers-zone-tag{
  align-self:flex-start;
  position:relative;
  z-index:1;
  background:rgba(255,255,255,.18);
  border:1px solid rgba(255,255,255,.24);
  border-radius:999px;
  padding:7px 11px;
  font-size:12px;
  font-weight:900;
}

body:not(.meal-builder) .offers-zone-card h3{
  margin:20px 0 8px;
  font-size:28px;
  line-height:1.15;
}

body:not(.meal-builder) .offers-zone-card p{
  color:rgba(255,255,255,.84);
  font-size:14px;
  line-height:1.55;
}

body:not(.meal-builder) .offers-zone-card strong{
  margin-top:18px;
  font-size:18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  width:max-content;
  max-width:100%;
  padding:0 16px;
  border-radius:999px;
  background:#fff;
  color:#111827;
}

body:not(.meal-builder) #menu > .cards:not(.special-cards) .card{
  border-radius:28px !important;
}

body:not(.meal-builder) #menu > .cards:not(.special-cards) .card a[href="gujarati-thali.html"] h3,
body:not(.meal-builder) #menu > .cards:not(.special-cards) .card a[href="punjabi-meals.html"] h3{
  font-size:0 !important;
}

body:not(.meal-builder) #menu > .cards:not(.special-cards) .card a[href="gujarati-thali.html"] h3:after,
body:not(.meal-builder) #menu > .cards:not(.special-cards) .card a[href="punjabi-meals.html"] h3:after{
  display:block;
  color:var(--vb-ink);
  font-size:24px;
  line-height:1.2;
}

body:not(.meal-builder) #menu > .cards:not(.special-cards) .card a[href="gujarati-thali.html"] h3:after{
  content:"Gujarati Thali";
}

body:not(.meal-builder) #menu > .cards:not(.special-cards) .card a[href="punjabi-meals.html"] h3:after{
  content:"Punjabi Meals";
}

body:not(.meal-builder) .cards.special-cards .special-card .special-price{
  font-size:0 !important;
}

body:not(.meal-builder) .cards.special-cards .special-card .special-price:before{
  content:"Rs. 199";
  display:inline-block;
  margin-right:10px;
  color:rgba(17,24,39,.45);
  font-size:15px;
  font-weight:800;
  text-decoration:line-through;
}

body:not(.meal-builder) .cards.special-cards .special-card .special-price:after{
  content:"Rs. 149";
  color:var(--vb-orange-dark);
  font-size:28px;
  font-weight:900;
}

body:not(.meal-builder) .features{
  gap:18px !important;
}

body:not(.meal-builder) .feature{
  padding:24px !important;
  text-align:left !important;
}

body:not(.meal-builder) .feature h4{
  font-size:19px !important;
  margin-bottom:10px !important;
}

body:not(.meal-builder) footer{
  border-top:1px solid rgba(255,255,255,.08);
}

body:not(.meal-builder) .social-col{
  min-width:180px;
}

body:not(.meal-builder) .social-links{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:14px;
}

body:not(.meal-builder) .social-links a{
  width:34px;
  height:34px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.08);
  color:#fff;
  transition:transform .18s, background .18s, color .18s;
}

body:not(.meal-builder) .social-links a:hover{
  transform:translateY(-2px);
  background:#fc8019;
  color:#fff;
}

body:not(.meal-builder) .social-links svg{
  width:18px;
  height:18px;
  fill:currentColor;
}

body.cart-open{
  overflow:hidden;
}

body:not(.meal-builder) .vb-cart-overlay{
  position:fixed;
  inset:0;
  z-index:6000;
  display:none;
  align-items:stretch;
  justify-content:flex-end;
  background:rgba(45,12,6,.45);
}

body:not(.meal-builder) .vb-cart-overlay.active{
  display:flex;
}

body:not(.meal-builder) .vb-cart-sheet{
  width:min(100%, 420px);
  height:100%;
  max-height:100vh;
  overflow:hidden;
  scrollbar-width:none;
  -ms-overflow-style:none;
  background:#fdf6ee;
  border-radius:0;
  box-shadow:-18px 0 54px rgba(45,12,6,.28);
  padding:0;
  font-family:Poppins,sans-serif;
  display:flex;
  flex-direction:column;
}
body:not(.meal-builder) .vb-cart-sheet::-webkit-scrollbar{display:none;}

body:not(.meal-builder) .vb-cart-pages-wrap{
  display:flex;
  flex:1;
  overflow:visible;
  transition:transform .32s cubic-bezier(.4,0,.2,1);
}

body:not(.meal-builder) .vb-cart-pages-wrap.checkout-open{
  transform:translateX(-100%);
}

body:not(.meal-builder) .vb-cart-main-page{
  flex:0 0 100%;
  width:100%;
  overflow-y:auto;
  overflow-x:hidden;
  scrollbar-width:none;
  -ms-overflow-style:none;
  display:flex;
  flex-direction:column;
}

body:not(.meal-builder) .vb-cart-main-page::-webkit-scrollbar{display:none;}

body:not(.meal-builder) .vb-cart-main-page .vb-bill-card{
  flex:1;
}

body:not(.meal-builder) .vb-checkout-page{
  flex:0 0 100%;
  width:100%;
  overflow-y:auto;
  overflow-x:hidden;
  scrollbar-width:none;
  -ms-overflow-style:none;
  display:flex;
  flex-direction:column;
  min-height:0;
}

body:not(.meal-builder) .vb-checkout-page::-webkit-scrollbar{display:none;}

body:not(.meal-builder) .vb-checkout-content{
  flex:1;
  padding-bottom:18px;
  min-height:0;
}

body:not(.meal-builder) .vb-checkout-pay{
  flex:0 0 auto !important;
  margin:4px 0 0 !important;
  padding:0 0 calc(8px + env(safe-area-inset-bottom, 0px)) !important;
  border-top:1px solid rgba(255,255,255,.14);
}

body:not(.meal-builder) .vb-checkout-pay .vb-cart-pay-row{
  padding:8px 14px 0 !important;
}

body:not(.meal-builder) .vb-checkout-pay .vb-cart-pay-row strong{
  font-size:18px !important;
}

body:not(.meal-builder) .vb-checkout-pay button{
  min-width:120px !important;
  padding:10px 14px !important;
  font-size:13px !important;
}

body:not(.meal-builder) .vb-checkout-address-wrap{
  display:flex;
  flex-direction:column;
  gap:10px;
  padding:0 16px 16px;
}

body:not(.meal-builder) .vb-co-delivery-card h4{
  display:flex;
  align-items:center;
  gap:8px;
  padding:16px 16px 12px !important;
  color:#2d0c06 !important;
  letter-spacing:.04em !important;
}

body:not(.meal-builder) .vb-co-delivery-card h4 svg{
  width:18px !important;
  height:18px !important;
  margin-right:0 !important;
  color:#fc4c02 !important;
  opacity:1 !important;
}

body:not(.meal-builder) .vb-checkout-address-box{
  position:relative;
  background:linear-gradient(135deg,#fff 0%,#fff8f2 100%);
  border:1.5px solid #f0e4d0;
  border-radius:14px;
  padding:14px;
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:0;
  box-shadow:0 8px 22px rgba(44,22,6,.06);
}

body:not(.meal-builder) .vb-checkout-address-box:before{
  content:"";
  width:38px;
  height:38px;
  flex:0 0 38px;
  border-radius:12px;
  background:
    radial-gradient(circle at center,#fc4c02 0 4px,transparent 5px),
    linear-gradient(135deg,#fff2e6,#ffe1ca);
  border:1px solid rgba(252,76,2,.18);
  box-shadow:inset 0 0 0 4px rgba(255,255,255,.65);
}

body:not(.meal-builder) .vb-checkout-address-box p{
  margin:0;
  font-size:13.5px;
  color:#3f2a1d;
  line-height:1.45;
  flex:1;
  min-width:0;
  overflow-wrap:anywhere;
}

body:not(.meal-builder) .vb-checkout-add-addr-btn{
  width:100%;
  min-height:52px;
  padding:0 14px;
  border:1.5px dashed #fc4c02;
  border-radius:14px;
  background:#fff7ef;
  color:#fc4c02;
  font-size:14px;
  font-weight:800;
  font-family:Poppins,sans-serif;
  cursor:pointer;
  text-align:center;
  box-shadow:0 6px 18px rgba(252,76,2,.08);
}

body:not(.meal-builder) .vb-checkout-edit-addr{
  min-width:76px;
  min-height:36px;
  border:1.5px solid rgba(252,76,2,.22);
  border-radius:11px;
  background:#fff;
  font-size:12.5px;
  font-weight:700;
  color:#fc4c02;
  cursor:pointer;
  padding:0 12px;
  font-family:Poppins,sans-serif;
  flex-shrink:0;
}

body:not(.meal-builder) .vb-checkout-edit-addr:hover,
body:not(.meal-builder) .vb-checkout-add-addr-btn:hover{
  border-color:#fc4c02;
  background:#fff2e6;
}
/* Saved address display card */
body:not(.meal-builder) .vb-co-addr-card{
  display:flex; align-items:center; gap:12px;
  background:#fff; border:1.5px solid #f0e6e0;
  border-radius:14px; padding:14px 14px;
  box-shadow:0 2px 10px rgba(44,22,6,.06);
}
body:not(.meal-builder) .vb-co-addr-pin{
  width:32px; height:32px; flex:0 0 32px;
  background:#fff2ec; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
}
body:not(.meal-builder) .vb-co-addr-text{
  flex:1; font-size:13px; color:#3a2a22; line-height:1.5; margin:0;
}
body:not(.meal-builder) .vb-co-addr-change{
  background:none; border:1.5px solid #fc4c02; color:#fc4c02;
  padding:6px 14px; border-radius:8px; font-size:12px; font-weight:700;
  cursor:pointer; white-space:nowrap; font-family:Poppins,sans-serif;
  transition:background .15s;
}
body:not(.meal-builder) .vb-co-addr-change:hover{
  background:#fff2ec;
}

/* GPS location button */
body:not(.meal-builder) .vb-checkout-loc-btn{
  width:100%;
  padding:13px 16px;
  border:1.5px solid #1a73e8;
  border-radius:12px;
  background:linear-gradient(135deg,#e8f0fe,#f0f6ff);
  color:#1a73e8;
  font-size:13px;
  font-weight:700;
  font-family:Poppins,sans-serif;
  cursor:pointer;
  text-align:center;
  letter-spacing:.2px;
  box-shadow:0 2px 8px rgba(26,115,232,.10);
  transition:all .18s ease;
}
body:not(.meal-builder) .vb-checkout-loc-btn:hover{
  background:linear-gradient(135deg,#d2e3fc,#e8f0fe);
  box-shadow:0 4px 14px rgba(26,115,232,.18);
}
body:not(.meal-builder) .vb-checkout-loc-btn.got-loc{
  border-color:#0b8043;
  color:#0b8043;
  background:linear-gradient(135deg,#e6f4ea,#f0faf4);
  box-shadow:0 2px 8px rgba(11,128,67,.10);
}
body:not(.meal-builder) .vb-checkout-loc-btn:disabled{
  opacity:.6; cursor:not-allowed;
}

/* GPS captured label */
body:not(.meal-builder) .vb-checkout-gps-label{
  font-size:12px;
  color:#0b8043;
  background:#e6f4ea;
  border:1px solid #b7dfca;
  border-radius:9px;
  padding:9px 12px;
  display:flex;
  align-items:center;
  gap:4px;
  font-weight:500;
}

/* OR divider */
body:not(.meal-builder) .vb-checkout-addr-or{
  display:flex; align-items:center; gap:10px; margin:12px 0;
}
body:not(.meal-builder) .vb-checkout-addr-or::before,
body:not(.meal-builder) .vb-checkout-addr-or::after{
  content:''; flex:1; height:1px; background:#ede5df;
}
body:not(.meal-builder) .vb-checkout-addr-or span{
  font-size:11px; color:#ccc; white-space:nowrap; font-weight:500;
}

/* Manual address card wrap */
body:not(.meal-builder) .vb-checkout-manual-wrap{
  display:flex; align-items:center; gap:12px;
  background:#fff;
  border:1.5px solid #f0e6e0;
  border-radius:14px;
  padding:12px 14px;
  box-shadow:0 2px 10px rgba(44,22,6,.06);
  transition:border-color .18s, box-shadow .18s;
}
body:not(.meal-builder) .vb-checkout-manual-wrap:focus-within{
  border-color:#fc4c02;
  box-shadow:0 0 0 3px rgba(252,76,2,.07);
}
body:not(.meal-builder) .vb-checkout-manual-wrap .vb-co-addr-pin{
  flex:0 0 32px;
}
body:not(.meal-builder) .vb-checkout-manual-addr{
  flex:1;
  border:none;
  outline:none;
  font-size:13px;
  font-family:Poppins,sans-serif;
  color:#3a2a22;
  resize:none;
  line-height:1.6;
  background:transparent;
  padding:0;
}
body:not(.meal-builder) .vb-checkout-manual-addr::placeholder{
  color:#c4b0a8; font-size:12.5px;
}
body:not(.meal-builder) .vb-checkout-manual-wrap.addr-error{
  border-color:#e33;
  box-shadow:0 0 0 3px rgba(238,51,51,.08);
}

body:not(.meal-builder) .vb-checkout-address-choices{
  display:none;
  grid-template-columns:1fr;
  gap:8px;
}

body:not(.meal-builder) .vb-address-choice{
  width:100%;
  min-height:64px;
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding:12px;
  border:1.5px solid #f0e4d0;
  border-radius:14px;
  background:#fff;
  color:#3f2a1d;
  text-align:left;
  font-family:Poppins,sans-serif;
  cursor:pointer;
  box-shadow:0 6px 18px rgba(44,22,6,.05);
  transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

body:not(.meal-builder) .vb-address-choice:hover{
  transform:translateY(-1px);
  border-color:#fc8019;
  background:#fff8f2;
  box-shadow:0 10px 22px rgba(252,128,25,.12);
}

body:not(.meal-builder) .vb-address-choice.active{
  border-color:#fc8019;
  background:linear-gradient(135deg,#fff8f2,#fff);
  box-shadow:0 10px 24px rgba(252,128,25,.15);
}

body:not(.meal-builder) .vb-address-radio{
  width:18px;
  height:18px;
  flex:0 0 18px;
  margin-top:2px;
  border:2px solid #d8c2af;
  border-radius:50%;
  position:relative;
  box-sizing:border-box;
}

body:not(.meal-builder) .vb-address-choice.active .vb-address-radio{
  border-color:#fc8019;
}

body:not(.meal-builder) .vb-address-choice.active .vb-address-radio:after{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:#fc8019;
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
}

body:not(.meal-builder) .vb-address-choice-copy{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:3px;
}

body:not(.meal-builder) .vb-address-choice-copy strong{
  font-size:13px;
  color:#2d0c06;
}

body:not(.meal-builder) .vb-address-choice-copy small{
  font-size:12px;
  line-height:1.45;
  color:#6d5a4f;
}

@media(max-width:420px){
  body:not(.meal-builder) .vb-checkout-address-wrap{
    padding:0 14px 14px;
  }

  body:not(.meal-builder) .vb-checkout-address-box{
    align-items:flex-start;
    padding:12px;
  }

  body:not(.meal-builder) .vb-checkout-address-box:before{
    width:34px;
    height:34px;
    flex-basis:34px;
  }

  body:not(.meal-builder) .vb-checkout-edit-addr{
    min-width:68px;
    padding:0 10px;
  }
}

body:not(.meal-builder) .vb-cart-top{
  border-radius:0;
}

body:not(.meal-builder) .vb-bill-card h4{
  padding:14px 16px 8px;
  font-size:15px;
  font-weight:700;
  color:#2d0c06;
}

body:not(.meal-builder) .vb-co-pay-card .vb-payment-btns{
  padding:0 0 12px;
  display:flex;
  gap:10px;
}

body:not(.meal-builder) .vb-co-pay-card .vb-online-expand{
  margin:0 0 4px;
  border-bottom:none;
  padding-top:0;
}

body:not(.meal-builder) .vb-bill-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:8px 16px;
  font-size:13.5px;
}

body:not(.meal-builder) .vb-bill-row span:first-child{
  color:#7c6055;
  font-weight:400;
}

body:not(.meal-builder) .vb-bill-row span:last-child{
  font-weight:600;
  color:#2d0c06;
}

body:not(.meal-builder) .vb-bill-divider{
  margin:8px 16px;
  border:none;
  border-top:1.5px dashed #e8d5c4;
}

body:not(.meal-builder) .vb-bill-total{
  padding:12px 16px 14px !important;
  font-size:15px !important;
}

body:not(.meal-builder) .vb-bill-total span:first-child{
  color:#2d0c06 !important;
  font-weight:800 !important;
}

body:not(.meal-builder) .vb-bill-total span:last-child{
  color:#2d0c06 !important;
  font-weight:900 !important;
  font-size:16px !important;
}

body:not(.meal-builder) .vb-cart-pay{
  border-radius:0;
}

body:not(.meal-builder) .vb-cart-top{
  display:flex;
  align-items:center;
  gap:12px;
  padding:18px 16px 16px;
  background:#2d0c06;
  border-radius:0;
  margin-bottom:16px;
}

body:not(.meal-builder) .vb-cart-back{
  width:38px;
  height:38px;
  border:0;
  border-radius:50%;
  background:rgba(255,255,255,.12);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  flex:0 0 auto;
}

body:not(.meal-builder) .vb-cart-back svg{
  width:20px;
  height:20px;
}

body:not(.meal-builder) .vb-cart-top h3{
  margin:0;
  font-size:19px;
  color:#fff;
  font-weight:900;
}

body:not(.meal-builder) .vb-cart-top p{
  margin:2px 0 0;
  color:rgba(255,255,255,.6);
  font-size:13px;
}

body:not(.meal-builder) .vb-save-banner{
  min-height:44px;
  display:flex;
  align-items:center;
  gap:8px;
  margin:0 12px 14px;
  padding:0 14px;
  border-radius:12px;
  background:linear-gradient(90deg,#fc8019 0%,#e8741f 100%);
  color:#fff;
  font-size:14px;
  font-weight:800;
  box-shadow:0 4px 14px rgba(252,128,25,.25);
}

body:not(.meal-builder) .vb-save-banner:before{
  content:"🏷️";
  font-size:16px;
}

body:not(.meal-builder) .vb-cart-card{
  background:#fff;
  border:1.5px solid #f0e4d0;
  border-radius:18px;
  margin:0 12px 12px;
  overflow:hidden;
  box-shadow:0 4px 18px rgba(44,22,6,.07);
}

body:not(.meal-builder) .vb-cart-items-card{
  padding:14px 16px;
}

body:not(.meal-builder) .vb-cart-item{
  display:grid;
  grid-template-columns:58px minmax(0,1fr) auto auto;
  gap:12px;
  align-items:start;
  padding-bottom:16px;
}

body:not(.meal-builder) .vb-cart-thumb-wrap{
  position:relative;
  width:58px;
  height:58px;
  border-radius:14px;
  overflow:hidden;
  background:#fff4e8;
  box-shadow:0 8px 20px rgba(45,22,6,.10);
}

body:not(.meal-builder) .vb-cart-thumb{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

body:not(.meal-builder) .vb-veg-mark{
  width:16px;
  height:16px;
  border:2px solid #0ea85c;
  margin-top:4px;
  position:relative;
  flex:0 0 auto;
}

body:not(.meal-builder) .vb-cart-thumb-wrap .vb-veg-mark{
  position:absolute;
  top:5px;
  right:5px;
  width:17px;
  height:17px;
  margin-top:0;
  background:#fff;
  box-shadow:0 2px 7px rgba(0,0,0,.12);
}

body:not(.meal-builder) .vb-veg-mark:after{
  content:"";
  position:absolute;
  width:7px;
  height:7px;
  border-radius:50%;
  background:#0ea85c;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
}

body:not(.meal-builder) .vb-cart-item-main strong{
  display:block;
  color:#2d1606;
  font-size:17px;
  line-height:1.25;
}

body:not(.meal-builder) .vb-cart-item-main small{
  color:#6b7280;
  font-size:13px;
}

body:not(.meal-builder) .vb-qty-pill{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:38px;
  padding:0 10px;
  border:1.5px solid #fc8019;
  border-radius:10px;
  background:#fff7f0;
  font-weight:900;
  color:#2d0c06;
}

body:not(.meal-builder) .vb-qty-pill button{
  border:0;
  background:transparent;
  color:#fc8019;
  font-size:18px;
  font-weight:900;
  cursor:pointer;
}

body:not(.meal-builder) .vb-cart-price{
  min-width:54px;
  text-align:right;
}

body:not(.meal-builder) .vb-cart-price small{
  display:block;
  color:#6b7280;
  text-decoration:line-through;
  font-size:12px;
}

body:not(.meal-builder) .vb-cart-price strong{
  color:#111827;
  font-size:16px;
}

body:not(.meal-builder) .vb-cart-actions{
  display:flex;
  gap:10px;
  overflow:auto;
  padding-top:2px;
}

body:not(.meal-builder) .vb-cart-actions a,
body:not(.meal-builder) .vb-cart-actions button,
body:not(.meal-builder) .vb-cart-actions label{
  min-height:42px;
  display:flex;
  align-items:center;
  gap:8px;
  flex:0 0 auto;
  border:1.5px solid #f0e4d0;
  border-radius:12px;
  background:#fff;
  color:#2d0c06;
  padding:0 14px;
  font-size:14px;
  font-weight:700;
  text-decoration:none;
  cursor:pointer;
}

body:not(.meal-builder) .vb-cooking-request{
  display:none;
  padding-top:12px;
}

body:not(.meal-builder) .vb-cooking-request.active{
  display:block;
}

body:not(.meal-builder) .vb-cooking-request input{
  width:100%;
  border:1px solid #e5e7eb;
  border-radius:12px;
  padding:12px 14px;
  font-family:Poppins,sans-serif;
}

body:not(.meal-builder) .vb-empty-cart{
  display:flex;
  flex-direction:column;
  gap:4px;
  color:#111827;
  padding:10px 0 18px;
}

body:not(.meal-builder) .vb-empty-cart span{
  color:#6b7280;
  font-size:14px;
}

body:not(.meal-builder) .vb-cart-card h4{
  padding:16px 18px 8px;
  color:#92400e;
  font-size:12px;
  letter-spacing:.16em;
  text-transform:uppercase;
  font-weight:900;
}

body:not(.meal-builder) .vb-saving-row{
  min-height:54px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:0 18px;
  border-top:1px solid #f5ebe0;
  color:#2d0c06;
  font-weight:800;
  font-size:15px;
}

body:not(.meal-builder) .vb-saving-row:before{
  display:none;
}

body:not(.meal-builder) .vb-saving-row span{
  flex:1;
}

body:not(.meal-builder) .vb-saving-row.applied strong{
  color:#16a34a;
  font-size:14px;
}

body:not(.meal-builder) .vb-delivery-tabs{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:4px;
  padding:8px;
  background:#fdf6ee;
}

body:not(.meal-builder) .vb-delivery-tabs button{
  border:0;
  border-radius:999px;
  min-height:44px;
  background:transparent;
  color:#6b4c2a;
  font-family:Poppins,sans-serif;
  font-weight:800;
}

body:not(.meal-builder) .vb-delivery-tabs button.active{
  background:#fc8019;
  color:#fff;
}

body:not(.meal-builder) .vb-delivery-option{
  display:flex;
  align-items:center;
  gap:14px;
  min-height:72px;
  padding:0 22px;
  border-top:1px solid #eef0f4;
  color:#111827;
}

body:not(.meal-builder) .vb-delivery-option input{
  width:22px;
  height:22px;
}

body:not(.meal-builder) .vb-delivery-option strong,
body:not(.meal-builder) .vb-delivery-option small{
  display:block;
}

body:not(.meal-builder) .vb-delivery-option small{
  color:#9ca3af;
  font-size:13px;
}

body:not(.meal-builder) .vb-delivery-charge-row{
  justify-content:space-between;
}

body:not(.meal-builder) .vb-charge-price{
  color:#2d0c06;
  font-size:15px;
  white-space:nowrap;
}

body:not(.meal-builder) .vb-delivery-charge-row input:checked ~ .vb-charge-price{
  color:#fc8019;
}

body:not(.meal-builder) .vb-coupon-panel{
  display:none;
  padding:14px 16px 16px;
  border-top:1.5px solid #f0e4d0;
}
body:not(.meal-builder) .vb-coupon-panel.active{
  display:block;
}
body:not(.meal-builder) .vb-coupon-input-row{
  display:flex;
  gap:8px;
  margin-bottom:14px;
}
body:not(.meal-builder) .vb-coupon-input-row input{
  flex:1;
  border:1.5px solid #f0e4d0;
  border-radius:10px;
  padding:10px 14px;
  font-family:Poppins,sans-serif;
  font-size:14px;
  font-weight:700;
  letter-spacing:.06em;
  outline:none;
  background:#fff;
}
body:not(.meal-builder) .vb-coupon-input-row input:focus{
  border-color:#fc8019;
}
body:not(.meal-builder) .vb-coupon-input-row button{
  border:0;
  border-radius:10px;
  padding:0 18px;
  background:#2d0c06;
  color:#fff;
  font-family:Poppins,sans-serif;
  font-size:14px;
  font-weight:800;
  cursor:pointer;
}
body:not(.meal-builder) .vb-coupon-list{
  display:flex;
  flex-direction:column;
  gap:10px;
}
body:not(.meal-builder) .vb-coupon-card{
  border:1.5px dashed #f0e4d0;
  border-radius:12px;
  padding:12px 14px;
  cursor:pointer;
  transition:border-color .18s, background .18s;
}
body:not(.meal-builder) .vb-coupon-card:hover{
  border-color:#fc8019;
  background:#fff7f0;
}
body:not(.meal-builder) .vb-coupon-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:4px;
}
body:not(.meal-builder) .vb-coupon-code{
  font-size:14px;
  font-weight:900;
  color:#2d0c06;
  letter-spacing:.08em;
}
body:not(.meal-builder) .vb-coupon-discount{
  font-size:13px;
  font-weight:800;
  color:#fc8019;
}
body:not(.meal-builder) .vb-coupon-card p{
  margin:0;
  font-size:12px;
  color:#6b7280;
  line-height:1.5;
}

body:not(.meal-builder) .vb-payment-options{
  padding:14px 16px 10px;
  border-top:1px solid #f5ebe0;
}

body:not(.meal-builder) .vb-payment-label{
  font-size:12px;
  font-weight:700;
  color:#7c6055;
  text-transform:uppercase;
  letter-spacing:.6px;
  margin-bottom:10px;
}

body:not(.meal-builder) .vb-payment-btns{
  display:flex;
  gap:10px;
}

body:not(.meal-builder) .vb-pay-opt{
  flex:1;
  padding:10px 12px;
  border:2px solid #e8d5c4;
  border-radius:12px;
  background:#fff;
  color:#7c6055;
  font-size:13px;
  font-weight:600;
  cursor:pointer;
  transition:all .2s;
  font-family:Poppins,sans-serif;
}

body:not(.meal-builder) .vb-pay-opt.active{
  border-color:#2d0c06;
  background:#2d0c06;
  color:#fff;
}

body:not(.meal-builder) .vb-cash-note{
  font-size:11px;
  opacity:.85;
}

body:not(.meal-builder) .vb-cart-pay{
  position:sticky;
  bottom:0;
  display:flex;
  flex-direction:column;
  gap:0;
  margin:8px 0 -22px;
  padding:0 0 22px;
  background:#2d0c06;
  box-shadow:0 -10px 28px rgba(45,12,6,.22);
}

body:not(.meal-builder) .vb-cart-pay .vb-payment-options{
  padding:12px 16px 10px;
  border-top:none;
  border-bottom:1px solid rgba(255,255,255,.12);
}

body:not(.meal-builder) .vb-online-expand{
  display:none;
  background:#fff;
  padding:12px 16px 14px;
  border-bottom:1px solid rgba(45,12,6,.08);
}

body:not(.meal-builder) .vb-online-expand.open{
  display:block;
}

body:not(.meal-builder) .vb-online-expand-label{
  font-size:11px;
  font-weight:700;
  color:#7c6055;
  text-transform:uppercase;
  letter-spacing:.05em;
  margin:0 0 8px;
}

body:not(.meal-builder) .vb-online-expand-btns{
  display:flex;
  gap:10px;
}

body:not(.meal-builder) .vb-online-expand .vb-sub-opt{
  flex:1;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  border:2px solid #e8d5c4;
  color:#7c6055;
  font-size:12px;
  font-weight:600;
  padding:8px 10px;
  border-radius:12px;
  cursor:pointer;
  font-family:Poppins,sans-serif;
  transition:all .2s;
  min-height:0;
  min-width:0;
}

body:not(.meal-builder) .vb-online-expand .vb-sub-opt:hover{
  border-color:#2d0c06;
  background:#fdf6ee;
}

body:not(.meal-builder) .vb-online-expand .vb-sub-opt.active{
  border-color:#2d0c06;
  background:#2d0c06;
  color:#fff;
}

body:not(.meal-builder) .vb-cart-pay .vb-payment-label{
  color:rgba(255,255,255,.65);
}

body:not(.meal-builder) .vb-cart-pay .vb-pay-opt{
  border-color:rgba(255,255,255,.25);
  background:rgba(255,255,255,.08);
  color:rgba(255,255,255,.75);
}

body:not(.meal-builder) .vb-cart-pay .vb-pay-opt.active{
  border-color:#fcd5a0;
  background:#fcd5a0;
  color:#2d0c06;
}

body:not(.meal-builder) .vb-cart-pay-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:18px 16px 14px;
}
body:not(.meal-builder) .vb-cart-main-page .vb-cart-pay-row{
  flex-direction:column;
  align-items:center;
  gap:6px;
  padding:12px 16px 14px;
}

body:not(.meal-builder) .vb-cart-pay-row span,
body:not(.meal-builder) .vb-cart-pay-row strong,
body:not(.meal-builder) .vb-cart-pay-row small{
  display:block;
}

body:not(.meal-builder) .vb-cart-pay-row span{
  color:#fcd5a0;
  font-size:16px;
  font-weight:800;
}

body:not(.meal-builder) .vb-cart-pay-row strong{
  color:#fcd5a0;
  font-size:28px;
}

body:not(.meal-builder) .vb-cart-pay-row small{
  color:#fcd5a0;
  font-size:12px;
  font-weight:700;
}

body:not(.meal-builder) .vb-cart-pay button{
  border:0;
  border-radius:14px;
  min-height:54px;
  min-width:200px;
  background:linear-gradient(135deg,#fc8019 0%,#e8741f 100%);
  color:#fff;
  font-family:Poppins,sans-serif;
  font-size:16px;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 4px 18px rgba(252,128,25,.35);
  box-shadow:0 10px 22px rgba(252,76,2,.24);
}

body:not(.meal-builder) .vb-cart-main-page .vb-cart-pay-row{
  gap:10px;
}

body:not(.meal-builder) .vb-cart-main-page .vb-cart-pay{
  display:flex !important;
  flex:0 0 auto !important;
  visibility:visible !important;
}

body:not(.meal-builder) .vb-cart-pay-method{
  flex:1 1 auto !important;
  min-width:0 !important;
  min-height:54px !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  justify-content:center !important;
  gap:2px !important;
  padding:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  color:#fff !important;
  box-shadow:none !important;
  text-align:left !important;
}

body:not(.meal-builder) .vb-cart-pay-method .vb-pay-using-label{
  display:flex !important;
  align-items:center !important;
  gap:5px !important;
  color:rgba(252,213,160,.82) !important;
  font-size:11px !important;
  font-weight:800 !important;
  letter-spacing:.02em !important;
  text-transform:uppercase !important;
}

body:not(.meal-builder) .vb-cart-pay-method strong{
  color:#fff !important;
  font-size:15px !important;
  line-height:1.15 !important;
}

body:not(.meal-builder) .vb-cart-pay-method small{
  color:rgba(255,255,255,.62) !important;
  font-size:11px !important;
  font-weight:600 !important;
}

body:not(.meal-builder) .vb-cart-pay-total{
  display:none !important;
}

body:not(.meal-builder) #cartProceedBtn{
  width:100% !important;
  min-width:unset !important;
  background:linear-gradient(135deg,#22b86f,#15985b) !important;
  box-shadow:0 10px 22px rgba(21,152,91,.28) !important;
  text-align:center !important;
  font-size:17px !important;
}

@media(max-width:480px){
  body:not(.meal-builder) .vb-cart-sheet{
    width:100%;
    max-height:94vh;
    border-radius:0;
  }

  body:not(.meal-builder) .vb-cart-item{
    grid-template-columns:52px minmax(0,1fr) auto;
    gap:10px;
  }

  body:not(.meal-builder) .vb-cart-thumb-wrap{
    width:52px;
    height:52px;
    border-radius:12px;
  }

  body:not(.meal-builder) .vb-cart-price{
    grid-column:3;
  }

  body:not(.meal-builder) .vb-cart-pay{
    align-items:stretch;
    flex-direction:column;
  }

  body:not(.meal-builder) .vb-cart-pay button{
    width:100%;
    min-width:0;
  }

  body:not(.meal-builder) .vb-cart-main-page .vb-cart-pay-row{
    flex-direction:row !important;
    align-items:center !important;
    gap:10px !important;
  }

  body:not(.meal-builder) .vb-cart-main-page .vb-cart-pay-method{
    width:auto !important;
    flex:1 1 0 !important;
  }

  body:not(.meal-builder) #cartProceedBtn{
    width:auto !important;
    flex:0 0 44% !important;
    min-width:126px !important;
    font-size:14px !important;
  }
}

@media(max-width:900px){
  body:not(.meal-builder) .hero{
    min-height:auto !important;
    padding:56px 20px 100px !important;
  }

  body:not(.meal-builder) .hero-proof,
  body:not(.meal-builder) .vb-trust-strip{
    grid-template-columns:1fr;
  }

  body:not(.meal-builder) .vb-trust-strip{
    margin-top:-48px;
    gap:12px;
  }

  body:not(.meal-builder) .vb-trust-strip > div,
  body:not(.meal-builder) .vb-trust-strip > div:first-child,
  body:not(.meal-builder) .vb-trust-strip > div:last-child{
    border-radius:20px;
  }

  body:not(.meal-builder) .section-heading-row{
    align-items:flex-start;
    flex-direction:column;
  }

  body:not(.meal-builder) .offers-zone-grid{
    max-width:none;
    min-height:410px;
    margin-bottom:90px;
  }

  body:not(.meal-builder) .offers-zone-card{
    min-height:300px;
  }

  body:not(.meal-builder) .offers-zone-card:after{
    background:linear-gradient(180deg,rgba(17,24,39,.22) 0%,rgba(17,24,39,.92) 62%,rgba(17,24,39,.96) 100%);
  }

  body:not(.meal-builder) .offers-zone-content{
    width:100%;
    justify-content:flex-end;
    padding:20px;
  }

  body:not(.meal-builder) .offers-zone-card h3{
    font-size:24px;
  }

  body:not(.meal-builder) .offers-zone-card p{
    font-size:13px;
  }

  body:not(.meal-builder) .offers-zone-card{
    animation-name:offerStackMobile;
  }

  body:not(.meal-builder) .offers-zone-grid.is-touch-stack .offers-zone-card{
    animation:none;
    transition:transform .34s ease, opacity .34s ease, filter .34s ease;
  }

  body:not(.meal-builder) .offers-zone-grid.is-touch-stack .offers-zone-card.is-active{
    opacity:1;
    transform:translateY(0) scale(1);
    filter:none;
    z-index:3;
  }

  body:not(.meal-builder) .offers-zone-grid.is-touch-stack .offers-zone-card.is-next{
    opacity:.68;
    transform:translateY(22px) scale(.94);
    filter:saturate(.9);
    z-index:2;
  }

  body:not(.meal-builder) .offers-zone-grid.is-touch-stack .offers-zone-card.is-back{
    opacity:.38;
    transform:translateY(44px) scale(.88);
    filter:saturate(.75);
    z-index:1;
  }

  body:not(.meal-builder) .offers-zone-card:nth-child(1){
    transform:translateY(0) scale(1);
  }

  body:not(.meal-builder) .offers-zone-card:nth-child(2){
    transform:translateY(18px) scale(.94);
  }

  body:not(.meal-builder) .offers-zone-card:nth-child(3){
    transform:translateY(36px) scale(.88);
  }
}

@keyframes offerStackMobile{
  0%, 25%{
    opacity:1;
    transform:translateY(0) scale(1);
    z-index:3;
  }
  32%, 58%{
    opacity:.68;
    transform:translateY(18px) scale(.94);
    z-index:2;
  }
  65%, 91%{
    opacity:.38;
    transform:translateY(36px) scale(.88);
    z-index:1;
  }
  100%{
    opacity:1;
    transform:translateY(0) scale(1);
    z-index:3;
  }
}

@media (prefers-reduced-motion:reduce){
  body:not(.meal-builder) .offers-zone-card{
    animation:none;
  }

  body:not(.meal-builder) .offers-zone-card:nth-child(1){
    opacity:1;
    transform:none;
    z-index:3;
  }

  body:not(.meal-builder) .offers-zone-card:nth-child(2){
    opacity:.72;
    transform:translateY(18px) scale(.94);
    z-index:2;
  }

  body:not(.meal-builder) .offers-zone-card:nth-child(3){
    opacity:.42;
    transform:translateY(34px) scale(.88);
    z-index:1;
  }
}

@media(max-width:480px){
  body:not(.meal-builder) .hero-kicker{
    font-size:11px;
  }

  body:not(.meal-builder) .hero-copy{
    font-size:15px !important;
  }

  body:not(.meal-builder) .hero-proof div{
    min-height:72px;
  }

  body:not(.meal-builder) .section-whatsapp{
    width:100%;
  }
}

@media(max-width:768px){
  body:not(.meal-builder) > header{
    padding:12px 14px 16px !important;
    gap:10px !important;
  }

  body:not(.meal-builder) > header .logo{
    order:1;
    flex:0 0 100%;
  }

  body:not(.meal-builder) > header .logo img{
    width:126px !important;
    max-width:126px !important;
    margin:0 auto !important;
  }

  body:not(.meal-builder) > header nav{
    display:none !important;
  }

  body:not(.meal-builder) .header-actions{
    order:2;
    position:static !important;
    width:100% !important;
    justify-content:center !important;
    gap:8px !important;
  }

  body:not(.meal-builder) .login-btn,
  body:not(.meal-builder) .order-cart-btn,
  body:not(.meal-builder) .account-btn{
    min-height:36px !important;
    height:36px !important;
    border-radius:10px !important;
  }

  body:not(.meal-builder) .account-btn{
    width:36px !important;
    margin-left:0 !important;
  }

  body:not(.meal-builder) .search-container{
    order:3;
    gap:8px !important;
    margin-top:0 !important;
  }

  body:not(.meal-builder) .delivery-location{
    min-height:44px !important;
  }

  body:not(.meal-builder) .search-box{
    min-height:44px !important;
    flex-wrap:nowrap !important;
  }

  body:not(.meal-builder) .hero{
    padding-top:44px !important;
    background-position:center center !important;
  }
}

@media(max-width:480px){
  body:not(.meal-builder) > header .logo img{
    width:112px !important;
    max-width:112px !important;
  }

  body:not(.meal-builder) .login-btn,
  body:not(.meal-builder) .order-cart-btn{
    padding:8px 10px !important;
    font-size:12px !important;
  }

  body:not(.meal-builder) .search-input{
    flex-basis:auto !important;
  }

  body:not(.meal-builder) .search-btn{
    width:auto !important;
    min-width:92px;
  }

  body:not(.meal-builder) .vb-checkout-pay .vb-cart-pay-row{
    gap:10px !important;
    align-items:flex-start !important;
  }

  body:not(.meal-builder) .vb-checkout-pay .vb-cart-pay-row strong{
    font-size:22px !important;
  }

  body:not(.meal-builder) .vb-checkout-pay button{
    min-height:48px !important;
    min-width:132px !important;
    font-size:14px !important;
  }
}

/* Checkout payment buttons */
body:not(.meal-builder) .vb-co-pay-card .vb-payment-btns{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:10px !important;
  align-items:stretch !important;
  padding:0 16px 10px !important;
  width:100% !important;
  box-sizing:border-box !important;
}

body:not(.meal-builder) .vb-co-pay-card .vb-pay-opt{
  width:100% !important;
  min-width:0 !important;
  min-height:52px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  padding:0 10px !important;
  text-align:center !important;
  white-space:nowrap !important;
  line-height:1.15 !important;
  box-sizing:border-box !important;
}

body:not(.meal-builder) .vb-co-pay-card .vb-pay-opt svg,
body:not(.meal-builder) .vb-co-pay-card .vb-sub-opt svg{
  flex:0 0 auto !important;
  margin-right:0 !important;
}

body:not(.meal-builder) .vb-co-pay-card .vb-cash-note{
  display:inline-block !important;
  margin-left:2px !important;
}

body:not(.meal-builder) .vb-co-pay-card .vb-cash-payment-wrap{
  padding:0 16px 18px !important;
  width:100% !important;
  box-sizing:border-box !important;
}

body:not(.meal-builder) .vb-co-pay-card .vb-payment-divider{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  padding:0 16px 14px !important;
  color:#a08572 !important;
  font-size:11px !important;
  font-weight:800 !important;
  text-transform:uppercase !important;
  letter-spacing:.08em !important;
}

body:not(.meal-builder) .vb-co-pay-card .vb-payment-divider:before,
body:not(.meal-builder) .vb-co-pay-card .vb-payment-divider:after{
  content:"" !important;
  height:1px !important;
  flex:1 1 auto !important;
  background:#ead8c8 !important;
}

body:not(.meal-builder) .vb-co-pay-card .vb-payment-divider span{
  flex:0 0 auto !important;
}

body:not(.meal-builder) .vb-co-pay-card .vb-cash-pay-opt{
  justify-content:space-between !important;
  min-height:56px !important;
  padding:0 14px !important;
  border-style:dashed !important;
  background:#fffaf5 !important;
}

body:not(.meal-builder) .vb-co-pay-card .vb-cash-pay-opt.active{
  border-style:solid !important;
  background:#2d0c06 !important;
  color:#fff !important;
}

body:not(.meal-builder) .vb-co-pay-card .vb-cash-pay-main{
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
}

body:not(.meal-builder) .vb-co-pay-card .vb-cash-pay-opt .vb-cash-note{
  margin-left:12px !important;
  padding:4px 8px !important;
  border-radius:999px !important;
  background:rgba(252,128,25,.12) !important;
  color:#fc4c02 !important;
  font-size:11px !important;
  font-weight:800 !important;
  opacity:1 !important;
}

body:not(.meal-builder) .vb-co-pay-card .vb-cash-pay-opt.active .vb-cash-note{
  background:rgba(255,255,255,.16) !important;
  color:#fff !important;
}

body:not(.meal-builder) .vb-co-pay-card .vb-online-expand{
  padding:0 16px 16px !important;
  margin:0 !important;
}

body:not(.meal-builder) .vb-co-pay-card .vb-online-expand:not(.open){
  display:none !important;
}

body:not(.meal-builder) .vb-co-pay-card .vb-online-expand.open{
  display:block !important;
}

body:not(.meal-builder) .vb-co-pay-card .vb-online-expand-btns{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:10px !important;
  width:100% !important;
}

body:not(.meal-builder) .vb-co-pay-card .vb-pay-detail-panel{
  display:none;
  margin-top:12px;
  padding:14px;
  border:1.5px solid #f0e4d0;
  border-radius:16px;
  background:linear-gradient(135deg,#fffaf5,#fff);
  box-shadow:0 10px 24px rgba(44,22,6,.06);
}

body:not(.meal-builder) .vb-co-pay-card .vb-pay-detail-panel.open{
  display:block;
  animation:vbPayPanelIn .22s ease both;
}

body:not(.meal-builder) .vb-co-pay-card .vb-pay-detail-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:12px;
}

body:not(.meal-builder) .vb-co-pay-card .vb-pay-detail-head strong{
  color:#2d0c06;
  font-size:14px;
}

body:not(.meal-builder) .vb-co-pay-card .vb-pay-detail-head span{
  color:#9a7763;
  font-size:11px;
  font-weight:700;
}

body:not(.meal-builder) .vb-co-pay-card .vb-upi-app-options{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  margin-bottom:12px;
}

body:not(.meal-builder) .vb-co-pay-card .vb-upi-app-options button{
  min-height:40px;
  border:1.5px solid #ead8c8;
  border-radius:12px;
  background:#fff;
  color:#5a4736;
  font-family:Poppins,sans-serif;
  font-size:12px;
  font-weight:800;
  cursor:pointer;
  transition:transform .18s, border-color .18s, background .18s, color .18s;
}

body:not(.meal-builder) .vb-co-pay-card .vb-upi-app-options button:hover,
body:not(.meal-builder) .vb-co-pay-card .vb-upi-app-options button.active{
  border-color:#fc8019;
  background:#fff2e6;
  color:#fc4c02;
  transform:translateY(-1px);
}

body:not(.meal-builder) .vb-co-pay-card .vb-pay-input{
  display:flex;
  flex-direction:column;
  gap:6px;
  color:#6d5a4f;
  font-size:12px;
  font-weight:800;
}

body:not(.meal-builder) .vb-co-pay-card .vb-pay-input input{
  width:100%;
  min-height:44px;
  border:1.5px solid #ead8c8;
  border-radius:12px;
  padding:0 12px;
  outline:none;
  background:#fff;
  color:#2d0c06;
  font-family:Poppins,sans-serif;
  font-size:13px;
  transition:border-color .18s, box-shadow .18s;
}

body:not(.meal-builder) .vb-co-pay-card .vb-pay-input input:focus{
  border-color:#fc8019;
  box-shadow:0 0 0 4px rgba(252,128,25,.12);
}

body:not(.meal-builder) .vb-co-pay-card .vb-card-mini-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin-top:10px;
}

body:not(.meal-builder) .vb-co-pay-card .vb-card-detail .vb-pay-input + .vb-pay-input{
  margin-top:10px;
}

body:not(.meal-builder) .vb-co-pay-card{
  margin-bottom:16px !important;
}

@keyframes vbPayPanelIn{
  from{
    opacity:0;
    transform:translateY(-4px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

body:not(.meal-builder) .vb-co-pay-card .vb-sub-opt{
  width:100% !important;
  min-width:0 !important;
  min-height:48px !important;
  position:relative !important;
  overflow:hidden !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  padding:0 10px !important;
  text-align:center !important;
  white-space:nowrap !important;
  box-sizing:border-box !important;
  border:2px solid #fc8019 !important;
  background:linear-gradient(135deg,#ff8a1f,#fc4c02) !important;
  color:#fff !important;
  transition:transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease !important;
  transform:translateY(0);
  box-shadow:0 8px 18px rgba(252,128,25,.16);
  animation:vbPayButtonBreathe 1.8s ease-in-out infinite !important;
}

body:not(.meal-builder) .vb-co-pay-card .vb-sub-opt:after{
  content:"" !important;
  position:absolute !important;
  inset:-40% auto -40% -70% !important;
  width:58% !important;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.36),transparent) !important;
  transform:skewX(-18deg) translateX(0) !important;
  animation:vbPayButtonShine 2.4s ease-in-out infinite !important;
  pointer-events:none !important;
}

body:not(.meal-builder) .vb-co-pay-card .vb-sub-opt:hover{
  border-color:#fc8019 !important;
  background:linear-gradient(135deg,#ff942e,#fc4c02) !important;
  color:#fff !important;
  transform:translateY(-3px) scale(1.01) !important;
  box-shadow:0 12px 24px rgba(252,128,25,.24) !important;
}

body:not(.meal-builder) .vb-co-pay-card .vb-sub-opt.active{
  border-color:#fc8019 !important;
  background:linear-gradient(135deg,#ff8a1f,#fc4c02) !important;
  color:#fff !important;
  transform:translateY(-2px);
  box-shadow:0 12px 24px rgba(252,128,25,.24);
}

@keyframes vbPayButtonBreathe{
  0%,100%{
    transform:translateY(0) scale(1);
    box-shadow:0 8px 18px rgba(252,128,25,.16);
    filter:brightness(1);
  }
  50%{
    transform:translateY(-2px) scale(1.015);
    box-shadow:0 15px 28px rgba(252,128,25,.34);
    filter:brightness(1.08);
  }
}

@keyframes vbPayButtonShine{
  0%,35%{
    transform:skewX(-18deg) translateX(0);
    opacity:0;
  }
  50%{
    opacity:1;
  }
  72%,100%{
    transform:skewX(-18deg) translateX(320%);
    opacity:0;
  }
}

@media(max-width:380px){
  body:not(.meal-builder) .vb-co-pay-card .vb-pay-opt,
  body:not(.meal-builder) .vb-co-pay-card .vb-sub-opt{
    font-size:12px !important;
    gap:6px !important;
    padding:0 8px !important;
  }

  body:not(.meal-builder) .vb-co-pay-card .vb-cash-note{
    font-size:10px !important;
  }

  body:not(.meal-builder) .vb-co-pay-card .vb-cash-pay-opt{
    padding:0 10px !important;
  }

  body:not(.meal-builder) .vb-co-pay-card .vb-upi-app-options,
  body:not(.meal-builder) .vb-co-pay-card .vb-card-mini-grid{
    grid-template-columns:1fr !important;
  }

  body:not(.meal-builder) .vb-co-pay-card .vb-pay-detail-head{
    align-items:flex-start !important;
    flex-direction:column !important;
    gap:4px !important;
  }
}

/* Stable checkout scrolling */
body:not(.meal-builder) .vb-checkout-page{
  overflow:hidden !important;
  min-height:0 !important;
}

body:not(.meal-builder) .vb-checkout-content{
  flex:1 1 auto !important;
  min-height:0 !important;
  overflow-y:auto !important;
  overflow-x:hidden !important;
  padding-bottom:80px !important;
  scrollbar-width:none !important;
  -ms-overflow-style:none !important;
}

body:not(.meal-builder) .vb-checkout-content::-webkit-scrollbar{
  display:none !important;
}

body:not(.meal-builder) .vb-checkout-pay{
  position:static !important;
  flex:0 0 auto !important;
  margin:0 !important;
  padding:0 0 calc(8px + env(safe-area-inset-bottom, 0px)) !important;
  background:#2d0c06 !important;
  box-shadow:0 -12px 26px rgba(45,12,6,.18) !important;
  z-index:4 !important;
}

body:not(.meal-builder) .vb-checkout-pay .vb-cart-pay-row{
  padding:8px 14px 0 !important;
}

body:not(.meal-builder) .vb-checkout-pay .vb-cart-pay-row strong{
  font-size:18px !important;
}

body:not(.meal-builder) .vb-checkout-pay button{
  min-width:120px !important;
  padding:10px 14px !important;
  font-size:13px !important;
}

@media(max-width:480px){
  body:not(.meal-builder) .vb-checkout-pay .vb-cart-pay-row{
    gap:10px !important;
    align-items:flex-start !important;
  }

  body:not(.meal-builder) .vb-checkout-pay .vb-cart-pay-row strong{
    font-size:22px !important;
  }

  body:not(.meal-builder) .vb-checkout-pay button{
    min-height:48px !important;
    min-width:132px !important;
    font-size:14px !important;
  }
}

/* Keep the cart pay board visible after returning from checkout */
body:not(.meal-builder).cart-open .vb-cart-main-page{
  padding-bottom:96px !important;
}

body:not(.meal-builder).cart-open .vb-cart-main-page > .vb-cart-pay{
  position:fixed !important;
  right:0 !important;
  bottom:0 !important;
  left:auto !important;
  width:min(100%,420px) !important;
  display:flex !important;
  visibility:visible !important;
  opacity:1 !important;
  margin:0 !important;
  padding:0 0 calc(14px + env(safe-area-inset-bottom, 0px)) !important;
  z-index:7005 !important;
  transform:none !important;
}

body:not(.meal-builder) .vb-cart-pages-wrap.checkout-open .vb-cart-main-page > .vb-cart-pay{
  display:none !important;
}

@media(max-width:480px){
  body:not(.meal-builder).cart-open .vb-cart-main-page > .vb-cart-pay{
    width:100% !important;
  }
}

/* Checkout page must own the scroll area */
body:not(.meal-builder) .vb-cart-sheet{
  min-height:0 !important;
}

body:not(.meal-builder) .vb-cart-top{
  flex:0 0 auto !important;
}

body:not(.meal-builder) .vb-cart-pages-wrap{
  min-height:0 !important;
  overflow:hidden !important;
}

body:not(.meal-builder) .vb-cart-main-page,
body:not(.meal-builder) .vb-checkout-page{
  height:100% !important;
  max-height:100% !important;
  min-height:0 !important;
}

body:not(.meal-builder) .vb-checkout-page{
  overflow:hidden !important;
}

body:not(.meal-builder) .vb-checkout-content{
  flex:1 1 0 !important;
  height:auto !important;
  min-height:0 !important;
  overflow-y:auto !important;
  overflow-x:hidden !important;
  overscroll-behavior:contain !important;
  -webkit-overflow-scrolling:touch !important;
  padding-bottom:18px !important;
}

body:not(.meal-builder) .vb-checkout-pay{
  flex:0 0 auto !important;
  position:relative !important;
}

/* Keep both cart pages renderable while the wrapper slides */
body:not(.meal-builder) .vb-cart-pages-wrap{
  overflow:visible !important;
}

body:not(.meal-builder) .vb-checkout-page{
  overflow-y:auto !important;
  overflow-x:hidden !important;
  -webkit-overflow-scrolling:touch !important;
}

body:not(.meal-builder) .vb-checkout-page{
  display:flex !important;
  flex-direction:column !important;
  overflow:hidden !important;
}

body:not(.meal-builder) .vb-checkout-content{
  flex:1 1 0 !important;
  overflow-y:auto !important;
  overflow-x:hidden !important;
  padding-bottom:16px !important;
  -webkit-overflow-scrolling:touch !important;
  scrollbar-width:none !important;
}

body:not(.meal-builder) .vb-checkout-content::-webkit-scrollbar{display:none !important;}

body:not(.meal-builder) .vb-checkout-pay{
  flex:0 0 auto !important;
  position:relative !important;
}

/* Restore cart bottom board to the simple previous style */
body:not(.meal-builder) .vb-cart-main-page .vb-cart-pay-method{
  display:none !important;
}

body:not(.meal-builder) .vb-cart-main-page .vb-cart-pay-total{
  display:block !important;
  flex:1 1 auto !important;
  min-width:0 !important;
}

body:not(.meal-builder) .vb-cart-main-page #cartProceedBtn{
  min-width:180px !important;
  background:linear-gradient(135deg,#fc8019 0%,#e8741f 100%) !important;
  box-shadow:0 10px 22px rgba(252,76,2,.24) !important;
}

@media(max-width:480px){
  body:not(.meal-builder) .vb-cart-main-page #cartProceedBtn{
    flex:0 0 46% !important;
    min-width:128px !important;
  }
}

/* Default cart payment method: Google Pay */
body:not(.meal-builder) .vb-cart-main-page .vb-cart-pay-method{
  display:flex !important;
}

body:not(.meal-builder) .vb-cart-main-page .vb-cart-pay-total{
  display:none !important;
}

body:not(.meal-builder) .vb-cart-main-page #cartProceedBtn{
  min-width:150px !important;
  background:linear-gradient(135deg,#22b86f,#15985b) !important;
  box-shadow:0 10px 22px rgba(21,152,91,.28) !important;
}

@media(max-width:480px){
  body:not(.meal-builder) .vb-cart-main-page #cartProceedBtn{
    flex:0 0 44% !important;
    min-width:126px !important;
  }
}

/* Checkout bottom board mirrors the cart payment board */
body:not(.meal-builder) .vb-checkout-pay .vb-cart-pay-method{
  display:flex !important;
  width:auto !important;
  flex:1 1 0 !important;
  min-width:0 !important;
}

body:not(.meal-builder) .vb-checkout-pay .vb-checkout-pay-total{
  display:none !important;
}

body:not(.meal-builder) .vb-checkout-pay #checkoutPlaceBtn{
  flex:0 0 auto !important;
  min-width:150px !important;
  background:linear-gradient(135deg,#22b86f,#15985b) !important;
  box-shadow:0 10px 22px rgba(21,152,91,.28) !important;
}

@media(max-width:480px){
  body:not(.meal-builder) .vb-checkout-pay #checkoutPlaceBtn{
    flex:0 0 44% !important;
    min-width:126px !important;
    font-size:14px !important;
  }
}

/* Order placed confirmation */
body:not(.meal-builder).order-success-open{
  overflow:hidden !important;
}

body:not(.meal-builder) .vb-order-success-overlay{
  z-index:4200 !important;
  background:rgba(17,24,39,.58) !important;
  backdrop-filter:blur(10px);
}

body:not(.meal-builder) .vb-order-success-box{
  width:min(92vw,430px);
  max-height:88vh;
  overflow:auto;
  background:#fff;
  border-radius:22px;
  padding:28px;
  box-shadow:0 26px 80px rgba(17,24,39,.28);
  text-align:left;
  border:1px solid rgba(252,128,25,.16);
}

body:not(.meal-builder) .vb-order-success-mark{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border-radius:18px;
  color:#fff;
  background:linear-gradient(135deg,#22b86f,#15985b);
  box-shadow:0 14px 28px rgba(21,152,91,.26);
  margin-bottom:16px;
}

body:not(.meal-builder) .vb-order-success-mark svg{
  width:30px;
  height:30px;
}

body:not(.meal-builder) .vb-order-success-kicker{
  color:#fc4c02;
  font-size:12px;
  font-weight:900;
  letter-spacing:2px;
  text-transform:uppercase;
}

body:not(.meal-builder) .vb-order-success-box h3{
  margin:6px 0 8px;
  color:#2d1606;
  font-size:25px;
  line-height:1.2;
}

body:not(.meal-builder) .vb-order-success-box p{
  color:#6b7280;
  font-size:14px;
  line-height:1.6;
  margin:0 0 18px;
}

body:not(.meal-builder) .vb-order-success-meta{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
  margin-bottom:16px;
}

body:not(.meal-builder) .vb-order-success-meta div,
body:not(.meal-builder) .vb-order-success-items div{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:12px 14px;
  border-radius:14px;
  background:#fff7ef;
  border:1px solid #f2dfcf;
}

body:not(.meal-builder) .vb-order-success-meta span,
body:not(.meal-builder) .vb-order-success-items span{
  color:#6b7280;
  font-size:12px;
  font-weight:700;
}

body:not(.meal-builder) .vb-order-success-meta strong,
body:not(.meal-builder) .vb-order-success-items strong{
  color:#2d1606;
  font-size:14px;
  text-align:right;
}

body:not(.meal-builder) .vb-order-success-items{
  display:grid;
  gap:8px;
  max-height:150px;
  overflow:auto;
  margin-bottom:18px;
}

body:not(.meal-builder) .vb-order-success-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}

body:not(.meal-builder) .vb-order-success-actions button{
  border:0;
  border-radius:14px;
  padding:13px 12px;
  font-family:Poppins,sans-serif;
  font-weight:900;
  cursor:pointer;
}

body:not(.meal-builder) .vb-order-success-actions .vb-success-primary{
  grid-column:1/-1;
  color:#fff;
  background:linear-gradient(135deg,#fc8019,#fc4c02);
  box-shadow:0 12px 25px rgba(252,76,2,.24);
}

body:not(.meal-builder) .vb-order-success-actions .vb-success-secondary{
  color:#3d1e0d;
  background:#fff;
  border:1px solid #ead7c7;
}

@media(max-width:480px){
  body:not(.meal-builder) .vb-order-success-box{
    width:calc(100vw - 28px);
    padding:22px;
    border-radius:20px;
  }

  body:not(.meal-builder) .vb-order-success-actions{
    grid-template-columns:1fr;
  }
}
