/* Mini Cart – Free Shipping Progress Bar */

.arami-free-shipping-bar {
    padding: 16px 20px 12px;
    border-bottom: 1px solid #e8e8e8;
}

.arami-free-shipping-bar__track {
    height: 3px;
    background-color: #e0e0e0;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 10px;
}

.arami-free-shipping-bar__fill {
    height: 100%;
    background-color: #2d2d2d;
    border-radius: 2px;
    transition: width 0.4s ease;
}

.arami-free-shipping-bar__message {
    font-size: 12px;
    letter-spacing: 0.06em;
    color: #7a7a7a;
    text-align: center;
    margin: 0;
    line-height: 1.5;
}

.arami-free-shipping-bar__message strong {
    font-weight: 600;
    color: #2d2d2d;
}

.arami-free-shipping-bar__message--qualified {
    color: #2d2d2d;
}

.arami-free-shipping-bar__message .woocommerce-Price-amount {
    font-size: inherit;
    color: inherit;
}
