/* Kalimbatorium mobile catalog v1.1: compact toolbar, after v1. */
@media (max-width:991px) {
 .column.main .klb-catalog-chips:empty {display:none!important}
 .column.main .toolbar.toolbar-products {
  display:grid!important;
  grid-template-columns:max-content minmax(0,1fr);
  align-items:center;
  gap:6px 8px;
  width:100%;
  max-width:100%;
  min-height:0;
  margin:0 0 16px!important;
  padding:0!important;
  border:0!important;
  border-radius:0;
  background:transparent!important;
  box-shadow:none!important;
  box-sizing:border-box;
 }
 .column.main .toolbar.toolbar-products a.porto-product-filters-toggle {
  grid-column:1;
  grid-row:1;
  min-width:0;
  height:44px!important;
  min-height:44px;
  margin:0!important;
  padding:0 8px!important;
  font-size:13px;
  line-height:1.2;
  box-sizing:border-box;
 }
 .column.main .toolbar.toolbar-products a.porto-product-filters-toggle svg {
  width:20px;
  height:20px;
  flex:0 0 20px;
 }
 .column.main .toolbar.toolbar-products .sorter {
  grid-column:2;
  grid-row:1;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 44px;
  gap:4px;
  min-width:0;
  width:100%;
  max-width:100%;
  margin:0!important;
  padding:0!important;
 }
 .column.main .toolbar.toolbar-products .sorter select {
  appearance:auto;
  -webkit-appearance:menulist;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  height:44px!important;
  margin:0!important;
  padding:0 6px!important;
  font-size:13px!important;
  line-height:normal;
  box-sizing:border-box;
  background-image:none!important;
 }
 .column.main .toolbar.toolbar-products .sorter-action {
  width:44px;
  height:44px;
  min-width:44px;
  min-height:44px;
  padding:0!important;
  box-sizing:border-box;
 }
 .column.main .toolbar.toolbar-products .sorter-action:before {color:#ccc!important}
 .column.main .toolbar.toolbar-products .toolbar-amount {
  grid-column:1 / -1;
  grid-row:2;
  order:0;
  min-height:0;
  margin:0!important;
  padding:0!important;
  font-size:12px;
  line-height:18px;
  text-align:left;
 }
 .column.main .toolbar.toolbar-products .pages {display:none!important}
 /* Keep the original page links below the product list, including after AJAX. */
 .column.main .products.wrapper~.toolbar.toolbar-products {
  grid-template-columns:minmax(0,1fr);
  gap:8px;
  margin:16px 0!important;
 }
 .column.main .products.wrapper~.toolbar.toolbar-products .sorter,
 .column.main .products.wrapper~.toolbar.toolbar-products .toolbar-amount,
 .column.main .products.wrapper~.toolbar.toolbar-products a.porto-product-filters-toggle {
  display:none!important;
 }
 .column.main .products.wrapper~.toolbar.toolbar-products .pages {
  display:block!important;
  grid-column:1;
  grid-row:1;
  order:0;
  margin:0!important;
  padding:0!important;
  text-align:center;
 }
 .column.main .products.wrapper~.toolbar.toolbar-products .pages-items {
  justify-content:center;
  gap:4px;
 }
 .column.main .products.wrapper~.toolbar.toolbar-products .pages a,
 .column.main .products.wrapper~.toolbar.toolbar-products .pages strong {
  min-width:44px;
  min-height:44px;
  padding:8px!important;
  box-sizing:border-box;
 }
}
