/* Shared mobile header for the 22tpl/93mm storefront family. */
@media (max-width: 900px) {
    .f-header {
        color-scheme: light;
        border-bottom: 1px solid #e5e7eb !important;
        background: #fff !important;
        box-shadow: 0 1px 0 rgb(15 23 42 / 3%) !important;
        color: #252c39 !important;
        backdrop-filter: none !important;
    }

    .f-header .f-header__inner {
        position: relative !important;
        width: min(100% - 24px, 680px) !important;
        min-height: 68px !important;
        height: 68px !important;
        gap: 8px !important;
        padding: 0 !important;
    }

    .f-header .f-logo {
        min-width: 0;
        max-width: calc(100% - 54px);
        overflow: hidden;
        color: #252c39 !important;
        font-family: Georgia, "Songti SC", "Microsoft YaHei", serif !important;
        font-size: clamp(18px, 5.4vw, 23px) !important;
        font-weight: 700 !important;
        line-height: 1.2 !important;
        letter-spacing: .025em !important;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .f-header .f-logo::before,
    .f-header .f-logo::after {
        display: none !important;
        content: none !important;
    }

    .f-header .f-header__actions {
        display: flex !important;
        min-width: 0;
        flex: 0 0 auto;
        align-items: center !important;
        gap: 5px !important;
        margin: 0 0 0 auto !important;
    }

    .f-header .f-header__actions > a {
        display: none !important;
    }

    .f-header .f-menu {
        display: grid !important;
        width: 42px !important;
        height: 42px !important;
        flex: 0 0 42px;
        align-content: center;
        justify-content: center;
        gap: 5px;
        margin: 0 !important;
        padding: 7px !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        color: #252c39 !important;
        box-shadow: none !important;
        cursor: pointer;
    }

    .f-header .f-menu span {
        display: block !important;
        width: 23px !important;
        height: 3px !important;
        margin: 0 !important;
        border: 0 !important;
        border-radius: 2px !important;
        background: currentColor !important;
        transform: none !important;
    }

    .f-header .f-menu:focus-visible {
        outline: 2px solid #252c39;
        outline-offset: 2px;
    }

    .f-header .f-nav.is-open {
        position: absolute !important;
        top: calc(100% + 8px) !important;
        right: 0 !important;
        left: auto !important;
        display: grid !important;
        width: min(260px, calc(100vw - 24px)) !important;
        gap: 0 !important;
        margin: 0 !important;
        padding: 8px 14px !important;
        border: 1px solid #e5e7eb !important;
        border-radius: 8px !important;
        background: #fff !important;
        box-shadow: 0 14px 34px rgb(15 23 42 / 14%) !important;
        color: #252c39 !important;
        transform: none !important;
    }

    .f-header .f-nav.is-open a {
        display: block !important;
        padding: 10px 2px !important;
        border: 0 !important;
        border-bottom: 1px solid #eef0f3 !important;
        border-radius: 0 !important;
        background: transparent !important;
        color: inherit !important;
        font-size: 14px !important;
        line-height: 1.35 !important;
        letter-spacing: 0 !important;
        text-align: left !important;
    }

    .f-header .f-nav.is-open a:last-child {
        border-bottom: 0 !important;
    }
}
