/* assets/cart-progress-bar.css */
.cart-threshold__bar{width:100%;height:8px;background:#e5e5e5;border-radius:4px;overflow:hidden;margin-bottom:0.5rem}
.cart-threshold__fill{display:block;height:100%;background:#ff9bcb;transition:width .4s ease}
.cart-threshold__text{font-size:.875rem;margin:0}
