.filter .button-filter {
  background: var(--contrastColorInverted);
  padding: 10px 15px;
  border-color: var(--mainColor);
  color: var(--mainColor);
}
.filter .button-filter.active {
  background-color: var(--mainColor);
  color: var(--contrastColorInverted);
  border-color: var(--mainColor);
}
.filter .button-filter.active:hover {
  background-color: var(--secondColor);
  border-color: var(--secondColor);
  color: var(--contrastColorInverted);
}

.tx-hph-affiliate-catalog .item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.tx-hph-affiliate-catalog .buttons {
  margin-top: 40px;
}
.tx-hph-affiliate-catalog .more-shops {
  margin-top: 40px;
}
.tx-hph-affiliate-catalog .more-shops h3 {
  margin-bottom: 20px;
}
