:root {
  --bg: #040815;
  --card: #081122;
  --card2: #0c1830;
  --line: #223655;
  --txt: #fff;
  --muted: #98a3be;
  --pink: #ff1f7a;
  --pink2: #ea136a;
  --blue: #29a2ff;
  --blue2: #0f6dff;
  --soft: #101d38;
  --shadow-pink: 0 0 18px rgba(255,31,122,.32);
  --shadow-blue: 0 0 18px rgba(41,162,255,.24);
}
* {
  box-sizing: border-box;
}
html,body {
  height: 100%;
}
body {
  margin: 0;
  font-family: Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;
  background: radial-gradient(circle at 78% 12%,rgba(27,58,121,.5) 0,#050817 32%,#02040b 100%);
  color: var(--txt);
  min-height: 100vh;
  font-size: 14px;
}
.phone-shell {
  max-width: 440px;
  margin: 0 auto;
  min-height: 100vh;
  background: linear-gradient(180deg,#051021 0%,#040815 100%);
  box-shadow: 0 0 40px rgba(17,74,196,.18);
  position: relative;
  overflow: hidden;
}
.phone-shell:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 10%,rgba(255,24,124,.08),transparent 24%),radial-gradient(circle at 15% 30%,rgba(41,162,255,.08),transparent 22%);
  pointer-events: none;
}
.topbar {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 18px 10px;
}
.compact-topbar {
  padding: 8px 0 12px;
}
.hamb {
  display: inline-grid;
  gap: 6px;
  background: transparent;
  border: 0;
  padding: 6px;
  cursor: pointer;
}
.hamb span {
  display: block;
  width: 30px;
  height: 3px;
  background: #f5f7ff;
  border-radius: 999px;
  box-shadow: 0 0 12px rgba(255,255,255,.12);
}
.brand {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -.4px;
  min-height: 35px;
  display: flex;
  align-items: center;
}
.brand-logo {
  max-height: 40px;
  max-width: 170px;
  object-fit: contain;
}
.top-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.heart-top,.cart-icon {
  background: transparent;
  border: 0;
  color: #fff;
  text-decoration: none;
  display: inline-grid;
  place-items: center;
  position: relative;
  cursor: pointer;
}
.heart-top {
  font-size: 32px;
  color: var(--pink);
}
.cart-icon {
  font-size: 28px;
}
.badge {
  position: absolute;
  right: -4px;
  top: -7px;
  background: linear-gradient(180deg,#ff2d81,#f41469);
  font-size: 11px;
  border-radius: 999px;
  padding: 3px 7px;
  font-weight: 800;
  box-shadow: var(--shadow-pink);
}
.search {
  position: relative;
  z-index: 1;
  padding: 8px 18px 0;
}
.search input {
  width: 100%;
  height: 54px;
  border-radius: 28px;
  border: 2px solid transparent;
  background: linear-gradient(#091224,#091224) padding-box,linear-gradient(90deg,var(--blue),var(--pink)) border-box;
  color: #fff;
  padding: 0 58px 0 18px;
  font-size: 15px;
  outline: none;
  box-shadow: inset 0 0 18px rgba(255,255,255,.02),0 0 14px rgba(255,31,122,.18);
}
.search input::placeholder {
  color: #99a2ba;
}
.search span {
  position: absolute;
  right: 36px;
  top: 18px;
  font-size: 27px;
  color: #fff;
  opacity: .92;
}
.tabs {
  display: flex;
  gap: 12px;
  overflow: auto;
  padding: 16px 18px 18px;
  position: relative;
  z-index: 1;
  scroll-behavior: auto;
  opacity: 0;
}
.tabs::-webkit-scrollbar {
  display: none;
}
.tabs.tabs-ready {
  opacity: 1;
}
.tab {
  min-width: 94px;
  text-align: center;
  border: 1px solid #24405d;
  background: rgba(7,16,33,.86);
  box-shadow: inset 0 0 20px rgba(255,255,255,.02);
  color: #fff;
  padding: 8px 2px;
  border-radius: 22px;
  white-space: nowrap;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}
.tab.active {
  background: linear-gradient(180deg,#ff277d,#e90d65);
  border-color: #ff65a4;
  box-shadow: var(--shadow-pink),inset 0 0 18px rgba(255,255,255,.18);
}
.products {
  position: relative;
  z-index: 1;
  padding: 0 18px 108px;
}
.hero-card {
  position: relative;
  min-height: 230px;
  margin: 0 0 16px;
  padding: 20px 18px;
  border-radius: 22px;
  border: 2px solid transparent;
  background: linear-gradient(#061020,#061020) padding-box,linear-gradient(110deg,var(--pink),#6f39ff,var(--blue)) border-box;
  box-shadow: var(--shadow-pink),var(--shadow-blue);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
  cursor: pointer;
}
.hero-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 76% 52%,rgba(42,130,255,.22),transparent 42%),linear-gradient(90deg,rgba(0,0,0,.45),rgba(0,0,0,.08));
  pointer-events: none;
}
.hero-copy {
  position: relative;
  z-index: 2;
}
.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ff398d;
  font-weight: 800;
  border: 1px solid rgba(255,25,120,.55);
  border-radius: 22px;
  padding: 9px 14px;
  font-size: 15px;
  background: rgba(255,25,120,.08);
  box-shadow: inset 0 0 20px rgba(255,25,120,.1);
}
.small-pill {
  font-size: 13px;
  padding: 8px 12px;
}
.hero-card h2 {
  font-size: 30px;
  line-height: 1.08;
  margin: 28px 0 6px;
  letter-spacing: -1px;
}
.orders-count,.mini-orders,.muted {
  font-size: 12px;
  color: #79849e;
  margin-bottom: 4px;
}
.price {
  font-size: 19px;
  font-weight: 500;
  color: #adb5ca;
}
.muted-price {
  font-size: 28px;
  color: #bebfca;
}
.hero-food-img {
  position: relative;
  z-index: 1;
  width: 110%;
  max-width: none;
  transform: translateX(-8px);
  height: 180px;
  object-fit: cover;
  border-radius: 0;
  filter: drop-shadow(0 0 18px rgba(0,0,0,.42));
}
.add-float,.add-btn {
  border: 0;
  background: linear-gradient(180deg,#ff277d,#e90d65);
  color: white;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  font-size: 44px;
  line-height: 0;
  box-shadow: var(--shadow-pink),inset 0 0 14px rgba(255,255,255,.18);
  cursor: pointer;
}
.hero-add {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 3;
}
.prod-card {
  display: grid;
  grid-template-columns: 96px 1fr 58px;
  align-items: center;
  gap: 14px;
  border: 1px solid #1f2b46;
  background: rgba(7,16,33,.80);
  border-radius: 21px;
  padding: 10px 12px;
  margin: 10px 0;
  min-height: 96px;
  cursor: pointer;
}
.prod-card img {
  width: 96px;
  height: 74px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.08);
}
.prod-card h3 {
  margin: 0 0 4px;
  font-size: 18px;
  line-height: 1.18;
  letter-spacing: -.2px;
}
.prod-card .price {
  font-size: 17px;
}
.add-btn {
  width: 52px;
  height: 52px;
  font-size: 40px;
}
.bottom-nav {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 8px;
  width: min(440px,calc(100% - 12px));
  display: grid;
  grid-template-columns: repeat(4,1fr);
  background: rgba(7,16,33,.94);
  border: 1px solid #1f2b46;
  border-radius: 22px;
  padding: 12px 6px 10px;
  z-index: 10;
  box-shadow: 0 -12px 30px rgba(0,0,0,.18);
}
.bottom-nav:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 28px;
  width: 82px;
  height: 3px;
  background: var(--pink);
  box-shadow: var(--shadow-pink);
  border-radius: 999px;
}
.bottom-nav a {
  color: #b9bfd3;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
}
.bottom-nav a.active {
  color: var(--pink);
  font-weight: 750;
}
.nav-ico {
  display: block;
  width: 30px;
  height: 28px;
  margin: 0 auto 4px;
  position: relative;
}
.home-ico:before {
  content: "⌂";
  font-size: 34px;
  line-height: 28px;
}
.orders-ico:before {
  content: "▤";
  font-size: 28px;
}
.fav-ico:before {
  content: "♡";
  font-size: 37px;
  line-height: 26px;
}
.profile-ico:before {
  content: "♙";
  font-size: 32px;
  line-height: 26px;
}
.sidebar-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.45);
  opacity: 0;
  visibility: hidden;
  transition: .2s;
  z-index: 35;
}
.sidebar-overlay.open {
  opacity: 1;
  visibility: visible;
}
.side-drawer {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: min(300px,82vw);
  background: linear-gradient(180deg,#091224,#050b18);
  border-right: 1px solid #223655;
  box-shadow: 18px 0 40px rgba(0,0,0,.28);
  transform: translateX(-100%);
  transition: .22s;
  z-index: 40;
  padding: 18px 16px;
  overflow: auto;
}
.side-drawer.open {
  transform: translateX(0);
}
.drawer-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 16px;
}
.drawer-head strong {
  font-size: 20px;
}
.drawer-head p {
  margin: 4px 0 0;
  color: #9ba8c5;
  font-size: 13px;
}
.drawer-close {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #294468;
  background: #101b31;
  color: #fff;
  font-size: 22px;
}
.drawer-links {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}
.drawer-links a {
  display: block;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid #1f2b46;
  background: rgba(255,255,255,.03);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.72);
  z-index: 50;
  align-items: flex-end;
  justify-content: center;
}
.modal.open {
  display: flex;
}
.modal-box {
  width: min(520px,100%);
  max-height: 92vh;
  overflow: auto;
  background: #071021;
  border-radius: 24px 24px 0 0;
  border: 1px solid #263b61;
  padding: 20px;
  box-shadow: 0 -20px 60px rgba(0,0,0,.35);
}
.close {
  float: right;
  background: #101b31;
  color: white;
  border: 1px solid #294468;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  font-size: 22px;
}
.modal-product-img {
  width: 100%;
  max-height: 220px;
  object-fit: cover;
  border-radius: 20px;
  margin: 8px 0 14px;
  border: 1px solid #263b61;
}
.modal-title-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}
.fav-toggle {
  border: 1px solid rgba(255,25,120,.5);
  background: rgba(255,25,120,.08);
  color: var(--pink);
  border-radius: 50%;
  width: 42px;
  height: 42px;
  font-size: 27px;
}
.addon-group {
  border: 1px solid #223755;
  border-radius: 16px;
  margin: 12px 0;
  padding: 12px;
  background: rgba(255,255,255,.035);
}
.addon-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
  color: #dce5ff;
  font-size: 14px;
}
.addon-row input {
  accent-color: var(--pink);
}
.notes-label {
  display: block;
  color: #96a3bf;
  font-weight: 700;
  margin: 14px 0 7px;
}
.special-notes {
  width: 100%;
  min-height: 88px;
  border-radius: 18px;
  border: 1px solid #284163;
  background: linear-gradient(180deg,#09162c,#071020);
  color: #fff;
  padding: 14px;
  font-size: 15px;
  outline: none;
  box-shadow: inset 0 0 18px rgba(41,162,255,.06);
}
.special-notes:focus {
  border-color: var(--pink);
  box-shadow: 0 0 14px rgba(255,31,122,.24);
}
.qty {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 16px 0;
}
.qty button {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #294468;
  background: #0e1b31;
  color: #fff;
  font-size: 22px;
}
.primary {
  border: 0;
  border-radius: 18px;
  background: linear-gradient(180deg,#ff277d,#e90d65);
  color: white;
  padding: 15px 18px;
  font-weight: 850;
  font-size: 16px;
  width: 100%;
  box-shadow: var(--shadow-pink);
  cursor: pointer;
}
.secondary {
  display: block;
  text-align: center;
  border: 1px solid #294468;
  border-radius: 16px;
  background: #101b31;
  color: white;
  padding: 13px 16px;
  text-decoration: none;
  font-weight: 800;
}
.cart-item {
  border: 1px solid #233b5e;
  background: rgba(255,255,255,.04);
  border-radius: 18px;
  padding: 12px;
  margin: 10px 0;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 12px;
}
.cart-item img {
  width: 64px;
  height: 58px;
  border-radius: 12px;
  object-fit: cover;
}
.cart-actions {
  display: flex;
  gap: 8px;
  margin-top: 10px;
  flex-wrap: wrap;
}
.cart-actions button {
  background: #0d1a2f;
  border: 1px solid #294468;
  color: #fff;
  border-radius: 10px;
  padding: 7px 11px;
}
.form input,.form textarea,.form select {
  width: 100%;
  margin: 7px 0 12px;
  padding: 13px;
  border-radius: 14px;
  border: 1px solid #233b5e;
  background: #081428;
  color: #fff;
  font-size: 14px;
}
.form label {
  font-size: 13px;
  color: #aab4ce;
}
.segmented {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 8px;
  margin: 10px 0 12px;
}
.segmented.small {
  grid-template-columns: repeat(2,1fr);
}
.segmented input {
  display: none;
}
.segmented span {
  display: block;
  text-align: center;
  padding: 11px 8px;
  border-radius: 16px;
  border: 1px solid #284163;
  background: #0b172e;
  color: #cbd6ef;
  font-weight: 800;
}
.segmented input:checked+span {
  background: linear-gradient(180deg,#ff277d,#e90d65);
  color: #fff;
  border-color: #ff65a4;
  box-shadow: var(--shadow-pink);
}
.hint-box {
  border: 1px solid #284163;
  border-radius: 16px;
  padding: 12px;
  color: #aeb9d6;
  background: rgba(255,255,255,.03);
  margin: 8px 0 12px;
}
.total-line {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #172942;
}
.total-strong {
  font-size: 18px;
  color: #fff;
}
.toast {
  position: fixed;
  z-index: 100;
  left: 50%;
  bottom: 90px;
  transform: translateX(-50%) translateY(20px);
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(180deg,#ff277d,#e90d65);
  color: white;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 800;
  box-shadow: var(--shadow-pink);
  transition: .25s;
}
.toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.page-title {
  font-size: 24px;
  margin: 0;
  text-align: center;
}
.profile-page {
  position: relative;
  z-index: 1;
  padding: 18px 18px 106px;
}
.profile-head,.profile-card,.quick-card {
  border: 2px solid transparent;
  background: linear-gradient(#061020,#061020) padding-box,linear-gradient(110deg,var(--blue),var(--pink)) border-box;
  border-radius: 22px;
  box-shadow: var(--shadow-blue),var(--shadow-pink);
  padding: 18px;
  margin: 18px 0;
}
.avatar {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 44px;
  background: radial-gradient(circle,var(--soft),#0b1225);
  border: 2px solid var(--blue);
  box-shadow: var(--shadow-pink);
}
.profile-head {
  display: flex;
  align-items: center;
  gap: 16px;
}
.saved-location {
  border: 1px solid #2f86ff;
  border-radius: 16px;
  padding: 12px 14px;
  margin: 12px 0;
}
.box {
  border: 1px solid #223755;
  background: #0b1426;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 15px 36px rgba(0,0,0,.18);
}
.admin-body {
  background: linear-gradient(135deg,#07101f,#02040a);
  min-height: 100vh;
}
.admin {
  display: grid;
  grid-template-columns: 260px 1fr;
  min-height: 100vh;
}
.side {
  background: linear-gradient(180deg,#0b1426,#07101f);
  border-right: 1px solid #20324e;
  padding: 26px;
  position: sticky;
  top: 0;
  height: 100vh;
}
.side h2 {
  margin: 0 0 22px;
  font-size: 22px;
}
.side a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #c8d5ef;
  text-decoration: none;
  padding: 13px 14px;
  border-radius: 14px;
  margin: 6px 0;
  border: 1px solid transparent;
}
.side a.active,.side a:hover {
  background: linear-gradient(90deg,rgba(255,25,120,.16),rgba(64,173,255,.08));
  border-color: #273b5c;
  color: #fff;
}
.main {
  padding: 30px;
}
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(190px,1fr));
  gap: 16px;
}
.stat {
  border: 1px solid #223755;
  background: #0b1426;
  border-radius: 22px;
  padding: 20px;
  box-shadow: 0 15px 36px rgba(0,0,0,.18);
}
.stat h3 {
  color: #a6acc1;
  margin-top: 0;
}
.stat h1 {
  font-size: 34px;
  margin-bottom: 0;
}
.table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.table th {
  text-align: left;
  color: #a6acc1;
  font-size: 13px;
  padding: 8px 12px;
}
.table td {
  background: #0b1426;
  border-top: 1px solid #223755;
  border-bottom: 1px solid #223755;
  padding: 14px 12px;
}
.table td:first-child {
  border-left: 1px solid #223755;
  border-radius: 14px 0 0 14px;
}
.table td:last-child {
  border-right: 1px solid #223755;
  border-radius: 0 14px 14px 0;
}
.btn {
  display: inline-block;
  background: #172843;
  color: #fff;
  border: 1px solid #294468;
  border-radius: 12px;
  padding: 9px 13px;
  text-decoration: none;
}
.btn.pink {
  background: linear-gradient(180deg,#ff277d,#e90d65);
  border-color: #ff65a4;
}
.btn.red {
  background: #411522;
  border-color: #7d2039;
}
.admin input,.admin textarea,.admin select {
  width: 100%;
  padding: 12px;
  margin: 6px 0 12px;
  border-radius: 12px;
  border: 1px solid #294468;
  background: #071326;
  color: white;
}
.login-wrap {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 25px;
}
.login {
  width: min(430px,100%);
  background: linear-gradient(180deg,#0b1426,#08101f);
  border: 1px solid #223755;
  border-radius: 28px;
  padding: 34px;
  box-shadow: 0 20px 60px rgba(0,0,0,.3),var(--shadow-pink);
}
.login h1 {
  margin-top: 0;
  font-size: 30px;
}
.login .hint {
  color: #96a3bf;
  font-size: 13px;
}
@media(max-width:760px) {
  .phone-shell {
    max-width: none;
  }
  .admin {
    grid-template-columns: 1fr;
  }
  .side {
    position: relative;
    height: auto;
  }
  .main {
    padding: 18px;
  }
}
@media(max-width:430px) {
  .phone-shell {
    max-width: 100%;
  }
  .hero-card {
    grid-template-columns: 1fr 1.05fr;
  }
  .hero-card h2 {
    font-size: 28px;
  }
  .hero-food-img {
    height: 172px;
  }
  .prod-card {
    grid-template-columns: 88px 1fr 54px;
  }
  .prod-card img {
    width: 88px;
    height: 70px;
  }
  .bottom-nav {
    width: calc(100% - 12px);
  }
  .search input {
    height: 52px;
  }
}
.auth-shell {
  display: flex;
  align-items: center;
  justify-content: center;
}
.auth-page {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 28px 18px;
}
.auth-card {
  text-align: left;
  margin: 0;
}
.auth-card h1 {
  font-size: 30px;
  margin: 12px 0 8px;
}
.auth-logo {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 18px;
  text-align: center;
}
.profile-page-auth {
  padding-bottom: 28px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.included-option{font-style:normal;color:#96a3bf;font-weight:700}.order-success-box{margin-bottom:0}.order-success-box .secondary,.order-success-box .primary{max-width:380px;margin-left:auto;margin-right:auto}.modal-box .addon-group[data-group-mode="replace"]{border-color:#315d92}.modal-box .addon-group[data-group-mode="group_once"]{border-color:#4f3d74}

/* V8 contact map directions button */
.contact-map-action { margin-top: 18px; }
.map-direction-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  padding: 12px 16px;
  border-radius: 16px;
  background: linear-gradient(180deg,#ff277d,#e90d65);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(233,13,101,.28);
}
.map-direction-btn:hover { filter: brightness(1.05); }


/* V9: Popular page best-seller slider */
.section-head{display:flex;align-items:center;justify-content:space-between;margin:4px 0 10px}.section-head h2{font-size:21px;margin:10px 0 0;letter-spacing:-.4px}.best-seller-slider{margin:0 0 18px}.best-seller-track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(238px,78%);gap:12px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;padding:2px 2px 10px}.best-seller-track::-webkit-scrollbar{display:none}.best-seller-card{position:relative;scroll-snap-align:start;display:grid;grid-template-columns:86px 1fr;gap:12px;align-items:center;min-height:112px;padding:12px;border-radius:20px;border:1px solid rgba(255,39,125,.5);background:linear-gradient(140deg,rgba(255,39,125,.16),rgba(7,16,33,.92) 52%,rgba(42,130,255,.13));box-shadow:0 0 18px rgba(255,31,122,.12);cursor:pointer}.best-seller-card img{width:86px;height:86px;object-fit:cover;border-radius:16px;border:1px solid rgba(255,255,255,.09)}.best-seller-card h3{margin:0 30px 4px 0;font-size:17px;line-height:1.15}.best-seller-card p{margin:0 0 6px;color:#79849e;font-size:12px}.best-seller-card b{color:#fff;font-size:17px}.add-mini{position:absolute;right:10px;bottom:10px;width:34px;height:34px;border:0;border-radius:50%;background:linear-gradient(180deg,#ff277d,#e90d65);color:#fff;font-size:24px;line-height:1;box-shadow:var(--shadow-pink);cursor:pointer}
@media(max-width:420px){.best-seller-track{grid-auto-columns:minmax(220px,82%)}}

/* V10: one top hero slider, no duplicate Best Seller section */
.hero-slider{position:relative;margin:0 0 16px;min-height:230px;}
.hero-slider .hero-card{display:none;margin:0;animation:heroFade .28s ease both;}
.hero-slider .hero-card.active{display:grid;}
.hero-slider-dots{position:absolute;left:18px;bottom:14px;z-index:5;display:flex;gap:6px;align-items:center;}
.hero-slider-dot{width:7px;height:7px;border-radius:999px;background:rgba(255,255,255,.35);box-shadow:0 0 0 1px rgba(255,255,255,.12);transition:all .22s ease;}
.hero-slider-dot.active{width:22px;background:#ff277d;box-shadow:0 0 12px rgba(255,39,125,.55);}
@keyframes heroFade{from{opacity:.35;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}
/* Hide the old V9 lower best-seller slider if an older template still prints it */
.best-seller-slider{display:none!important;}
.checkout-change-box{display:grid;gap:6px;margin:8px 0 0;}
.checkout-change-box input{margin:0;}
.change-due-text{font-size:12px;color:#96a3bf;margin:0 0 6px;}

/* v19 stock */
.prod-card.is-out-of-stock,.hero-card.is-out-of-stock{opacity:.58;filter:grayscale(.35)}.stock-badge{display:inline-block;color:#ff64a5;font-size:12px;margin-top:4px}.prod-card.is-out-of-stock .add-btn,.hero-card.is-out-of-stock .hero-add{background:#3a4357;color:#fff}
