input::placeholder,
textarea::placeholder {
  color: var(--honold-primary-80) !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--honold-primary-80) !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--honold-primary-80) !important;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: var(--honold-primary-80) !important;
}

input[type=checkbox]:checked,
input[type=radio]:checked {
  background-color: currentcolor !important;
  border-color: currentcolor !important;
  box-shadow: inset 0 0 0 2px #fff;
}

.double-slider-wrap .value {
  font-size: var(--honold-text-s) !important;
}