/* Shop page - PC Web Server ecommerce platform starter layout */
/* Hero banner fix: normal-flow image, full image visible, no fade/blur overlay, no negative z-index. */
.shop-main {
  padding: 0 0 4rem;
}

.shop-hero {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  height: clamp(320px, 16vw, 320px);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 139, 243, 0.34);
  box-shadow: 0 16px 46px rgba(0, 0, 0, 0.34);
  background: #01040a;
}

.shop-hero-image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  opacity: 1;
  filter: none;
  pointer-events: none;
}

.shop-hero-content {
  display: none;
}

.shop-hero::after {
  display: none;
}

.shop-hero-content {
  display: none;
}

.shop-eyebrow,
.shop-section-kicker {
  margin: 0 0 0.55rem;
  color: var(--green-soft);
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.shop-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2rem, 4.5vw, 4.15rem);
  line-height: 0.98;
  font-weight: 400;
  letter-spacing: -0.05em;
  text-shadow:
    0 0 14px rgba(0, 139, 243, 0.3),
    0 6px 18px rgba(0, 0, 0, 0.72);
}

.shop-hero-lead {
  max-width: 680px;
  margin: 0.85rem 0 0;
  color: rgba(244, 248, 255, 0.98);
  font-size: clamp(0.98rem, 1.35vw, 1.14rem);
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.78);
}

.shop-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.45rem;
}

.shop-intro {
  padding-top: 2rem;
}

.shop-intro-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.2fr);
  gap: 1.25rem;
  align-items: center;
  padding: clamp(1.1rem, 2.4vw, 1.6rem) !important;
  background:
    linear-gradient(135deg, rgba(7, 17, 31, 0.92), rgba(3, 8, 17, 0.96)),
    radial-gradient(circle at top right, rgba(114, 255, 24, 0.09), transparent 22rem) !important;
}

.shop-intro-card h2,
.shop-sidebar h2,
.shop-products h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  line-height: 1.06;
  font-weight: 400;
  letter-spacing: -0.035em;
}

.shop-intro-card p:last-child {
  margin: 0;
  color: var(--muted);
}

.shop-layout {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: 1.2rem;
  align-items: start;
  padding-top: 1.2rem;
}

.shop-sidebar,
.shop-products {
  padding: clamp(1rem, 2vw, 1.35rem) !important;
  background:
    linear-gradient(135deg, rgba(7, 17, 31, 0.9), rgba(3, 8, 17, 0.95)),
    radial-gradient(circle at top left, rgba(0, 139, 243, 0.13), transparent 20rem) !important;
}

.shop-sidebar {
  position: sticky;
  top: 110px;
}

.shop-sidebar-header {
  margin-bottom: 1rem;
}

.shop-category-list {
  display: grid;
  gap: 0.7rem;
}

.shop-category-button {
  width: 100%;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.75rem 0.9rem;
  border-radius: 16px;
  color: #ffffff;
  background: rgba(35, 35, 35, 0.58);
  border: 1px solid rgba(35, 35, 35, 0.94);
  box-shadow:
    0 0 0 1px rgba(0, 139, 243, 0.22),
    0 0 18px rgba(0, 139, 243, 0.25),
    0 12px 28px rgba(0, 0, 0, 0.28);
  cursor: pointer;
  text-align: left;
}

.shop-category-button span,
.shop-category-button strong {
  font-weight: 400;
}

.shop-category-button strong {
  color: var(--green-soft);
}

.shop-category-button:hover,
.shop-category-button:focus-visible,
.shop-category-button.is-active {
  outline: none;
  background: rgba(35, 35, 35, 0.78);
  box-shadow:
    0 0 0 1px rgba(0, 139, 243, 0.5),
    0 0 24px rgba(0, 139, 243, 0.52),
    0 0 26px rgba(114, 255, 24, 0.16),
    0 14px 34px rgba(0, 0, 0, 0.34);
}

