.main-cart__container [class*="_progress_"] {
  border-radius: 0;
  background: var(--progressFillColor, #000);
}

/* Platform-injected per-item promotion banners
   Hidden only when the "Show total cart savings" theme setting is on —
   .main-cart-items__savings-banner above the item list replaces them with
   one cart-wide message. Setting off = native behavior, untouched.
   ========================================================================== */
.main-cart-items__list--consolidated-savings .cart-sku-list-promotion-module {
  display: none !important;
}

.main-cart-items__savings-banner {
  background-color: #f1f1f1;
  padding: 16px;
  margin-bottom: 16px;
  font-weight: 500;
}
