/* ====== HEADER STYLE ALIEXPRESS ====== */

.ocnc-header {
    z-index: 1030;
}

/* Barre de recherche pill */
.ocnc-search {
    border-radius: 999px;
    border: 1px solid #d1d5db;
    overflow: hidden;
    background: #fff;
}

.ocnc-search-input {
    border: none;
    padding: 0.55rem 1rem;
    flex: 1;
    font-size: 0.95rem;
    outline: none;
}

.ocnc-search-input:focus {
    outline: none;
}

.ocnc-search-btn {
    border: none;
    padding: 0.55rem 1.2rem;
    background: #111;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Pill "Toutes les catégories" */
.ocnc-cat-pill {
    background: #f5f5f5;
    padding: 0.3rem 0.9rem;
    border-radius: 999px;
    font-weight: 600;
}

/* Petits ajustements liens header */
.ocnc-header a {
    white-space: nowrap;
}

@media (max-width: 576px) {
    .ocnc-search-input {
        font-size: 0.9rem;
    }
}
