.free-shipping-bar-container-9aed8d9e {
    background-color: #f9f9f9;
    border: 1px solid #e3e3e3;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-sizing: border-box;
}

.free-shipping-bar-message-9aed8d9e {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #333;
    text-align: center;
}

.free-shipping-bar-message-9aed8d9e span.woocommerce-Price-amount {
    color: #a67c52;
    font-weight: bold;
}

.free-shipping-bar-outer-9aed8d9e {
    background-color: #e0e0e0;
    border-radius: 10px;
    height: 12px;
    width: 100%;
    overflow: hidden;
}

.free-shipping-bar-inner-9aed8d9e {
    background-color: #a67c52;
    height: 100%;
    border-radius: 10px;
    transition: width 0.5s ease-in-out;
    width: 0;
}
