:root {
  --catalog-term-heading--color:#000000;
  --catalog-term-heading--color-hover:#DA0E46;
}

#filter-catalog-form {
  position: relative;
}
#filter-catalog-form fieldset legend {
  width: 100%;
  cursor: pointer;
  position: relative;
}
#filter-catalog-form fieldset legend .fieldset-legend {
  margin-right: 11px;
}
#filter-catalog-form fieldset legend::after {
  font-family: "icon-base";
  content: "\e90f";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 11px;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
}
#filter-catalog-form fieldset.is-collapsed legend::after {
  content: "\e911";
}
#filter-catalog-form .btn-filter-fast-submit {
  position: absolute;
  z-index: 2;
}
#filter-catalog-form .btn-filter-fast-submit:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -18px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 17px solid #DA0E46;
  transition: border-right-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
#filter-catalog-form .btn-filter-fast-submit:hover:before {
  border-right-color: #B30237;
}
#filter-catalog-form fieldset legend .clear-fieldset {
  font-size: 12px;
  line-height: 17px;
  font-family: "Montserrat";
  font-weight: 700;
  text-decoration: underline dashed;
  cursor: pointer;
  color: #8c8c8c;
}
#filter-catalog-form fieldset legend .clear-fieldset:hover {
  text-decoration: none;
}
#filter-catalog-form .fieldset-wrapper {
  transition: height 0.3s ease-in-out;
  overflow: hidden;
}
#filter-catalog-form .fieldset-wrapper .form-item-search {
  margin-bottom: 6px;
}
#filter-catalog-form .fieldset-wrapper .form-item-search .search-input {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  height: 37px;
}
#filter-catalog-form .fieldset-wrapper .form-item-search .search-clear-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
  aspect-ratio: 1/1;
  font-size: 0;
  color: transparent;
  gap: 0;
  text-indent: -9999px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  height: 20px;
  width: 20px;
}
#filter-catalog-form .fieldset-wrapper .form-item-search .search-clear-button:hover:first-child,#filter-catalog-form .fieldset-wrapper .form-item-search .search-clear-button:hover::before,#filter-catalog-form .fieldset-wrapper .form-item-search .search-clear-button:first-child {
  text-decoration: none;
}
#filter-catalog-form .fieldset-wrapper .form-item-search .search-clear-button::before {
  content: "\e900";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 10px;
  line-height: 10px;
  color: #8c8c8c;
  text-decoration: none;
}
#filter-catalog-form .fieldset-wrapper .form-item-search .search-clear-button:before {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-weight: 400;
  position: absolute;
}
#filter-catalog-form .form-item-link-explode {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  padding-left: 24px;
  padding-right: 24px;
  border-width: 1px;
  border-radius: 2px;
  height: 41px;
  gap: 12px;
  font-size: 12px;
  line-height: 17px;
  font-family: "Montserrat";
  font-weight: 700;
  opacity: 1;
  transition: opacity 0.3s ease;
}
#filter-catalog-form .form-item-link-explode,#filter-catalog-form .form-item-link-explode:hover {
  text-decoration: none;
  border: none;
  background: none;
  padding-inline: 0;
  color: #1f1f1f;
  text-decoration: none;
}
#filter-catalog-form fieldset.is-collapsed .form-item-link-explode {
  opacity: 0;
  height: 0;
  pointer-events: none;
  position: absolute;
}
#filter-catalog-form .form-actions .btn-submit-filter {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  padding-left: 24px;
  padding-right: 24px;
  border-width: 1px;
  border-radius: 2px;
  height: 41px;
  gap: 12px;
  font-size: 12px;
  line-height: 17px;
  font-family: "Montserrat";
  font-weight: 700;
  background-color: #DA0E46;
  border-color: #DA0E46;
  color: #ffffff;
}
#filter-catalog-form .form-actions .btn-submit-filter:hover {
  background-color: #B30237;
  border-color: #B30237;
  color: #ffffff;
}
#filter-catalog-form .form-actions .btn-clear-filter {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  padding-left: 24px;
  padding-right: 24px;
  border-width: 1px;
  border-radius: 2px;
  height: 41px;
  gap: 12px;
  font-size: 12px;
  line-height: 17px;
  font-family: "Montserrat";
  font-weight: 400;
  background-color: transparent;
  border-color: rgb(31, 31, 31);
  color: rgb(31, 31, 31);
}
#filter-catalog-form .form-actions .btn-clear-filter:hover {
  background-color: transparent;
  border-color: #DA0E46;
  color: rgb(31, 31, 31);
}
@media (max-width: 1023px) {
  #filter-catalog-form .btn-filter-fast-submit {
    display: none;
  }
}