:root {
  --acs-green: #006c38;
  --acs-green-dark: #002d18;
  --acs-red: #e33434;
  --acs-ink: #101827;
  --acs-muted: #667085;
  --acs-line: #e6edf4;
  --acs-bg: #eef4f8;
}

.acs-v2-customer-page .site-header,
.acs-v2-customer-page #masthead,
.acs-v2-customer-page .entry-header,
.acs-v2-customer-page .site-footer,
.acs-v2-customer-page #colophon {
  display: none !important;
}

.acs-v2-customer-page {
  background: var(--acs-bg) !important;
}

.acs-v2-app,
.acs-v2-login {
  width: min(100%, 430px);
  min-height: 100vh;
  margin: 0 auto;
  background: #fffdf9;
  color: var(--acs-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  box-shadow: 0 24px 80px rgba(15, 23, 42, .14);
  position: relative;
  overflow: hidden;
}

.acs-v2-loading {
  padding: 36px 22px;
  font-weight: 800;
}

.acs-v2-head {
  min-height: 122px;
  padding: 26px 18px 22px;
  background: radial-gradient(circle at 70% 0, rgba(31, 185, 105, .32), transparent 40%), linear-gradient(145deg, #06401f, #002714);
  color: #fff;
  display: grid;
  grid-template-columns: 56px 1fr 76px 42px;
  align-items: center;
  gap: 10px;
}

.acs-v2-logo {
  width: 52px;
  height: 52px;
  border: 3px solid #30d7ff;
  display: grid;
  place-items: center;
  font-size: 31px;
  line-height: 1;
  font-weight: 1000;
  color: #fffef0;
  transform: skew(-8deg);
}

.acs-v2-head small {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  opacity: .9;
}

.acs-v2-head h1 {
  margin: 3px 0 0;
  font-size: 23px;
  line-height: 1.06;
  color: #fff;
  letter-spacing: 0;
}

.acs-v2-cart-mini {
  border: 0;
  border-radius: 12px;
  background: #fff;
  color: var(--acs-green);
  min-height: 60px;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(0, 0, 0, .18);
}

.acs-v2-lines,
.acs-v2-lines::before,
.acs-v2-lines::after {
  width: 34px;
  height: 4px;
  border-radius: 8px;
  background: #fff;
  display: block;
}

.acs-v2-lines {
  position: relative;
}

.acs-v2-lines::before,
.acs-v2-lines::after {
  content: "";
  position: absolute;
  left: 0;
}

.acs-v2-lines::before { top: -11px; }
.acs-v2-lines::after { top: 11px; }

.acs-v2-body {
  padding: 0 16px 116px;
}

.acs-v2-body h2 {
  margin: 14px 0 12px;
  font-size: 34px;
  line-height: 1;
  font-weight: 1000;
  letter-spacing: 0;
}

.acs-v2-cats {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 4px 0 16px;
  scrollbar-width: none;
}

.acs-v2-cats::-webkit-scrollbar {
  display: none;
}

.acs-v2-cats button,
.acs-v2-filters button {
  border: 0;
  border-radius: 10px;
  background: #fff;
  color: var(--acs-ink);
  padding: 13px 22px;
  min-width: 100px;
  font-weight: 900;
  font-size: 16px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .08);
  white-space: nowrap;
}

.acs-v2-cats button.is-active {
  background: linear-gradient(135deg, #006c38, #003f22);
  color: #fff;
}

.acs-v2-search {
  width: 100%;
  height: 56px;
  border: 1px solid #d6e0ea;
  border-radius: 12px;
  padding: 0 16px;
  font-size: 17px;
  margin: 0 0 10px;
  outline: none;
  background: #fff;
}

.acs-v2-search:focus {
  border-color: #86efac;
  box-shadow: 0 0 0 4px rgba(22, 163, 74, .12);
}

.acs-v2-filters {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-bottom: 15px;
}

.acs-v2-filters button {
  min-width: 0;
  padding: 14px 8px;
  font-size: 15px;
  border: 1px solid #dce6f0;
  box-shadow: none;
}

.acs-v2-filters button.is-active {
  color: var(--acs-green);
  background: #eafaf1;
  border-color: #b8efcf;
}

.acs-v2-list {
  display: grid;
  gap: 12px;
}

.acs-v2-card {
  min-height: 136px;
  border-radius: 15px;
  background: #fff;
  padding: 12px 14px;
  display: grid;
  grid-template-columns: 112px 1fr 86px;
  gap: 14px;
  align-items: center;
  border: 1px solid #edf1f5;
  box-shadow: 0 12px 34px rgba(15, 23, 42, .07);
  animation: acsCardIn .28s ease both;
}

@keyframes acsCardIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.acs-v2-img {
  width: 112px;
  height: 98px;
  border-radius: 13px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, #06401f, #f59e0b);
}

.acs-v2-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.acs-v2-img i {
  position: absolute;
  left: 8px;
  bottom: 8px;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 2px solid #0c9b58;
}

.acs-v2-card.nonveg .acs-v2-img i {
  border-color: #dc2626;
}

.acs-v2-img i::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0c9b58;
  position: absolute;
  top: 3px;
  left: 3px;
}

.acs-v2-card.nonveg .acs-v2-img i::after {
  background: #dc2626;
}

.acs-v2-info {
  min-width: 0;
}

.acs-v2-info h3 {
  margin: 0 0 6px;
  font-size: 22px;
  line-height: 1.08;
  font-weight: 1000;
  letter-spacing: 0;
  color: var(--acs-ink);
}

.acs-v2-info p {
  margin: 0 0 9px;
  color: #1f2937;
  font-size: 15px;
  line-height: 1.25;
}

.acs-v2-info strong {
  font-size: 18px;
  font-weight: 1000;
}

.acs-v2-info del {
  color: #98a2b3;
  font-size: 13px;
  margin-left: 4px;
}

.acs-v2-add {
  width: 82px;
  min-height: 54px;
  border: 0;
  border-radius: 11px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #008946, #00602f);
  color: #fff;
  font-weight: 1000;
  font-size: 20px;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(0, 108, 56, .24);
  transition: transform .16s ease, box-shadow .16s ease;
}

.acs-v2-card.nonveg .acs-v2-add {
  background: linear-gradient(135deg, #ef4444, #b91c1c);
  box-shadow: 0 12px 24px rgba(220, 38, 38, .18);
}

.acs-v2-add:active {
  transform: scale(.96);
}

.acs-v2-qty {
  display: grid;
  grid-template-columns: 28px 28px 28px;
  height: 42px;
  align-items: center;
  justify-content: end;
  border-radius: 10px;
  overflow: hidden;
  background: #f8fafc;
  border: 1px solid #dce6f0;
}

.acs-v2-qty button {
  border: 0;
  background: #fff;
  color: var(--acs-green);
  height: 42px;
  font-size: 20px;
  font-weight: 1000;
}

.acs-v2-qty b {
  text-align: center;
}

.acs-v2-bill-btn {
  position: fixed;
  top: 164px;
  left: calc(50% + 112px);
  z-index: 20;
  border: 1px solid #d5e5f1;
  background: #fff;
  color: var(--acs-green);
  border-radius: 12px;
  padding: 12px 14px;
  font-weight: 900;
}

.acs-v2-call,
.acs-v2-cart-bar {
  position: fixed;
  z-index: 30;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  width: min(390px, calc(100% - 28px));
  min-height: 64px;
  border: 0;
  border-radius: 13px;
  background: linear-gradient(135deg, #00924b, #006d38);
  color: #fff;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 21px;
  font-weight: 1000;
  text-decoration: none !important;
  box-shadow: 0 18px 30px rgba(0, 108, 56, .28);
}

.acs-v2-call.hide,
.acs-v2-cart-bar {
  display: none;
}

.acs-v2-cart-bar.show {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.acs-v2-drawer {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, .55);
  display: none;
  z-index: 60;
  align-items: flex-end;
  justify-content: center;
}

.acs-v2-drawer.open {
  display: flex;
}

.acs-v2-cart {
  width: min(430px, 100%);
  max-height: 86vh;
  overflow: auto;
  background: #fff;
  border-radius: 22px 22px 0 0;
  padding: 20px;
  box-shadow: 0 -18px 48px rgba(15, 23, 42, .2);
}

.acs-v2-cart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.acs-v2-cart-head h2 {
  margin: 0;
  font-size: 29px;
}

.acs-v2-cart-head button,
.acs-v2-primary {
  border: 0;
  border-radius: 10px;
  background: #0b72d9;
  color: #fff;
  padding: 14px 20px;
  font-weight: 900;
}

.acs-v2-cart input,
.acs-v2-cart textarea {
  width: 100%;
  border: 1px solid #dce6f0;
  border-radius: 10px;
  min-height: 48px;
  padding: 10px 12px;
  margin-bottom: 10px;
  font-size: 15px;
}

.acs-v2-cart textarea {
  min-height: 82px;
}

.acs-v2-cart p,
.acs-v2-cart h3 {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid #edf1f5;
  padding: 10px 0;
  margin: 0;
}

.acs-v2-cart h3 {
  border: 0;
  font-size: 21px;
}

.acs-v2-primary {
  width: 100%;
  min-height: 56px;
  background: linear-gradient(135deg, #0075ec, #005dbb);
  font-size: 18px;
}

.acs-v2-toast {
  position: fixed;
  left: 50%;
  bottom: 96px;
  width: min(390px, calc(100% - 28px));
  transform: translate(-50%, 18px);
  opacity: 0;
  pointer-events: none;
  border-radius: 12px;
  background: #111827;
  color: #fff;
  padding: 14px 16px;
  z-index: 80;
  text-align: center;
  font-weight: 800;
  transition: .18s ease;
}

.acs-v2-toast.open {
  opacity: 1;
  transform: translate(-50%, 0);
}

.acs-v2-login {
  padding: 24px;
  background: linear-gradient(145deg, #062f1b, #0a5130);
  color: #fff;
}

.acs-v2-login section {
  margin-bottom: 24px;
}

.acs-v2-login h1 {
  color: #fff;
  font-size: 34px;
}

.acs-v2-login a {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 12px;
  background: #fff;
  color: var(--acs-ink);
  text-decoration: none;
  padding: 14px;
  border-radius: 16px;
  margin-bottom: 12px;
}

.acs-v2-login a span {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 1000;
  font-size: 24px;
}

.acs-v2-login a small,
.acs-v2-login a em {
  display: block;
  color: var(--acs-muted);
}

@media (max-width: 520px) {
  .acs-v2-app,
  .acs-v2-login {
    width: 100%;
    box-shadow: none;
  }

  .acs-v2-head {
    grid-template-columns: 52px 1fr 70px 36px;
    padding-left: 16px;
    padding-right: 14px;
  }

  .acs-v2-head h1 {
    font-size: 21px;
  }

  .acs-v2-card {
    grid-template-columns: 100px 1fr 76px;
    gap: 12px;
    padding: 12px;
  }

  .acs-v2-img {
    width: 100px;
    height: 92px;
  }

  .acs-v2-info h3 {
    font-size: 20px;
  }

  .acs-v2-add {
    width: 72px;
  }

  .acs-v2-bill-btn {
    top: 156px;
    left: auto;
    right: 14px;
  }
}
