body .empori-header {
    height: 70px;
}

body .empori-header .empori-mobile-logo img{
    height: 19px !important;
    /* filter: none !important; */
}

body .empori-header .empori-header-logo img{
    max-width: unset;
    height: 30px !important;
    /* filter: none !important; */ 
}

body .empori-header .empori-mobile-logo {
    align-items: center;
}

body .basic-grid-content p {
    font-size: .9em !important;
}

body .basic-grid-content h3 {
    font-size: 1.5em !important;
}
  
/* Större font storlek i menyn */
/*body .empori-header .menu-item a{
    font-size: .9em !important;
}*/

@media (max-width: 1330px) {
    
}

@media (min-width: 1330px) {
    .header-background, #mainNav .nav-item-group {
        display: flex !important;
    }
    
    body .raw-mobile-menu, .mobile-toggler {
        display: none !important;
    }
}

@media (max-width: 1329px) {
    .header-background, #mainNav .nav-item-group {
        display: none !important;
    }
    
    body .raw-mobile-menu, .mobile-toggler {
        display: flex !important;
    }
    
    .empori-header.triggered {
        background-color: rgba(0, 0, 0, 0) !important;
        border-bottom: none !important;
    }
}

body .empori-brand-listing .basic-grid-item .basic-grid-image {
    align-items: flex-end;
}
