.qr-product-page {
  padding-top: 60px;
  padding-bottom: 70px;
}

.qr-product-layout {
  align-items: start;
}

.qr-product-content h1 {
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.2;
  margin: 0 0 18px;
}

.qr-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 12px 22px;
  margin: 0 0 22px;
  border-radius: 999px;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 800;
  line-height: 1;
}

.qr-short-description {
  font-size: 18px;
  line-height: 1.85;
  margin-bottom: 26px;
}

.qr-details {
  padding: 24px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 46px rgba(13, 38, 76, 0.08);
}

.qr-details h2 {
  margin: 0 0 14px;
  font-size: 25px;
}

.qr-details p {
  margin: 0;
  line-height: 1.95;
  white-space: normal;
}

.qr-product-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(13, 38, 76, 0.14);
}

@media (max-width: 900px) {
  .qr-product-page {
    padding-top: 32px;
    padding-bottom: 48px;
  }

  .qr-short-description {
    font-size: 16px;
  }

  .qr-details {
    padding: 18px;
  }
}
