.store-mobile-header {
    position: sticky;
    top: 0;
    z-index: 1100;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--surface, #fff);
    border-bottom: 1px solid var(--border, #e2e8f0);
}

.store-mobile-logo img {
    height: 32px;
    width: auto;
    object-fit: contain;
}

.store-mobile-logo span {
    font-weight: 800;
    color: var(--text, #0f172a);
}

.store-mobile-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1200;
    height: 66px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: center;
    gap: 6px;
    padding: 8px 10px;
    background: var(--surface, #fff);
    border-top: 1px solid var(--border, #e2e8f0);
}

.store-mobile-nav a,
.store-mobile-nav button {
    border: 0;
    background: transparent;
    color: var(--text-muted, #64748b);
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.store-mobile-nav a.active {
    color: var(--primary, #1ea92e);
}

.store-mobile-nav svg {
    width: 18px;
    height: 18px;
}

.store-mobile-lang .store-lang-switcher .lang-current-btn {
    width: 100%;
    min-height: 38px;
}

@media (min-width: 1024px) {
    .store-mobile-header,
    .store-mobile-nav {
        display: none;
    }
}

@media (max-width: 1023.98px) {
    #claude-header .max-w-7xl.mx-auto.px-4.sm\:px-6.lg\:px-8.flex.items-center.justify-between.gap-4,
    .navbar .nav-inner {
        justify-content: center !important;
    }

    #claude-header .max-w-7xl.mx-auto.px-4.sm\:px-6.lg\:px-8.flex.items-center.justify-between.gap-4 > a,
    .navbar .nav-inner > .logo {
        margin-inline: auto !important;
    }

    #claude-header .lg\:hidden,
    #claude-header .flex.items-center.gap-1.lg\:gap-2,
    .navbar .nav-acts,
    .ostazy-actions {
        display: none !important;
    }

    .ostazy-header {
        justify-content: center !important;
    }

    .ostazy-footer {
        display: none !important;
    }
}
