/* ── BANDEAU D'ANNONCE ── */
.repi-topbar {
    width: 100%;
    text-align: center;
    padding: 8px 0;
}

.repi-topbar__content {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Poppins", sans-serif!important;
    font-size: 12px!important;
}

.repi-topbar a {
    text-decoration: none;
}

.repi-topbar a:hover {
    text-decoration: underline;
}

/* ── BARRE HEADER ── */
.repi-headerbar {
    width: 100%;
    padding: 6px 0;
}

.repi-headerbar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.repi-headerbar__zone {
    display: flex;
    align-items: center;
    gap: 12px;
}

.repi-headerbar__zone--center {
    justify-content: center;
}

.repi-headerbar__zone--right {
    justify-content: flex-end;
}

.text-left a {
    font-weight: 500!important;
    font-size: 13px!important;
    font-family: Poppins, Sans-serif!important;
}

.top-header-center {
    font-weight: 500!important;
    font-size: 12px!important;
    font-family: Poppins, Sans-serif!important;
}

.top-header-right {
    font-weight: 600!important;
    font-size: 12px!important;
    font-family: Poppins, Sans-serif!important;
}

/* ── MENU PRINCIPAL ── */
.header-top {
    padding: 0 !important;
}

.repi-main-menu {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
}

.repi-menu-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.repi-menu-item {
    position: static;
}

.repi-main-menu > .container {
    position: static;
}

.repi-menu-link {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 14px 16px;
    font-family: "Poppins", sans-serif!important;
    font-size: 14px;
    font-weight: 400!important;
    color: #163C5D!important;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
}

.repi-menu-link::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 2px;
    background: #163C5D;
    z-index: 1001;
    transition: width 0.2s ease;
}

.repi-menu-item:hover .repi-menu-link::after,
.repi-menu-item:hover > .repi-menu-link::after {
    width: 100%;
}

.repi-menu-link:hover {
    color: #163C5D;
    text-decoration: none;
}

/* Badge */
.repi-menu-badge {
    display: inline-block;
    padding: 1px 5px;
    font-size: 10px;
    font-weight: 700;
    border-radius: 3px;
    color: #fff;
    line-height: 1.4;
}


/* ── DROPDOWN ── */
.repi-main-menu {
    position: relative;
}

.repi-dropdown {
    display: none;
    position: absolute;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: calc(100% - 84px);
    max-width: 1440px;
    top: 100%;
    background: #fff;
    box-shadow: 0 6px 24px rgba(0,0,0,.1);
    clip-path: inset(0 -30px -30px -30px);
    z-index: 1000;
    padding: 30px;
    margin: 0;
    border-radius: 0 0 2px 2px;
    border-top: solid 1px #EDEDED;
}

.repi-menu-item.is-open .repi-dropdown {
    display: block;
}

/* ── L2 : COLONNES ── */
.repi-l2-columns {
    display: flex;
    gap: 0;
}

.repi-l2-col {
    flex: 1;
    padding: 0 20px;
    border-right: 1px solid #f0f0f0;
}

.repi-l2-col:last-child  { padding-right: 0; border-right: none; }

.repi-l2-col__title {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #163C5D;
    margin: 0 0 14px 10px;
    padding-bottom: 8px;
}

.repi-l2-col__title a {
    color: inherit!important;
    text-decoration: none;
}

.repi-l2-col__title a:hover {
    color: #E84242!important;
    text-decoration: none;
}

.repi-l2-col__links {
    list-style: none;
    margin-left: 20px;
    padding: 0;
}

.repi-l2-col__links li {
    margin-bottom: 9px;
}

.repi-l2-col__links a {
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    color: #163C5D!important;
    text-decoration: none;
    transition: color .15s;
}

.repi-l2-col__links a:hover {
    color: #E84242!important;
    text-decoration: underline;
}

/* ── L3 : MARQUES + MODÈLES ── */
.repi-dropdown--l3 {
    padding: 0;
}

