.filters-wraper {
  height: fit-content;
  padding: 20px 0;
}
div#collection {
  min-width: 100%;
  width: 100%;
}
.filters-wraper label {
  font-weight: 400;
}
.filters-wraper input,
.filters-wraper label {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.filters-wraper input {
  padding-bottom: 8px;
  vertical-align: middle;
}
.filters-wraper .active-filters,
.filters-wraper input {
  font-size: 16px;
  font-weight: 500;
}
.filters-wraper input[type="submit"] {
  background: none;
  border: none;
}
.filters-wraper label {
  margin-bottom: 0;
}
.filters-wraper .filter-group-display__header {
  display: none;
}
.filter-group-display__submit.btn.btn--secondary.hero__button,
a.active-filters__clear.btn.btn--secondary.hero__button {
  width: 100%;
}
.filters-wraper input[type="checkbox"]:checked + span {
  border: 2px solid #0071e3;
}
.filters-wraper input[type="checkbox"] {
  display: none;
}
label.myCheckbox.label-of-Lila {
  margin-left: -2px;
}
label.myCheckbox.label-of-label
  .filters-wraper
  input[type="checkbox"]
  + span:before {
  background-color: #000;
}
.filters-wraper .btn,
.shopify-payment-button .shopify-payment-button__button--unbranded,
.spr-summary-actions-newreview {
  height: 37px;
  line-height: 33px;
  padding: 0 27px;
}
label.myCheckbox.label-of-Lila span.ds-none {
  padding-left: 0;
}
.filters-wraper .filter-group-display__submit.btn.btn--secondary.hero__button {
  display: none;
}
.filters-wraper .padding-tb {
  align-items: center;
  display: flex;
  height: 37px;
}
.filter-group.karabiner-farbe {
  align-items: center;
  display: flex;
  gap: 35px;
  justify-content: space-between;
  width: fit-content;
}
.karabiner-farbe .filter-group-display__list {
  display: flex;
  gap: 10px;
}
.farbe span.checkmark,
.karabiner-farbe .ds-none,
.karabiner-farbe span.svg-filter {
  display: none;
}
.active-filters a {
  color: #7e7d7d;
}
.farbe span.bg-filter-gold,
.karabiner-farbe span.bg-filter-gold {
  background: #f0de9e;
}
.farbe span.bg-filter-silber,
.karabiner-farbe span.bg-filter-silber {
  background: silver;
}
.more-filters,
.weitere-filter {
  position: relative;
}
span.svg-filter svg {
  vertical-align: middle;
  width: 20px;
}
span.filter-group-summary {
  cursor: pointer;
}
.farbe .filter-group-display,
.more-filters .filter-group-display,
.weitere-filter .filter-group-display {
  display: none;
  opacity: 0;
  transition: all 2s ease;
  visibility: hidden;
}
.active-popup .filter-group-display {
  display: block;
  opacity: 1;
  visibility: visible;
}
.farbe {
  position: relative;
}
.farbe .filter-group-display {
  background: #fff;
  border: 1px solid hsla(0, 3%, 80%, 0.431);
  left: 0;
  min-width: 117px;
  padding: 8px;
  position: absolute;
  z-index: 2;
}
.farbe .filter-group-display__list-item {
  padding: 2px 0;
}
.filter-group-display:not(.karabiner-farbe .filter-group-display):not(
    .farbe .filter-group-display
  ) {
  background: #fff;
  border: 1px solid #707070;
  border: 1px solid hsla(0, 0%, 60%, 0.278);
  left: 0;
  min-width: max-content;
  padding: 14px;
  position: absolute;
  transition: all 0.3s ease;
  width: fit-content;
  z-index: 4;
}
.filter-group.filter-index-2,
.filters-wraper .filter-group {
  border: 1px solid #707070;
  border-radius: 8px;
  font-size: 16px;
  height: 100%;
  padding: 12px 23px;
}
.checked-filter {
  border: 2px solid #000;
}
.collection-container.Taschengurte .filter-group.filter-index-3.more-filters {
  display: none;
}
label.myCheckbox.label-of-Orange span.ds-none,
span.ds-none {
  color: #c1c1c1;
  padding-left: 31px;
}
span.ds-none:hover {
  color: #898787;
}
.label-of-gold:hover .filter-valuue,
.label-of-silber:hover .filter-valuue {
  border: 1px solid #898787;
}
label.myCheckbox.label-of-Lila span.ds-none {
  padding-left: 8px;
}
span.checkmark.bg-colorIPhone.X:before,
span.checkmark.bg-colorIPhone.XS:before,
span.checkmark.bg-colorIPhone.\31 1:before {
  position: absolute;
}
.karabiner-farbe span.bg-filter-gold,
.karabiner-farbe span.bg-filter-silber {
  border-radius: 24px;
  display: block;
  pointer-events: none;
}
.farbe span.bg-filter-gold,
.farbe span.bg-filter-silber {
  border: 1px solid #c1c1c1;
  border-radius: 3px;
}
.filter-form > div:not(:first-child) {
  margin-right: 10px;
}
@media screen and (min-width: 600px) {
  .filter-form > div:not(:first-child) {
    margin-right: 25px;
  }
  .filter-form {
    flex-wrap: wrap;
    row-gap: 25px;
  }
}
@media screen and (min-width: 480px) {
  .filters-wraper span.filter-group-summary {
    color: #000;
    font-size: 16px;
    font-weight: 400;
  }
  span.svg-filter {
    padding-left: 10px;
  }
  .farbe span.bg-filter-gold,
  .farbe span.bg-filter-silber,
  .karabiner-farbe span.bg-filter-gold,
  .karabiner-farbe span.bg-filter-silber {
    height: 38px;
    width: 38px;
  }
  .filters-wraper a.active-filters__remove-filter {
    display: block;
    font-size: 16px;
  }
  .filters-wraper a.active-filters__clear.btn.btn--secondary.hero__button {
    font-size: 18px;
  }
  .active-filters {
    width: 224px;
  }
}
.filter-valuue:not(.bg-filter-gold):not(.bg-filter-silber),
.karabiner-farbe span.checkmark,
span.dis-none {
  display: none;
}
@media screen and (max-width: 480px) {
  .filters-wraper span.filter-group-summary {
    color: #000;
    font-size: 16px;
    font-weight: 400;
  }
}
@media screen and (max-width: 768px) {
  .filters-wraper a.active-filters__remove-filter {
    display: block;
    font-size: 14px;
    font-weight: 400;
  }
  .filters-wraper .active-filters {
    padding-bottom: 5px;
  }
  .active-filters {
    width: 220px;
  }
  span.bg-filter-gold,
  span.bg-filter-silber {
    height: 20px;
    width: 20px;
  }
  .filters-wraper a.active-filters__clear.btn.btn--secondary.hero__button {
    max-width: 166px;
  }
  div#collection {
    margin: auto;
  }
  .filter-group-display__submit.btn.btn--secondary.hero__button,
  a.active-filters__clear.btn.btn--secondary.hero__button {
    width: 100%;
  }
  .filters-wraper a.active-filters__clear.btn.btn--secondary.hero__button {
    font-size: 14px;
  }
  .filter-wrapper {
    flex-direction: column;
  }
}
span.svg-filter svg {
  transition: transform 0.5s ease;
}
.active-popup span.svg-filter svg {
  transform: rotate(180deg);
}
span.svg-filter + .ds-none {
  padding-left: 9px;
}
.padding-tb > span {
  white-space: nowrap;
}
.filter-group-parent {
  display: flex;
  gap: 10px;
}
.active-filters {
  width: 224px;
}
.filter-wrapper {
  display: flex;
  justify-content: space-between;
}
.filter-wrapper .filter-form > div:first-child {
  margin-right: 0 !important;
}
.filter-wrapper a.active-filters__remove-filter {
  display: none !important;
}
.disable-filters {
  pointer-events: none !important;
}
label.myCheckbox.label-of-Orange span.ds-none {
  padding-left: 31px;
}
