/* ElectroMosaic site-wide background derived from the branded header texture. */
body {
  background-color: #fff !important;
  background-image:
    linear-gradient(rgba(255, 255, 255, .74), rgba(255, 255, 255, .82)),
    url("../image/backgrounds/site-bg-hexagons-header-footer-20260704.png") !important;
  background-repeat: repeat-y !important;
  background-position: top center !important;
  background-size: 100% auto !important;
  background-attachment: scroll !important;
}

@media (max-width: 991.98px) {
  body {
    background-size: 100% auto !important;
    background-attachment: scroll !important;
  }
}

/* Visually separate the final B2B callout from the preceding homepage content. */
#common-home .wholesale-card {
  background: #f1f3f5 !important;
  border-color: #dce1e5 !important;
}
