/* Cart: discount rows and struck-through line prices */
.fbc-row-off span,.fbc-row-off b{color:#16a34a}
.fbc-disc-tag{
  display:inline-block;margin:0 0 10px;background:#e7f6ec;color:#1a7f42;
  border-radius:var(--pill);padding:4px 11px;font-size:11.5px;font-weight:700;
}
.fbc-line-price s{display:block;font-size:13px;font-weight:500;color:var(--muted);text-decoration:line-through;margin-bottom:2px}
