//
//  Search Page Styles
//  ______________________________________________

//
//  Desktop
//  ---------------------------------------------

.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
    .amsearch-search-page.page-products .toolbar-products {
        min-width: 100%;
        position: static;
    }
}
