/* ============================================================
 * mobile-fix.css — глобальные фиксы
 * ============================================================ */

/* --- Защита от горизонтального скролла --- */
html,
body {
    overflow-x: hidden;
}

/* --- Убираем разделитель " / " между хлебными крошками --- */
.breadcrumbs__item:not(:last-child)::after,
.breadcrumbs__list li:not(:last-child)::after,
.breadcrumbs li:not(:last-child)::after,
.breadcrumbs__list > li:not(:last-child)::after {
    content: none !important;
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
}