.free-delivery-progress{text-align:center;text-transform:uppercase;flex-direction:column;gap:8px;width:100%;max-width:420px;margin:0 auto 3.375em;font-size:.75em;display:flex}.free-delivery-progress.hidden{display:none}.free-delivery-progress__bar{background-color:var(--color-white);border:1px solid var(--color-black);width:100%;height:10px;display:block;position:relative}.free-delivery-progress__bar .marker{background-color:#d1ddc0;width:0%;height:8px;transition:all .5s linear;position:absolute;top:0;left:0}.free-delivery-progress__bar .marker.finished{background-color:#2a5c26;width:100%}
