/* SpawnScape614 store page — works with css/style.css */

.store-page {
  font-family: 'Inter', sans-serif;
  padding-bottom: 5.5rem;
}

.store-page.cart-drawer-open {
  padding-bottom: min(52vh, 420px);
}

.store-nav {
  position: sticky;
  top: 0;
  z-index: 50;
}

.store-footer-links {
  margin-top: 0.5rem;
  font-size: 0.9rem;
}

.store-footer-links a {
  color: var(--silver);
  text-decoration: none;
}

.store-footer-links a:hover {
  color: var(--green-neon);
}

.store-logo {
  width: 88px;
  height: 88px;
  object-fit: contain;
  margin: 0 auto 0.75rem;
  display: block;
  filter: drop-shadow(0 0 10px rgba(57, 255, 20, 0.35));
}

.store-hero {
  text-align: center;
}

.store-hero h1 {
  font-family: 'Cinzel', serif;
  color: var(--green-neon);
  text-shadow: 0 0 18px rgba(57, 255, 20, 0.25);
}

.store-page footer {
  text-align: center;
  padding: 2rem 1rem;
  color: var(--text-muted);
  border-top: 1px solid var(--green-border);
  margin-top: 2rem;
}

.store-page footer strong {
  color: var(--green-neon);
}
