:root {
  --color-blue-base: #004098;
  --color-blue-vivid: #0089ff;
  --color-blue-light: #EAEEF4;
  --color-blue-light3: #D6E1F0;
  --color-gray-dark2: #707070;
}

@font-face {
  font-family: "productfinder_icons";
  src: url("../fonts/icons.ttf?l8bade") format("truetype"), url("../fonts/icons.woff?l8bade") format("woff"), url("../fonts/icons.svg?l8bade#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.el_check {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
}
.el_check:hover input + .control,
.el_check input:focus + .control {
  border: var(--color-blue-vivid) 1px solid;
}
.el_check label {
  display: flex;
  font-size: 1.3rem;
  line-height: 1.6;
}
.el_check input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.el_check input:checked + .control {
  outline: none;
}
.el_check input:checked + .control {
  background: var(--color-blue-base);
  border-color: var(--color-blue-base);
}
.el_check input:checked + .control::after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.el_check input:disabled + .control {
  border-color: #d0d5dd;
  background: #d0d5dd;
}
.el_check .control {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 15px;
  height: 15px;
  border: var(--color-gray-dark2) 1px solid;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.el_check .control::after {
  font-family: "productfinder_icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90a";
  position: absolute;
  top: 3px;
  left: 1px;
  color: #fff;
  font-size: 0.8rem;
  opacity: 0;
  visibility: hidden;
  transform-origin: center center;
  transform: scale(1.45);
  transition: all 0.3s linear;
}
.el_check .is_disabled {
  color: #999;
}

.el_clearButton {
  display: inline-block;
  font-size: 1.2rem;
  padding: 4px 10px;
  border: 1px solid #fff;
  background-color: var(--color-blue-base);
  color: #fff;
  transition: background-color 0.3s cubic-bezier(0.17, 0.935, 0.305, 1), color 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
  position: relative;
  padding: clamp(3px, 0.3333333333vw, 4px) clamp(12px, 1.3333333333vw, 16px) clamp(3px, 0.3333333333vw, 4px) clamp(22.5px, 2.5vw, 30px);
  background-color: #fff;
  color: #333;
  border: 1px solid #333;
  font-size: 1.4rem;
  text-align: left;
  white-space: nowrap;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.el_clearButton:hover {
  background-color: #fff;
  color: var(--color-blue-base);
}
.el_clearButton::before, .el_clearButton::after {
  content: "";
  position: absolute;
  top: 50%;
  left: clamp(12px, 1.3333333333vw, 16px);
  width: clamp(9px, 1vw, 12px);
  height: 2px;
  background-color: #333;
  transform-origin: center center;
  transition: background-color 0.3s ease;
}
.el_clearButton::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.el_clearButton::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.el_clearButton:hover {
  color: #333;
  background-color: #ddd;
}
.el_clearButton.rangeResetBtn {
  font-size: 1.1rem;
  padding: 1px 5px 1px 14px;
}
.el_clearButton.rangeResetBtn::before, .el_clearButton.rangeResetBtn::after {
  left: 8px;
  width: 8px;
}
@media all and (max-width: 767px) {
  .el_clearButton {
    font-size: 3.2vw;
  }
}

/*--------------------------------------------------
bl_productFilter
--------------------------------------------------*/
.bl_productFilter {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: clamp(30px, 3.3333333333vw, 40px);
  margin-top: clamp(30px, 3.3333333333vw, 40px);
}
@media all and (min-width: 768px) {
  .bl_productFilter {
    align-items: flex-start;
    min-height: 700px;
  }
}
@media all and (max-width: 767px) {
  .bl_productFilter {
    flex-direction: column;
    gap: 4.2666666667vw;
  }
}
@media all and (min-width: 768px) {
  .bl_productFilter .filters {
    width: 25%;
  }
  .bl_productFilter .filters .filtersHead {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .bl_productFilter .filters {
    width: 100%;
  }
}
@media all and (min-width: 768px) {
  .bl_productFilter .filtersHead {
    padding: clamp(12px, 1.3333333333vw, 16px);
    border-bottom: 1px solid #ddd;
    background: var(--color-blue-base);
    color: #fff;
    display: flex;
    align-items: center;
    gap: clamp(22.5px, 2.5vw, 30px);
  }
}
.bl_productFilter .filtersHead .filterHit {
  font-size: clamp(18px, 2vw, 24px);
  display: flex;
  align-items: center;
  line-height: 1.4;
  cursor: default;
}
.bl_productFilter .filtersHead .filterHit .filterBtn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  appearance: none;
}
.bl_productFilter .filtersHead .filterHit .hit {
  font-size: 1.6rem;
}
.bl_productFilter .filtersHead .filterHit .hit span {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 600;
  display: inline-block;
  margin-right: 5px;
}
.bl_productFilter .filtersHead .filterHit .hit [data-hit=js_display_num] {
  font-size: 1.4rem;
  font-weight: 300;
}
@media all and (min-width: 768px) {
  .bl_productFilter .filtersHead .filterHit {
    justify-content: flex-end;
  }
}
@media all and (min-width: 768px) and (min-width: 768px) {
  .bl_productFilter .filtersHead .filterHit .filterBtn {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .bl_productFilter .filtersHead .filterHit {
    justify-content: space-between;
  }
  .bl_productFilter .filtersHead .filterHit .filterBtn {
    padding: 12px 24px;
    background-color: var(--color-blue-base);
    position: relative;
    text-align: left;
    color: #fff;
    font-weight: 600;
  }
  .bl_productFilter .filtersHead .filterHit .filterBtn::after {
    font-family: "svgicon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "productfinder_icons" !important;
    content: "\e900";
    width: 20px;
    height: 20px;
    margin-left: 8px;
    color: #fff;
  }
  .bl_productFilter .filtersHead .filterHit .hit {
    font-size: 1.6rem;
  }
  .bl_productFilter .filtersHead .filterHit .hit span {
    font-size: 2.2rem;
    display: inline-block;
  }
}
.bl_productFilter .filtersHead .resetButton {
  display: inline-block;
  font-size: 1.2rem;
  padding: 4px 10px;
  border: 1px solid #fff;
  background-color: var(--color-blue-base);
  color: #fff;
  transition: background-color 0.3s cubic-bezier(0.17, 0.935, 0.305, 1), color 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
}
.bl_productFilter .filtersHead .resetButton:hover {
  background-color: #fff;
  color: var(--color-blue-base);
}
.bl_productFilter .filtersHead .filterReset {
  text-align: right;
}
@media all and (max-width: 767px) {
  .bl_productFilter .filtersHead .filterReset .resetButton {
    display: none;
  }
}
.bl_productFilter .filtersBody {
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: 0;
}
@media all and (max-width: 767px) {
  .bl_productFilter .filtersBody {
    margin-top: 50px;
  }
}
.bl_productFilter .filtersCategory {
  font-size: 1.4rem;
}
.bl_productFilter .filtersCategory:not(:first-child) {
  border-top: 1px solid #ddd;
}
.bl_productFilter .filtersCategory .el_check {
  display: block;
  padding-left: 38px;
}
@media all and (max-width: 767px) {
  .bl_productFilter .filtersCategory .el_check {
    padding-left: 10.1333333333vw;
  }
}
.bl_productFilter .filtersCategory .el_check label {
  width: 100%;
  padding: 3px 0;
}
@media all and (max-width: 767px) {
  .bl_productFilter .filtersCategory .el_check label {
    padding: 5px 0;
  }
  .bl_productFilter .filtersCategory .el_check label .control {
    top: 8px;
  }
}
.bl_productFilter .filtersCategory .el_check .control {
  left: 16px;
}
.bl_productFilter .filtersCategory .el_check .productName {
  flex: 1;
  font-weight: 600;
}
.bl_productFilter .filtersCategory .el_check .entryCount {
  font-size: 1.2rem;
  text-align: right;
  width: 20%;
}
@media all and (min-width: 768px) {
  .bl_productFilter .filtersCategory .el_check .entryCount {
    display: block;
    margin-left: 8px;
  }
}
@media all and (max-width: 767px) {
  .bl_productFilter .filtersCategory .el_check .entryCount {
    display: inline-block;
    margin-left: 5px;
  }
}
.bl_productFilter .filtersCategory .el_check:hover, .bl_productFilter .filtersCategory .el_check:focus {
  background: #eee;
}
.bl_productFilter .filtersCategory .el_check + .el_check {
  margin-left: 0;
}
.bl_productFilter .filtersCategory .is_disabled {
  color: #d0d5dd;
  font-weight: 300;
}
.bl_productFilter .filtersCategory.-productname .el_check {
  margin-left: 16px;
}
.bl_productFilter .filtersCategory.-productname .el_check .commonName {
  font-size: 1.1rem;
}
@media all and (min-width: 768px) {
  .bl_productFilter .filtersCategory.-productname .el_check .commonName {
    display: block;
  }
}
@media all and (max-width: 767px) {
  .bl_productFilter .filtersCategory.-productname .el_check .commonName {
    display: inline-block;
    margin-left: 5px;
  }
}
.bl_productFilter .filtersCategory.-gray {
  background: #eee;
  padding: clamp(12px, 1.3333333333vw, 16px);
}
.bl_productFilter .filtersKeyword {
  position: relative;
}
.bl_productFilter .filtersKeyword input[type=text] {
  width: 100%;
  height: 40px;
  padding: clamp(6px, 0.6666666667vw, 8px);
  border: 1px solid #ddd;
  font-size: 1.4rem;
  line-height: 1.6;
  background-color: #fff;
  transition: all 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
}
.bl_productFilter .filtersKeyword input[type=text]:focus {
  outline: none;
  border-color: var(--color-blue-vivid);
  box-shadow: 0 0 5px var(--color-blue-vivid);
}
.bl_productFilter .filtersKeyword input[type=text]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  -webkit-text-fill-color: #333;
  transition: background-color 5000s ease-in-out 0s;
}
.bl_productFilter .filtersKeyword input[type=text]:-moz-autofill {
  background-color: #fff;
}
.bl_productFilter .filtersKeyword input[type=text]:disabled {
  background-color: #ccc !important;
  cursor: not-allowed;
}
.bl_productFilter .filtersKeyword input[type=text]:disabled:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #ccc inset !important;
  -webkit-text-fill-color: #666 !important;
}
.bl_productFilter .filtersKeyword input[type=text]:disabled:-moz-autofill {
  background-color: #ccc !important;
  color: #666 !important;
}
@media all and (max-width: 767px) {
  .bl_productFilter .filtersKeyword input[type=text] {
    font-size: 1.6rem;
  }
}
.bl_productFilter .filtersKeyword button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  appearance: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  background-color: var(--color-blue-base);
  font-size: 1.6rem;
  line-height: 1.6;
  transition: background-color 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
}
.bl_productFilter .filtersKeyword button::before {
  font-family: "svgicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "productfinder_icons" !important;
  content: "\e901";
  width: 20px;
  height: 20px;
  color: #fff;
}
.bl_productFilter .filtersKeyword button:hover, .bl_productFilter .filtersKeyword button:focus {
  text-decoration: none;
  background-color: var(--color-blue-base);
}
.bl_productFilter .filtersKeyword button:hover::before, .bl_productFilter .filtersKeyword button:focus::before {
  color: #fff;
}
.bl_productFilter .filtersKeyword button:disabled {
  background-color: #aaa;
  cursor: not-allowed;
}
.bl_productFilter .filtersKeyword button:disabled::before {
  color: #666;
}
.bl_productFilter .filtersHeading {
  font-weight: 600;
  padding: clamp(12px, 1.3333333333vw, 16px);
  position: relative;
  z-index: 1;
  top: 0;
  background: #eee;
  cursor: pointer;
}
.bl_productFilter .filtersHeading:hover {
  background-color: #ddd;
}
.bl_productFilter .filtersHeading::before, .bl_productFilter .filtersHeading::after {
  content: "";
  width: 10px;
  height: 2px;
  background: #111;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
.bl_productFilter .filtersHeading[aria-expanded=false]::after {
  transform: rotate(90deg);
}
@media all and (max-width: 767px) {
  .bl_productFilter .filtersHeading {
    top: 118px;
    position: sticky;
  }
}
.bl_productFilter .filtersItems[aria-hidden=true] {
  display: none;
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.bl_productFilter .filtersItems[aria-hidden=false] {
  height: auto;
  padding-top: clamp(6px, 0.6666666667vw, 8px);
  padding-bottom: clamp(12px, 1.3333333333vw, 16px);
  animation: fadeIn 0.5s ease forwards;
}
.bl_productFilter .filtersSubCategory {
  padding: 0 clamp(24px, 2.6666666667vw, 32px) 0 clamp(12px, 1.3333333333vw, 16px);
}
.bl_productFilter .filtersSubCategory + .filtersSubCategory {
  margin-top: 16px;
}
.bl_productFilter .filtersSubHeading {
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 600;
  padding: 4px 0;
  position: relative;
}
.bl_productFilter .filtersSubHeading.-list {
  padding-left: 12px;
}
.bl_productFilter .filtersSubHeading.-list:not(:first-child) {
  margin-top: 20px;
}
@media all and (max-width: 767px) {
  .bl_productFilter .filtersSubHeading {
    padding: 8px 0 4px 8px;
  }
}
.bl_productFilter .filtersSubBody {
  padding: 5px 0 0;
}
.bl_productFilter .rangeValue {
  margin-top: 4px;
  position: relative;
}
.bl_productFilter .rangeValue .rangeResetBtn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media all and (max-width: 767px) {
  .bl_productFilter .filterDialog {
    position: fixed;
    z-index: 60;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: #fff;
    padding: 0;
    transform: translateX(100vw);
    transition: opacity 0.5s cubic-bezier(0.17, 0.935, 0.305, 1), transform 0.5s cubic-bezier(0.17, 0.935, 0.305, 1);
  }
  .bl_productFilter .filterDialog.is_show {
    display: block;
    position: fixed;
    overflow-y: auto;
    overscroll-behavior-y: none;
    transform: translateX(0);
  }
}
@media all and (min-width: 768px) {
  .bl_productFilter .filterDialog .hit_sp {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .bl_productFilter .filterDialog .hit_sp {
    position: sticky;
    top: 50px;
    width: 100%;
    z-index: 2;
    padding: 17px 20px;
    color: #fff;
    background: var(--color-blue-base);
    border-bottom: 1px solid #d6e1f0;
  }
  .bl_productFilter .filterDialog .hit_sp .hit span {
    font-size: 2.2rem;
    font-weight: 600;
  }
}
.bl_productFilter .closeDialog {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 0;
}
.bl_productFilter .closeDialog .closeDialogButton {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  appearance: none;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bl_productFilter .closeDialog .closeDialogButton::before, .bl_productFilter .closeDialog .closeDialogButton::after {
  content: "";
  width: 22px;
  height: 2px;
  background: #fff;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.bl_productFilter .closeDialog .closeDialogButton::before {
  transform: rotate(-45deg);
}
.bl_productFilter .closeDialog .closeDialogButton::after {
  transform: rotate(45deg);
}
.bl_productFilter .closeDialogFilter {
  position: sticky;
  z-index: 2;
  bottom: 0;
  background: var(--color-blue-light);
  padding: 15px;
  width: 100%;
  text-align: center;
  border-top: 1px solid #d6e1f0;
}
@media all and (min-width: 768px) {
  .bl_productFilter .closeDialogFilter {
    display: none;
  }
}
.bl_productFilter .closeDialogFilter .closeDialogButton {
  padding: 12px 24px;
  background-color: var(--color-blue-base);
  position: relative;
  text-align: left;
  color: #fff;
  font-weight: 600;
}
.bl_productFilter .closeDialogFilter .closeDialogButton::after {
  font-family: "svgicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "productfinder_icons" !important;
  content: "\e900";
  width: 20px;
  height: 20px;
  margin-left: 8px;
  color: #fff;
}
.bl_productFilter .closeDialogFilter .resetButton {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  font-size: 1.2rem;
  padding: 4px 10px;
  border: 1px solid #fff;
  background-color: var(--color-blue-base);
  color: #fff;
  transition: background-color 0.3s cubic-bezier(0.17, 0.935, 0.305, 1), color 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
  background-color: #fff;
  border-color: var(--color-blue-base);
  color: var(--color-blue-base);
}
.bl_productFilter .closeDialogFilter .resetButton:hover {
  background-color: #fff;
  color: var(--color-blue-base);
}
.bl_productFilter .results {
  flex: 1;
  position: relative;
  padding-bottom: 40px;
  min-height: 400px;
}
@media all and (max-width: 767px) {
  .bl_productFilter .results {
    width: 100%;
    min-height: 400px;
  }
  .bl_productFilter .results .filtersHead {
    display: none;
  }
}
.bl_productFilter .noResultsMessage {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}
.bl_productFilter .productCardUnit {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 2.6666666667vw, 32px);
}
.bl_productFilter .productCard {
  position: relative;
  padding: clamp(15px, 1.6666666667vw, 20px) clamp(22.5px, 2.5vw, 30px) clamp(22.5px, 2.5vw, 30px);
  border: 1px solid var(--color-blue-base);
}
@media all and (max-width: 767px) {
  .bl_productFilter .productCard {
    width: 95%;
    transform: translateX(5%);
    padding: 4.2666666667vw 4.2666666667vw 6.4vw 6.4vw;
  }
}
.bl_productFilter .productCardCompare {
  display: flex;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  background: var(--color-blue-light);
  border: 1px solid var(--color-blue-light3);
  transition: background-color 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
}
.bl_productFilter .productCardCompare:hover {
  background-color: var(--color-blue-light3);
}
.bl_productFilter .productCardCompare .el_check {
  padding: 0;
  width: clamp(30px, 3.3333333333vw, 40px);
  height: clamp(30px, 3.3333333333vw, 40px);
}
.bl_productFilter .productCardCompare .el_check label {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bl_productFilter .productCardCompare .el_check .control {
  position: relative;
  top: 0;
  left: 0;
}
.bl_productFilter .productCardCompare .tooltip {
  display: block;
  position: absolute;
  left: 50%;
  top: 120%;
  transform: translateX(-50%);
  background: #444;
  color: #fff;
  padding: 4px 10px 3px;
  font-size: 1.2rem;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  z-index: 10;
}
@media all and (min-width: 768px) {
  .bl_productFilter .productCardCompare:hover .tooltip {
    opacity: 1;
  }
}
@media all and (max-width: 767px) {
  .bl_productFilter .productCardCompare .el_check {
    width: 9.0666666667vw;
    height: 9.0666666667vw;
    max-width: 40px;
    max-height: 40px;
  }
}
.bl_productFilter .productCard .cardHeading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: clamp(12px, 1.3333333333vw, 16px);
  line-height: 1.4;
}
@media all and (max-width: 767px) {
  .bl_productFilter .productCard .cardHeading {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}
.bl_productFilter .productCard .productName {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
}
.bl_productFilter .productCard .cardBtnList {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media all and (max-width: 767px) {
  .bl_productFilter .productCard .cardBtnList {
    gap: 5px;
    flex-wrap: wrap;
  }
}
.bl_productFilter .productCard .cardBtnList .cardBtn {
  color: #fff;
  background-color: var(--color-blue-base);
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.6;
  padding: clamp(4.5px, 0.5vw, 6px) clamp(12px, 1.3333333333vw, 16px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 300px;
  border: 1px solid #fff;
  transition: color 0.3s cubic-bezier(0.17, 0.935, 0.305, 1), background-color 0.3s cubic-bezier(0.17, 0.935, 0.305, 1), border-color 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
}
.bl_productFilter .productCard .cardBtnList .cardBtn:hover {
  text-decoration: none;
  color: var(--color-blue-base);
  border-color: var(--color-blue-base);
  background-color: #fff;
}
.bl_productFilter .productCard .cardBtnList .cardBtn.-contact {
  position: relative;
}
.bl_productFilter .productCard .cardBtnList .cardBtn.-contact::before {
  font-family: "svgicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  z-index: 1;
  font-family: "productfinder_icons" !important;
  content: "\e902";
  font-size: 1rem;
  margin-right: 5px;
}
.bl_productFilter .productCard .cardBtnList .cardBtn.-contact::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #117998, #0DAF3A);
  transition: opacity 0.3s ease;
  opacity: 1;
}
.bl_productFilter .productCard .cardBtnList .cardBtn.-contact span {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.bl_productFilter .productCard .cardBtnList .cardBtn.-contact:hover::after, .bl_productFilter .productCard .cardBtnList .cardBtn.-contact:focus::after {
  opacity: 0;
}
.bl_productFilter .productCard .cardBtnList .cardBtn.-pdf::before {
  font-family: "svgicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "productfinder_icons" !important;
  content: "\e903";
  font-size: 1.1rem;
  margin-right: 5px;
}
.bl_productFilter .productCard .cardBtnList .ulycWrap {
  position: relative;
}
.bl_productFilter .productCard .cardBtnList .ulycLink {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
}
.bl_productFilter .productCard .cardBtnList .ulycLink.is_show {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}
.bl_productFilter .productCard .cardPropertyButton {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  margin: auto;
  font-size: 1.2rem;
  line-height: 1.6;
  background: var(--color-blue-light);
  padding: 3px clamp(12px, 1.3333333333vw, 16px);
  width: 100%;
  text-align: center;
  transition: background-color 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
  border-top: 1px solid var(--color-blue-light3);
  border-bottom: none;
}
.bl_productFilter .productCard .cardPropertyButton::after {
  content: "+";
  font-size: 1.4rem;
  line-height: 1.35;
  width: 16px;
  height: 16px;
}
.bl_productFilter .productCard .cardPropertyButton:hover {
  background-color: var(--color-blue-light3);
}
.bl_productFilter .productCard .cardPropertyButton[aria-expanded=true]::after {
  content: "-";
}
.bl_productFilter .productCard .cardPropertyTable {
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
  height: 50px;
  overflow: hidden;
  transition: height 0.3s ease-out;
}
.bl_productFilter .productCard .cardPropertyTable[aria-hidden=false] {
  height: auto;
}
.bl_productFilter .productCard .cardPropertyTable .row {
  width: 100%;
  display: flex;
}
.bl_productFilter .productCard .cardPropertyTable .row:nth-child(odd) {
  background: #f9f9f9;
}
.bl_productFilter .productCard .cardPropertyTable .row dt {
  font-weight: 700;
  width: 50%;
  padding: 4px clamp(12px, 1.3333333333vw, 16px);
}
.bl_productFilter .productCard .cardPropertyTable .row dd {
  padding: 4px clamp(12px, 1.3333333333vw, 16px);
  flex: 1;
}
@media all and (max-width: 767px) {
  .bl_productFilter .productCard .cardPropertyTable {
    flex-direction: column;
  }
  .bl_productFilter .productCard .cardPropertyTable .row {
    width: 100%;
  }
}
.bl_productFilter .pagenation {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin: clamp(24px, 2.6666666667vw, 32px) 0;
}
.bl_productFilter .pagenation > a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1;
  width: clamp(25.5px, 2.8333333333vw, 34px);
  height: clamp(25.5px, 2.8333333333vw, 34px);
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
.bl_productFilter .pagenation > a:hover {
  text-decoration: none;
  color: #fff;
  background: var(--color-blue-base);
  font-weight: 600;
}
.bl_productFilter .pagenation > a.active {
  color: #fff;
  background: var(--color-blue-base);
  font-weight: 600;
  cursor: default;
}
.bl_productFilter .pagenation > a.active:hover {
  text-decoration: none;
}
@media all and (max-width: 767px) {
  .bl_productFilter .pagenation {
    flex-wrap: wrap;
    margin-top: 32px;
  }
  .bl_productFilter .pagenation > a {
    font-size: 1.6rem;
    padding: 6px 10px;
    width: 9.0666666667vw;
    height: 9.0666666667vw;
  }
}
.bl_productFilter .filterStatus {
  padding: 16px;
  background-color: #eee;
  margin-bottom: clamp(24px, 2.6666666667vw, 32px);
}
.bl_productFilter .filterStatus .filterStatusHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.bl_productFilter .filterStatus .filterStatusHeader .filterStatusTitle {
  font-weight: 600;
  font-size: 14px;
}
.bl_productFilter .filterStatus .filterStatusHeader .filterClearAll {
  background-color: #333;
  color: white;
  border: none;
  padding: 6px 12px;
  font-size: 12px;
  cursor: pointer;
  transition: background-color 0.2s;
}
.bl_productFilter .filterStatus .filterStatusHeader .filterClearAll:hover {
  background-color: #666;
}
.bl_productFilter .filterStatus .filterTags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.bl_productFilter .filterStatus .filterTag .key {
  display: inline-block;
  padding-top: 2px;
  padding-right: 5px;
  margin-right: 2px;
  border-right: 1px solid #333;
  line-height: 1.2;
  transition: border-color 0.3s ease;
}
.bl_productFilter .filterStatus .filterTag .value {
  font-weight: 600;
}
@media all and (max-width: 767px) {
  .bl_productFilter .filterStatus .filterStatusHeader {
    margin-bottom: 8px;
  }
  .bl_productFilter .filterStatus .filterStatusHeader .filterStatusTitle {
    font-size: 3.2vw;
  }
  .bl_productFilter .filterStatus .filterStatusHeader .filterClearAll {
    padding: 4px 8px;
    font-size: 3.2vw;
  }
  .bl_productFilter .filterStatus .filterTags {
    gap: 6px;
  }
}

/*--------------------------------------------------
noUi styles
--------------------------------------------------*/
#propPhysical .noUi-horizontal {
  height: 8px;
  border-radius: 8px;
}
#propPhysical .noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}
#propPhysical .noUi-handle {
  height: 18px;
  width: 18px;
  border: 1px solid #ddd;
  border-radius: 50%;
  box-shadow: none;
  cursor: pointer;
}
#propPhysical .noUi-handle:before, #propPhysical .noUi-handle:after {
  content: none;
}
#propPhysical .noUi-connect {
  background: var(--color-blue-base);
}

/*--------------------------------------------------
compare
--------------------------------------------------*/
.bl_productsCompare {
  position: fixed;
  z-index: 53;
  padding: clamp(15px, 1.6666666667vw, 20px);
  color: #fff;
  background-color: var(--color-blue-base);
  border: 1px solid #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
}
@media all and (min-width: 768px) {
  .bl_productsCompare {
    right: 0;
    top: 50%;
    transform: translateX(100%) translateY(-50%);
    border-right: none;
    max-width: 240px;
  }
  .bl_productsCompare.is_show {
    transform: translateX(0) translateY(-50%);
  }
}
@media all and (max-width: 767px) {
  .bl_productsCompare {
    bottom: 0;
    left: 0;
    width: 100vw;
    transform: translateY(100%);
  }
  .bl_productsCompare.is_show {
    transform: translateY(0%);
  }
}
.bl_productsCompare .compareNotes {
  font-size: 1.2rem;
  margin-bottom: clamp(12px, 1.3333333333vw, 16px);
}
.bl_productsCompare .compareList {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media all and (max-width: 767px) {
  .bl_productsCompare .compareList {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
  }
}
.bl_productsCompare .compareBtnName {
  display: inline-block;
  font-size: 1.2rem;
  padding: 4px 10px;
  border: 1px solid #fff;
  background-color: var(--color-blue-base);
  color: #fff;
  transition: background-color 0.3s cubic-bezier(0.17, 0.935, 0.305, 1), color 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
  position: relative;
  padding: clamp(6px, 0.6666666667vw, 8px) clamp(12px, 1.3333333333vw, 16px) clamp(6px, 0.6666666667vw, 8px) clamp(22.5px, 2.5vw, 30px);
  background-color: #fff;
  border: none;
  font-size: 1.4rem;
  color: #333;
  text-align: left;
  white-space: nowrap;
}
.bl_productsCompare .compareBtnName:hover {
  background-color: #fff;
  color: var(--color-blue-base);
}
.bl_productsCompare .compareBtnName::before, .bl_productsCompare .compareBtnName::after {
  content: "";
  position: absolute;
  top: 50%;
  left: clamp(12px, 1.3333333333vw, 16px);
  width: clamp(9px, 1vw, 12px);
  height: 2px;
  background-color: #333;
  transform-origin: center center;
}
.bl_productsCompare .compareBtnName::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.bl_productsCompare .compareBtnName::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.bl_productsCompare .compareBtnName:hover {
  color: #333;
  background-color: #ddd;
}
.bl_productsCompare .compareBtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: clamp(12px, 1.3333333333vw, 16px);
  gap: 8px;
}
.bl_productsCompare .compareBtnSubmit {
  display: inline-block;
  font-size: 1.2rem;
  padding: 4px 10px;
  border: 1px solid #fff;
  background-color: var(--color-blue-base);
  color: #fff;
  transition: background-color 0.3s cubic-bezier(0.17, 0.935, 0.305, 1), color 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
  padding: 8px clamp(18px, 2vw, 24px);
  border-color: #fff;
  background-color: var(--color-blue-vivid);
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s cubic-bezier(0.17, 0.935, 0.305, 1), color 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
}
.bl_productsCompare .compareBtnSubmit:hover {
  background-color: #fff;
  color: var(--color-blue-base);
}
.bl_productsCompare .compareBtnSubmit:hover {
  color: var(--color-blue-base);
  background-color: #fff;
}
.bl_productsCompare .compareBtnSubmit:disabled {
  background-color: #d0d5dd;
  pointer-events: none;
}
.bl_productsCompare .compareBtnReset {
  display: inline-block;
  font-size: 1.2rem;
  padding: 4px 10px;
  border: 1px solid #fff;
  background-color: var(--color-blue-base);
  color: #fff;
  transition: background-color 0.3s cubic-bezier(0.17, 0.935, 0.305, 1), color 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
  color: #fff;
  border-color: #fff;
  background-color: var(--color-blue-base);
}
.bl_productsCompare .compareBtnReset:hover {
  background-color: #fff;
  color: var(--color-blue-base);
}
.bl_productsCompare .compareBtnReset:hover {
  background-color: #fff;
  color: var(--color-blue-base);
  border-color: #fff;
}

/*--------------------------------------------------
loading
--------------------------------------------------*/
.bl_loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(255, 255, 255, 0.7);
  animation: fadeOutAnime 0.3s linear both;
}
.bl_loading.-part {
  position: relative;
  width: 100%;
  max-height: 60px;
  margin-top: -60px;
}
.bl_loading.is_show {
  visibility: visible;
  animation: fadeInAnime 0.5s linear both;
}
.bl_loading .cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bl_loading .spinner {
  width: 60px;
  height: 60px;
  border: 5px #ddd solid;
  border-top: 5px #000 solid;
  border-radius: 50%;
  animation: spinnerAnime 0.8s infinite linear;
}

@keyframes spinnerAnime {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOutAnime {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}