/*!
 * Copyright © Monogo. All rights reserved.
 * Monogo Free Shipping Banner — CAT Footwear theme.
 *
 * Yellow primary for the "complete" state matches the rest of the CAT
 * brand surface; "progress" state stays neutral grey so the threshold
 * line keeps a clear "not there yet" vs "there" visual contrast.
 */

@import url("./free-shipping-banner.css");

.muc-free-shipping-bar--progress {
    background: #F3F3F3;
    color: #000000;
}

.muc-free-shipping-bar--complete {
    background: #FFCC00;
    color: #000000;
}

.muc-free-shipping-bar__fill {
    background: #000000;
}
