.product-page {
  --exp-bg: #040914;
  --exp-bg-soft: #07111f;
  --exp-panel: rgba(10, 20, 34, 0.9);
  --exp-panel-2: rgba(13, 24, 40, 0.92);
  --exp-line: rgba(118, 164, 211, 0.18);
  --exp-text: #f5f8ff;
  --exp-muted: #94a8c3;
  --exp-soft: #b7c6d8;
  --exp-pill-text: #0b2031;
  --exp-accent: #56d8ff;
  --exp-shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
  --exp-radius: 18px;
  color: var(--exp-text);
  font-family: "Rajdhani", sans-serif;
  letter-spacing: 0.01em;
  background:
    radial-gradient(circle at 12% 10%, rgba(45, 102, 177, 0.18), transparent 28%),
    radial-gradient(circle at 88% 28%, rgba(25, 78, 166, 0.18), transparent 24%),
    radial-gradient(circle at 78% 82%, rgba(65, 22, 145, 0.18), transparent 22%),
    linear-gradient(180deg, #03050b 0%, #04101d 32%, #031019 62%, #050813 100%);
}

.product-page::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(74, 120, 191, 0.08) 0, rgba(74, 120, 191, 0.08) 1px, transparent 1px, transparent 120px),
    linear-gradient(rgba(255, 255, 255, 0.015) 0, rgba(255, 255, 255, 0.015) 1px, transparent 1px, transparent 120px);
  opacity: 0.32;
}

.product-page a {
  color: inherit;
  text-decoration: none;
}

.product-page .container {
  width: min(1360px, calc(100vw - 48px));
}

.product-page .topbar {
  border-bottom: 1px solid rgba(102, 143, 197, 0.08);
  background: linear-gradient(180deg, rgba(2, 7, 14, 0.96), rgba(4, 11, 21, 0.82));
}

.product-page .topbar--categories {
  border-bottom: 1px solid rgba(102, 143, 197, 0.1);
  background: rgba(2, 8, 16, 0.75);
}

.product-page .topbar__inner,
.product-page .header__inner,
.product-page .footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.product-page .topbar__inner {
  min-height: 36px;
  font-size: 13px;
  color: var(--exp-muted);
}

.product-page .topbar__links,
.product-page .footer__legal {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.product-page .topbar__link:hover,
.product-page .footer__legal a:hover,
.product-page .footer__col a:hover {
  color: #fff;
}

.product-page .site-header {
  border-bottom: 1px solid rgba(102, 143, 197, 0.1);
  background: rgba(3, 8, 16, 0.82);
  backdrop-filter: blur(14px);
}

.product-page .header__inner {
  min-height: 78px;
}

.product-page .logo {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-width: 180px;
}

.product-page .logo img {
  width: 152px !important;
  height: auto !important;
  filter: drop-shadow(0 0 16px rgba(58, 144, 255, 0.24));
}

.product-page .search {
  position: relative;
  flex: 1 1 500px;
  max-width: 560px;
}

.product-page .search__input {
  width: 100%;
  height: 40px;
  padding: 0 42px 0 16px;
  border-radius: 2px;
  border: 1px solid rgba(120, 161, 212, 0.2);
  background: rgba(6, 15, 28, 0.92);
  color: var(--exp-text);
  font-family: "Rajdhani", sans-serif;
  font-size: 14px;
  letter-spacing: 0.02em;
}

.product-page .search__input::placeholder {
  color: #6f86a6;
}

.product-page .search__icon {
  position: absolute;
  right: 12px;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  fill: #88a4c6;
  pointer-events: none;
}

.product-page .header__cta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-page .header__cta .btn,
.product-page .cart-button,
.product-page .buy-button,
.product-page .ghost-button,
.product-page .review-button {
  border: 1px solid rgba(134, 175, 220, 0.18);
  background: linear-gradient(180deg, rgba(17, 31, 48, 0.96), rgba(8, 18, 31, 0.96));
  color: var(--exp-text);
  border-radius: 4px;
  font-family: "Rajdhani", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.product-page .header__cta .btn:hover,
.product-page .cart-button:hover,
.product-page .buy-button:hover,
.product-page .ghost-button:hover,
.product-page .review-button:hover {
  transform: translateY(-1px);
  border-color: rgba(134, 175, 220, 0.4);
}

.product-page .header__cta .btn {
  height: 38px;
  padding: 0 15px;
}

.product-page .header__cta .btn--secondary,
.product-page .review-button {
  background: linear-gradient(180deg, rgba(20, 35, 52, 0.98), rgba(8, 17, 29, 0.98));
  box-shadow: inset 0 0 0 1px rgba(102, 191, 255, 0.16);
}

.product-page .cart-button {
  width: 40px;
  height: 38px;
  padding: 0;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.product-page .cart-button__icon {
  width: 18px;
  height: 18px;
}

.product-page .cart-button__count {
  position: absolute;
  right: -6px;
  top: -5px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #3dbbff, #1787d6);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.product-page .topbar--categories .topbar__inner {
  min-height: 48px;
}

.product-page .topbar--categories .topbar__links {
  gap: 26px;
  font-size: 14px;
  font-weight: 600;
  color: #b0bfd4;
}

.product-page .topbar--categories .topbar__link {
  position: relative;
  padding: 14px 0;
}

.product-page .topbar--categories .topbar__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--exp-accent), transparent);
  opacity: 0;
  transform: scaleX(0.4);
  transition: opacity 180ms ease, transform 180ms ease;
}

