
/* Search */

.search-form {

    &:not(.has-items) .search-results {
        display: none;
    }

    &:not(.no-items) .search-no-results {
        display: none;
    }

    &.no-items .search-default-results,
    &.has-items .search-default-results {
        display: none;
    }

}


