/* Mesuke Surukai search and secondary catalog listings — v088 */
:is(#search,#new-products,#prices-drop,#best-sales,#manufacturer,#supplier) #wrapper {
  background: #f5f0e6;
  padding: 1.5rem 0 4rem;
}
:is(#search,#new-products,#prices-drop,#best-sales,#manufacturer,#supplier) #wrapper > .container { max-width: 1320px; }
:is(#search,#new-products,#prices-drop,#best-sales,#manufacturer,#supplier) .breadcrumb {
  margin-bottom: 1.35rem;
  color: #7b625e;
  font-size: .75rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}
:is(#search,#new-products,#prices-drop,#best-sales,#manufacturer,#supplier) #js-product-list-header,
:is(#manufacturer,#supplier) #main > h1 {
  margin-bottom: 1.35rem;
  padding: clamp(1.35rem, 3vw, 2rem);
  border-left: 4px solid #ef3340;
  background: #fff;
  box-shadow: 0 8px 26px rgba(63,41,40,.05);
}
:is(#search,#new-products,#prices-drop,#best-sales,#manufacturer,#supplier) #js-product-list-header h1,
:is(#manufacturer,#supplier) #main > h1 {
  margin: 0;
  color: #3f2928;
  font-size: clamp(1.75rem, 3vw, 2.55rem);
  font-weight: 500;
  letter-spacing: -.02em;
  text-transform: none;
}
:is(#search,#new-products,#prices-drop,#best-sales,#manufacturer,#supplier) #js-product-list-top {
  align-items: center;
  margin: 0 0 1.3rem;
  padding: .9rem 1rem;
  border: 1px solid rgba(92,55,53,.1);
  border-radius: 3px;
  background: #fff;
}
:is(#search,#new-products,#prices-drop,#best-sales,#manufacturer,#supplier) .products-selection .total-products { color: #68514e; }
:is(#search,#new-products,#prices-drop,#best-sales,#manufacturer,#supplier) .products-sort-order .select-title {
  border: 1px solid #ddd1cb;
  border-radius: 2px;
  background: #fff;
  box-shadow: none;
  color: #3f2928;
}
:is(#search,#new-products,#prices-drop,#best-sales,#manufacturer,#supplier) .products-sort-order .dropdown-menu {
  border: 1px solid #ddd1cb;
  box-shadow: 0 12px 32px rgba(63,41,40,.12);
}
:is(#search,#new-products,#prices-drop,#best-sales,#manufacturer,#supplier) .products-sort-order .select-list:hover { background: #ef3340; }

:is(#search,#new-products,#prices-drop,#best-sales,#manufacturer,#supplier) #js-product-list .products {
  display: flex;
  flex-wrap: wrap;
  margin-right: -.55rem;
  margin-left: -.55rem;
}
:is(#search,#new-products,#prices-drop,#best-sales,#manufacturer,#supplier) #js-product-list .product-miniature { padding-right: .55rem; padding-left: .55rem; }

:is(#search,#new-products,#prices-drop,#best-sales,#manufacturer,#supplier) .active_filters {
  margin: 0 0 1rem;
  padding: .8rem 1rem;
  border: 1px solid #e2d7d1;
  background: #fff;
}
:is(#search,#new-products,#prices-drop,#best-sales,#manufacturer,#supplier) .active_filters .filter-block {
  border-radius: 20px;
  background: #f1e8e2;
  color: #4e3735;
}

:is(#search,#new-products,#prices-drop,#best-sales,#manufacturer,#supplier) .pagination {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  padding: 1rem;
  border-top: 1px solid #ded2cc;
  color: #725b57;
}
:is(#search,#new-products,#prices-drop,#best-sales,#manufacturer,#supplier) .pagination .page-list { margin-bottom: 0; }
:is(#search,#new-products,#prices-drop,#best-sales,#manufacturer,#supplier) .pagination a {
  display: inline-flex;
  min-width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  color: #60413e;
}
:is(#search,#new-products,#prices-drop,#best-sales,#manufacturer,#supplier) .pagination .current a {
  border-radius: 50%;
  background: #ef3340;
  color: #fff;
}

.ms-empty-listing {
  max-width: 720px;
  margin: 2rem auto;
  padding: clamp(2rem, 6vw, 4rem);
  border: 1px solid rgba(92,55,53,.12);
  background: #fff;
  box-shadow: 0 12px 34px rgba(63,41,40,.055);
  color: #68514e;
  text-align: center;
}
.ms-empty-listing__icon {
  display: inline-flex;
  width: 66px;
  height: 66px;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: #f5e5e3;
  color: #ef3340;
}
.ms-empty-listing__icon i { font-size: 2rem; }
.ms-empty-listing h4 { margin-bottom: .7rem; color: #3f2928; font-size: 1.5rem; font-weight: 500; }
.ms-empty-listing .btn { margin-top: 1rem; border-color: #ef3340; background: #ef3340; }

:is(#manufacturer,#supplier) .brand,
:is(#manufacturer,#supplier) .supplier {
  margin-bottom: 1rem;
  border: 1px solid rgba(92,55,53,.12);
  background: #fff;
  box-shadow: 0 8px 24px rgba(63,41,40,.045);
  transition: transform .2s ease, box-shadow .2s ease;
}
:is(#manufacturer,#supplier) .brand:hover,
:is(#manufacturer,#supplier) .supplier:hover { box-shadow: 0 14px 32px rgba(63,41,40,.09); transform: translateY(-2px); }

:is(#search,#new-products,#prices-drop,#best-sales,#manufacturer,#supplier) #search_filters_wrapper,
:is(#search,#new-products,#prices-drop,#best-sales,#manufacturer,#supplier) #search_filters {
  border: 1px solid rgba(92,55,53,.12);
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(63,41,40,.045);
}
:is(#search,#new-products,#prices-drop,#best-sales,#manufacturer,#supplier) #search_filters { padding: 1.1rem; }
:is(#search,#new-products,#prices-drop,#best-sales,#manufacturer,#supplier) #search_filters .facet {
  border-bottom: 1px solid #eee4df;
  padding: .9rem 0;
}
:is(#search,#new-products,#prices-drop,#best-sales,#manufacturer,#supplier) #search_filters .facet:last-child { border-bottom: 0; }
:is(#search,#new-products,#prices-drop,#best-sales,#manufacturer,#supplier) #search_filters .facet-title {
  color: #3f2928;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .055em;
  text-transform: uppercase;
}
:is(#search,#new-products,#prices-drop,#best-sales,#manufacturer,#supplier) #search_filters .facet-label a { color: #66504c; }
:is(#search,#new-products,#prices-drop,#best-sales,#manufacturer,#supplier) #search_filters .facet-label.active a { color: #ef3340; }
:is(#search,#new-products,#prices-drop,#best-sales,#manufacturer,#supplier) .filter-button .btn {
  border: 1px solid #68403e;
  background: #68403e;
  color: #fff;
}

:is(#manufacturer,#supplier) #main > ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
:is(#manufacturer,#supplier) #main > ul .brand,
:is(#manufacturer,#supplier) #main > ul .supplier { margin: 0; padding: 1.25rem; }

@media (max-width: 767px) {
  :is(#search,#new-products,#prices-drop,#best-sales,#manufacturer,#supplier) #wrapper { padding: 1rem 0 2.5rem; }
  :is(#search,#new-products,#prices-drop,#best-sales,#manufacturer,#supplier) #js-product-list-top { padding: .75rem; }
  :is(#search,#new-products,#prices-drop,#best-sales,#manufacturer,#supplier) .products-selection .showing { padding-top: .75rem; text-align: center; }
  :is(#search,#new-products,#prices-drop,#best-sales,#manufacturer,#supplier) .pagination { display: block; text-align: center; }
  :is(#search,#new-products,#prices-drop,#best-sales,#manufacturer,#supplier) .pagination > div { width: 100%; margin: 0 0 .75rem; padding: 0; }
  :is(#search,#new-products,#prices-drop,#best-sales,#manufacturer,#supplier) #search_filters_wrapper {
    position: fixed;
    z-index: 1100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    border: 0;
    border-radius: 0;
    padding: 1rem;
  }
  :is(#manufacturer,#supplier) #main > ul { grid-template-columns: 1fr; }
  .ms-empty-listing { margin: 1rem 0; padding: 2rem 1.15rem; }
}
