.free-shipping-progress {
    min-width: 180px;
    max-width: 280px;
    margin-left: auto;
    text-align: left;
}

.free-shipping-progress__message {
    margin-bottom: 6px;
    color: #555;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
}

.free-shipping-progress__bar {
    height: 8px;
    overflow: hidden;
    background: #e6e6e6;
    border-radius: 4px;
}

.free-shipping-progress__fill {
    display: block;
    height: 100%;
    background: #86b817;
    border-radius: 4px;
}

.free-shipping-progress--unlocked .free-shipping-progress__message {
    color: #558000;
}
