/* NEXUS OfficeLab — stabilizacja nagłówka Chrome / Opera / Edge */

@media (min-width: 801px){

    .site-header{
        height:76px!important;
        min-height:76px!important;
        padding-top:0!important;
        padding-bottom:0!important;
        box-sizing:border-box!important;
    }

    .site-header > .container{
        height:76px!important;
        min-height:76px!important;
        display:flex!important;
        align-items:center!important;
        flex-wrap:nowrap!important;
        box-sizing:border-box!important;
    }

    .site-header .brand{
        flex:0 0 auto!important;
        margin-top:0!important;
        margin-bottom:0!important;
    }

    .main-nav{
        display:flex!important;
        align-items:center!important;
        flex-wrap:nowrap!important;
        white-space:nowrap!important;
        margin-top:0!important;
        margin-bottom:0!important;
    }

    .main-nav a{
        white-space:nowrap!important;
        line-height:1!important;
    }

    .header-commerce,
    .desktop-cta{
        flex:0 0 auto!important;
        align-items:center!important;
        white-space:nowrap!important;
        margin-top:0!important;
        margin-bottom:0!important;
    }

    .header-commerce .button,
    .header-commerce .cart-link{
        margin-top:0!important;
        margin-bottom:0!important;
    }
}
