/* The Bird Porch — free-shipping progress */
#bp-ship{display:block;margin:0 0 14px;padding:12px 14px;border:1px solid var(--bp-rule-soft,#E9E0CF);border-radius:4px;background:var(--bp-paper,#FFFCF5)}
#bp-ship .bp-ship__text{margin:0 0 8px;font-size:14px;line-height:1.3;font-weight:600;color:var(--bp-wire,#3F5A4C)}
#bp-ship .bp-ship__track{display:block;height:6px;border-radius:3px;background:var(--bp-rule-soft,#E9E0CF);overflow:hidden}
#bp-ship .bp-ship__fill{display:block;height:100%;width:0;border-radius:3px;background:var(--bp-accent,#A93329);transition:width .35s cubic-bezier(.2,.7,.3,1)}
#bp-ship.bp-ship--done .bp-ship__fill{background:var(--bp-wire,#3F5A4C)}
#bp-ship.bp-ship--done .bp-ship__text{color:var(--bp-wire,#3F5A4C)}
