.title-group {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.title-group h3 {
  color: #137C4E;
  font-size: 107.69%;
  font-weight: normal;
  font-family: 'grandis_extendedmedium';
}

.title-group h2 {
  font-size: 276.92%;
  font-family: 'grandis_extendedbold';
  display: inline-block;
  position: relative;
  color: #282828;
}

.filter-actions {
  margin-top: 10px;
  margin-bottom: 30px;
}

.vin-filter-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 10px 0;
}

.vin-label {
  font-size: 13px;
  color: #555;
}

.vin-filter-btn {
  background: #222;
  border-radius: 4px;
  cursor: pointer;
}

.filter-item.is-hidden {
  display: none;
}

.swatch {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #ccc;
  display: inline-block;
}

.swatch-item {
  display: inline-block;
  margin: 5px;
}

.count {
  color: #999;
  font-size: 12px;
}

#toggle-filters {
  margin-top: 10px;
  background: none;
  border: none;
  color: #1979c3;
  cursor: pointer;
}
.item-secondary {
    display: inline;
}
.item-secondary span.swatch-option.text.selected {
    background-color: #137C4E !important;
    border-color: #137C4E !important;
    color: #fff !important;
}
.item-secondary span.swatch-option.text {
    border: 1px solid #c2c2c2;
    border-radius: 999px;
    padding: 6px 14px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.item-secondary span.swatch-option.text:hover {
    border-color: #137C4E;
}
.item a.active{
  color:#137C4E;
}