/* V2-05.4R.8 — Footer Divider Removal
   Remove only the visible divider/seam above the footer on catalogue routes. */

body.is-catalogue-route #site-footer,
body.is-catalogue-route .site-footer {
  border-top: 0 !important;
  box-shadow: none !important;
}

body.is-catalogue-route #site-footer::before,
body.is-catalogue-route .site-footer::before {
  content: none !important;
  display: none !important;
}