.repi-l3-wrap {
    display: flex;
}

.repi-l3-col__title {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #163C5D;
    margin: 0 0 16px 10px;
}

.repi-l3-brands-col {
    flex: 0 0 20%;
    padding-left: 50px;
    padding-top: 30px;
    padding-bottom: 22px;
    border-right: 1px solid #ece9e7;
}

.repi-l3-brand-list {
    list-style: none;
    margin: 0;
    padding-left: 10px;
    flex: 1;
}

.repi-l3-brand-item {
    break-inside: avoid;
    margin-bottom: 2px;
}

.repi-l3-brand-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    color: #163C5D!important;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 4px;
    transition: background .15s;
    cursor: default;
}

.repi-l3-brand-link::after {
    content: '>';
    font-size: 24px;
    line-height: 1;
    color: #163C5D;
    opacity: 0;
    font-family: Poppins, sans-serif;
    transform: translateX(-4px);
    transition: opacity .15s, transform .15s;
}

.repi-l3-brand-item.is-active .repi-l3-brand-link,
.repi-l3-brand-item:hover .repi-l3-brand-link {
    background: rgb(244, 244, 244);
    border-radius: 0;
}

.repi-l3-brand-item.is-active .repi-l3-brand-link::after,
.repi-l3-brand-item:hover .repi-l3-brand-link::after {
    opacity: 1;
    transform: translateX(0);
}

.repi-l3-view-all {
    display: block;
    margin-top: 12px;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    color: #163C5D;
    padding-top: 10px;
    text-decoration: underline;
    font-weight: 500;
    margin-left: 8px;
    margin-bottom: 7px;
}

.repi-l3-view-all:hover {
    text-decoration: underline;
    color: #E84242;
}

.repi-l3-models-col {
    padding-left: 35px;
    padding-top: 30px;
    overflow-y: auto;
    flex: 0 0 28%;
}

.repi-l3-visual-col {
    min-width: 0;
    border-left: 1px solid #f0f0f0;
    padding: 30px 30px 30px 25px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 15px;
    flex: 0 0 52%;
    background: #F9F7F6;
}

.repi-l3-visual-text {
    flex: 0 0 50%;
    min-width: 0;
}

.repi-l3-visual-img-container {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    overflow: hidden;
    border-radius: 6px;
}

