/**
 * CCT Free Shipping Bar — Styles
 * Compatible thème kids PS9
 */

.cct-freeship-bar {
    margin: 0 0 16px 0;
    padding: 12px 16px;
    background: #fff8e1;
    border: 1px solid #ffe082;
    border-radius: 4px;
    font-size: 0.9rem;
}

.cct-freeship-bar--eligible {
    background: #e8f5e9;
    border-color: #a5d6a7;
}

.cct-freeship-bar__message {
    margin-bottom: 10px;
    color: #555;
    line-height: 1.4;
}

.cct-freeship-bar__message--success {
    color: #2e7d32;
    font-weight: 600;
    margin-bottom: 0;
}

.cct-freeship-bar__icon {
    margin-right: 6px;
}

.cct-freeship-bar__amount {
    color: #d32f2f;
}

/* Barre de progression */
.cct-freeship-bar__track {
    height: 8px;
    background: #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 4px;
}

.cct-freeship-bar__fill {
    height: 100%;
    background: linear-gradient(90deg, #ff8f00, #ffd600);
    border-radius: 4px;
    transition: width 0.4s ease;
    min-width: 2%;
}

.cct-freeship-bar__labels {
    display: flex;
    justify-content: space-between;
    font-size: 0.78rem;
    color: #888;
}
