/*!
 * Copyright © Monogo. All rights reserved.
 * Monogo Free Shipping Banner — Merrell theme.
 *
 * The base stylesheet is not tokenised (literal colours), so this file
 * directly overrides the four cosmetic selectors. Layout/sizing rules
 * stay in the @import so a future base-CSS change cascades through.
 */

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

.muc-free-shipping-bar--progress {
    background: #F5F2EB;
    color: #373836;
}

.muc-free-shipping-bar--complete {
    background: #F4762D;
    color: #ffffff;
}

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