:root { --hp-footer-bg-mobile-light: url(/order/photo/backgrounds/home_footer-light.jpg?v=1780912722); }
:root { --hp-footer-bg-desktop-light: url(/order/photo/backgrounds/home_footer-light.jpg?v=1780912722); }
:root { --hp-footer-bg-mobile: var(--hp-footer-bg-mobile-light, none); --hp-footer-bg-desktop: var(--hp-footer-bg-desktop-light, var(--hp-footer-bg-mobile-light, none)); }
[data-theme="dark"] { --hp-footer-bg-mobile: var(--hp-footer-bg-mobile-dark, var(--hp-footer-bg-mobile-light, none)); --hp-footer-bg-desktop: var(--hp-footer-bg-desktop-dark, var(--hp-footer-bg-desktop-light, var(--hp-footer-bg-mobile-dark, var(--hp-footer-bg-mobile-light, none)))); }
html body.hp-page .hp-container.hp-footer__body.hp-footer__body--has-bg {
  background-color: var(--hp-footer-bg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: linear-gradient(rgba(15, 23, 42, 0.72), rgba(15, 23, 42, 0.88)), var(--hp-footer-bg-mobile, none);
}
@media (min-width: 992px) {
  html body.hp-page .hp-container.hp-footer__body.hp-footer__body--has-bg {
    background-image: linear-gradient(rgba(15, 23, 42, 0.72), rgba(15, 23, 42, 0.88)), var(--hp-footer-bg-desktop, var(--hp-footer-bg-mobile, none));
  }
}
