/** Shopify CDN: Minification failed

Line 46:20 The "-" operator only works if there is whitespace on both sides

**/
.free-ship-bar {
    font-family: var(--font-body-family);
    padding: 0 1rem;
    /* position: absolute;
    top: 10px; */
}

.free-ship-bar__content {
    padding: 1rem 0;
}

.free-ship-bar__text {
    margin-top: 1.25rem;
    margin-bottom: .75rem;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
}

.free-ship-bar__progress {
    width: 100%;
    height: .5rem;
    background-color: #f8f8f8;
    border-radius: .75rem;
    position: relative;
    overflow: hidden;
}

.free-ship-bar__progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: black;
    border-radius: .75rem;
    display: block !important;
}

.free-ship-bar__progress-full {
    height: .1875rem;
    width: calc(100%-2.5rem);
    background-color: var(--color-secondary);
    margin: 1.25rem 0;
}

@media screen and (min-width: 768px) {
    .free-ship-bar-content {
        padding: 1.5rem 0;
    }
}