@media (max-width: 700px) {
    body.lahzati-page > .lz-header {
        height: 78px !important;
        min-height: 78px !important;
        max-height: 78px !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
    }

    body.lahzati-page .lz-header-inner {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: calc(100% - 28px) !important;
        height: 78px !important;
        min-height: 78px !important;
        max-height: 78px !important;
        margin: 0 auto !important;
        padding: 0 !important;
    }

    body.lahzati-page .lz-brand {
        height: 58px !important;
        margin: 0 !important;
        padding: 0 !important;
        align-items: center !important;
    }

    body.lahzati-page .lz-brand .lz-logo,
    body.lahzati-page .lz-brand .lz-default-logo {
        width: 46px !important;
        height: 46px !important;
        max-height: 46px !important;
        margin: 0 !important;
    }

    body.lahzati-page .lz-menu-button {
        align-self: center !important;
        margin: 0 !important;
        padding: 8px !important;
        line-height: 1 !important;
    }

    body.lahzati-page > main {
        margin-top: 0 !important;
    }
}
