.desktop-related-products thead th {
  text-transform: capitalize;
  line-height: 42px;
  font-weight: 700;
  font-size: 1rem;
  position: sticky;
  background: #ebf0f0;
  color: #112945;
  text-align: center;
}

.desktop-related-products table tbody tr:nth-child(even) td {
  background-color: #ebf0f0;
  /* white or your preferred colour */
}

.desktop-related-products table td {
  padding: 0.5rem;
  color: #112945;
  text-align: center;
  vertical-align: middle;
}

.desktop-related-products tbody button {
  width: 7.5rem;
}

.mobile-attributes tr td:nth-child(1) {
  font-weight: 700;
  font-size: 11px;
  line-height: 20px;
  color: #112945;
  text-align: left;
  max-width: 110px;
  padding-right: 9px;
}

.mobile-attributes tr td:nth-child(2) {
  font-size: 11px;
  line-height: 20px;
  color: #112945;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 80px;
}