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

input[type=submit],
.btn, .btn-primary, .button, .button-primary,
button {
  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;
  height: 46px;
  gap: 12px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 2px;
  border-width: 1px;
  font-size: 15px;
  line-height: 22px;
  font-family: "Montserrat";
  font-weight: 700;
  background-color: #DA0E46;
  border-color: #DA0E46;
  color: #ffffff;
}
input[type=submit]:hover,
.btn:hover, .btn-primary:hover, .button:hover, .button-primary:hover,
button:hover {
  background-color: #B30237;
  border-color: #B30237;
  color: #ffffff;
}

.btn-secondary, .button-secondary {
  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;
  height: 46px;
  gap: 12px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 2px;
  border-width: 1px;
  font-size: 15px;
  line-height: 22px;
  font-family: "Montserrat";
  font-weight: 400;
  background-color: transparent;
  border-color: rgb(31, 31, 31);
  color: rgb(31, 31, 31);
}
.btn-secondary:hover, .button-secondary:hover {
  background-color: transparent;
  border-color: #DA0E46;
  color: rgb(31, 31, 31);
}

.btn-small, .button-small {
  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;
}
.btn-small:hover, .button-small:hover {
  background-color: #B30237;
  border-color: #B30237;
  color: #ffffff;
}

.btn-small.btn-secondary,
.button-small.button-secondary {
  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);
}
.btn-small.btn-secondary:hover,
.button-small.button-secondary:hover {
  background-color: transparent;
  border-color: #DA0E46;
  color: rgb(31, 31, 31);
}

.btn-link, .button-link {
  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;
  height: 46px;
  gap: 12px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 2px;
  border-width: 1px;
  font-size: 15px;
  line-height: 22px;
  font-family: "Montserrat";
  font-weight: 400;
  border: none;
  background: none;
  padding-inline: 0;
  color: #1f1f1f;
  text-decoration: none;
}
.btn-link:hover, .button-link:hover {
  border: none;
  background: none;
  padding-inline: 0;
  color: #1f1f1f;
  text-decoration: none;
}
.btn-link.btn-small, .btn-link .button-small, .button-link.btn-small, .button-link .button-small {
  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;
  border: none;
  background: none;
  padding-inline: 0;
  color: #1f1f1f;
  text-decoration: none;
}
.btn-link.btn-small:hover, .btn-link .button-small:hover, .button-link.btn-small:hover, .button-link .button-small:hover {
  border: none;
  background: none;
  padding-inline: 0;
  color: #1f1f1f;
  text-decoration: none;
}

.buttons-group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-block: 24px;
}

.button-switch {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  height: 40px;
  width: 40px;
  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-radius: 2px;
  font-size: 15px;
  line-height: 22px;
  font-family: "Montserrat";
  font-weight: 400;
  background-color: #ffffff;
  border: 1px solid rgb(31, 31, 31);
  color: #000000;
}
.button-switch:hover {
  background-color: transparent;
  border: 1px solid #DA0E46;
  color: rgb(31, 31, 31);
}
.button-switch:hover .link__icon::before {
  color: #DA0E46;
}
.button-switch.is-active {
  background-color: #ffffff;
  border: 1px solid #DA0E46;
}
.button-switch.is-active .link__icon::before {
  color: #DA0E46;
}
.button-switch.is-active:hover {
  background-color: transparent;
  border: 1px solid #DA0E46;
  color: rgb(31, 31, 31);
}
.button-switch.is-active:hover .link__icon::before {
  color: #DA0E46;
}
.button-switch span {
  display: none;
}

#filter-catalog-form .form-actions #clear-filter-form {
  background-color: transparent;
  border-color: rgb(31, 31, 31);
  color: rgb(31, 31, 31);
}
#filter-catalog-form .form-actions #clear-filter-form:hover {
  background-color: transparent;
  border-color: #DA0E46;
  color: rgb(31, 31, 31);
}