/* Second immutable parity asset: removes the remaining legacy catalogue shell. */
body#category #left-column,
body#category .left-column,
body#category .category-tree,
body#category .block-categories { display: none !important; }

body#category #content-wrapper,
body#category #main { flex: 0 0 100% !important; max-width: 100% !important; width: 100% !important; }

body#category .category__header {
  align-items: center !important;
  background: #fff !important;
  display: flex !important;
  justify-content: center !important;
  min-height: 145px !important;
  padding: 38px 24px 28px !important;
}

body#category .breadcrumb { background: #fff !important; border: 0 !important; display: none !important; }

@media (max-width: 767.98px) {
  body#category .category__header { min-height: 110px !important; padding: 28px 16px 21px !important; }
}
