.ngk_filter_compact.search_box {
  padding-top: 38px;
  padding-bottom: 24px;
}

.ngk_filter_compact .product_to_comparison_link {
  margin-top: 0;
  margin-bottom: 12px;
}

.ngk_filter_compact .ngk_filter_head {
  margin-bottom: 18px;
}

.ngk_filter_compact .search_title {
  width: 100%;
  float: none;
  margin-bottom: 6px;
}

.ngk_filter_head_meta {
  color: #65717c;
  font-size: 16px;
  line-height: 1.35;
}

.ngk_filter_summary {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  background: #fff;
  border: 1px solid #e4edf4;
  border-radius: 8px;
  padding: 12px;
  box-shadow: 0 8px 24px rgba(20, 42, 70, .05);
}

.ngk_filter_toggle,
.ngk_filter_apply,
.ngk_filter_reset,
.ngk_filter_chip {
  min-height: 42px;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1.2;
}

.ngk_filter_toggle {
  border: 1px solid rgba(0, 120, 197, .28);
  background: #f7fbff;
  color: #0078c5;
  font-weight: 700;
  padding: 0 18px;
  cursor: pointer;
}

.ngk_filter_toggle:before {
  display: inline-block;
  width: 18px;
  height: 12px;
  margin-right: 8px;
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
}

.ngk_filter_toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  content: "";
}

.ngk_filter_compact.ngk-filter-expanded .ngk_filter_toggle:after {
  transform: rotate(225deg) translate(-2px, -1px);
}

.ngk_filter_chip {
  display: inline-flex;
  align-items: center;
  border: 1px solid #e2e9f0;
  background: #fff;
  color: #263746;
  padding: 0 16px;
  white-space: nowrap;
}

.ngk_filter_chip_button {
  cursor: pointer;
  font-family: inherit;
}

.ngk_filter_chip_button:hover {
  border-color: rgba(0, 120, 197, .34);
  background: #f8fbfe;
  color: #0078c5;
}

.ngk_filter_chip_active {
  border-color: rgba(255, 101, 0, .45);
  background: rgba(255, 101, 0, .08);
  color: #dd4e00;
  font-weight: 700;
}

.ngk_filter_chip_soft {
  color: #66727e;
}

.ngk_filter_apply {
  border: 0;
  background: #ff6500;
  color: #fff;
  font-weight: 700;
  padding: 0 24px;
  cursor: pointer;
}

.ngk_filter_toggle:hover,
.ngk_filter_apply:hover,
.ngk_filter_reset:hover {
  filter: brightness(.98);
}

.ngk_filter_reset {
  border: 1px solid rgba(255, 101, 0, .28);
  background: #fff;
  color: #dd4e00;
  font-weight: 700;
  padding: 0 18px;
  cursor: pointer;
  margin-left: auto;
}

.ngk_filter_compact .ngk_filter_panel {
  margin-top: 18px;
  background: transparent;
}

.ngk_filter_compact .ngk_filter_panel > .search_top:first-child {
  display: none;
}

.ngk_filter_compact .ngk_filter_panel .finder_border,
.ngk_filter_compact .ngk_filter_panel .range_box {
  background: #fff;
  border: 1px solid #e8eef3;
  border-radius: 8px;
  padding: 18px 18px 4px;
  margin-bottom: 14px;
  width: auto;
}

.ngk_filter_compact .ngk_filter_panel .range_box {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 26px;
  padding-bottom: 16px;
}

.ngk_filter_compact .range_box .range_item {
  width: 210px;
  height: auto;
  margin: 0;
}

.ngk_filter_compact .range_box .range_item.bot {
  margin-bottom: 0;
}

.ngk_filter_compact .range_box .range_item .label {
  min-height: 44px;
  line-height: 1.25;
}

.ngk_filter_compact .range_box .range_fields_wrap {
  display: flex;
  width: 100%;
}

.ngk_filter_compact .range_box .range_fields_wrap .txt_field {
  box-sizing: border-box;
  width: 50%;
}

.ngk_filter_compact .label {
  display: block;
  height: auto;
  margin-bottom: 8px;
}

.ngk_filter_compact .label span {
  display: inline;
}

.ngk_filter_compact .search_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 20px;
}

.ngk_filter_compact .search_bottom .btn2 {
  min-width: 220px;
  margin: 0;
}

@media only screen and (max-width: 1097px) {
  .ngk_filter_compact.search_box {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .ngk_filter_compact.search_box {
    padding-top: 28px;
    padding-bottom: 18px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .ngk_filter_compact .search_title {
    font-size: 34px;
    line-height: 1.08;
  }

  .ngk_filter_head_meta {
    font-size: 14px;
  }

  .ngk_filter_summary {
    gap: 8px;
    padding: 10px;
  }

  .ngk_filter_toggle,
  .ngk_filter_apply {
    flex: 1 1 140px;
  }

  .ngk_filter_chip {
    min-height: 36px;
    font-size: 14px;
    padding: 0 12px;
  }

  .ngk_filter_reset {
    margin-left: 0;
  }

  .ngk_filter_compact .ngk_filter_panel .finder_border,
  .ngk_filter_compact .ngk_filter_panel .range_box {
    padding: 14px 12px 2px;
  }

  .ngk_filter_compact .range_box .range_item {
    width: 100%;
  }

  .ngk_filter_compact .range_box .range_item .label {
    min-height: 0;
  }

  .ngk_filter_compact .search_bottom {
    display: block;
  }

  .ngk_filter_compact .search_bottom .btn2,
  .ngk_filter_compact .show_all_btn {
    width: 100%;
    margin-bottom: 12px;
    text-align: center;
  }
}
