@media screen and (min-width: 1010px) {
    .product-media-container .hidden, 
    .header .x-container-header-icons, 
    .header .header-icon-account {
        display: flex !important;
    }   

    .header nav {
        display: flex !important;
    }
}