
/* Hide duplicate collection title under category banner */
body.themes_products_list .ly_products_list .list_category > h1.category_name.themes_box_title {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body.themes_products_list .ly_products_list .list_category {
  min-height: 0 !important;
}
