.product-collection-label {
  font-weight: bold;
  margin-bottom: 1rem;
}

.product-collection-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
}

.product-table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid var(--color-background);
}

.product-table-tr {
  max-height: 96px;
  border-bottom: 2px solid var(--color-background);
}
.product-table-tr:last-child {
  border-bottom: none;
}
.product-table-tr td {
  border-right: 2px solid var(--color-background);
  background: white;
}
.product-table-tr td:last-child {
  border-right: none;
}
.product-table-tr:hover > td {
  background: #fcfcfc;
  cursor: pointer;
}
.product-table-tr td a {
  display: block;
  white-space: nowrap;
  padding: 2.6rem 1.5rem;
  height: 1.4rem;
}
.product-table-tr .product-table-image a {
  padding: 0;
  height: auto;
}

.product-table-image {
  width: 96px;
  text-align: center;
  padding: 2px !important;
}

.product-table-image img {
  width: auto;
  height: auto;
  max-width: 96px;
  max-height: 96px;
}

.product-table-nr {
  width: 4rem;
  text-align: center;
}

.product-table-name {

}

.product-table-info {
  width: 5rem;
  text-align: center;
}

.product-table-download {
  width: 1.5rem;
}

.product-table-download a {
  padding: 0 2.5rem;
  display: flex !important;
  align-items: center;
  gap: 0.5em;
}

.product-table-download a svg {
  width: 1.5rem;
}

.product-table-download a:hover {
  fill: var(--color-gold-tchibo-dark);
  color: var(--color-gold-tchibo-dark);
  text-decoration: underline;
}
