@charset "UTF-8";

.container.products {
  margin-top: 60px;
  margin-bottom: 200px;
}

h2 {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: var(--gray);
}

.banner-units, .banner-other-filters, .banner-other-parts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.banner-units img, .banner-other-filters img, .banner-other-parts img {
  margin-bottom: 10px;
}

.product-banner-btn {
  min-width: 250px;
  height: 50px;
  margin-bottom: 50px;
  display: block;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
}

.descriptions, .units, .filters {
  margin-bottom: 50px;
}

.descriptions h3, .filter-carbon h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: medium;
  color: var(--green);
}

.descriptions p, .filter-carbon p {
  line-height: 1.1;
}

.effective, .how-it-works, .particulate {
  margin-bottom: 50px;
}

.effective p, .how-it-works-left {
  margin-bottom: 40px;
}

.how-it-works-left p {
  margin-bottom: 10px;
}

.units {
  margin-bottom: 100px;
}

.units-wrapper {
  margin-bottom: 50px;
}

.units-title h2 {
  width: 100%;
  padding: 20px 0;
  margin-bottom: 40px;
  text-align: center;
  font-style: italic;
  background-color: var(--green);
  color: #FFFFFF;

}

.units-wrapper h3 {
  margin-bottom: 40px;
  text-align: center;
  font-style: italic;
  color: var(--green);
}

.unit-panel {
  margin-bottom: 50px;
}

.unit-panel p.panel-image-wrapper {
  text-align: center;
}

.unit-panel p img {
  max-height: 300px;
}

.unit-panel h4 {
  margin-bottom: 10px;
  font-size: 18px;
  color: var(--gray);
  font-weight: bold;
}

.unit-panel h5 {
  margin-bottom: 10px;
  font-size: 18px;
  color: var(--green);
}

.unit-panel p {
  margin-bottom: 20px;
  min-height: 60px;
  line-height: 1.2;
}

.unit-panel-links {
  display: flex;
  justify-content: space-between;
}

.unit-panel-more {
  width: 165px;
  height: 40;
  margin: 0 auto;
  display: block;
  line-height: 40px;
  text-align: center;
  border: 1px solid var(--green);
}


.units-comparison h3 {
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: bold;
  color: var(--green);
}

.units-comparison h3 + p {
  margin-bottom: 40px;
  font-style: italic;

}

.units-comparison-table {
  overflow-x: scroll;
}

.table-specification {
  width: 450px;
}

.units-comparison-table table {
  width: 1100px;
  border-collapse: collapse;
}

.units-comparison-table th {
  font-weight: bold;
  color: var(--green);
}

.units-comparison-table td {
  height: 40px;
  border: 1px solid var(--black);
}

.table-d3dd, .table-d3fc, .table-d2fc {
  width: 200px;
  text-align: center;
}

.table-specification {
  padding-left: 8px;
}

.explanation {
  width: 100%;
  margin-top: 4px;
  font-size: 14px;
  color: var(--gray);
  text-align: right;
}

.toggle-checkbox {
  margin-bottom: 50px;
}

.toggle-switch-wrapper {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.toggle-switch {
  display: flex;
  align-items: center;
}

.toggle-switch-label {
  display: inline-flex;
  align-items: center;
}

.toggle-switch-input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-switch-slider {
  width: 50px;
  height: 24px;
  margin-left: 10px;
  display: block;
  position: relative;
  cursor: pointer;
  background-color: var(--gray);
  -webkit-transition: .4s;
  transition: .4s;
}

.toggle-switch-slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: #FFFFFF;
  -webkit-transition: .4s;
  transition: .4s;
}

.toggle-switch-input:checked + .toggle-switch-slider {
  background-color: var(--green);
}

.toggle-switch-input:focus + .toggle-switch-slider {
  box-shadow: 0 0 1px #2196F3;
}

.toggle-switch-input:checked + .toggle-switch-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.toggle-switch-slider.toggle-switch-round {
  border-radius: 12px;
}

.toggle-switch-slider.toggle-switch-round:before {
  border-radius: 50%;
}

.filters {
  margin-bottom: 100px;
}

.filter-panel {
  margin-bottom: 16px;
  border: 1px solid var(--black);
  box-sizing: border-box;
  display: block;
  transition: 0.6s;
}

