@import url("./product-page-v9-base.css");

/* V20.2 — readable shared information panels on every dynamic product page. */
section h2 {
  color: #fff8e8 !important;
  -webkit-text-fill-color: #fff8e8 !important;
  opacity: 1 !important;
}

section p {
  color: #cbd0d9 !important;
  -webkit-text-fill-color: #cbd0d9 !important;
  opacity: 1 !important;
}

section a {
  color: #f1d078 !important;
  -webkit-text-fill-color: #f1d078 !important;
  font-weight: 800;
}

/* V22 — product SEO, shopping details and clear mobile purchase layout. */
.breadcrumbs {
  max-width: 1180px;
  margin: 24px auto -24px;
  padding: 0 22px;
  display: flex;
  gap: 9px;
  align-items: center;
  color: #858b98;
  font-size: 12px;
}
.breadcrumbs a { color: #d7b56d; font-weight: 700; }
.details .buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 14px 24px;
  background: #d7b56d;
  color: #111;
  font-size: 13px;
  font-weight: 900;
}
.details .unit-price {
  margin: -18px 0 22px;
  color: #4b5563;
  font-size: 13px;
  font-weight: 700;
}
.price small {
  display: inline;
  color: #4b5563;
  font-size: 13px;
  font-weight: 600;
}
.details h1 {
  color: #17191f !important;
  -webkit-text-fill-color: #17191f !important;
}
.details .lead,
.details > small {
  color: #4b5563 !important;
  -webkit-text-fill-color: #4b5563 !important;
  opacity: 1 !important;
}
.spec-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}
.spec-grid > div {
  display: grid;
  gap: 5px;
  padding: 17px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 14px;
  background: #171a22;
}
.spec-grid strong { color: #f1d078; font-size: 12px; }
.spec-grid span { color: #f4f5f7; font-size: 13px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 22px 0; }
.steps > div { display: flex; gap: 12px; padding: 17px; border-radius: 15px; background: #171a22; }
.steps b { display: grid; place-items: center; flex: 0 0 32px; width: 32px; height: 32px; border-radius: 50%; background: #d7b56d; color: #111; }
.steps span { display: grid; gap: 5px; }
.steps strong { color: #fff8e8; }
.steps small { color: #b8bdc7; line-height: 1.5; }
.policy-links { display: flex; flex-wrap: wrap; gap: 18px; }
.faq { display: grid; gap: 10px; margin-top: 20px; }
.faq details { padding: 16px 18px; border-radius: 14px; background: #171a22; border: 1px solid rgba(255,255,255,.08); }
.faq summary { color: #fff8e8; font-weight: 800; cursor: pointer; }
.faq p { margin-bottom: 0; }
.related-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; margin: 22px 0; }
.related-card { display: flex; align-items: center; gap: 14px; padding: 12px; border-radius: 16px; background: #171a22; border: 1px solid rgba(255,255,255,.08); }
.related-card img { width: 82px; height: 82px; border-radius: 12px; object-fit: cover; }
.related-card span { display: grid; gap: 7px; }
.related-card strong { color: #fff8e8; font-size: 13px; }
.related-card small { color: #f1d078; font-weight: 800; }
footer a { color: #d7b56d; }

@media(max-width:800px) {
  .breadcrumbs { margin: 16px auto -6px; padding: 0 14px; overflow-x: auto; white-space: nowrap; }
  .spec-grid, .steps, .related-grid { grid-template-columns: 1fr; }
  .details .buy, .wa { width: 100%; margin: 6px 0; }
}
