.product-page-body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #f4f7fb;
}

.product-page {
  flex: 1;
  background: #f4f7fb;
}

.product-page__inner {
  width: min(1120px, 92%);
  margin: 0 auto;
  padding: 1.5rem 0 3rem;
}

.product-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
  color: #667085;
  font-size: 0.92rem;
}

.product-breadcrumb a {
  color: #006eb7;
  text-decoration: none;
}

.product-breadcrumb a:hover {
  text-decoration: underline;
}

.product-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 1.75rem;
  align-items: start;
}

.product-hero__left {
  display: grid;
  gap: 1.25rem;
  align-content: start;
}

.product-hero__media {
  background: #fff;
  border: 1px solid #e4edf5;
  border-radius: 16px;
  padding: 0.85rem;
  box-shadow: 0 12px 30px rgba(0, 62, 142, 0.07);
}

.product-hero__image {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #d0d5dd;
  border-radius: 0;
}

.product-hero__placeholder {
  min-height: 240px;
  display: grid;
  place-items: center;
  color: #98a2b3;
  background: #f2f4f7;
  border: 1px solid #d0d5dd;
  border-radius: 0;
}

.product-hero__buy {
  background: #fff;
  border: 1px solid #e4edf5;
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 12px 30px rgba(0, 62, 142, 0.07);
}

.product-eyebrow {
  margin: 0 0 0.35rem;
  color: #006eb7;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-title {
  margin: 0 0 0.5rem;
  color: #101828;
  font-size: clamp(1.55rem, 2.6vw, 2rem);
  line-height: 1.2;
}

.product-reviews {
  margin-bottom: 1rem;
}

.product-price-block {
  margin-bottom: 1rem;
}

.product-price {
  margin: 0;
  color: #003d8e;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
}

.product-price-note {
  margin: 0.4rem 0 0;
  color: #667085;
  font-size: 0.88rem;
  line-height: 1.4;
}

.product-form {
  display: grid;
  gap: 0.85rem;
  margin-bottom: 1rem;
}

.product-field {
  display: grid;
  gap: 0.4rem;
}

.product-field__label {
  color: #344054;
  font-size: 0.92rem;
  font-weight: 600;
}

.product-select {
  width: 100%;
  padding: 0.85rem 0.95rem;
  border: 1px solid #d0d5dd;
  border-radius: 10px;
  background: #fff;
  color: #101828;
  font-size: 1rem;
}

.product-button {
  width: 100%;
  padding: 1rem 1.25rem;
  border: 0;
  border-radius: 10px;
  background: #73c539;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.15s ease;
}

.product-button:hover {
  background: #63b12f;
  transform: translateY(-1px);
}

.product-button--customize {
  background: #006eb7;
}

.product-button--customize:hover:not(:disabled) {
  background: #005a96;
}

.product-button--customize:disabled {
  opacity: 0.65;
  cursor: wait;
  transform: none;
}

.product-design-actions {
  display: grid;
  gap: 0.65rem;
}

.product-button--secondary {
  background: #fff;
  color: #006eb7;
  border: 1px solid #006eb7;
}

.product-button--secondary:hover:not(:disabled) {
  background: #e8f4fc;
  transform: translateY(-1px);
}

.product-button--secondary:disabled {
  opacity: 0.65;
  cursor: wait;
  transform: none;
}

.product-spellcheck {
  margin: 0;
}

.product-spellcheck__inner {
  display: grid;
  gap: 0.45rem;
  padding: 0.85rem 0.95rem;
  border: 1px solid #f04438;
  border-radius: 10px;
  background: #fef3f2;
}

.product-spellcheck__title {
  margin: 0;
  color: #b42318;
  font-size: 0.95rem;
  font-weight: 700;
}

.product-spellcheck__body {
  margin: 0;
  color: #912018;
  font-size: 0.88rem;
  line-height: 1.45;
}

.product-spellcheck__dismiss {
  justify-self: start;
  margin-top: 0.15rem;
  padding: 0;
  border: 0;
  background: none;
  color: #b42318;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}

.product-spellcheck__dismiss:hover {
  color: #912018;
}

.product-designer-help {
  margin: 0.65rem 0 0;
  color: #667085;
  font-size: 0.88rem;
  text-align: center;
}

.product-designer-help a {
  color: #006eb7;
  font-weight: 600;
  text-decoration: none;
}

.product-designer-help a:hover {
  text-decoration: underline;
}

.product-lead {
  margin: 1rem 0 0.75rem;
  padding-top: 1rem;
  border-top: 1px solid #eaecf0;
  color: #475467;
  font-size: 0.98rem;
  line-height: 1.55;
}

.product-note {
  margin: 0 0 1rem;
  color: #667085;
  font-size: 0.9rem;
  line-height: 1.5;
}

.product-features {
  margin: 0 0 1rem;
  padding-left: 1.1rem;
  color: #475467;
  font-size: 0.92rem;
  line-height: 1.65;
}

.product-details .product-features {
  margin-top: 0.25rem;
}

.product-details {
  padding: 1.25rem 1.5rem;
  border: 1px solid #e4edf5;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0, 62, 142, 0.07);
}

.product-details h2 {
  margin: 0 0 0.75rem;
  color: #101828;
  font-size: 1.35rem;
}

.product-details p {
  margin: 0 0 0.75rem;
  color: #475467;
  line-height: 1.65;
}

.product-details a {
  color: #006eb7;
}

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

  .product-hero__buy {
    order: -1;
  }

  .product-hero__left {
    order: 1;
  }
}
