.cc-free-shipping-bar {
    background: #faf8f3;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    padding: 1rem 1.25rem;
    margin-bottom: 1.75rem;
    font-family: 'DM Sans', 'Open Sans', sans-serif;
}

.cc-free-shipping-bar__msg {
    margin: 0 0 0.75rem;
    font-size: 0.92rem;
    color: #30271c;
    line-height: 1.5;
}

.cc-free-shipping-bar__msg strong {
    color: #30271c;
}

.cc-free-shipping-bar__msg--success {
    color: #2a6e3f;
    font-weight: 600;
    margin-bottom: 0.6rem;
}

.cc-free-shipping-bar__msg--success strong {
    color: #2a6e3f;
}

.cc-free-shipping-bar__track {
    background: #e2e2e2;
    border-radius: 999px;
    height: 7px;
    overflow: hidden;
}

.cc-free-shipping-bar__fill {
    height: 100%;
    background: #c7a17a;
    border-radius: 999px;
    transition: width 0.5s ease;
}

/* Full = grøn */
.cc-free-shipping-bar[data-threshold] .cc-free-shipping-bar__fill[style*="width:100"] {
    background: #2a6e3f;
}

/* Sidebar context: remove outer border/bg — the sidebar section provides the container */
.cc-sidebar__section--shipping .cc-free-shipping-bar {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    margin-bottom: 0;
}
