body.tax-product_cat .collection-editorial-grid {
  grid-template-columns:minmax(0,1fr)
}
body.tax-product_cat .collection-editorial-grid>aside {
  display:none
}
body.tax-product_cat .collection-titles-bar {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:1.5rem;
  flex-wrap:wrap;
  margin-bottom:2rem
}
body.tax-product_cat .collection-titles-heading {
  margin:0
}
body.tax-product_cat .woocommerce-ordering {
  display:none
}
body.tax-product_cat .collection-sort {
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:.55rem;
  flex-wrap:wrap;
  margin:0
}
body.tax-product_cat .series-sort-button {
  display:block;
  border-radius:999px;
  padding:10.4px 14.4px;
  border:1px solid rgba(54,55,67,.208);
  background:transparent;
  color:rgb(54,55,67);
  font:inherit;
  line-height:1.2;
  text-decoration:none;
  cursor:pointer;
  transition:background-color .18s ease,color .18s ease,border-color .18s ease
}
body.tax-product_cat .series-sort-button:hover,body.tax-product_cat .series-sort-button:focus-visible {
  border-color:rgb(54,55,67)
}
body.tax-product_cat .series-sort-button.is-active {
  background:rgb(54,55,67);
  border-color:rgb(54,55,67);
  color:#fff
}
