.mi-active-jetski {
    width: 100%;
    min-height: 64px;
    margin: 0 0 22px;
    padding: 12px 18px;
    background: #f4f4f4;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-family: "Inter", sans-serif;
}

.mi-active-jetski__info {
    min-width: 0;
}

.mi-active-jetski__title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    font-size: 15px;
    line-height: 1.35;
    color: #171717;
}

.mi-active-jetski__title strong {
    font-weight: 700;
}

.mi-active-jetski__check {
    width: 22px;
    height: 22px;
    margin-right: 3px;
    border-radius: 50%;
    background: #f51f29;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
}

.mi-active-jetski__notice {
    margin-top: 3px;
    padding-left: 31px;
    color: #666;
    font-size: 12px;
    line-height: 1.4;
}

.mi-active-jetski__actions {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 10px;
}

.mi-active-jetski__change,
.mi-active-jetski__reset {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    line-height: 1;
    cursor: pointer;
}

.mi-active-jetski__change {
    min-height: 38px;
    padding: 0 18px;
    border: 1px solid #f51f29;
    border-radius: 20px;
    background: transparent;
    color: #f51f29;
}

.mi-active-jetski__reset {
    padding: 8px 4px;
    border: 0;
    background: transparent;
    color: #f51f29;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.mi-active-jetski__change:hover,
.mi-active-jetski__reset:hover {
    color: #c9141d;
}

@media (max-width: 767px) {
    .mi-active-jetski {
        padding: 13px 14px;
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .mi-active-jetski__title {
        font-size: 14px;
    }

    .mi-active-jetski__notice {
        padding-left: 0;
        margin-top: 5px;
    }

    .mi-active-jetski__actions {
        width: 100%;
        justify-content: flex-start;
    }
}

/* ==========================================================
   EVERYPARTS - catégorie filtrée sans résultat
   ========================================================== */

.mi-everyparts-empty {
    max-width: 760px;
    margin: 35px auto 50px;
    padding: 34px 38px;
    background: #f4f4f4;
    border-radius: 16px;
    font-family: "Inter", sans-serif;
    text-align: center;
}

.mi-everyparts-empty__label {
    display: inline-block;
    margin-bottom: 12px;
    padding: 7px 13px;
    border-radius: 20px;
    background: #fff;
    color: #666;
    font-size: 12px;
    font-weight: 600;
}

.mi-everyparts-empty__title {
    margin: 0 0 8px;
    font-family: "Inter", sans-serif;
    font-size: 23px;
    line-height: 1.3;
    font-weight: 600;
    color: #171717;
}

.mi-everyparts-empty__model {
    margin: 0 0 18px;
    color: #f51f29;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 700;
}

.mi-everyparts-empty__text {
    max-width: 580px;
    margin: 0 auto 24px;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

.mi-everyparts-empty__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.mi-everyparts-empty__change,
.mi-everyparts-empty__reset {
    min-height: 42px;
    padding: 0 20px;
    border-radius: 23px;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
}

.mi-everyparts-empty__change {
    border: 1px solid #f51f29;
    background: #f51f29;
    color: #fff;
}

.mi-everyparts-empty__change:hover {
    background: #d91821;
    border-color: #d91821;
    color: #fff;
}

.mi-everyparts-empty__reset {
    border: 1px solid #f51f29;
    background: transparent;
    color: #f51f29;
}

.mi-everyparts-empty__reset:hover {
    background: #fff;
    color: #d91821;
}

@media (max-width: 767px) {
    .mi-everyparts-empty {
        margin: 22px 0 35px;
        padding: 25px 18px;
    }

    .mi-everyparts-empty__title {
        font-size: 19px;
    }

    .mi-everyparts-empty__actions {
        flex-direction: column;
    }

    .mi-everyparts-empty__change,
    .mi-everyparts-empty__reset {
        width: 100%;
    }
}

/* Typographie des pages EveryParts filtrées */
body .ucpt-section,
body .ucpt-section *,
body .ucpt-products,
body .ucpt-products *,
body .ucpt-intro,
body .ucpt-intro *,
body #products,
body #products *,
body .js-compatible-product-list,
body .js-compatible-product-list * {
    font-family: "Inter", sans-serif !important;
}

/* Typographie des catégories / pages EveryParts */
body .tv-category-block-wrapper,
body .tv-category-block-wrapper *,
body #category-description,
body #category-description *,
body .mi-everyparts-empty,
body .mi-everyparts-empty *,
body .ucpt-section,
body .ucpt-section *,
body .ucpt-products,
body .ucpt-products *,
body .ucpt-intro,
body .ucpt-intro *,
body #products,
body #products *,
body .js-compatible-product-list,
body .js-compatible-product-list * {
    font-family: "Inter", sans-serif !important;
}
