:root {
  --glp-footer-bg: #171717;
  --glp-footer-text: #f7f7f5;
  --glp-footer-muted: #b9b9b5;
  --glp-footer-line: rgba(255, 255, 255, .13);
  --glp-footer-accent: #f36b21;
}

/* Safety net while Astra customizer caches are being refreshed. */
body .site-footer:not(.glp-footer) {
  display: none !important;
}

.glp-footer {
  position: relative;
  margin: 0;
  color: var(--glp-footer-text);
  background: var(--glp-footer-bg);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.glp-footer__accent {
  height: 5px;
  background: var(--glp-footer-accent);
}

.glp-footer__inner {
  width: min(100% - 40px, 1310px);
  margin-inline: auto;
  padding: 58px 0 24px;
}

.glp-footer__grid {
  display: grid;
  grid-template-columns: minmax(220px, 1.3fr) repeat(3, minmax(140px, .9fr)) minmax(185px, 1fr);
  gap: 38px;
  align-items: start;
}

.glp-footer h2 {
  margin: 0 0 18px;
  color: #fff;
  font: 700 16px/1.3 Inter, system-ui, sans-serif;
  letter-spacing: .01em;
  text-transform: none;
}

.glp-footer a {
  color: var(--glp-footer-muted);
  text-decoration: none;
  text-underline-offset: 4px;
  transition: color .18s ease, text-decoration-color .18s ease, border-color .18s ease;
}

.glp-footer a:hover {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: var(--glp-footer-accent);
}

.glp-footer a:focus-visible {
  color: #fff;
  outline: 3px solid var(--glp-footer-accent);
  outline-offset: 4px;
  border-radius: 2px;
}

.glp-footer__logo {
  display: inline-block;
  line-height: 0;
}

.glp-footer__logo:hover {
  text-decoration: none;
}

.glp-footer__logo img {
  width: 188px;
  height: auto;
}

.glp-footer__tagline {
  max-width: 245px;
  margin: 18px 0 20px;
  color: var(--glp-footer-muted);
  font-size: 15px;
  line-height: 1.55;
}

.glp-footer__menu,
.glp-footer__club {
  margin: 0;
  padding: 0;
  list-style: none;
}

.glp-footer__menu {
  display: grid;
  gap: 10px;
}

.glp-footer__menu li {
  margin: 0;
  line-height: 1.4;
}

.glp-footer__menu a {
  display: inline-block;
  font-size: 14px;
}

.glp-footer__stores address {
  margin: 0 0 15px;
  color: var(--glp-footer-muted);
  font-size: 14px;
  font-style: normal;
  line-height: 1.55;
}

.glp-footer__stores address strong {
  color: #fff;
  font-weight: 700;
}

.glp-footer__store-link {
  display: inline-block;
  margin-top: 3px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
}

.glp-footer__club {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 42px;
  padding: 22px 0 0;
  border-top: 1px solid var(--glp-footer-line);
}

.glp-footer__club p {
  margin: 0;
  color: var(--glp-footer-muted);
  font-size: 14px;
}

.glp-footer__club strong {
  margin-right: 8px;
  color: #fff;
}

.glp-footer__club a {
  flex: 0 0 auto;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.glp-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--glp-footer-line);
  color: #93938f;
  font-size: 12px;
  line-height: 1.5;
}

.glp-footer__bottom p {
  margin: 0;
}

@media (max-width: 1100px) {
  .glp-footer__grid {
    grid-template-columns: 1.35fr repeat(2, 1fr);
    gap: 38px 32px;
  }

  .glp-footer__brand {
    grid-row: span 2;
  }
}

@media (max-width: 720px) {
  .glp-footer__inner {
    width: min(100% - 32px, 640px);
    padding-top: 42px;
  }

  .glp-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 24px;
  }

  .glp-footer__brand,
  .glp-footer__stores {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .glp-footer__brand {
    padding-bottom: 28px;
    border-bottom: 1px solid var(--glp-footer-line);
  }

  .glp-footer__tagline {
    max-width: none;
  }

  .glp-footer__club {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .glp-footer__bottom {
    flex-direction: column;
    gap: 6px;
  }
}

@media (max-width: 430px) {
  .glp-footer__grid {
    grid-template-columns: 1fr;
  }

  .glp-footer__brand,
  .glp-footer__stores {
    grid-column: auto;
  }
}
