/* Storefront redesign — loaded after the shared/admin stylesheet. */
:root{
  --store-red:#e51b2b;
  --store-red-dark:#b80f1d;
  --store-ink:#121212;
  --store-muted:#6f6f73;
  --store-bg:#f6f5f2;
  --store-card:#ffffff;
  --store-line:#e7e4df;
  --store-green:#16834a;
  --store-shadow:0 18px 48px rgba(20,20,20,.09);
}

body.customer-body{
  min-height:100vh;
  padding-bottom:104px;
  color:var(--store-ink);
  background:var(--store-bg);
}

.customer-body .container,
.checkout-body .container{width:min(1180px,calc(100% - 36px))}

/* Header */
.customer-body .hero{
  color:#fff;
  border:0;
  background:#111;
  overflow:hidden;
}
.customer-body .hero::before{
  background:
    radial-gradient(circle at 88% 14%,rgba(229,27,43,.36),transparent 24%),
    linear-gradient(105deg,transparent 60%,rgba(255,255,255,.04));
}
.customer-body .hero::after{display:none}
.customer-body .hero-inner{
  min-height:220px;
  padding:28px 0 48px;
  align-items:center;
}
.hero-brand-block{display:grid;gap:18px;min-width:0}
.customer-body .brand-row{gap:16px}
.customer-body .brand-mark{
  width:78px;
  height:78px;
  padding:4px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:21px;
  background:#fff;
  box-shadow:0 22px 50px rgba(0,0,0,.25);
}
.customer-body .brand-mark img{border-radius:15px}
.customer-body .eyebrow{
  margin-bottom:8px;
  color:#ff9aa2;
  font-size:11px;
  letter-spacing:.17em;
}
.customer-body .hero h1{
  max-width:720px;
  color:#fff;
  font-size:clamp(32px,4.5vw,52px);
  line-height:.98;
  letter-spacing:-1.8px;
}
.customer-body .tagline{color:#c9c9cb;font-size:14px}
.hero-benefits{display:flex;flex-wrap:wrap;gap:8px}
.hero-benefits span{
  padding:8px 12px;
  color:#eee;
  border:1px solid rgba(255,255,255,.13);
  border-radius:999px;
  background:rgba(255,255,255,.06);
  font-size:12px;
  font-weight:850;
}
.customer-body .hero-card{
  width:min(320px,100%);
  min-width:280px;
  padding:17px 18px;
  color:#fff;
  border:1px solid rgba(255,255,255,.14);
  border-radius:22px;
  background:rgba(255,255,255,.075);
  box-shadow:none;
  backdrop-filter:blur(14px);
}
.open-status{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:950}
.open-status i{width:9px;height:9px;border-radius:50%;background:#ffcf57;box-shadow:0 0 0 5px rgba(255,207,87,.12)}
.open-status.is-open{color:#7fe8a9}
.open-status.is-open i{background:#38cf78;box-shadow:0 0 0 5px rgba(56,207,120,.13)}
.hero-card p{margin:16px 0 7px;color:#f3f3f3;font-size:14px;line-height:1.5;font-weight:750}
.hero-card small{display:block;color:#aaa;font-size:12px;line-height:1.45}

/* Menu controls */
.customer-body .customer-main{margin-top:-22px}
.customer-body .alert{position:relative;z-index:2;box-shadow:0 10px 24px rgba(20,20,20,.05)}
.customer-body .order-toolbar{
  margin:0 0 14px;
  padding:16px 18px;
  border:1px solid rgba(255,255,255,.7);
  border-radius:22px;
  box-shadow:var(--store-shadow);
}
.menu-kicker,.checkout-step{
  display:block;
  margin-bottom:4px;
  color:var(--store-red);
  font-size:11px;
  font-weight:950;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.customer-body .order-toolbar h2{font-size:24px;letter-spacing:-.65px}
.customer-body .cart-pill{
  display:flex;
  align-items:center;
  gap:7px;
  min-height:46px;
  padding:0 18px;
  border-radius:14px;
  background:var(--store-ink);
  box-shadow:none;
}
.customer-body .cart-pill b{color:#777}
.customer-body .search-wrap{margin:0 0 12px}
.customer-body .search-wrap label{
  display:grid;
  grid-template-columns:auto 1fr;
  align-items:center;
  gap:12px;
  min-height:58px;
  padding:0 16px;
  border:1px solid var(--store-line);
  border-radius:18px;
  background:#fff;
  box-shadow:0 8px 24px rgba(20,20,20,.045);
}
.customer-body .search-wrap label>span{
  padding-right:12px;
  color:var(--store-red);
  border-right:1px solid var(--store-line);
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.customer-body .search-wrap input{
  min-width:0;
  padding:16px 0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.customer-body .search-wrap input:focus{box-shadow:none}
.customer-body .category-tabs{
  top:0;
  z-index:12;
  gap:8px;
  margin:0 -2px 5px;
  padding:6px 2px 12px;
  background:linear-gradient(180deg,var(--store-bg) 76%,rgba(246,245,242,0));
}
.customer-body .category-tab{
  padding:9px 14px;
  border-color:var(--store-line);
  border-radius:12px;
  box-shadow:none;
  font-size:12px;
}
.customer-body .category-tab.active,
.customer-body .category-tab:hover{border-color:var(--store-ink);background:var(--store-ink)}

/* Product grid */
.customer-body .menu-section{margin:16px 0 26px}
.customer-body .section-title{margin-bottom:13px}
.customer-body .section-title h3{font-size:23px;letter-spacing:-.65px}
.customer-body .section-title span{
  padding:5px 9px;
  border-radius:999px;
  background:#eae8e3;
  color:#686868;
  font-size:11px;
}
.customer-body .menu-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}
.customer-body .food-card{
  border:1px solid var(--store-line);
  border-radius:20px;
  box-shadow:0 9px 28px rgba(20,20,20,.055);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
  cursor:pointer;
  outline:none;
}
.customer-body .food-card:hover{transform:translateY(-3px);border-color:#d8d3cc;box-shadow:0 18px 40px rgba(20,20,20,.1)}
.customer-body .food-card:focus-visible{border-color:var(--store-red);box-shadow:0 0 0 4px rgba(229,27,43,.13),0 18px 40px rgba(20,20,20,.1)}
.customer-body .food-card.selected{border-color:var(--store-red);box-shadow:0 0 0 2px rgba(229,27,43,.08),0 14px 34px rgba(20,20,20,.09)}
.customer-body .food-card.selected::after{content:"✓";position:absolute;right:10px;top:10px;z-index:2;display:grid;width:28px;height:28px;place-items:center;border:2px solid #fff;border-radius:50%;background:var(--store-red);color:#fff;font-size:13px;font-weight:1000;box-shadow:0 5px 14px rgba(0,0,0,.2)}
.customer-body .food-card.unavailable{cursor:not-allowed}
.customer-body .food-media{aspect-ratio:16/10;background:#eeeae5}
.customer-body .food-media img{transition:transform .45s ease}
.customer-body .food-card:hover .food-media img{transform:scale(1.035)}
.customer-body .food-content{padding:15px;gap:8px}
.customer-body .food-content h4{min-height:0;font-size:17px;line-height:1.2;letter-spacing:-.35px}
.customer-body .food-content p{min-height:34px;color:var(--store-muted);font-size:12.5px}
.customer-body .customize-hint{padding:5px 8px;border-color:#ffd4d8;background:#fff3f4;color:var(--store-red-dark)}
.customer-body .automatic-fee-hint{display:inline-flex;align-self:flex-start;padding:4px 8px;border:1px solid #f0ddad;border-radius:999px;background:#fff9e9;color:#8a5a00;font-size:10px;font-weight:900;line-height:1}
.customer-body .price{color:var(--store-red);font-size:16px;letter-spacing:-.2px}
.customer-body .qty-control{padding:4px;border:1px solid #e7e5e1;background:#f0eeea}
.customer-body .qty-control button{width:31px;height:31px;box-shadow:none}
.customer-body .qty-control button.qty-plus{background:var(--store-red)}

/* Orderbite-style category cards */
.category-builder-section>.section-title>div>small{display:block;margin-bottom:3px;color:var(--store-red);font-size:10px;font-weight:950;letter-spacing:.13em;text-transform:uppercase}
.category-builder-grid{align-items:stretch}
.builder-category-card .food-media{aspect-ratio:16/10}
.builder-category-count{position:absolute;left:11px;top:11px;padding:6px 9px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:rgba(15,15,15,.74);color:#fff;font-size:10px;font-weight:950;backdrop-filter:blur(8px)}
.builder-card-kicker{color:var(--store-red);font-size:9px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}
.builder-category-card .food-content h4{font-size:21px}
.builder-open-button{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 13px;border:0;border-radius:11px;background:var(--store-ink);color:#fff;font-size:12px;font-weight:950;cursor:pointer}
.builder-open-button b{color:#ff8490;font-size:16px}
.category-cart-count{position:absolute;right:10px;top:10px;z-index:3;padding:6px 9px;border-radius:999px;background:var(--store-red);color:#fff;font-size:10px;font-weight:950;box-shadow:0 6px 18px rgba(0,0,0,.2)}
.category-cart-count.hidden{display:none}

/* Floating cart */
.customer-body .bottom-cart{
  left:50% !important;
  right:auto !important;
  bottom:16px !important;
  width:min(720px,calc(100% - 28px)) !important;
  padding:11px 12px 11px 17px !important;
  transform:translateX(-50%) !important;
  border:1px solid rgba(255,255,255,.14) !important;
  border-radius:18px !important;
  background:#131313 !important;
  box-shadow:0 22px 60px rgba(0,0,0,.28) !important;
}
.customer-body .bottom-cart .btn.primary{
  min-height:46px !important;
  border:0 !important;
  border-radius:13px !important;
  background:var(--store-red) !important;
  color:#fff !important;
  box-shadow:none !important;
}

/* Stable overlay foundations. These were missing from the shared stylesheet. */
body.drawer-open{overflow:hidden}
.customer-body .hidden{display:none!important}
.cart-drawer-backdrop{
  position:fixed;
  inset:0;
  z-index:150;
  background:rgba(10,10,10,.58);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .2s ease,visibility .2s ease;
  backdrop-filter:blur(4px)
}
.cart-drawer-backdrop.open{opacity:1;visibility:visible;pointer-events:auto}
.customer-body .cart-drawer{
  position:fixed;
  top:0;
  right:0;
  z-index:160;
  display:flex;
  flex-direction:column;
  height:100dvh;
  max-height:100dvh;
  overflow:hidden;
  visibility:hidden;
  transform:translateX(105%);
  transition:transform .24s ease,visibility .24s ease
}
.customer-body .cart-drawer.open{visibility:visible;transform:translateX(0)}
.cart-drawer-head{display:flex;flex:0 0 auto;align-items:flex-start;justify-content:space-between;gap:14px;background:#fff;border-bottom:1px solid var(--store-line)}
.cart-drawer-head h3{margin:0;letter-spacing:-.7px}
.cart-drawer-head p{margin:4px 0 0;color:var(--store-muted);font-size:12px;line-height:1.35}
.drawer-close{display:grid;width:38px;height:38px;flex:0 0 auto;place-items:center;padding:0;border:0;border-radius:50%;font-size:24px;line-height:1;cursor:pointer}
.cart-drawer-items{display:grid;gap:10px}
.cart-empty{padding:26px 16px;border:1px dashed #d9d4cc;border-radius:14px;background:#fff;color:#777;text-align:center;font-size:13px;font-weight:800}
.cart-line{display:grid;gap:10px;background:#fff;border:1px solid var(--store-line);border-radius:15px}
.cart-line-main{min-width:0}
.cart-line-main>strong{display:block;color:#171717;font-size:14px;line-height:1.25}
.cart-line-main>span{display:block;margin-top:4px;color:var(--store-red);font-size:11px;font-weight:900}
.cart-meta{display:block;margin-top:4px;color:#736e68;font-size:10px;line-height:1.35}
.cart-line-actions{display:flex;align-items:center;gap:7px;flex-wrap:wrap}
.cart-line-actions button{min-width:31px;height:31px;padding:0 9px;border:0;border-radius:9px;background:#ece9e4;color:#171717;font-size:14px;font-weight:950;cursor:pointer}
.cart-line-actions .cart-inc,.cart-line-actions .cart-dec{padding:0;color:#fff;font-size:18px}
.cart-line-actions .cart-remove{margin-left:auto;background:#fee7e9;color:#a9101d;font-size:10px}
.cart-note{width:100%;min-height:54px;resize:vertical;padding:9px 10px;border:1px solid var(--store-line);border-radius:10px;outline:0;font-size:11px;line-height:1.35}
.cart-note:focus{border-color:var(--store-red);box-shadow:0 0 0 3px rgba(229,27,43,.09)}
.cart-line-total{color:#777;font-size:10px;text-align:right}
.cart-line-total strong{color:#171717;font-size:12px}
.minimum-message{flex:0 0 auto;margin:0;padding:9px 18px;background:#fff1f2;color:#9f1239;font-size:11px;font-weight:850}
.cart-totals{flex:0 0 auto;display:grid;gap:7px;background:#fff;border-top:1px solid var(--store-line)}
.cart-totals>div{display:flex;justify-content:space-between;gap:15px;color:#6d6a66;font-size:12px}
.cart-totals>div strong{color:#171717}
.cart-totals .grand{padding-top:8px;border-top:1px solid var(--store-line);font-size:15px;font-weight:950}
.cart-drawer-actions{flex:0 0 auto;display:grid;gap:9px;background:#fff;border-top:1px solid var(--store-line)}

/* Per-item customisation dialog */
.customize-backdrop{
  position:fixed;
  inset:0;
  z-index:185;
  background:rgba(10,10,10,.62);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .2s ease,visibility .2s ease;
  backdrop-filter:blur(5px)
}
.customize-backdrop.open{opacity:1;visibility:visible;pointer-events:auto}
.customize-modal{
  position:fixed;
  left:50%;
  top:50%;
  z-index:195;
  width:min(480px,calc(100% - 28px));
  max-height:min(720px,calc(100dvh - 36px));
  overflow:auto;
  padding:22px;
  background:#fff;
  box-shadow:0 28px 90px rgba(0,0,0,.34);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translate(-50%,-46%) scale(.98);
  transition:opacity .2s ease,transform .2s ease,visibility .2s ease
}
.customize-modal.open{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,-50%) scale(1)}
.customize-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:14px;border-bottom:1px solid var(--store-line)}
.customize-head h3{margin:0;font-size:23px;letter-spacing:-.6px}
.customize-head p{margin:5px 0 0;color:#777;font-size:12px}
.option-group{display:grid;gap:8px;margin-top:17px}
.option-group h4{margin:0 0 2px;font-size:14px}
.option-row{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:11px 12px;border:1px solid var(--store-line);border-radius:12px;cursor:pointer}
.option-row input{width:17px;height:17px;margin:0}
.option-row span{min-width:0;font-size:12px;font-weight:850}
.option-row strong{font-size:11px;white-space:nowrap}
.modal-note-label{display:grid;gap:7px;margin:17px 0 14px;color:#171717;font-size:12px;font-weight:900}
.modal-note-label>span{color:#888;font-size:10px;font-weight:700}
.modal-note-label textarea{width:100%;resize:vertical;padding:11px 12px;border:1px solid var(--store-line);border-radius:12px;outline:0}
.modal-note-label textarea:focus{border-color:var(--store-red);box-shadow:0 0 0 3px rgba(229,27,43,.09)}

/* Cart drawer */
.customer-body .cart-drawer{
  width:min(480px,100%);
  border-left:0;
  background:#fff;
  box-shadow:-24px 0 80px rgba(0,0,0,.24);
}
.customer-body .cart-drawer-head{padding:20px 20px 16px;border-color:var(--store-line)}
.customer-body .cart-drawer-head h3{font-size:27px}
.customer-body .drawer-close{background:#f0eeea;color:#222}
.cart-drawer-scroll{
  min-height:0;
  flex:1 1 auto;
  overflow:auto;
  overscroll-behavior:contain;
  background:#f7f6f3;
}
.customer-body .cart-drawer-items{
  min-height:auto !important;
  padding:14px 16px 7px;
  overflow:visible;
  background:transparent;
  display:grid;
  flex:none;
}
.customer-body .cart-line{
  padding:13px;
  border-color:var(--store-line);
  border-radius:15px;
  box-shadow:none;
}
.customer-body .cart-line-actions .cart-inc{background:var(--store-red)}
.customer-body .cart-line-actions .cart-dec{background:var(--store-ink)}
.customer-body .cart-note{border-color:var(--store-line);background:#faf9f7}
.cart-upsells{padding:12px 16px 17px}
.upsell-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:10px}
.upsell-heading span{color:var(--store-red);font-size:10px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}
.upsell-heading h4{margin:2px 0 0;font-size:17px;letter-spacing:-.35px}
.upsell-heading small{color:#858585;font-size:11px}
.upsell-list{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.upsell-card{
  display:grid;
  grid-template-columns:48px minmax(0,1fr) 31px;
  align-items:center;
  gap:9px;
  min-width:0;
  padding:8px;
  border:1px solid var(--store-line);
  border-radius:13px;
  background:#fff;
}
.upsell-media{width:48px;height:48px;overflow:hidden;border-radius:10px;background:#eee;display:grid;place-items:center;color:var(--store-red);font-weight:950}
.upsell-media img{width:100%;height:100%;object-fit:cover}
.upsell-copy{min-width:0}
.upsell-copy strong{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:11.5px;line-height:1.22}
.upsell-copy span{display:block;margin-top:3px;color:var(--store-red);font-size:11px;font-weight:950}
.upsell-add{
  position:relative;
  width:31px;
  height:31px;
  padding:0;
  border:0;
  border-radius:50%;
  background:var(--store-ink);
  color:#fff;
  font-size:20px;
  line-height:1;
  cursor:pointer;
}
.upsell-add.in-cart{background:var(--store-red)}
.upsell-add em{
  position:absolute;
  right:-5px;
  top:-6px;
  min-width:16px;
  height:16px;
  padding:0 4px;
  border-radius:999px;
  background:#fff;
  color:var(--store-red);
  box-shadow:0 2px 8px rgba(0,0,0,.2);
  font-size:9px;
  font-style:normal;
  font-weight:950;
  line-height:16px;
}
.upsell-add em:empty{display:none}
.cart-minimum-card{
  flex:0 0 auto;
  margin:0;
  padding:12px 18px;
  border-top:1px solid var(--store-line);
  background:#fff8f1;
}
.cart-minimum-card>div:first-child{display:flex;justify-content:space-between;gap:10px;font-size:12px;font-weight:900}
.cart-minimum-card>div:first-child strong{color:var(--store-red)}
.minimum-progress{height:7px;margin:8px 0 7px;overflow:hidden;border-radius:999px;background:#eadfd5}
.minimum-progress i{display:block;width:0;height:100%;border-radius:inherit;background:var(--store-red);transition:width .25s ease}
.cart-minimum-card p{margin:0;color:#8e4a20;font-size:11.5px;font-weight:800}
.cart-minimum-card.minimum-met{background:#f0faf4}
.cart-minimum-card.minimum-met>div:first-child strong,.cart-minimum-card.minimum-met p{color:var(--store-green)}
.cart-minimum-card.minimum-met .minimum-progress{background:#d8eee1}
.cart-minimum-card.minimum-met .minimum-progress i{background:var(--store-green)}
.customer-body .cart-totals{padding:12px 18px;border-color:var(--store-line)}
.customer-body .cart-drawer-actions{
  grid-template-columns:.8fr 1.45fr !important;
  padding:11px 18px 12px !important;
  border-color:var(--store-line) !important;
  box-shadow:none !important;
}
.customer-body #cartCheckoutButton{background:var(--store-red);box-shadow:none !important}
.cart-powered-by{
  flex:0 0 auto;
  display:block;
  padding:0 18px calc(11px + env(safe-area-inset-bottom));
  background:#fff;
  color:#999;
  text-align:center;
  font-size:10.5px;
  letter-spacing:.03em;
}
.cart-powered-by strong{color:#333}

/* Four-second Orderbite credit shown whenever the cart is opened. */
.orderbite-credit-backdrop{
  position:fixed;
  inset:0;
  z-index:210;
  display:grid;
  place-items:center;
  padding:18px;
  background:rgba(12,12,12,.66);
  opacity:0;
  pointer-events:none;
  transition:opacity .2s ease;
  backdrop-filter:blur(7px);
}
.orderbite-credit-backdrop.open{opacity:1;pointer-events:auto}
.orderbite-credit{
  position:relative;
  width:min(390px,100%);
  overflow:hidden;
  padding:30px 25px 22px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:25px;
  background:linear-gradient(145deg,#191919,#090909);
  color:#fff;
  text-align:center;
  box-shadow:0 30px 90px rgba(0,0,0,.38);
  transform:translateY(14px) scale(.98);
  transition:transform .22s ease;
}
.orderbite-credit-backdrop.open .orderbite-credit{transform:translateY(0) scale(1)}
.credit-close{
  position:absolute;
  right:13px;
  top:13px;
  display:grid;
  width:34px;
  height:34px;
  place-items:center;
  padding:0;
  border:1px solid rgba(255,255,255,.12);
  border-radius:50%;
  background:rgba(255,255,255,.08);
  color:#fff;
  font-size:22px;
  line-height:1;
  cursor:pointer;
}
.credit-mark{display:grid;width:62px;height:62px;margin:0 auto 15px;place-items:center;border-radius:20px;background:linear-gradient(145deg,#ff3345,#b70c1b);font-size:29px;font-weight:1000;box-shadow:0 14px 34px rgba(229,27,43,.3)}
.orderbite-credit>span{display:block;color:#ff9ba4;font-size:10px;font-weight:950;letter-spacing:.14em;text-transform:uppercase}
.orderbite-credit h3{margin:6px 0 8px;font-size:24px;letter-spacing:-.75px}
.orderbite-credit h3 strong{color:#ff4050}
.orderbite-credit p{margin:0 auto 19px;max-width:290px;color:#b9b9bc;font-size:13px;line-height:1.45}
.credit-timebar{height:6px;overflow:hidden;border-radius:999px;background:rgba(255,255,255,.11)}
.credit-timebar i{display:block;width:100%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#ff5a68,#e51b2b)}
.credit-timebar i.running{animation:orderbite-countdown 4s linear forwards}
.orderbite-credit small{display:block;margin-top:9px;color:#858589;font-size:10px}
.orderbite-credit small b{color:#fff}
@keyframes orderbite-countdown{from{width:100%}to{width:0}}

/* Optional restaurant banner and compact top deals */
.restaurant-promo-banner{height:clamp(190px,22vw,290px);margin:0 0 16px;overflow:hidden;border:1px solid #e7e1da;border-radius:22px;background:#171717;box-shadow:0 14px 34px rgba(20,20,20,.1)}
.restaurant-promo-banner img{width:100%;height:100%;object-fit:cover;object-position:center}
.deals-section{padding:17px;border:1px solid rgba(255,255,255,.08);border-radius:22px;background:linear-gradient(135deg,#171717 0%,#291416 55%,#4a1016 100%);box-shadow:0 16px 38px rgba(20,20,20,.15)}
.deals-title{align-items:end}
.deals-title>div>small{display:block;margin-bottom:4px;color:#ff8d97;font-size:10px;font-weight:950;letter-spacing:.13em;text-transform:uppercase}
.deals-title h3{color:#fff!important}
.deals-title>span{color:#d9c9ca!important}
.deals-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(310px,1fr));gap:10px}
.deal-card{position:relative;display:grid;grid-template-columns:118px minmax(0,1fr);min-width:0;min-height:132px;overflow:hidden;border:1px solid rgba(255,255,255,.11);border-radius:17px;background:#fff;box-shadow:0 12px 26px rgba(0,0,0,.18);cursor:pointer;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.deal-card:hover{transform:translateY(-3px);border-color:#ff8490;box-shadow:0 18px 38px rgba(0,0,0,.28)}
.deal-card:focus-visible{outline:0;border-color:var(--store-red);box-shadow:0 0 0 4px rgba(255,74,89,.2),0 18px 38px rgba(0,0,0,.28)}
.deal-card.selected{border-color:var(--store-red)}
.deal-card.selected::after{content:"✓";position:absolute;right:10px;top:10px;z-index:4;display:grid;width:29px;height:29px;place-items:center;border:2px solid #fff;border-radius:50%;background:var(--store-red);color:#fff;font-size:13px;font-weight:1000;box-shadow:0 6px 16px rgba(0,0,0,.25)}
.deal-media{position:relative;display:grid;width:118px;height:100%;min-height:132px;place-items:center;overflow:hidden;background:#eeeae5}
.deal-media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.deal-card:hover .deal-media img{transform:scale(1.035)}
.deal-placeholder{display:grid;width:100%;height:100%;place-items:center;background:linear-gradient(135deg,#ffe9eb,#fff);color:var(--store-red);font-size:24px;font-weight:1000;text-transform:uppercase}
.deal-badge{position:absolute;left:10px;top:10px;z-index:2;padding:6px 9px;border-radius:999px;background:#171717;color:#fff;font-size:10px;font-weight:950;box-shadow:0 5px 15px rgba(0,0,0,.22)}
.deal-content{display:grid;align-content:center;gap:5px;min-width:0;padding:12px}
.deal-content>small{color:var(--store-red);font-size:9px;font-weight:950;letter-spacing:.13em;text-transform:uppercase}
.deal-content h4{margin:0;font-size:16px;line-height:1.18;letter-spacing:-.3px}
.deal-content p{display:-webkit-box;min-height:0;margin:0;overflow:hidden;color:var(--store-muted);font-size:11px;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.deal-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:3px}
.deal-price{display:grid;gap:1px}
.deal-price strong{color:var(--store-red);font-size:15px;font-weight:1000}
.deal-price del{color:#8c8884;font-size:11px;font-weight:800}

/* Category builder: image on the left, choices and quantities on the right. */
.category-builder-backdrop{
  position:fixed;
  inset:0;
  z-index:180;
  display:grid;
  place-items:center;
  padding:18px;
  background:rgba(12,12,12,.68);
  opacity:0;
  pointer-events:none;
  transition:opacity .2s ease;
  backdrop-filter:blur(8px);
}
.category-builder-backdrop.open{opacity:1;pointer-events:auto}
.category-builder-modal{
  position:relative;
  width:min(1040px,100%);
  height:min(760px,calc(100dvh - 36px));
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(330px,44%) minmax(440px,56%);
  grid-template-rows:minmax(0,1fr) auto;
  border:1px solid rgba(255,255,255,.2);
  border-radius:25px;
  background:#f8f2e7;
  box-shadow:0 35px 100px rgba(0,0,0,.42);
  transform:translateY(12px) scale(.985);
  transition:transform .22s ease;
}
.category-builder-backdrop.open .category-builder-modal{transform:translateY(0) scale(1)}
.builder-close{position:absolute;right:14px;top:14px;z-index:5;display:grid;width:40px;height:40px;place-items:center;padding:0;border:2px solid #171717;border-radius:50%;background:#fff;color:#171717;font-size:25px;font-weight:900;line-height:1;cursor:pointer;box-shadow:0 6px 18px rgba(0,0,0,.12)}
.category-builder-visual{grid-column:1;grid-row:1/3;position:relative;display:flex;align-items:flex-end;min-width:0;min-height:0;padding:28px;background:#24211d center/cover no-repeat;color:#fff}
.category-builder-visual::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 48%,rgba(0,0,0,.74))}
.category-builder-visual>div{position:relative;z-index:1}
.category-builder-visual span{display:block;margin-bottom:5px;color:#ff9aa3;font-size:10px;font-weight:950;letter-spacing:.14em;text-transform:uppercase}
.category-builder-visual h3{margin:0;font-size:clamp(28px,4vw,48px);line-height:1;letter-spacing:-1.5px}
.category-builder-panel{grid-column:2;grid-row:1;min-width:0;min-height:0;overflow:auto;padding:46px 46px 28px;scrollbar-width:thin;scrollbar-color:#89847c transparent}
.builder-panel-head>span{display:block;color:var(--store-red);font-size:10px;font-weight:950;letter-spacing:.14em;text-transform:uppercase}
.builder-panel-head h2{margin:12px 0 11px;font-size:39px;line-height:1;letter-spacing:-1.6px}
.builder-panel-head p{margin:0;color:#6c675f;font-size:13px;line-height:1.5}
.builder-group{margin-top:25px;padding-top:20px;border-top:2px solid #24211d}
.builder-group.hidden{display:none}
.builder-group-title{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:12px}
.builder-group-title h3{margin:0 0 2px;font-size:16px;letter-spacing:-.25px}
.builder-group-title small{display:block;color:#77716a;font-size:10px;font-weight:750}
.builder-group-title>span{padding:6px 10px;border-radius:999px;background:#f8cf32;color:#171717;font-size:9px;font-weight:950;text-transform:uppercase}
.builder-choice-list{display:grid;gap:9px}
.builder-choice{display:grid;grid-template-columns:58px minmax(0,1fr) auto auto;align-items:center;gap:11px;min-width:0;padding:9px 10px;border:2px solid #d8d0c3;border-radius:13px;background:#fff;cursor:pointer;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}
.builder-choice:hover{border-color:#ada396}
.builder-choice.selected{border-color:var(--store-red);background:#fff7f7;box-shadow:0 0 0 3px rgba(229,27,43,.07)}
.builder-choice-media{width:58px;height:58px;overflow:hidden;display:grid;place-items:center;border-radius:10px;background:#eee8dd;color:var(--store-red);font-size:21px;font-weight:950}
.builder-choice-media img{width:100%;height:100%;object-fit:cover}
.builder-choice-copy{min-width:0}
.builder-choice-copy>strong{display:block;overflow:hidden;color:#171717;font-size:14px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}
.builder-choice-copy p{display:-webkit-box;overflow:hidden;margin:3px 0 0;color:#766f66;font-size:10.5px;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:1}
.builder-choice-copy small{display:block;margin-top:4px;color:#8a5a00;font-size:9.5px;font-weight:850}
.builder-choice-price{min-width:72px;text-align:right}
.builder-choice-price strong{color:#5f5a54;font-size:11px;white-space:nowrap}
.builder-choice-control{display:flex;align-items:center;justify-content:flex-end;gap:6px;min-width:88px}
.builder-choice-control b{min-width:18px;color:#171717;text-align:center;font-size:13px}
.builder-select-button,.builder-qty-button{display:grid;width:33px;height:33px;place-items:center;padding:0;border:0;border-radius:50%;background:#171717;color:#fff;font-size:19px;font-weight:900;line-height:1;cursor:pointer}
.builder-qty-button.builder-add{background:var(--store-red)}
.builder-qty-button.builder-remove{background:#f0e8dc;color:#171717}
.builder-choice.selected .builder-qty-button.builder-remove{background:#fee2e2;color:#9f1239}
.category-builder-footer{grid-column:2;grid-row:2;padding:12px 46px 17px;border-top:1px solid #ddd3c3;background:rgba(248,242,231,.96);box-shadow:0 -14px 28px rgba(41,36,30,.08)}
.category-builder-footer button{width:100%;min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 20px;border:0;border-radius:14px;background:var(--store-red);color:#fff;font-weight:950;cursor:pointer;box-shadow:0 14px 28px rgba(229,27,43,.22)}
.category-builder-footer button:disabled{cursor:not-allowed;background:#c9c1b5;color:#777169;box-shadow:none}
.category-builder-footer button span{font-size:14px}
.category-builder-footer button strong{font-size:17px}

/* Customisation modal */
.customer-body .customize-modal{border:0;border-radius:22px}
.customer-body .option-row{border-color:var(--store-line);background:#faf9f7}
.customer-body .option-row input{accent-color:var(--store-red)}
.customer-body .option-row strong{color:var(--store-red)}

/* Checkout and success */
body.checkout-body{
  min-height:100vh;
  padding:26px 0 18px;
  background:#f3f1ed;
}
.checkout-body .checkout-layout{
  display:grid !important;
  grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);
  gap:18px;
}
.checkout-brandbar{
  grid-column:1/-1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:10px 2px 4px;
}
.checkout-brand{display:flex;align-items:center;gap:11px}
.checkout-logo{width:48px;height:48px;overflow:hidden;border-radius:14px;background:#fff;display:grid;place-items:center;color:var(--store-red);font-weight:950;box-shadow:0 8px 22px rgba(0,0,0,.08)}
.checkout-logo img{width:100%;height:100%;object-fit:cover}
.checkout-brand span{display:block;color:#858585;font-size:10px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}
.checkout-brand strong{display:block;margin-top:2px;font-size:17px}
.checkout-body .back-link{padding:10px 13px;border:1px solid #ddd9d2;border-radius:12px;background:#fff;color:#222;font-size:13px}
.checkout-body .checkout-card,.checkout-body .panel-card{
  margin:0;
  padding:24px;
  border:1px solid var(--store-line);
  border-radius:22px;
  box-shadow:0 15px 45px rgba(25,25,25,.065);
}
.checkout-body .checkout-card h1,.checkout-body .panel-card h2{margin:3px 0 7px;font-size:28px;letter-spacing:-.8px}
.checkout-body .panel-head{margin-bottom:17px}
.checkout-body .panel-head p{font-size:13px;font-weight:650}
.checkout-body .checkout-cart-editor{display:grid;gap:11px;margin-top:18px}
.checkout-body .cart-line{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:start;
  gap:11px 14px;
  padding:14px 15px;
  border:1px solid var(--store-line);
  border-radius:15px;
  background:#fff;
  box-shadow:none
}
.checkout-body .cart-line-main{min-width:0}
.checkout-body .cart-line-main>strong{display:block;color:#171717;font-size:15px;line-height:1.25}
.checkout-body .cart-line-main>span{display:block;margin-top:4px;color:var(--store-red);font-size:11px;font-weight:900}
.checkout-body .cart-meta{display:block;margin-top:4px;color:#77716b;font-size:10.5px;line-height:1.35}
.checkout-body .cart-line-actions{display:flex;align-items:center;justify-content:flex-end;gap:6px;flex-wrap:wrap}
.checkout-body .cart-line-actions button{min-width:32px;height:32px;padding:0 9px;border:0;border-radius:9px;background:#ece9e4;color:#171717;font-size:14px;font-weight:950;cursor:pointer}
.checkout-body .cart-line-actions .cart-inc{padding:0;background:var(--store-red);color:#fff;font-size:18px}
.checkout-body .cart-line-actions .cart-dec{padding:0;background:#171717;color:#fff;font-size:18px}
.checkout-body .cart-line-actions .cart-remove{margin-left:2px;background:#fee7e9;color:#a9101d;font-size:10px}
.checkout-body .cart-note{grid-column:1/-1;width:100%;min-height:48px;resize:vertical;padding:10px 11px;border:1px solid var(--store-line);border-radius:11px;background:#faf9f7;outline:0;font-size:11.5px;line-height:1.4}
.checkout-body .cart-note:focus{border-color:var(--store-red);background:#fff;box-shadow:0 0 0 3px rgba(229,27,43,.09)}
.checkout-body .cart-line-total{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:9px;border-top:1px solid var(--store-line);color:#777;font-size:10.5px;text-align:left}
.checkout-body .cart-line-total strong{color:#171717;font-size:13px}
.checkout-body .checkout-total-box{display:grid;gap:8px;margin-top:2px;padding:16px;border:0;border-radius:15px;background:#171717;box-shadow:none}
.checkout-body .checkout-total-box>div{display:flex;align-items:center;justify-content:space-between;gap:16px;color:#bdbdbd;font-size:12px}
.checkout-body .checkout-total-box strong{color:#fff;font-size:13px}
.checkout-body .checkout-total-box .grand{margin-top:2px;padding-top:10px;border-top:1px solid #3b3b3b;color:#fff;font-size:15px;font-weight:950}
.checkout-body .form-stack{gap:13px}
.checkout-body .form-stack label{gap:6px;font-size:13px}
.checkout-body .form-stack input,.checkout-body .form-stack textarea{
  border-color:#ddd9d2;
  border-radius:12px;
  background:#faf9f7;
}
.checkout-body .form-stack input:focus,.checkout-body .form-stack textarea:focus{border-color:var(--store-red);box-shadow:0 0 0 3px rgba(229,27,43,.1);background:#fff}
.checkout-submit{min-height:58px;flex-direction:column;gap:2px;border-radius:14px;background:var(--store-red) !important;box-shadow:none !important}
.checkout-submit span{font-size:15px}
.checkout-submit small{font-size:10px;font-weight:700;opacity:.8}
.page-powered-by{display:block;width:max-content;margin:15px auto 0;color:#999;font-size:11px}
.page-powered-by strong{color:#333}
.checkout-body .success-box{max-width:700px;margin:38px auto;padding:34px;border-color:var(--store-line);box-shadow:0 18px 60px rgba(20,20,20,.08)}
.success-check{display:grid;width:64px;height:64px;margin:0 auto 16px;place-items:center;border-radius:50%;background:#e6f7ed;color:var(--store-green);font-size:30px;font-weight:950}

@media (max-width:900px){
  .customer-body .hero-inner{min-height:0;padding:24px 0 44px}
  .customer-body .hero-card{min-width:0;margin-top:0}
  .customer-body .menu-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .checkout-body .checkout-layout{grid-template-columns:1fr !important}
  .category-builder-modal{grid-template-columns:38% 62%}
  .category-builder-panel{padding:42px 26px 24px}
  .category-builder-footer{padding-left:26px;padding-right:26px}
}

@media (max-width:680px){
  .customer-body .container,.checkout-body .container{width:calc(100% - 20px)}
  .customer-body{padding-bottom:94px}
  .customer-body .hero-inner{display:grid;gap:13px;padding:16px 0 36px}
  .customer-body .brand-row{gap:11px}
  .customer-body .brand-mark{width:60px;height:60px;padding:3px;border-radius:17px}
  .customer-body .brand-mark img{border-radius:12px}
  .customer-body .eyebrow{font-size:9px;letter-spacing:.13em}
  .customer-body .hero h1{font-size:27px;letter-spacing:-.9px}
  .customer-body .tagline{margin-top:6px;font-size:12.5px}
  .hero-brand-block{gap:11px}
  .hero-benefits{gap:6px}
  .hero-benefits span{padding:6px 9px;font-size:10px}
  .hero-benefits span:nth-child(3){display:none}
  .customer-body .hero-card{width:100%;padding:11px 13px;border-radius:14px}
  .hero-card p{margin:11px 0 3px;font-size:12px}
  .hero-card small{display:none}
  .customer-body .customer-main{margin-top:-18px}
  .customer-body .order-toolbar{grid-template-columns:1fr auto;padding:15px;border-radius:17px}
  .customer-body .order-toolbar h2{font-size:21px}
  .customer-body .order-toolbar p{display:none}
  .customer-body .cart-pill{min-height:42px;padding:0 12px;font-size:12px}
  .customer-body .cart-pill b,.customer-body .cart-pill #cartTotal{display:none}
  .customer-body .search-wrap label{min-height:51px;border-radius:15px}
  .customer-body .search-wrap label>span{font-size:10px}
  .customer-body .category-tabs{padding-top:3px}
  .customer-body .category-tab{padding:8px 12px;border-radius:10px;font-size:11px}
  .customer-body .menu-section{margin:16px 0 27px}
  .customer-body .section-title h3{font-size:19px}
  .customer-body .menu-grid{display:grid !important;grid-template-columns:1fr !important;gap:9px !important}
  .customer-body .food-card{
    display:grid !important;
    grid-template-columns:112px minmax(0,1fr) !important;
    min-height:112px !important;
    height:auto !important;
    border-radius:15px !important;
  }
  .builder-category-card .food-content p{display:block !important;-webkit-line-clamp:1 !important}
  .builder-category-card .food-content h4{font-size:16px !important}
  .builder-category-count{left:7px;top:7px;padding:5px 7px;font-size:8.5px}
  .builder-card-kicker{font-size:8px}
  .builder-open-button{min-height:32px;padding:0 10px;font-size:10px}
  .customer-body .food-media{
    width:112px !important;
    height:100% !important;
    min-height:112px !important;
    aspect-ratio:auto !important;
    border-radius:0 !important;
  }
  .customer-body .food-content{
    min-width:0 !important;
    padding:11px 12px !important;
    display:flex !important;
    gap:6px !important;
  }
  .customer-body .food-content h4{
    min-height:0 !important;
    max-height:none !important;
    font-size:14.5px !important;
    line-height:1.18 !important;
  }
  .customer-body .food-content p{display:-webkit-box !important;min-height:0 !important;font-size:11px !important;-webkit-line-clamp:1 !important}
  .customer-body .customize-hint{padding:3px 6px;font-size:9px}
  .customer-body .automatic-fee-hint{padding:3px 6px;font-size:9px}
  .customer-body .food-bottom{margin-top:auto !important}
  .customer-body .price{min-width:0 !important;font-size:13px !important}
  .customer-body .qty-control{width:96px !important;min-width:96px !important;max-width:96px !important;flex-basis:96px !important}
  .customer-body .qty-control button{width:27px !important;height:27px !important;min-width:27px !important;min-height:27px !important}
  .customer-body .bottom-cart{
    left:10px !important;
    right:10px !important;
    bottom:calc(10px + env(safe-area-inset-bottom)) !important;
    width:auto !important;
    transform:none !important;
    padding:9px 9px 9px 13px !important;
  }
  .customer-body .bottom-cart .btn.primary{min-width:110px !important;min-height:43px !important;padding:0 12px !important}
  .customer-body .cart-drawer{
    top:3.5vh !important;
    height:96.5dvh !important;
    max-height:96.5dvh !important;
    border-radius:22px 22px 0 0 !important;
  }
  .customer-body .cart-drawer-head{padding:14px 14px 12px}
  .customer-body .cart-drawer-head h3{font-size:22px}
  .customer-body .cart-drawer-items{padding:10px 11px 5px}
  .cart-upsells{padding:10px 11px 13px}
  .upsell-list{display:flex;gap:8px;overflow:auto;scroll-snap-type:x proximity;padding-bottom:2px}
  .upsell-card{flex:0 0 210px;scroll-snap-align:start}
  .cart-minimum-card{padding:10px 14px}
  .customer-body .cart-totals{padding:10px 14px}
  .customer-body .cart-drawer-actions{padding:10px 14px 10px !important}
  .cart-powered-by{padding:0 14px calc(9px + env(safe-area-inset-bottom))}
  body.checkout-body{padding-top:12px}
  .checkout-brandbar{padding:2px 1px 6px}
  .checkout-logo{width:42px;height:42px}
  .checkout-brand span{font-size:8px}
  .checkout-brand strong{font-size:14px}
  .checkout-body .back-link{padding:9px 10px;font-size:11px}
  .checkout-body .checkout-card,.checkout-body .panel-card{padding:17px;border-radius:17px}
  .checkout-body .checkout-card h1,.checkout-body .panel-card h2{font-size:23px}
  .checkout-body .cart-line{grid-template-columns:1fr;padding:12px}
  .checkout-body .cart-line-actions{grid-column:1;justify-content:flex-start}
  .checkout-body .cart-line-actions .cart-remove{margin-left:auto}
  .checkout-body .cart-note,.checkout-body .cart-line-total{grid-column:1}
  .checkout-body .success-box{margin:20px auto;padding:24px 16px}
  .orderbite-credit{padding:26px 18px 19px;border-radius:21px}
  .credit-mark{width:54px;height:54px;border-radius:17px;font-size:25px}
  .orderbite-credit h3{font-size:21px}
  .restaurant-promo-banner{height:150px;margin-bottom:13px;border-radius:15px}
  .deals-section{margin-inline:0!important;padding:13px;border-radius:18px}
  .deals-title{align-items:end}
  .deals-title h3{font-size:20px!important}
  .deals-grid{display:flex;gap:10px;overflow-x:auto;padding:1px 1px 6px;scroll-snap-type:x mandatory;scrollbar-width:none}
  .deals-grid::-webkit-scrollbar{display:none}
  .deal-card{grid-template-columns:104px minmax(0,1fr);flex:0 0 min(88vw,340px);min-height:118px;scroll-snap-align:start;border-radius:15px}
  .deal-media{width:104px;height:100%;min-height:118px}
  .deal-content{padding:10px}
  .deal-content h4{font-size:15px}
  .customize-modal{left:0;right:0;top:auto;bottom:0;width:100%;max-height:88dvh;padding:18px 14px calc(16px + env(safe-area-inset-bottom));border-radius:21px 21px 0 0!important;transform:translateY(105%)}
  .customize-modal.open{transform:translateY(0)}
  .category-builder-backdrop{align-items:end;padding:0}
  .category-builder-modal{width:100%;height:96dvh;grid-template-columns:1fr;grid-template-rows:178px minmax(0,1fr) auto;border-radius:22px 22px 0 0}
  .category-builder-visual{grid-column:1;grid-row:1;padding:18px 20px}
  .category-builder-visual h3{font-size:29px}
  .category-builder-panel{grid-column:1;grid-row:2;padding:22px 14px 18px}
  .builder-panel-head h2{margin:8px 0 7px;font-size:28px}
  .builder-panel-head p{font-size:11.5px}
  .builder-group{margin-top:18px;padding-top:15px}
  .builder-choice{grid-template-columns:50px minmax(0,1fr) auto;gap:8px;padding:8px}
  .builder-choice-media{width:50px;height:50px}
  .builder-choice-price{grid-column:2;grid-row:2;min-width:0;text-align:left;margin-top:-19px}
  .builder-choice-control{grid-column:3;grid-row:1/3;min-width:84px}
  .builder-choice-copy>strong{font-size:13px}
  .builder-choice-copy p{font-size:9.5px}
  .category-builder-footer{grid-column:1;grid-row:3;padding:10px 14px calc(13px + env(safe-area-inset-bottom))}
  .category-builder-footer button{min-height:54px}
  .builder-close{right:12px;top:12px;width:37px;height:37px;font-size:22px}
}

@media (max-width:390px){
  .customer-body .brand-mark{width:54px;height:54px}
  .customer-body .hero h1{font-size:24px}
  .customer-body .food-card{grid-template-columns:94px minmax(0,1fr) !important;min-height:104px !important}
  .customer-body .food-media{width:94px !important;min-height:104px !important}
  .customer-body .food-content{padding:9px 10px !important}
  .customer-body .food-content p{display:none !important}
  .builder-category-card .food-content p{display:none !important}
  .customer-body .qty-control{width:91px !important;min-width:91px !important;max-width:91px !important;flex-basis:91px !important}
  .customer-body .cart-drawer-actions{grid-template-columns:1fr !important}
  .customer-body #cartCheckoutButton{order:-1}
}

@media (prefers-reduced-motion:reduce){
  .customer-body *{scroll-behavior:auto!important;transition:none!important}
  .credit-timebar i.running{animation:orderbite-countdown 4s linear forwards!important}
}