.filter-panel-title {
  width: 100%;
  height: 30px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  line-height: 30px;
  background-color: var(--green);
  color: #FFFFFF;
}

.filter-panel-image-compatible {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

.filter-panel-image img {
  margin-left: 10px;
}

.filter-panel-compatible-circle {
  width: 120px;
  height: 45px;
  margin-right: 10px;
  margin-bottom: 8px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  color: #FFFFFF;
}

.filter-panel-compatible-circle:last-of-type {
  margin-bottom: 0;
}

.filter-panel-compatible-circle.green {
  background-color: var(--green);
}

.filter-panel-compatible-circle.gray {
  background-color: var(--gray);
}

.filter-panel-information {
  min-height: 160px;
}

.filter-panel-cleanable, .filter-panel-expectancy, .filter-panel-dimensions {
  margin: 0 10px 5px;
  display: flex;
  justify-content: space-between;
}

.filter-panel-description {
  margin: 0 10px 10px;
}

.filter-panel-description h5 {
  margin-bottom: 5px;
}

.filter-panel-description lu, .filter-panel-description li {
  list-style: disc;
}

.filter-panel-description li {
  margin-left: 14px;
  line-height: 1.1;
}

.filter-panel-cleanable h5, .filter-panel-expectancy h5, .filter-panel-dimensions h5, .filter-panel-description h5 {
  font-size: 16px;
}

.filter-panel-cleanable p, .filter-panel-expectancy p, .filter-panel-dimensions p {
  font-size: 16px;
  text-align: right;
}

.filter-panel-part {
  width: 100%;
  height: 30px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  background-color: var(--gray);
  color: #FFFFFF;
}

.replacements .filter-panel-information {
  min-height: 140px;
}


@media screen and (min-width: 451px) {

  .banner {
    margin-bottom: 100px;
    display: flex;
    justify-content: space-between;
  }

  .banner-units {
    width: calc((100% - 16px) / 12 * 8);
  }

  .banner-other {
    width: calc((100% - 16px) / 12 * 4);
    display: flex;
    flex-wrap: wrap;
  }

  .product-banner-btn {
    margin-bottom: 0;
  }

  .banner-other-filters .product-banner-btn {
    margin-bottom: 20px;
  }

  .effective, .how-it-works {
    display: flex;
    justify-content: space-between;
  }

  .effective-left {
    width: calc((100% - 16px) / 12 * 4);
  }

  .effective-right {
    width: calc((100% - 16px) / 12 * 8);
  }

  .how-it-works-left, .how-it-works-right {
    width: calc((100% - 16px) / 2);
  }

  .particulate p {
    margin-bottom: 20px;
  }

  .units-series {
    display: flex;
    justify-content: space-between;
  }

  .units-2000 .units-series {
    display: flex;
    justify-content: center;
  }

  .unit-panel {
    width: calc((100% - 16px) / 2);
  }

  .unit-panel .panel-image-wrapper {
    min-height: 300px;
  }

  .unit-panel h5 {
    min-height: 35px;
  }

  .mix-filter-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .filter-panel {
    width: calc((100% - 16px) / 2);
  }

}

@media screen and (min-width: 1004px) {

  .product-banner-btn {
    width: 324px;
  }

  .units-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .units-wrapper h2 {
    width: 100%;
  }

  .units-3000 {
    width: calc(((100% - 32px) / 3) * 2 + 16px);
  }

  .units-2000 {
    width: calc((100% - 32px) / 3);
  }

  .units-2000 .unit-panel {
    width: 100%;
  }
  
  .unit-panel-more {
    width: calc((100% - 16px) / 2);
  }

  .units-comparison h3 {
    margin-bottom: 40px;
  }
  
  .units-comparison-table {
    overflow-x: visible;
  }

  .units-comparison-table table {
    width: 1004px;
    margin: 0 auto;
  }

  .table-specification {
    width: 400px;
  }
  
  .table-d3dd, .table-d3fc, .table-d2fc {
    width: 200px;
    text-align: center;
  }
  
  .filter-panel {
    width: calc((100% - 32px) / 3);
  }

  .filter-panel-compatible-circle {
    width: 110px;
  }

  .filter-panel-image img {
    max-width: 180px;
  }

  .mix-filter-wrapper {
    justify-content: flex-start;
  }

  .filter-panel {
    margin: 0 5px 10px;
  }

}