.product-page .topbar--categories .topbar__link:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.product-page .page {
  padding: 22px 0 0;
}

.product-page .breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  color: #7890b0;
  font-size: 13px;
  font-weight: 500;
}

.product-page .breadcrumbs span {
  color: #516884;
}

.product-page .auth-status {
  margin-bottom: 14px;
  color: #8fd7ff;
  font-size: 14px;
  font-weight: 600;
}

.product-page .hero {
  display: grid;
  grid-template-columns: minmax(280px, 1.02fr) minmax(300px, 0.86fr);
  gap: 30px;
  align-items: start;
}

.product-page .media-panel,
.product-page .info-panel,
.product-page .section-panel {
  position: relative;
  border: 1px solid var(--exp-line);
  border-radius: var(--exp-radius);
  background: linear-gradient(180deg, rgba(10, 18, 31, 0.94), rgba(7, 14, 25, 0.94));
  box-shadow: var(--exp-shadow);
  overflow: hidden;
}

.product-page .media-panel::before,
.product-page .info-panel::before,
.product-page .section-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(84, 144, 255, 0.05), transparent 22%, transparent 78%, rgba(84, 144, 255, 0.04));
}

.product-page .media-panel {
  padding: 20px 20px 24px;
}

.product-page .poster-frame {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(118, 164, 211, 0.16);
  background: #02050a;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.46);
}

.product-page #productMedia img,
.product-page #productMedia .product-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 900px;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
}

.product-page .art-caption {
  margin: 10px 2px 22px;
  color: #6f87a6;
  font-size: 11px;
  line-height: 1.45;
  text-align: center;
}

.product-page .section-kicker {
  margin: 0 0 12px;
  color: #f8fbff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.product-page .trailer {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(118, 164, 211, 0.16);
  background: #01050b;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.32);
}

.product-page .trailer iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  display: block;
}

.product-page .info-panel {
  padding: 22px 24px 26px;
}

.product-page .eyebrow {
  margin: 2px 0 14px;
  color: #7d93b0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-page .product-title {
  margin: 0 0 18px;
  color: var(--exp-text);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(38px, 4vw, 48px);
  font-weight: 600;
  line-height: 0.92;
  letter-spacing: 0.01em;
  text-wrap: balance;
}

.product-page .product-title--mobile {
  display: none;
}

.product-page .subcopy {
  margin: 8px 0 14px;
  color: #d2deeb;
  font-size: 16px;
  font-weight: 500;
}

.product-page .purchase-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.product-page .product-disc-condition {
  margin: 4px 0 16px;
  border: 1px solid rgba(84, 212, 255, 0.22);
  border-radius: 12px;
  padding: 12px 14px;
  background: linear-gradient(180deg, rgba(84, 212, 255, 0.12), rgba(255, 255, 255, 0.03));
}

