/* Reuse the product layout; keep The BIG adjustments isolated. */
.big-detail .product-specs {
  grid-template-columns: 1fr 0.8fr 1.1fr 1.1fr;
}
.big-detail .purchase-note {
  margin-top: 13px;
  color: #c1ccdb;
  font-size: 13px;
  line-height: 1.7;
}
@media (max-width: 760px) {
  .big-detail .product-specs {
    grid-template-columns: 1fr 1fr;
  }
}

.big-section {
  border-top: 1px solid var(--line);
}
[data-big-checkout]:disabled,
[data-big-checkout]:disabled:hover {
  background: #c5cfdc;
  color: #344459;
  cursor: default;
}
.hero [data-big-checkout]:disabled,
.hero [data-big-checkout]:disabled:hover {
  background: #34495e;
  color: #dce7f3;
}
