/* Thin dark footer bar — single link row (catalog + static pages). */

.ir-site-footer {
  box-sizing: border-box;
  width: 100%;
  background: #121212;
  color: #f5f5f5;
  font-family: system-ui, "Segoe UI", Roboto, Arial, Helvetica, sans-serif;
  padding: 0.35rem 0.5rem 0.45rem;
  text-align: center;
  flex-shrink: 0;
}

.ir-site-footer {
  direction: ltr;
  unicode-bidi: isolate;
}

.ir-site-footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.15rem 0.35rem;
  max-width: 56rem;
  margin: 0 auto;
  row-gap: 0.2rem;
}

.ir-site-footer__nav a {
  color: #fff;
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0.1rem 0.25rem;
  border-radius: 2px;
}

.ir-site-footer__nav a:hover {
  text-decoration: underline;
}

.ir-site-footer__sep {
  color: rgba(255, 255, 255, 0.35);
  font-weight: 300;
  user-select: none;
  pointer-events: none;
  font-size: 0.7rem;
  padding: 0 0.05rem;
}

.ir-site-footer--catalog {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 0;
}

body:has(#storeCatalogApp) {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
}

body:has(#storeCatalogApp) #storeCatalogApp.sc-app-root {
  flex: 1 1 auto;
}
