.free-shipping__progress{
    position: relative;
    width: 100%;
    height: 4px;
    background-color:rgb(var(--color-border));
    
}
.free-shipping__progress-bar{
    transition: width 0.2s ease;
    display: block !important;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    background-color: rgb(var(--color-accent));
    width: var(--percent); 
    height: 100%;

}