.mini-cart-tabs {
  margin-bottom: 1em;
  display: flex;
  justify-content: center;
  margin-top: 0;
}

.gecko-tabs {
  margin: 0;
  list-style: none;
  padding: 0;
  font-size: 1rem;
}

.tab-link {
  padding: 5px 10px;
  cursor: pointer;
  background: #f1f1f1;
  /* border-radius: 0px 0px 20px 20px; */
  box-shadow: 0 0 10px 1px #0006;
}

.tab-link:first-child {
  border-radius: 0px 0px 0px 20px;
}

.tab-link:last-child {
  border-radius: 0px 0px 20px 0px;
}

.tab-link:hover {
  filter: brightness(85%);
}

.tab-link.active {
  filter: brightness(85%);
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.gecko-tabs .tab-link {
  cursor: pointer;
  display: inline-block;
  /* margin: 0 10px; */
}

.gecko-tabs .tab-link:only-child {
  border-radius: 0 0 20px 20px;
}

.gecko-tabs .tab-link.active {
  font-weight: bold;
}
