/* Netstore Site footer breakpoint guard.
   At exactly 1200-1279 CSS pixels, the desktop four-column minimums do not fit
   after the browser scrollbar and container padding are accounted for. */
@media (min-width: 1200px) and (max-width: 1279px) {
  html body .footer.ns-site-footer .ns-footer-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 22px !important;
  }

  html body .footer.ns-site-footer .ns-footer-contacts {
    width: auto !important;
    max-width: none !important;
    justify-self: stretch !important;
  }
}
