.shop-product-page {
  padding: 28px 0 40px;
}

.shop-product-hero {
  position: relative;
  margin-bottom: 24px;
}

.shop-product-hero__wrap {
  position: relative;
  overflow: hidden;
  padding: 36px;
  border-radius: 30px;
  background:
      linear-gradient(135deg, rgba(8, 13, 25, 0.97), rgba(11, 17, 30, 0.95));
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow:
      0 24px 70px rgba(0,0,0,0.34),
      inset 0 1px 0 rgba(255,255,255,0.04);
}

.shop-product-hero__glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(90px);
  opacity: 0.34;
  pointer-events: none;
}

.shop-product-hero__glow--one {
  top: -80px;
  right: -10px;
  width: 240px;
  height: 240px;
  background: rgba(37, 99, 235, 0.34);
}

.shop-product-hero__glow--two {
  bottom: -70px;
  left: 10px;
  width: 220px;
  height: 220px;
  background: rgba(168, 85, 247, 0.28);
}

.shop-product-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 28px;
  align-items: center;
}

.shop-product-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 10px 14px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  color: #dbeafe;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shop-product-hero__badge-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #60a5fa;
  box-shadow: 0 0 18px rgba(96, 165, 250, 0.8);
}

.shop-product-hero__category {
  margin-bottom: 10px;
  color: #8fb5ff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shop-product-hero__title {
  margin: 0;
  color: #ffffff;
  font-size: 56px;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.shop-product-hero__text {
  margin: 20px 0 0;
  color: #cedbec;
  font-size: 18px;
  line-height: 1.9;
}

.shop-product-hero__tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.shop-product-visual {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 20px 50px rgba(0,0,0,0.24);
  background:
      linear-gradient(160deg, rgba(15, 23, 42, 0.95), rgba(17, 24, 39, 0.92));
}

.shop-product-visual__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.shop-product-visual--placeholder {
  display: grid;
  place-items: center;
}

.shop-product-visual__orb {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(96,165,250,0.8) 0%, rgba(96,165,250,0.16) 40%, transparent 72%);
  filter: blur(8px);
}

.shop-product-visual__label {
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.shop-product-content__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 24px;
}

.shop-product-info-card,
.shop-product-buy-card {
  min-height: 100%;
}

.shop-product-info-card__head,
.shop-product-buy-card__head {
  margin-bottom: 18px;
}

.shop-product-info-list {
  display: grid;
  gap: 0;
}

.shop-product-info-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.shop-product-info-row:last-child {
  border-bottom: 0;
}

.shop-product-info-row--block {
  grid-template-columns: 1fr;
}

.shop-product-info-label {
  color: #8ea6c3;
  font-weight: 700;
}

.shop-product-info-value {
  color: #edf4ff;
  font-weight: 700;
  word-break: break-word;
}

.shop-product-command {
  margin-top: 10px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
}

.shop-product-command code {
  color: #dbeafe;
  word-break: break-all;
}

.shop-product-buy-price {
  margin-bottom: 18px;
  padding: 20px;
  border-radius: 20px;
  background: rgba(37, 99, 235, 0.12);
  border: 1px solid rgba(37, 99, 235, 0.22);
}

.shop-product-buy-price__label {
  display: block;
  margin-bottom: 8px;
  color: #9fc3ff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.shop-product-buy-price__value {
  color: #ffffff;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.shop-product-buy-note {
  margin: 0 0 18px;
  color: #cdd9e8;
  line-height: 1.8;
}

.shop-product-buy-form {
  display: grid;
  gap: 10px;
}

.shop-product-auth-box {
  display: grid;
  gap: 14px;
}

.shop-product-buy-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.shop-quantity-group {
  max-width: 180px;
}

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

@media (max-width: 768px) {
  .shop-product-page {
      padding-top: 18px;
  }

  .shop-product-hero__wrap {
      padding: 24px;
      border-radius: 24px;
  }

  .shop-product-hero__title {
      font-size: 38px;
  }

  .shop-product-hero__text {
      font-size: 16px;
  }

  .shop-product-visual,
  .shop-product-visual__image {
      min-height: 240px;
  }

  .shop-product-info-row {
      grid-template-columns: 1fr;
      gap: 8px;
  }

  .shop-product-buy-price__value {
      font-size: 28px;
  }

  .shop-product-buy-actions {
      flex-direction: column;
  }
}