.shop-sidebar-note {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.shop-products-header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.shop-results-status {
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
  text-align: right;
}

.shop-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.shop-product-card {
  min-height: 100%;
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 1rem;
  padding: 1rem;
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(7, 17, 31, 0.84), rgba(1, 5, 12, 0.92)),
    radial-gradient(circle at top right, rgba(0, 139, 243, 0.12), transparent 17rem);
  border: 1px solid rgba(0, 139, 243, 0.28);
  box-shadow:
    0 0 0 1px rgba(0, 139, 243, 0.14),
    0 0 18px rgba(0, 139, 243, 0.22),
    0 14px 32px rgba(0, 0, 0, 0.27);
}

.shop-product-card[hidden] {
  display: none !important;
}

.shop-product-icon,
.shop-product-image-frame {
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  border-radius: 21px;
  color: #ffffff;
  background:
    radial-gradient(circle at 32% 25%, rgba(114, 255, 24, 0.26), transparent 38%),
    linear-gradient(135deg, rgba(0, 139, 243, 0.42), rgba(2, 5, 11, 0.84));
  border: 1px solid rgba(95, 216, 255, 0.32);
  box-shadow:
    inset 0 0 18px rgba(0, 139, 243, 0.22),
    0 0 20px rgba(0, 139, 243, 0.26);
}

.shop-product-icon {
  font-size: 0.92rem;
  letter-spacing: 0.02em;
}

.shop-product-image-frame {
  overflow: hidden;
  background:
    radial-gradient(circle at 30% 18%, rgba(114, 255, 24, 0.14), transparent 55%),
    linear-gradient(145deg, rgba(2, 5, 11, 0.82), rgba(7, 17, 31, 0.95));
}

.shop-product-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.38rem;
}

.shop-product-copy {
  min-width: 0;
}

.shop-product-topline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
  margin-bottom: 0.55rem;
}

.shop-pill,
.shop-status {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  font-size: 0.78rem;
  line-height: 1;
  border: 1px solid rgba(0, 139, 243, 0.26);
  color: rgba(244, 248, 255, 0.9);
  background: rgba(0, 0, 0, 0.26);
}

.shop-status {
  color: var(--muted);
}

.shop-status.is-featured {
  color: var(--green-soft);
  border-color: rgba(114, 255, 24, 0.34);
}

.shop-product-card h3 {
  margin: 0 0 0.45rem;
  color: #ffffff;
  font-size: clamp(1.12rem, 1.9vw, 1.45rem);
  line-height: 1.12;
  font-weight: 400;
  letter-spacing: -0.025em;
}

.shop-product-card p {
  margin: 0;
  color: var(--muted);
}

.shop-product-points {
  margin: 0.8rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.35rem;
  color: rgba(244, 248, 255, 0.82);
  font-size: 0.94rem;
}

.shop-product-points li {
  position: relative;
  padding-left: 1rem;
}

.shop-product-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: var(--green-soft);
  box-shadow: 0 0 10px rgba(114, 255, 24, 0.46);
  transform: translateY(-50%);
}

.shop-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

.shop-card-actions .btn {
  min-height: 38px;
  padding: 0 14px;
  font-size: 0.92rem;
}

@media (max-width: 1120px) {
  .shop-product-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .shop-hero {
    height: auto;
    min-height: 0;
  }

  .shop-hero-content {
    height: auto;
    min-height: 0;
  }

  .shop-intro-card,
  .shop-layout {
    grid-template-columns: 1fr;
  }

  .shop-sidebar {
    position: static;
  }

  .shop-category-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shop-products-header {
    display: block;
  }

  .shop-results-status {
    margin-top: 0.55rem;
    text-align: left;
  }
}


@media (max-width: 620px) {
  .shop-hero {
    height: auto;
    min-height: 0;
  }

  .shop-hero-image {
    object-position: center top;
  }

  .shop-hero-content {
    height: auto;
    min-height: 0;
  }

  .shop-hero h1 {
    font-size: clamp(1.55rem, 8vw, 2.25rem);
  }

  .shop-hero-lead {
    font-size: 0.92rem;
    max-width: 92%;
  }

  .shop-category-list,
  .shop-product-card {
    grid-template-columns: 1fr;
  }

  .shop-product-icon,
  .shop-product-image-frame {
    width: 72px;
    height: 72px;
    border-radius: 18px;
  }
}

