:root {
  --pink: #c61f68;
  --pink-gradient: linear-gradient(135deg, #c61f68 0%, #a9164f 100%);
  --muted: #665d7d;
}

.spark,
.product-rating-row,
.rating,
.stars {
  display: none !important;
}

:where(a, button, input, select, [tabindex]):focus-visible {
  outline: 3px solid #5b2fd1 !important;
  outline-offset: 3px;
}

.hero-card::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(34, 19, 69, 0.75) 0%, rgba(34, 19, 69, 0.38) 48%, rgba(34, 19, 69, 0.04) 78%);
}

.hero-content {
  z-index: 5;
}

.hero-content p {
  color: #fff;
  text-shadow: 0 2px 8px rgba(18, 10, 36, 0.65);
}

.game-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.game-title {
  display: -webkit-box;
  min-height: 2.4em;
  white-space: normal;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card:hover {
  transform: translateY(-5px);
}

.preview-copy {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  min-height: 2.9em;
}

.commerce-preview .btn.disabled {
  width: 100%;
  justify-content: center;
}

.hardened-footer-grid {
  grid-template-columns: 2fr 1fr 1fr;
}

@media (min-width: 1100px) and (max-width: 1550px) {
  .navlinks {
    display: flex !important;
  }
  .navlinks a:nth-child(1),
  .navlinks a:nth-child(7),
  .navlinks a:nth-child(8) {
    display: none;
  }
  .mobile-toggle,
  .header-cart-btn {
    display: none !important;
  }
  .searchbox {
    min-width: 170px;
  }
  .navlinks a {
    padding-inline: 11px;
  }
}

@media (max-width: 1180px) {
  .game-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .game-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hero-content {
    background: rgba(31, 18, 59, 0.66);
    border-radius: 22px;
    padding: 22px;
    backdrop-filter: blur(5px);
  }
  .hardened-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 520px) {
  .game-grid,
  .hardened-footer-grid {
    grid-template-columns: 1fr;
  }
  .hero-content {
    left: 14px;
    right: 14px;
    top: 18px;
    bottom: 18px;
  }
}
