<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (max-width: 767px){
    .nav-sections .header.links li.customer-welcome .customer-menu,
    *.nav-sections .header.links .customer-welcome + .link.compare + li + .authorization-link {display:block;}

    .nav-sections-item-content &gt; .header.links:not(:first-of-type) {

    }
    .page-main .sidebar.sidebar-main {
        position: relative !important;
    }
    .nav-sections-item-content &gt; .header.links:first-of-type &gt; li:last-of-type{
        display: none;
    }
}


</pre></body></html>