/*
 * toscpiu — override MOBILE (body.bon-mobile-navigation).
 * Split per-variante (Fase 8) dal monolite toscpiu.css.
 */
    @media (max-width: 900px) {
        html.dark,
        html.dark body:not(.is-panel),
        body:not(.is-panel),
        html.dark body.bon-mobile-navigation:not(.bon-kiosk-navigation),
        body.bon-mobile-navigation:not(.bon-kiosk-navigation) {
            width: 100% !important;
            min-width: 100% !important;
            max-width: 100% !important;
            margin: 0 !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
            background: #ffffff !important;
            background-color: #ffffff !important;
            color: #0f172a !important;
            overflow-x: hidden !important;
        }

        body.bon-mobile-navigation #tosc-topbar,
        body.bon-mobile-navigation #tosc-filter-panel,
        body.bon-mobile-navigation #tosc-filter-backdrop,
        body.bon-mobile-navigation #tosc-wizard-overlay {
            display: none !important;
            visibility: hidden !important;
            pointer-events: none !important;
        }

        body.bon-mobile-navigation:not(.bon-kiosk-navigation) {
            background: #ffffff !important;
            overflow-x: hidden !important;
        }

        .bon-tosc-shell,
        body > .bon-tosc-shell,
        main.bon-tosc-shell,
        body.bon-mobile-navigation:not(.bon-kiosk-navigation) > main,
        body.bon-mobile-navigation:not(.bon-kiosk-navigation) main {
            width: 100% !important;
            min-width: 100% !important;
            max-width: none !important;
            margin: 0 !important;
            padding: 0 !important;
            background: #ffffff !important;
            background-color: #ffffff !important;
            overflow-x: hidden !important;
            box-sizing: border-box !important;
        }

        .bon-tosc-shell #tosc-main,
        body.bon-mobile-navigation:not(.bon-kiosk-navigation) #tosc-main {
            width: 100% !important;
            min-width: 100% !important;
            max-width: none !important;
            margin: 0 !important;
            padding: 0 0 calc(112px + env(safe-area-inset-bottom, 0px)) !important;
            background: #ffffff !important;
            background-color: #ffffff !important;
            overflow-x: hidden !important;
            box-sizing: border-box !important;
        }

        .bon-tosc-shell #tosc-main .tosc-view,
        .bon-tosc-shell #tosc-main .tosc-view > div,
        .bon-tosc-shell #tosc_alloggi,
        .bon-tosc-shell #tosc_ristoranti,
        .bon-tosc-shell #tosc_eventi,
        .bon-tosc-shell #tosc_punti_interesse,
        body.bon-mobile-navigation:not(.bon-kiosk-navigation) #tosc-main .tosc-view,
        body.bon-mobile-navigation:not(.bon-kiosk-navigation) #tosc-main .tosc-view > div,
        body.bon-mobile-navigation:not(.bon-kiosk-navigation) #tosc_alloggi,
        body.bon-mobile-navigation:not(.bon-kiosk-navigation) #tosc_ristoranti,
        body.bon-mobile-navigation:not(.bon-kiosk-navigation) #tosc_eventi,
        body.bon-mobile-navigation:not(.bon-kiosk-navigation) #tosc_punti_interesse {
            width: 100% !important;
            max-width: 100% !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
            background: #ffffff !important;
            background-color: #ffffff !important;
            box-sizing: border-box !important;
        }
}


    body.is-toscpiu.bon-mobile-navigation:not(.bon-kiosk-navigation),
    body.is-toscpiu.bon-mobile-navigation:not(.bon-kiosk-navigation) .bon-tosc-shell,
    body.is-toscpiu.bon-mobile-navigation:not(.bon-kiosk-navigation) #tosc-main,
    body.is-toscpiu.bon-mobile-navigation:not(.bon-kiosk-navigation) .tosc-view,
    body.is-toscpiu.bon-mobile-navigation:not(.bon-kiosk-navigation) #tosc-main .tosc-view > div {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
        background: var(--bon-bg) !important;
        background-color: #ffffff !important;
        overflow-x: hidden !important;
        box-sizing: border-box !important;
    }

    @media (max-width: 900px) {
        body.bon-mobile-navigation:not(.bon-kiosk-navigation) #tosc-topbar {
            display: flex !important;
            flex-wrap: nowrap !important;
            align-items: center !important;
            justify-content: flex-start !important;
            align-content: center !important;
            width: min(430px, calc(100vw - 24px)) !important;
            max-width: calc(100vw - 24px) !important;
            bottom: calc(var(--bon-nav-bottom-h, 80px) + env(safe-area-inset-bottom, 0px) + 16px) !important;
            box-sizing: border-box !important;
            gap: 0.48rem !important;
            padding: 0.54rem !important;
            background: #ffffff !important;
            background-color: #ffffff !important;
            border-color: rgba(15, 23, 42, 0.1) !important;
            border-radius: 999px !important;
            box-shadow: 0 -10px 30px rgba(15, 23, 42, 0.14) !important;
            backdrop-filter: none !important;
            -webkit-backdrop-filter: none !important;
            overflow-x: auto !important;
            overflow-y: hidden !important;
            scrollbar-width: none !important;
            -webkit-overflow-scrolling: touch !important;
            touch-action: pan-x !important;
        }

        body.bon-mobile-navigation:not(.bon-kiosk-navigation) #tosc-topbar::-webkit-scrollbar {
            display: none !important;
        }

        body.bon-mobile-navigation:not(.bon-kiosk-navigation) #tosc-filter-panel {
            display: flex !important;
            visibility: visible !important;
            pointer-events: none !important;
        }

        body.bon-mobile-navigation:not(.bon-kiosk-navigation) #tosc-filter-panel.open {
            pointer-events: auto !important;
        }

        body.bon-mobile-navigation:not(.bon-kiosk-navigation) #tosc-filter-backdrop {
            visibility: visible !important;
            pointer-events: none !important;
        }

        body.bon-mobile-navigation:not(.bon-kiosk-navigation) #tosc-filter-backdrop.open {
            display: block !important;
            pointer-events: auto !important;
        }

        body.bon-mobile-navigation:not(.bon-kiosk-navigation) #sidebar-toggle {
            flex: 0 0 2.86rem !important;
            width: 2.86rem !important;
            height: 2.86rem !important;
            background: #f8fafc !important;
            background-color: #f8fafc !important;
            color: #0f172a !important;
            -webkit-text-fill-color: #0f172a !important;
            border-color: #e2e8f0 !important;
            box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08) !important;
        }

        body.bon-mobile-navigation:not(.bon-kiosk-navigation) #sidebar-toggle.active,
        body.bon-mobile-navigation:not(.bon-kiosk-navigation) #sidebar-toggle:hover {
            background: #0f172a !important;
            color: #ffffff !important;
            border-color: #0f172a !important;
        }

        body.bon-mobile-navigation:not(.bon-kiosk-navigation) #tosc-topbar .tosc-tab {
            --tosc-cat-color: #0f172a;
            --tosc-cat-soft: #f8fafc;
            --tosc-cat-border: #e2e8f0;
            flex: 0 0 auto !important;
            min-height: 2.86rem !important;
            width: auto !important;
            min-width: 0 !important;
            height: 2.86rem !important;
            display: inline-flex !important;
            align-items: center !important;
            justify-content: center !important;
            gap: 0.34rem !important;
            padding: 0 0.72rem !important;
            border-radius: 999px !important;
            background: var(--tosc-cat-soft) !important;
            background-color: var(--tosc-cat-soft) !important;
            color: var(--tosc-cat-color) !important;
            border: 1px solid var(--tosc-cat-border) !important;
            box-shadow: 0 8px 18px rgba(15, 23, 42, 0.07) !important;
            font-size: 0.68rem !important;
            line-height: 1.05 !important;
            letter-spacing: 0.025em !important;
            white-space: nowrap !important;
            text-align: center !important;
            overflow: hidden !important;
        }

        body.bon-mobile-navigation:not(.bon-kiosk-navigation) #tosc-topbar .tosc-tab[data-section="alloggi"] {
            --tosc-cat-color: #2563eb;
            --tosc-cat-soft: rgba(37, 99, 235, 0.1);
            --tosc-cat-border: rgba(37, 99, 235, 0.26);
        }

        body.bon-mobile-navigation:not(.bon-kiosk-navigation) #tosc-topbar .tosc-tab[data-section="ristoranti"] {
            --tosc-cat-color: #dc2626;
            --tosc-cat-soft: rgba(220, 38, 38, 0.1);
            --tosc-cat-border: rgba(220, 38, 38, 0.28);
        }

        body.bon-mobile-navigation:not(.bon-kiosk-navigation) #tosc-topbar .tosc-tab[data-section="punti-interesse"] {
            --tosc-cat-color: #92400e;
            --tosc-cat-soft: rgba(146, 64, 14, 0.12);
            --tosc-cat-border: rgba(146, 64, 14, 0.3);
        }

        body.bon-mobile-navigation:not(.bon-kiosk-navigation) #tosc-topbar .tosc-tab[data-section="eventi"] {
            --tosc-cat-color: #ea580c;
            --tosc-cat-soft: rgba(234, 88, 12, 0.12);
            --tosc-cat-border: rgba(234, 88, 12, 0.3);
        }

        body.bon-mobile-navigation:not(.bon-kiosk-navigation) #tosc-topbar .tosc-tab.active {
            background: var(--tosc-cat-color) !important;
            background-color: var(--tosc-cat-color) !important;
            color: #ffffff !important;
            border-color: var(--tosc-cat-color) !important;
            box-shadow: 0 12px 28px rgba(15, 23, 42, 0.16) !important;
        }

        html.dark body.bon-mobile-navigation:not(.bon-kiosk-navigation) #tosc-topbar,
        html[data-bon-theme="dark"] body.bon-mobile-navigation:not(.bon-kiosk-navigation) #tosc-topbar {
            background: #111827 !important;
            background-color: #111827 !important;
            border-color: rgba(226, 232, 240, 0.24) !important;
            box-shadow: 0 -10px 32px rgba(0, 0, 0, 0.38) !important;
        }

        html.dark body.bon-mobile-navigation:not(.bon-kiosk-navigation) #sidebar-toggle,
        html[data-bon-theme="dark"] body.bon-mobile-navigation:not(.bon-kiosk-navigation) #sidebar-toggle {
            background: rgba(248, 250, 252, 0.1) !important;
            color: #f8fafc !important;
            -webkit-text-fill-color: #f8fafc !important;
            border-color: rgba(226, 232, 240, 0.18) !important;
        }

        html.dark body.bon-mobile-navigation:not(.bon-kiosk-navigation) #tosc-topbar .tosc-tab,
        html[data-bon-theme="dark"] body.bon-mobile-navigation:not(.bon-kiosk-navigation) #tosc-topbar .tosc-tab {
            color: #f8fafc !important;
            -webkit-text-fill-color: #f8fafc !important;
            opacity: 1 !important;
            text-shadow: none !important;
        }

        html.dark body.bon-mobile-navigation:not(.bon-kiosk-navigation) #tosc-topbar .tosc-tab:not(.active),
        html[data-bon-theme="dark"] body.bon-mobile-navigation:not(.bon-kiosk-navigation) #tosc-topbar .tosc-tab:not(.active),
        body.bon-mobile-navigation:not(.bon-kiosk-navigation) #tosc-topbar .tosc-tab.is-inactive {
            background: #f8fafc !important;
            background-color: #f8fafc !important;
            color: #0f172a !important;
            -webkit-text-fill-color: #0f172a !important;
            border-color: rgba(226, 232, 240, 0.72) !important;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18) !important;
            opacity: 1 !important;
            text-shadow: none !important;
        }

        html.dark body.bon-mobile-navigation:not(.bon-kiosk-navigation) #tosc-topbar .tosc-tab[data-section="alloggi"],
        html[data-bon-theme="dark"] body.bon-mobile-navigation:not(.bon-kiosk-navigation) #tosc-topbar .tosc-tab[data-section="alloggi"] {
            --tosc-cat-color: #2563eb;
            --tosc-cat-border: rgba(37, 99, 235, 0.34);
        }

        html.dark body.bon-mobile-navigation:not(.bon-kiosk-navigation) #tosc-topbar .tosc-tab[data-section="ristoranti"],
        html[data-bon-theme="dark"] body.bon-mobile-navigation:not(.bon-kiosk-navigation) #tosc-topbar .tosc-tab[data-section="ristoranti"] {
            --tosc-cat-color: #dc2626;
            --tosc-cat-border: rgba(220, 38, 38, 0.34);
        }

        html.dark body.bon-mobile-navigation:not(.bon-kiosk-navigation) #tosc-topbar .tosc-tab[data-section="punti-interesse"],
        html[data-bon-theme="dark"] body.bon-mobile-navigation:not(.bon-kiosk-navigation) #tosc-topbar .tosc-tab[data-section="punti-interesse"] {
            --tosc-cat-color: #92400e;
            --tosc-cat-border: rgba(146, 64, 14, 0.34);
        }

        html.dark body.bon-mobile-navigation:not(.bon-kiosk-navigation) #tosc-topbar .tosc-tab[data-section="eventi"],
        html[data-bon-theme="dark"] body.bon-mobile-navigation:not(.bon-kiosk-navigation) #tosc-topbar .tosc-tab[data-section="eventi"] {
            --tosc-cat-color: #ea580c;
            --tosc-cat-border: rgba(234, 88, 12, 0.34);
        }

        body.bon-mobile-navigation:not(.bon-kiosk-navigation) #tosc-topbar {
            display: none !important;
            visibility: hidden !important;
            pointer-events: none !important;
        }

        body.is-toscpiu.bon-mobile-navigation:not(.bon-kiosk-navigation) .bon-site-categorybar {
            display: none !important;
            visibility: hidden !important;
            pointer-events: none !important;
        }

        body.bon-mobile-navigation:not(.bon-kiosk-navigation) .tosc-mobile-category-badge {
            position: fixed;
            left: 50%;
            bottom: calc(var(--bon-nav-bottom-h, 80px) + env(safe-area-inset-bottom, 0px) + 10px);
            z-index: 10012;
            transform: translateX(-50%);
            display: flex !important;
            align-items: center;
            justify-content: space-between;
            gap: 0.58rem;
            width: min(548px, calc(100vw - 24px));
            min-height: 52px;
            box-sizing: border-box;
            padding: 0.52rem 0.72rem;
            border: 1px solid rgba(203, 213, 225, 0.86);
            border-radius: 24px;
            background: rgba(248, 250, 252, 0.96);
            box-shadow: 0 -10px 30px rgba(15, 23, 42, 0.14), inset 0 0 0 1px rgba(255, 255, 255, 0.8);
            backdrop-filter: blur(14px);
            -webkit-backdrop-filter: blur(14px);
        }

        body.bon-mobile-navigation:not(.bon-kiosk-navigation) .tosc-mobile-category-place {
            appearance: none;
            border: 0;
            background: transparent;
            color: #0f172a;
            max-width: min(35vw, 11rem);
            min-width: 0;
            padding: 0;
            display: inline-flex;
            align-items: center;
            gap: 0.38rem;
            overflow: hidden;
            text-align: left;
            text-overflow: ellipsis;
            white-space: nowrap;
            font: 950 0.96rem/1.1 'Lato', system-ui, sans-serif;
        }

        body.bon-mobile-navigation:not(.bon-kiosk-navigation) .tosc-mobile-category-place svg {
            width: 1.25rem;
            height: 1.25rem;
            flex: 0 0 auto;
            color: #2563eb;
            stroke: currentColor;
        }

        body.bon-mobile-navigation:not(.bon-kiosk-navigation) .tosc-mobile-category-place-label {
            min-width: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        body.bon-mobile-navigation:not(.bon-kiosk-navigation) .tosc-mobile-category-actions {
            display: inline-flex;
            align-items: center;
            justify-content: flex-end;
            gap: 0.48rem;
            min-width: 0;
            flex: 0 0 auto;
        }

        body.bon-mobile-navigation:not(.bon-kiosk-navigation) .tosc-mobile-category-link {
            --tosc-badge-color: #0f172a;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 0.22rem;
            min-height: 2.25rem;
            padding: 0 0.16rem;
            border: 0;
            border-radius: 999px;
            color: var(--tosc-badge-color);
            text-decoration: none;
            font: 950 0.98rem/1 'Lato', system-ui, sans-serif;
            white-space: nowrap;
            -webkit-tap-highlight-color: transparent;
        }

        body.bon-mobile-navigation:not(.bon-kiosk-navigation) .tosc-mobile-category-link svg {
            width: 1.55rem;
            height: 1.55rem;
            flex: 0 0 auto;
            color: var(--tosc-badge-color);
            stroke: currentColor;
        }

        body.bon-mobile-navigation:not(.bon-kiosk-navigation) .tosc-mobile-category-link[data-section="alloggi"] {
            --tosc-badge-color: #2563eb;
        }

        body.bon-mobile-navigation:not(.bon-kiosk-navigation) .tosc-mobile-category-link[data-section="ristoranti"] {
            --tosc-badge-color: #dc2626;
        }

        body.bon-mobile-navigation:not(.bon-kiosk-navigation) .tosc-mobile-category-link[data-section="punti-interesse"] {
            --tosc-badge-color: #92400e;
        }

        body.bon-mobile-navigation:not(.bon-kiosk-navigation) .tosc-mobile-category-link[data-section="eventi"] {
            --tosc-badge-color: #ea580c;
        }

        body.bon-mobile-navigation:not(.bon-kiosk-navigation) .tosc-mobile-category-link.is-active {
            padding: 0 0.42rem;
            background: rgba(15, 23, 42, 0.06);
            box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08);
        }

        body.bon-mobile-navigation:not(.bon-kiosk-navigation) .tosc-mobile-category-count:empty {
            display: none;
        }

        body.bon-mobile-navigation:not(.bon-kiosk-navigation) .tosc-local-toolbar {
            margin: 0 0 0.72rem;
            padding: 0 0.25rem;
        }

        body.bon-mobile-navigation:not(.bon-kiosk-navigation) .tosc-local-count {
            font-size: 0.76rem;
            letter-spacing: 0.075em;
        }

        body.is-toscpiu.bon-mobile-navigation:not(.bon-kiosk-navigation) .bon-tosc-shell,
        body.is-toscpiu.bon-mobile-navigation:not(.bon-kiosk-navigation) #tosc-main,
        body.is-toscpiu.bon-mobile-navigation:not(.bon-kiosk-navigation) .tosc-view,
        body.is-toscpiu.bon-mobile-navigation:not(.bon-kiosk-navigation) #tosc-main .tosc-view > div,
        body.is-toscpiu.bon-mobile-navigation:not(.bon-kiosk-navigation) #tosc_alloggi,
        body.is-toscpiu.bon-mobile-navigation:not(.bon-kiosk-navigation) #tosc_ristoranti,
        body.is-toscpiu.bon-mobile-navigation:not(.bon-kiosk-navigation) #tosc_eventi,
        body.is-toscpiu.bon-mobile-navigation:not(.bon-kiosk-navigation) #tosc_punti_interesse {
            width: 100% !important;
            min-width: 0 !important;
            max-width: 100% !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
            box-sizing: border-box !important;
            overflow-x: clip !important;
        }

        body.is-toscpiu.bon-mobile-navigation:not(.bon-kiosk-navigation) #tosc-main {
            padding-top: 1rem !important;
            padding-bottom: calc(136px + env(safe-area-inset-bottom, 0px)) !important;
            margin: 0 !important;
            width: 100vw !important;
            max-width: 100vw !important;
        }

        body.is-toscpiu.bon-mobile-navigation:not(.bon-kiosk-navigation) .tosc-local-shell {
            width: 100% !important;
            max-width: 100% !important;
            margin: 0 !important;
            padding: 0 !important;
            box-sizing: border-box !important;
            overflow-x: clip !important;
        }

        body.is-toscpiu.bon-mobile-navigation:not(.bon-kiosk-navigation) .tosc-local-toolbar {
            display: grid !important;
            grid-template-columns: minmax(0, 1fr) auto !important;
            align-items: center !important;
            gap: 0.55rem !important;
            width: 100vw !important;
            max-width: 100vw !important;
            margin: 0 0 0.9rem !important;
            padding: 0 0.75rem !important;
            box-sizing: border-box !important;
            justify-content: stretch !important;
        }

        body.is-toscpiu.bon-mobile-navigation:not(.bon-kiosk-navigation) .tosc-local-search-form {
            width: 100% !important;
            max-width: none !important;
            min-width: 0 !important;
            display: flex !important;
            align-items: center !important;
            gap: 0.55rem !important;
        }

        body.is-toscpiu.bon-mobile-navigation:not(.bon-kiosk-navigation) .tosc-local-search {
            flex: 1 1 auto !important;
            min-width: 0 !important;
            padding: 0.62rem 0.82rem !important;
        }

        body.is-toscpiu.bon-mobile-navigation:not(.bon-kiosk-navigation) .tosc-local-filter-button {
            flex: 0 0 auto !important;
            min-width: 86px !important;
            padding: 0 0.92rem !important;
        }

        body.is-toscpiu.bon-mobile-navigation:not(.bon-kiosk-navigation) .tosc-local-grid {
            display: grid !important;
            grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
            gap: 0.75rem !important;
            width: 100% !important;
            max-width: 100% !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            padding-left: 0.75rem !important;
            padding-right: 0.75rem !important;
            box-sizing: border-box !important;
        }

        body.is-toscpiu.bon-mobile-navigation:not(.bon-kiosk-navigation) .tosc-local-card {
            width: 100% !important;
            min-width: 0 !important;
            border-radius: 0.9rem !important;
        }

        body.is-toscpiu.bon-mobile-navigation:not(.bon-kiosk-navigation) .tosc-local-card-media {
            aspect-ratio: 4 / 3 !important;
        }

        html.dark body.is-toscpiu.bon-mobile-navigation:not(.bon-kiosk-navigation) .tosc-mobile-category-badge,
        html[data-bon-theme="dark"] body.is-toscpiu.bon-mobile-navigation:not(.bon-kiosk-navigation) .tosc-mobile-category-badge {
            background: rgba(15, 23, 42, 0.94) !important;
            background-color: rgba(15, 23, 42, 0.94) !important;
            border-color: rgba(226, 232, 240, 0.2) !important;
            box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.32) !important;
        }

        html.dark body.is-toscpiu.bon-mobile-navigation:not(.bon-kiosk-navigation) .tosc-mobile-category-place,
        html.dark body.is-toscpiu.bon-mobile-navigation:not(.bon-kiosk-navigation) .tosc-mobile-category-count,
        html[data-bon-theme="dark"] body.is-toscpiu.bon-mobile-navigation:not(.bon-kiosk-navigation) .tosc-mobile-category-place,
        html[data-bon-theme="dark"] body.is-toscpiu.bon-mobile-navigation:not(.bon-kiosk-navigation) .tosc-mobile-category-count {
            color: #f8fafc !important;
            -webkit-text-fill-color: #f8fafc !important;
        }
}


    @media (max-width: 980px) {
        .bon-tosc-shell #tosc-main .tosc-view,
        .bon-tosc-shell #tosc-main .tosc-view > div,
        .bon-tosc-shell #tosc_alloggi,
        .bon-tosc-shell #tosc_ristoranti,
        .bon-tosc-shell #tosc_eventi,
        .bon-tosc-shell #tosc_punti_interesse,
        body.bon-mobile-navigation:not(.bon-kiosk-navigation) #tosc-main .tosc-view,
        body.bon-mobile-navigation:not(.bon-kiosk-navigation) #tosc-main .tosc-view > div,
        body.bon-mobile-navigation:not(.bon-kiosk-navigation) #tosc_alloggi,
        body.bon-mobile-navigation:not(.bon-kiosk-navigation) #tosc_ristoranti,
        body.bon-mobile-navigation:not(.bon-kiosk-navigation) #tosc_eventi,
        body.bon-mobile-navigation:not(.bon-kiosk-navigation) #tosc_punti_interesse {
            width: 100% !important;
            max-width: 100% !important;
            margin-left: -10px !important;
            margin-right: 0 !important;
            margin-top: 0 !important;
            padding-left: 6px !important;
            padding-right: 6px !important;
            background: #ffffff !important;
            background-color: #ffffff !important;
            box-sizing: border-box !important;
        }

        body.is-toscpiu:not(.bon-kiosk-navigation) .tosc-mobile-category-badge,
        body.bon-mobile-navigation:not(.bon-kiosk-navigation) .tosc-mobile-category-badge {
            bottom: calc(var(--bon-nav-bottom-h, 80px) + env(safe-area-inset-bottom, 0px) + 9px) !important;
            width: min(548px, calc(100vw - 24px)) !important;
            min-height: 50px !important;
            padding: 0.42rem 0.58rem !important;
            gap: 0.44rem !important;
            border-radius: 22px !important;
        }

        body.is-toscpiu:not(.bon-kiosk-navigation) .tosc-mobile-category-place,
        body.bon-mobile-navigation:not(.bon-kiosk-navigation) .tosc-mobile-category-place {
            max-width: min(34vw, 10.5rem) !important;
            gap: 0.34rem !important;
            font-size: 0.9rem !important;
            line-height: 1.05 !important;
        }

        body.is-toscpiu:not(.bon-kiosk-navigation) .tosc-mobile-category-place svg,
        body.bon-mobile-navigation:not(.bon-kiosk-navigation) .tosc-mobile-category-place svg {
            width: 1.18rem !important;
            height: 1.18rem !important;
        }

        body.is-toscpiu:not(.bon-kiosk-navigation) .tosc-mobile-category-actions,
        body.bon-mobile-navigation:not(.bon-kiosk-navigation) .tosc-mobile-category-actions {
            gap: 0.38rem !important;
        }

        body.is-toscpiu:not(.bon-kiosk-navigation) .tosc-mobile-category-link,
        body.bon-mobile-navigation:not(.bon-kiosk-navigation) .tosc-mobile-category-link {
            min-height: 2rem !important;
            gap: 0.18rem !important;
            padding: 0 0.1rem !important;
            font-size: 0.92rem !important;
        }

        body.is-toscpiu:not(.bon-kiosk-navigation) .tosc-mobile-category-link svg,
        body.bon-mobile-navigation:not(.bon-kiosk-navigation) .tosc-mobile-category-link svg {
            width: 1.34rem !important;
            height: 1.34rem !important;
        }

        body.is-toscpiu:not(.bon-kiosk-navigation) .tosc-mobile-category-link.is-active,
        body.bon-mobile-navigation:not(.bon-kiosk-navigation) .tosc-mobile-category-link.is-active {
            padding: 0 0.32rem !important;
            background: rgba(15, 23, 42, 0.055) !important;
            box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08) !important;
        }
}

    @media (max-width: 980px) {
        body.is-toscpiu:not(.bon-kiosk-navigation) .bon-tosc-shell,
        body.is-toscpiu:not(.bon-kiosk-navigation) #tosc-main {
            width: 100% !important;
            max-width: 100% !important;
            margin-left: auto !important;
            margin-right: auto !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
            overflow: visible !important;
            touch-action: pan-y !important;
            box-sizing: border-box !important;
        }

        body.is-toscpiu:not(.bon-kiosk-navigation) #tosc-main .tosc-view,
        body.is-toscpiu:not(.bon-kiosk-navigation) #tosc-main .tosc-view > div,
        body.is-toscpiu:not(.bon-kiosk-navigation) #tosc-main #tosc_alloggi,
        body.is-toscpiu:not(.bon-kiosk-navigation) #tosc-main #tosc_ristoranti,
        body.is-toscpiu:not(.bon-kiosk-navigation) #tosc-main #tosc_eventi,
        body.is-toscpiu:not(.bon-kiosk-navigation) #tosc-main #tosc_punti_interesse,
        body.is-toscpiu:not(.bon-kiosk-navigation) .tosc-view,
        body.is-toscpiu:not(.bon-kiosk-navigation) .tosc-view > div,
        body.is-toscpiu:not(.bon-kiosk-navigation) #tosc_alloggi,
        body.is-toscpiu:not(.bon-kiosk-navigation) #tosc_ristoranti,
        body.is-toscpiu:not(.bon-kiosk-navigation) #tosc_eventi,
        body.is-toscpiu:not(.bon-kiosk-navigation) #tosc_punti_interesse {
            width: 100% !important;
            max-width: 100% !important;
            margin-left: auto !important;
            margin-right: auto !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
            overflow: visible !important;
            touch-action: pan-y !important;
            box-sizing: border-box !important;
        }

        body.is-toscpiu:not(.bon-kiosk-navigation).tosc-detail-active .tosc-local-shell {
            width: 100% !important;
            max-width: 100% !important;
            margin-left: auto !important;
            margin-right: auto !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
            overflow: visible !important;
        }

        body.is-toscpiu:not(.bon-kiosk-navigation).tosc-detail-active .tosc-local-detail {
            width: min(100%, calc(100vw - 24px)) !important;
            max-width: calc(100vw - 24px) !important;
            margin-left: auto !important;
            margin-right: auto !important;
            overflow: visible !important;
            touch-action: pan-y !important;
        }
    }
