/* V2-05.4R.7 — Footer Seam Close
   Remove the manufactured vertical space between the catalogue islands and footer. */

body.is-catalogue-route .catalog-commerce,
body.is-catalogue-route .catalogue-workspace-v2,
body.is-catalogue-route .catalog-commerce.catalogue-workspace-v2 {
  min-height: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

body.is-catalogue-route #main-content,
body.is-catalogue-route .content-scroll-region,
body.is-catalogue-route .catalogue-workspace-layout,
body.is-catalogue-route .catalogue-category-sidebar,
body.is-catalogue-route .catalogue-workspace-content {
  margin-bottom: 0 !important;
}

body.is-catalogue-route #main-content,
body.is-catalogue-route .content-scroll-region {
  padding-bottom: 0 !important;
}

/* Footer begins immediately after the catalogue/category island row. */
body.is-catalogue-route #site-footer,
body.is-catalogue-route .site-footer {
  margin-top: 0 !important;
}