.repi-l3-visual-img {
    width: 60%;
    height: auto;
    object-fit: contain;
    border-radius: 6px;
    display: block;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.repi-l3-visual-img:hover {
    transform: scale(1.06);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
}

.repi-l3-visual-title {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #163C5D;
    margin: 0 0 8px;
}

.repi-l3-visual-desc {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

.repi-l3-hint,
.repi-l3-loading {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    color: #aaa;
    font-style: italic;
}

.repi-l3-model-list {
    list-style: none;
    margin: 0 0 25px 0;
    padding: 0;
}

.repi-l3-model-list li {
    break-inside: avoid;
    margin-bottom: 5px;
}

.repi-l3-model-list a {
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    color: #163C5D!important;
    text-decoration: none;
    transition: color .15s;
}

.repi-l3-model-list a:hover {
    color: #E84242!important;
    text-decoration: underline;
}

.repi-l3-empty {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    color: #aaa;
    font-style: italic;
}

.repi-l3-view-all-models {
    color: #163c5d!important;
}

.repi-l3-view-all-models:hover {
    color: #E84242!important;
    text-decoration: underline;
}

.repi-l3-view-all-btn {
    display: block;
    margin-top: 12px;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    color: #163C5D;
    padding-top: 10px;
    text-decoration: underline;
    font-weight: 500;
    margin-left: 0;
    margin-bottom: 7px;
}

.repi-l3-view-all-btn:hover {
    text-decoration: underline;
    color: #E84242;
}

/* ── BLOCS ── */
.repi-block {
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    text-decoration: none;
    white-space: nowrap;
}

.repi-block--link:hover {
    text-decoration: underline;
}

.repi-block--button {
    padding: 5px 14px;
    border: 1px solid;
    border-radius: 3px;
    font-weight: 600;
    transition: opacity 0.2s;
}

.repi-block--button:hover {
    opacity: 0.85;
    text-decoration: none;
}

/* ── L5 : BLOC ÉDITORIAL LIBRE ── */
.repi-dropdown--l5 {
    padding: 30px 0;
}

.repi-l5-content {
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    color: #444;
    line-height: 1.7;
}

.repi-l5-content a {
    color: #163C5D;
    text-decoration: none;
}

.repi-l5-content a:hover {
    color: #E84242;
    text-decoration: underline;
}

/* ── L4 : COLONNES + TOP VENTES + BANNIÈRE ── */
.repi-dropdown--l4 {
    padding: 0;
}

.repi-l4-wrap {
    display: flex;
    align-items: stretch;
    min-height: 220px;
}

/* Col 1 — liens (1/3, fond blanc) */
.repi-l4-links {
    flex: 0 0 20.333%;
    padding-left: 50px;
    padding-top: 30px;
    border-right: 1px solid #ece9e7;
}

/* Zone droite (2/3, fond #F9F7F6) */
.repi-l4-right {
    flex: 1;
    background: #F9F7F6;
    display: flex;
    align-items: flex-start;
    padding: 24px 0 24px 0;
}

/* Col 2 — Top ventes */
.repi-l4-products {
    flex: 0 0 60%;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 5px;
    border-right: 1px solid #ece9e7;
}

/* Col 3 — Bannière */
.repi-l4-banner {
    flex: 0 0 35%;
    padding-left: 60px;
    padding-top: 5px;
}

/* Titre de zone (top ventes / bannière) */
.repi-l4-zone-title {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #163C5D;
    margin: 0 0 14px;
}

/* Liste produits — cards horizontales */
.repi-l4-product-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.repi-l4-product-card {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    padding: 6px;
    border-radius: 4px;
    transition: background .15s;
}

.repi-l4-product-img {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
}

.repi-l4-product-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.repi-l4-product-name {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #163C5D;
    line-height: 1.3;
    transition: color .15s;
}

.repi-l4-product-desc {
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    color: #888;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.repi-l4-product-card:hover .repi-l4-product-name {
    color: #E84242;
}

/* Bannière — image */
.repi-l4-img {
    width: 100%;
    max-height: 180px;
    object-fit: cover;
    border-radius: 6px;
    display: block;
    margin-top: 10px;
}

.repi-l4-text {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    color: #666;
    line-height: 1.5;
    margin: 0 0 8px;
}

/* ══════════════════════════════════════════
   MENU MOBILE
   ══════════════════════════════════════════ */

/* Sur desktop : masquer les éléments mobile */
#repi-mobile-overlay,
#repi-mobile-nav,
#repi-header-search-bar {
    display: none;
}

/* Tout ce qui suit ne s'applique qu'en mobile */
@media (max-width: 991px) {

    /* Cacher le menu desktop */
    .repi-main-menu { display: none !important; }

    /* Header mobile : flexbox pour un ordre DOM sémantique hamburger > logo > panier */
    .hidden-lg-up.mobile {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
    }

    .hidden-lg-up.mobile #menu-icon,
    .hidden-lg-up.mobile .mobil_user_icons {
        float: none !important;
        flex-shrink: 0;
    }

    .hidden-lg-up.mobile .top-logo {
        flex: 1;
        text-align: center;
    }

    .hidden-lg-up.mobile .clearfix { display: none; }

    /* Overlay sombre */
    #repi-mobile-overlay {
        display: none;
        position: fixed;
        top: 0; left: 0; right: 0; bottom: 0;
        background: rgba(0, 0, 0, .45);
        z-index: 9998;
    }

    #repi-mobile-overlay.is-open {
        display: block;
    }

    /* Bloquer le scroll — html nécessaire pour iOS Safari */
    html.repi-mobile-open,
    body.repi-mobile-open {
        overflow: hidden;
    }

    /* Panneau principal du menu */
    #repi-mobile-nav {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0; left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 9999;
        transform: translateX(-100%);
        transition: transform .3s ease;
        overflow: hidden;
    }

    #repi-mobile-nav.is-open {
        transform: translateX(0);
    }

    /* Conteneur des panneaux (prend tout l'espace disponible) */
    .repi-mpanel-wrap {
        flex: 1;
        position: relative;
        overflow: hidden;
        min-height: 0;
    }

    /* Panneaux (principal + sous-panneaux) */
    .repi-mpanel {
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        overflow-y: auto;
        transform: translateX(100%);
        transition: transform .28s ease;
        display: flex;
        flex-direction: column;
    }

    /* Le panneau principal part de translateX(0) par défaut */
    .repi-mpanel[data-panel="main"] {
        transform: translateX(0);
    }

    .repi-mpanel.is-active {
        transform: translateX(0);
    }

    /* Panneau qui glisse vers la gauche (caché derrière) */
    .repi-mpanel.slide-left {
        transform: translateX(-100%);
    }

    /* En-tête des panneaux */
    .repi-mpanel__header {
        display: flex;
        align-items: center;
        padding: 0 16px;
        height: 56px;
        flex-shrink: 0;
        background: #163C5D;
        border-bottom: 1px solid #0e2a42;
        position: sticky;
        top: 0;
        z-index: 5;
    }

    .repi-mpanel__title {
        flex: 1;
        font-family: "Poppins", sans-serif;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* Bouton fermer — toujours visible en haut à droite */
    #repi-mobile-close {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 10;
        background: none;
        border: none;
        font-size: 28px;
        line-height: 1;
        color: #fff;
        cursor: pointer;
        padding: 14px 16px;
        flex-shrink: 0;
    }

    /* Bouton retour */
    .repi-mpanel__back {
        background: none;
        border: none;
        color: #fff;
        font-family: "Poppins", sans-serif;
        font-size: 14px;
        cursor: pointer;
        padding: 0 12px 0 0;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        gap: 6px;
        white-space: nowrap;
    }

    /* Liste d'items du panneau principal */
    .repi-mpanel__list {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .repi-mpanel__item {
        display: flex;
        align-items: center;
        border-bottom: 1px solid #f0f0f0;
    }

    .repi-mpanel__link {
        flex: 1;
        display: block;
        padding: 16px;
        font-family: "Poppins", sans-serif;
        font-size: 15px;
        font-weight: 500;
        color: #163C5D !important;
        text-decoration: none;
    }

    /* Bouton "+" */
    .repi-mpanel__more {
        background: none;
        border: none;
        border-left: 1px solid #f0f0f0;
        width: 52px;
        align-self: stretch;
        font-size: 26px;
        font-weight: 400;
        color: #163C5D;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .repi-mpanel__more:active {
        background: #f5f5f5;
    }

    /* Contenu des sous-panneaux */
    .repi-mpanel__content {
        flex: 1;
        padding: 8px 0 32px;
    }

    .repi-mpanel__section-title {
        font-family: "Poppins", sans-serif;
        font-size: 11px;
        font-weight: 700;
        color: #888;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 20px 20px 8px;
    }

    .repi-mpanel__section-title a {
        color: inherit !important;
        text-decoration: none;
    }

    .repi-mpanel__links {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .repi-mpanel__links li {
        border-bottom: 1px solid #f6f6f6;
    }

    .repi-mpanel__links li a {
        display: block;
        padding: 13px 20px;
        font-family: "Poppins", sans-serif;
        font-size: 14px;
        color: #163C5D !important;
        text-decoration: none;
        font-weight: 500;
    }

    .repi-mpanel__links li a:active {
        background: #f9f7f6;
        color: #E84242 !important;
    }

    /* Groupe accordéon */
    .repi-mpanel__group-header {
        display: flex;
        align-items: center;
        border-bottom: 1px solid #f6f6f6;
    }

    .repi-mpanel__group-label {
        flex: 1;
        display: block;
        padding: 13px 20px;
        font-family: "Poppins", sans-serif;
        font-size: 14px;
        color: #333;
        text-decoration: none;
        font-weight: 600;
    }

    .repi-mpanel__group-toggle {
        background: none;
        border: none;
        padding: 13px 16px;
        cursor: pointer;
        color: #163C5D;
        font-size: 14px;
        font-weight: 400;
        transition: transform 0.2s;
    }

    .repi-mpanel__group.is-open .repi-mpanel__group-toggle {
        transform: rotate(180deg);
        color: #163C5D;
    }

    .repi-mpanel__group-children {
        display: none;
        list-style: none;
        margin: 0;
        padding: 0;
        background: #fafafa;
    }

    .repi-mpanel__group-children li {
        border-bottom: 1px solid #f0f0f0;
    }

    .repi-mpanel__group-children li a {
        display: block;
        padding: 11px 20px 11px 32px;
        font-family: "Poppins", sans-serif;
        font-size: 13px;
        color: #555;
        text-decoration: none;
    }

    .repi-mpanel__group-children li a:active {
        color: #E84242 !important;
    }

    .repi-mpanel__view-all {
        display: block;
        padding: 14px 20px;
        font-family: "Poppins", sans-serif;
        font-size: 13px;
        font-weight: 600;
        color: #163C5D !important;
        text-decoration: none;
        border-bottom: 1px solid #e8e8e8;
        background: #f9f7f6;
    }

    .repi-mpanel__free-html {
        padding: 16px 20px;
        font-family: "Poppins", sans-serif;
        font-size: 13px;
        color: #444;
        line-height: 1.7;
    }

    /* ── Footer du menu mobile ── */
    .repi-mobile-av {
        margin-top: auto;
    }

    .repi-mobile-footer {
        background: #f4f4f4;
        border-top: 1px solid #e8e8e8;
        padding: 0 16px 20px;
    }

    .repi-mobile-footer__links {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 0;
    }

    .repi-mobile-footer__link {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        padding: 7px 12px;
        font-family: "Poppins", sans-serif;
        font-size: 13px;
        font-weight: 500;
        color: #163C5D !important;
        text-decoration: none;
        margin-right: 6px;
        margin-bottom: 6px;
        line-height: 1;
        white-space: nowrap;
    }

    .repi-mobile-footer__link i {
        font-size: 13px;
        color: #163C5D;
    }

    .repi-mobile-footer__link:active {
        background: #163C5D;
        color: #fff !important;
        border-color: #163C5D;
    }

    .repi-mobile-footer__link:active i { color: #fff; }

    .repi-mobile-footer__socials {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
    }

    .repi-mobile-footer__social {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        color: #163C5D !important;
        font-size: 24px;
        text-decoration: none;
        flex-shrink: 0;
    }

    .repi-mobile-footer__social:active {
        background: #163C5D;
        color: #fff !important;
    }

    /* Avis Vérifiés badge */
    .hs-av-block {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 10px;
        padding: 8px 12px;
        border-top: 1px solid #e8e8e8;
    }

    .hs-av-logo img {
        height: 36px;
        width: auto;
        display: block;
    }

    .hs-av-separator {
        width: 1px;
        height: 36px;
        background: #e0e0e0;
        flex-shrink: 0;
    }

    .hs-av-rating {
        display: flex;
        flex-direction: column;
        gap: 2px;
    }

    .hs-av-stars {
        position: relative;
        display: inline-block;
        font-size: 16px;
        line-height: 1;
        color: #ddd;
    }

    .hs-av-stars-bg {
        color: #ddd;
        white-space: nowrap;
    }

    .hs-av-stars-fill {
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        white-space: nowrap;
        color: #F7A827;
    }

    .hs-av-note {
        font-family: "Poppins", sans-serif;
        font-size: 13px;
        font-weight: 600;
        color: #163C5D;
    }

    .hs-av-link {
        font-family: "Poppins", sans-serif;
        font-size: 11px;
        color: #888;
        text-decoration: none;
    }

    /* ── Barre de recherche mobile ── */
    .repi-mobile-search {
        flex-shrink: 0;
        background: #fff;
        padding: 10px 16px;
        border-bottom: 1px solid #f0f0f0;
    }

    .repi-mobile-search__inner {
        display: flex;
        align-items: center;
        background: #ededed;
        border-radius: 20px;
        padding: 0 12px;
        gap: 8px;
    }

    .repi-mobile-search__icon {
        color: #163c5d;
        font-size: 14px;
        flex-shrink: 0;
    }

    .repi-mobile-search__input {
        flex: 1;
        border: none;
        background: transparent;
        color: #163C5D;
        font-family: "Poppins", sans-serif;
        font-size: 14px;
        outline: none;
        min-width: 0;
        padding: 10px;
    }

    .repi-mobile-search__input::placeholder {
        color: #aaa;
    }

    .repi-mobile-search__clear {
        background: none;
        border: none;
        color: #aaa;
        font-size: 22px;
        line-height: 1;
        cursor: pointer;
        padding: 0 2px;
        flex-shrink: 0;
    }

    /* ── Panneau de résultats de recherche ── */
    .repi-mobile-search-results {
        display: none;
        flex: 1;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        background: #fff;
        min-height: 0;
    }

    .repi-mob-result {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 12px 16px;
        border-bottom: 1px solid #f0f0f0;
        text-decoration: none;
        color: inherit;
    }

    .repi-mob-result:active { background: #f8f9fa; }

    .repi-mob-result__img {
        width: 56px;
        height: 56px;
        object-fit: contain;
        flex-shrink: 0;
    }

    .repi-mob-result__info {
        flex: 1;
        min-width: 0;
    }

    .repi-mob-result__title {
        font-family: "Poppins", sans-serif;
        font-size: 13px;
        font-weight: 500;
        color: #163C5D;
        line-height: 1.4;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 4px;
    }

    .repi-mob-result__price {
        font-family: "Poppins", sans-serif;
        font-size: 13px;
        font-weight: 600;
        color: #dc3545;
    }

    .repi-mob-result__status {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        flex-shrink: 0;
    }

    .repi-mob-result__status.in-stock  { background: #28a745; }
    .repi-mob-result__status.out-of-stock { background: #dc3545; }

    .repi-mobile-search-loading,
    .repi-mobile-search-empty {
        padding: 32px 16px;
        text-align: center;
        font-family: "Poppins", sans-serif;
        font-size: 14px;
        color: #888;
    }

    .repi-mobile-search-see-all {
        display: block;
        padding: 14px 16px;
        text-align: center;
        font-family: "Poppins", sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: #163C5D;
        border-top: 2px solid #163C5D;
        text-decoration: none;
        background: #f8f9fa;
    }

    /* ── Barre de recherche sous le header ── */
    #repi-header-search-bar {
        display: block;
        background: #fff;
        padding: 10px 16px;
        border-bottom: 1px solid #f0f0f0;
        position: relative;
    }

    #repi-header-search-bar .repi-mobile-search-results {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 1050;
        max-height: 70vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        flex: none;
        box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    }

    #header .top-logo {
        display: flex;
        align-items: center;
        min-height: 50px;
        justify-content: center!important;
    }

    #_mobile_logo a {
        margin: 0!important;
    }

    #header .right-nav.mobil_user_icons {
        padding-bottom: 8px!important;
    }

}

/* ── Mobile menu — visual links ── */
.repi-l3-visual-links li {
    margin: 5px;
}
.repi-l3-visual-link {
    text-decoration: underline;
}
.repi-l3-visual-link:hover {
    color: #E84242;
    text-decoration: underline;
}

.header-nav>.container {
    max-width: 1450px!important;
}

.header-nav .logout {
    margin-right: 0!important;
}