.product-page .product-disc-condition__label {
  color: #8fd7ff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-page .product-disc-condition__value {
  margin-top: 8px;
  color: #f8fbff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.product-page .price-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 122px;
  min-height: 58px;
  padding: 0 18px;
  border-radius: 9px;
  background: linear-gradient(180deg, #54d4ff, #28a9ed);
  color: var(--exp-pill-text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 14px 24px rgba(18, 132, 199, 0.25);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.product-page .genre-chip {
  height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 8px;
  border: 1px solid rgba(149, 182, 215, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: #d7e0ec;
  font-size: 14px;
  font-weight: 600;
}

.product-page .genre-chip[hidden] {
  display: none !important;
}

.product-page .purchase-box {
  margin-bottom: 24px;
  border: 1px solid rgba(118, 164, 211, 0.16);
  border-radius: 12px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.03);
}

.product-page .quantity-head {
  margin-bottom: 12px;
  color: #89a0bc;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-page .quantity-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
}

.product-page .action-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.product-page .buy-button,
.product-page .ghost-button,
.product-page .review-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 128px;
  height: 38px;
  padding: 0 15px;
}

.product-page .buy-button {
  background: linear-gradient(180deg, #19a65e, #118249);
  border-color: rgba(85, 216, 147, 0.18);
  color: #eafff3;
}

.product-page .ghost-button,
.product-page .review-button {
  min-width: 118px;
}

.product-page .qty {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  border: 1px solid rgba(149, 182, 215, 0.18);
  background: rgba(6, 13, 23, 0.9);
  border-radius: 4px;
  overflow: hidden;
  min-width: 128px;
  height: 38px;
}

.product-page .qty button {
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #dce7f4;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
}

.product-page .qty button:hover {
  background: rgba(255, 255, 255, 0.06);
}

.product-page .qty input {
  width: 52px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.product-page .dispatch-note {
  margin-top: 12px;
  color: #96acc7;
  font-size: 12px;
  line-height: 1.42;
}

.product-page .copy-title {
  margin: 0 0 14px;
  color: #f8fbff;
  font-size: 20px;
  font-weight: 700;
}

.product-page .overview {
  margin-bottom: 24px;
}

.product-page .overview-copy p,
.product-page .product-review__body {
  margin: 0 0 12px;
  color: #ccdae9;
  font-size: 16px;
  line-height: 1.48;
}

.product-page .overview-copy p:last-child,
.product-page .product-review__body:last-child {
  margin-bottom: 0;
}

.product-page .product-franchise,
.product-page .product-songlist {
  margin-top: 14px;
  color: #ccdae9;
}

.product-page .product-franchise__label,
.product-page .product-songlist__title {
  display: block;
  margin-bottom: 8px;
  color: #8fa5c1;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-page .product-franchise__link,
.product-page .spec-value a,
.product-page .product-trailer__link {
  color: #8fd7ff;
}

.product-page .spec-table {
  margin: 0;
  border: 1px solid rgba(118, 164, 211, 0.12);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(4, 9, 18, 0.5);
}

.product-page .spec-row {
  display: grid;
  grid-template-columns: 38% 62%;
  min-height: 50px;
  border-bottom: 1px solid rgba(118, 164, 211, 0.1);
}

.product-page .spec-row:last-child {
  border-bottom: 0;
}

.product-page .spec-row--highlight .spec-label {
  background: rgba(84, 212, 255, 0.08);
  color: #8fd7ff;
}

.product-page .spec-row--highlight .spec-value {
  background: rgba(84, 212, 255, 0.04);
  color: #f8fbff;
  font-weight: 800;
}

.product-page .spec-label,
.product-page .spec-value {
  padding: 14px 16px;
  display: flex;
  align-items: center;
}

.product-page .spec-label {
  color: #8fa5c1;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.02);
}

.product-page .spec-value {
  color: #eaf2fc;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}

.product-page .product-specs__list {
  margin: 0;
  padding-left: 18px;
}

.product-page .product-specs__list li + li {
  margin-top: 4px;
}

.product-page .section-panel {
  margin-top: 22px;
  padding: 16px 18px 18px;
}

.product-page .section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.product-page .section-head h2 {
  margin: 0;
  color: #f8fbff;
  font-size: 20px;
  font-weight: 700;
}

.product-page .product-empty-note,
.product-page .product-review__empty {
  color: #8da2bd;
  font-size: 15px;
  font-weight: 600;
  min-height: 32px;
  display: flex;
  align-items: center;
}

.product-page .product-review {
  border: 1px solid rgba(118, 164, 211, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  padding: 14px 16px;
}

.product-page .product-review + .product-review {
  margin-top: 12px;
}

.product-page .product-review__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.product-page .product-review__date {
  color: #7f95b0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-page .product-review__author {
  margin-bottom: 8px;
  color: #edf4fb;
  font-size: 15px;
  font-weight: 700;
}

.product-page .related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.product-page .related-card {
  display: grid;
  gap: 8px;
  align-content: start;
  padding: 10px;
  border: 1px solid rgba(118, 164, 211, 0.16);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.02);
}

.product-page .related-card:hover .related-card__title {
  color: #fff;
}

.product-page .related-card__media {
  aspect-ratio: 0.74 / 1;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(118, 164, 211, 0.16);
  background: rgba(255, 255, 255, 0.04);
}

.product-page .related-card__media img,
.product-page .related-card__fallback {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.product-page .related-card__title {
  min-height: 34px;
  color: #edf4fb;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-page .related-card__price {
  color: #4bc4ff;
  font-size: 17px;
  font-weight: 700;
}

.product-page .site-footer {
  margin-top: 26px;
  border-top: 1px solid rgba(102, 143, 197, 0.12);
  background: linear-gradient(180deg, rgba(2, 7, 14, 0.82), rgba(3, 8, 15, 0.98));
}

.product-page .site-footer .footer__grid {
  padding: 34px 0 26px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
}

.product-page .site-footer h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
}

.product-page .site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
  color: #95abc6;
  font-size: 14px;
  font-weight: 500;
}

.product-page .newsletter__input {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  border: 1px solid rgba(149, 182, 215, 0.16);
  background: rgba(255, 255, 255, 0.04);
  padding: 0 12px;
  color: #dce8f3;
}

.product-page .newsletter__status,
.product-page .fineprint,
.product-page .footer__bottom {
  color: #7e92ac;
  font-size: 13px;
}

.product-page .footer__bottom {
  min-height: 56px;
  border-top: 1px solid rgba(102, 143, 197, 0.1);
}

@media (max-width: 1100px) {
  .product-page .related-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .product-page .container {
    width: min(100vw - 24px, 1000px);
  }

  .product-page .topbar__inner,
  .product-page .header__inner,
  .product-page .footer__bottom {
    flex-direction: column;
    align-items: stretch;
    padding: 10px 0;
  }

  .product-page .topbar__actions,
  .product-page .header__cta {
    justify-content: flex-start;
  }

  .product-page .logo {
    justify-content: center;
  }

  .product-page .topbar--categories .topbar__links {
    gap: 16px;
    justify-content: center;
  }

  .product-page .hero {
    grid-template-columns: 1fr;
  }

  .product-page .media-panel .product-title--mobile {
    display: block;
    margin-bottom: 18px;
    text-align: center;
  }

  .product-page .info-panel > .product-title {
    display: none;
  }

  .product-page .quantity-row {
    grid-template-columns: 1fr;
  }

  .product-page .qty {
    justify-self: start;
  }

  .product-page .site-footer .footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-page .spec-row {
    grid-template-columns: 38% 62%;
  }
}

@media (max-width: 560px) {
  .product-page .page {
    padding-top: 14px;
  }

  .product-page .product-title {
    font-size: 34px;
  }

  .product-page .site-footer .footer__grid {
    grid-template-columns: 1fr;
  }

  .product-page .purchase-row,
  .product-page .action-buttons {
    align-items: stretch;
  }

  .product-page .price-pill,
  .product-page .genre-chip,
  .product-page .buy-button,
  .product-page .ghost-button {
    width: 100%;
  }

  .product-page .spec-row {
    grid-template-columns: 40% 60%;
  }

  .product-page .spec-label,
  .product-page .spec-value {
    padding: 12px 14px;
  }

  .product-page .spec-label {
    font-size: 11px;
    letter-spacing: 0.08em;
  }

  .product-page .spec-value {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .product-page .product-related-section {
    padding: 14px;
  }

  .product-page .product-related-section .section-head {
    margin-bottom: 10px;
  }

  .product-page .related-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc(100% - 8px);
    grid-template-columns: none;
    gap: 10px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 2px;
  }

  .product-page .related-card {
    scroll-snap-align: start;
  }
}
