/* Product-list toolbar: count, pagination and one native sorting control. */
:is(#newProductsDefault, #indexProductList, #allProductsDefault, #specialsListing, #featuredDefault, #searchResultsDefault) .kervezeeListingToolbar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px 20px;
    padding: 16px 20px;
    background: #af3527;
    color: #fff;
}
:is(#newProductsDefault, #indexProductList, #allProductsDefault, #specialsListing, #featuredDefault, #searchResultsDefault) .kervezeeListingToolbar .navSplitPagesResult,
:is(#newProductsDefault, #indexProductList, #allProductsDefault, #specialsListing, #featuredDefault, #searchResultsDefault) .kervezeeListingToolbar .navSplitPagesLinks {
    float: none;
    width: auto !important;
    margin: 0;
    padding: 0;
}
:is(#newProductsDefault, #indexProductList, #allProductsDefault, #specialsListing, #featuredDefault, #searchResultsDefault) .kervezeeListingToolbar .navSplitPagesLinks {
    min-width: 0;
    max-width: 100%;
    overflow-x: auto;
}
:is(#newProductsDefault, #indexProductList, #allProductsDefault, #specialsListing, #featuredDefault, #searchResultsDefault) .kervezeeListingToolbar .pagination {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0;
    padding: 0;
}
:is(#newProductsDefault, #indexProductList, #allProductsDefault, #specialsListing, #featuredDefault, #searchResultsDefault) .kervezeeListingToolbar .pagination li { flex: 0 0 auto; }
:is(#newProductsDefault, #indexProductList, #allProductsDefault, #specialsListing, #featuredDefault, #searchResultsDefault) .kervezeeListingToolbar .pagination li a,
:is(#newProductsDefault, #indexProductList, #allProductsDefault, #specialsListing, #featuredDefault, #searchResultsDefault) .kervezeeListingToolbar .pagination .current {
    box-sizing: border-box;
    display: block;
    padding: 12px;
    white-space: nowrap;
}
:is(#newProductsDefault, #indexProductList, #allProductsDefault, #specialsListing, #featuredDefault, #searchResultsDefault) .kervezeeListingSorter {
    margin-left: auto;
    min-width: 0;
    max-width: 100%;
}
:is(#newProductsDefault, #indexProductList, #allProductsDefault, #specialsListing, #featuredDefault, #searchResultsDefault) .kervezeeListingFilters {
    flex-basis: 100%;
}
:is(#newProductsDefault, #indexProductList, #allProductsDefault, #specialsListing, #featuredDefault, #searchResultsDefault) .kervezeeListingFilters form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
}
:is(#newProductsDefault, #indexProductList, #allProductsDefault, #specialsListing, #featuredDefault, #searchResultsDefault) .kervezeeListingFilters .inputLabel {
    float: none;
    width: auto !important;
    margin: 0;
}
:is(#newProductsDefault, #indexProductList, #allProductsDefault, #specialsListing, #featuredDefault, #searchResultsDefault) .kervezeeListingFilters select {
    width: auto !important;
    max-width: 100%;
    min-height: 44px;
    padding: 8px 12px;
    border: 1px solid #dfd5d1;
    border-radius: 8px;
    background-color: #fff;
    color: #292524;
    font: inherit;
}
:is(#newProductsDefault, #indexProductList, #allProductsDefault, #specialsListing, #featuredDefault, #searchResultsDefault) .kervezeeListingSorter form {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
}
:is(#newProductsDefault, #indexProductList, #allProductsDefault, #specialsListing, #featuredDefault, #searchResultsDefault) .kervezeeListingSorter .inputLabel {
    float: none;
    width: auto !important;
    margin: 0;
    color: #fff;
    white-space: nowrap;
}
:is(#newProductsDefault, #indexProductList, #allProductsDefault, #specialsListing, #featuredDefault, #searchResultsDefault) #disp-order-sorter {
    appearance: none;
    box-sizing: border-box;
    width: 230px;
    max-width: 100%;
    min-height: 44px;
    margin: 0;
    padding: 10px 36px 10px 14px;
    border: 1px solid #dfd5d1;
    border-radius: 8px;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='m4 6 4 4 4-4' fill='none' stroke='%23444' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 12px center;
    color: #292524;
    font: inherit;
    cursor: pointer;
}
:is(#newProductsDefault, #indexProductList, #allProductsDefault, #specialsListing, #featuredDefault, #searchResultsDefault) #disp-order-sorter:hover { border-color: #9c837a; }
:is(#newProductsDefault, #indexProductList, #allProductsDefault, #specialsListing, #featuredDefault, #searchResultsDefault) #disp-order-sorter:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
    border-color: #60251c;
}
@media (max-width: 640px) {
    :is(#newProductsDefault, #indexProductList, #allProductsDefault, #specialsListing, #featuredDefault, #searchResultsDefault) .kervezeeListingToolbar { padding: 14px; gap: 14px; }
    :is(#newProductsDefault, #indexProductList, #allProductsDefault, #specialsListing, #featuredDefault, #searchResultsDefault) .kervezeeListingSorter { width: 100%; }
    :is(#newProductsDefault, #indexProductList, #allProductsDefault, #specialsListing, #featuredDefault, #searchResultsDefault) .kervezeeListingSorter form { justify-content: space-between; }
    :is(#newProductsDefault, #indexProductList, #allProductsDefault, #specialsListing, #featuredDefault, #searchResultsDefault) #disp-order-sorter { flex: 1; min-width: 0; }
}
