/* Source-aligned global footer; merchant legal data remains explicit pending input. */
.footer {
  background: #fff;
  border-top: 1px solid #e5e5e5;
  color: #111;
}

.footer .page-width {
  max-width: 1344px;
}

.footer__inner,
.footer__group {
  width: 100%;
}

.footer__group {
  display: grid !important;
  gap: 36px 56px !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.footer__custom-text {
  min-width: 0;
  width: 100% !important;
}

.footer__custom-text-title {
  display: none;
}

.nc-footer-disclosure {
  color: #111;
}

.nc-footer-disclosure > summary {
  cursor: default;
  font-size: 14px;
  font-weight: 600;
  list-style: none;
  margin-bottom: 24px;
}

.nc-footer-disclosure > summary::-webkit-details-marker {
  display: none;
}

.nc-footer-disclosure > summary::after {
  display: none;
}

.nc-footer-disclosure > ul {
  display: block !important;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nc-footer-disclosure li {
  margin: 0 0 14px;
}

.nc-footer-disclosure a,
.nc-footer-disclosure .nc-footer-pending {
  color: #707072;
  font-size: 14px;
  line-height: 1.35;
  text-decoration: none;
}

.nc-footer-disclosure a:hover {
  color: #111;
}

.footer__custom-text:last-child {
  border-top: 1px solid #e5e5e5;
  grid-column: 1 / -1;
  padding-top: 24px;
}

.nc-footer-legal {
  align-items: flex-start;
  color: #707072;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 10px 28px;
  justify-content: space-between;
  line-height: 1.5;
}

.nc-footer-legal__merchant {
  max-width: 720px;
}

.nc-footer-legal__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
}

.nc-footer-legal a {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 749px) {
  .footer .page-width {
    padding-inline: 20px;
  }

  .footer__group {
    display: block !important;
  }

  .footer__custom-text {
    border-bottom: 1px solid #e5e5e5;
  }

  .footer__custom-text:last-child {
    border-bottom: 0;
    border-top: 0;
    padding-top: 28px;
  }

  .nc-footer-disclosure > summary {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    margin: 0;
    min-height: 80px;
  }

  .nc-footer-disclosure > summary::after {
    border-bottom: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    content: "";
    display: block;
    height: 8px;
    margin-right: 4px;
    transform: rotate(45deg) translateY(-2px);
    transition: transform .2s ease;
    width: 8px;
  }

  .nc-footer-disclosure[open] > summary::after {
    transform: rotate(225deg) translate(-2px, -2px);
  }

  .nc-footer-disclosure > ul {
    display: none !important;
    padding: 0 0 20px;
  }

  .nc-footer-disclosure[open] > ul {
    display: block !important;
  }

  .nc-footer-legal,
  .nc-footer-legal__links {
    display: block;
  }

  .nc-footer-legal__merchant {
    margin-bottom: 18px;
  }

  .nc-footer-legal__links > * {
    display: block;
    margin: 0 0 9px;
  }
}

/* NIKECO-FOOTER-COLOR-FIX-V2 */
/* Final footer palette guard. It intentionally follows all earlier theme rules. */
.footer,
.footer.color-scheme-1,
.footer.color-scheme-2,
.footer .page-width,
.footer__inner,
.footer__group,
.footer__custom-text,
.footer__custom-text-content {
  background: #fff !important;
}

.footer {
  color: #111 !important;
  border-top: 0 !important;
  font-family: var(--nc-font, HelveticaNowText, Helvetica, Arial, sans-serif) !important;
}

.footer .nc-footer-disclosure,
.footer .nc-footer-disclosure > summary {
  color: #111 !important;
}

.footer .nc-footer-disclosure > summary {
  font: 500 14px/16.1px var(--nc-font-medium, HelveticaNowTextM, HelveticaNowText, Helvetica, Arial, sans-serif) !important;
}

.footer .nc-footer-disclosure a,
.footer .nc-footer-disclosure .nc-footer-pending,
.footer .footer__custom-text-content,
.footer .footer__custom-text-content a,
.footer .nc-footer-legal,
.footer .nc-footer-legal a,
.footer .nc-footer-legal span {
  color: #707072 !important;
}

.footer .nc-footer-disclosure a:hover,
.footer .nc-footer-disclosure a:focus-visible,
.footer .nc-footer-legal a:hover,
.footer .nc-footer-legal a:focus-visible {
  color: #111 !important;
  outline-color: #111;
}

.footer .nc-footer-legal,
.footer .nc-footer-legal a,
.footer .nc-footer-legal span {
  font: 400 14px/21px var(--nc-font, HelveticaNowText, Helvetica, Arial, sans-serif) !important;
}

.footer .footer__group > *:last-child {
  border-top-color: #e5e5e5 !important;
}

@media (max-width: 749px) {
  .footer .footer__group > *,
  .footer .footer__custom-text {
    border-bottom-color: #e5e5e5 !important;
  }
  .footer .footer__group > *:last-child,
  .footer .footer__custom-text:last-child {
    border-top: 0 !important;
    border-bottom: 0 !important;
  }
  .footer .nc-footer-disclosure > summary {
    min-height: 56px !important;
    cursor: pointer !important;
  }
  .footer .nc-footer-disclosure > ul {
    display: none !important;
  }
  .footer .nc-footer-disclosure[open] > ul {
    display: block !important;
  }
}
