.commerce-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  min-width: 0;
}

.commerce-nav a {
  color: var(--cp-black);
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

.commerce-nav a:hover {
  color: var(--cp-sepia);
}

.commerce-nav a[aria-current="page"] {
  color: var(--cp-sepia);
  font-weight: 600;
}

@media (max-width: 760px) {
  .app-header {
    min-height: 128px !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto;
    gap: 8px !important;
    padding: 12px 18px !important;
  }

  .app-header .cp-wordmark {
    justify-self: start;
  }

  .app-header .commerce-nav,
  .commerce-nav {
    width: 100%;
    justify-content: flex-start;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .commerce-nav::-webkit-scrollbar {
    display: none;
  }

  .commerce-nav a {
    font-size: 10px !important;
  }
}
