.home-product-specs {
  display: grid;
  gap: 12px;
  margin: 16px 0 0;
  padding: 0;
  line-height: 1.5;
}
.home-product-specs dt {
  margin: 0;
  color: #596579;
  font-size: 14px;
  font-weight: 400;
  overflow-wrap: anywhere;
}
.home-product-specs dd {
  margin: 4px 0 0;
  color: #ed333b;
  font-size: 16px;
  font-weight: 700;
  overflow-wrap: anywhere;
}
.home-product-specs .spec-unit { white-space: nowrap; }
@media (max-width: 479px) {
  .home-product-specs dt { font-size: 12px; }
  .home-product-specs dd { font-size: 14px; }
}
