/* LEDFRAMES v342 site-wide refinements */

/* Give the footer more breathing room so the lower part of every page sits lower. */
.site-footer-v312 {
  margin-top: 88px !important;
}

@media (max-width: 900px) {
  .site-footer-v312 {
    margin-top: 58px !important;
  }
}

/* Uploaded brand marks are transparent assets and should sit cleanly on the dark catalog cards. */
body[data-brand-list="1"] .brand-logo img {
  background: transparent !important;
}
