/* Footer banner integration */
.footer-before-banner {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: visible;
  line-height: 0;
  position: relative;
  z-index: 3;
  transform: translateY(130px);
  margin-top: -130px;
}

.footer-before-banner img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Push footer content down so the banner does not cover it */
.store-footer {
  margin-top: 0 !important;
  padding-top: 150px !important;
  position: relative;
  z-index: 1;
}
.footer-top {
  transform: translateY(-80px);
}