.productfinder_section {
  display: block;
  padding: 2.5rem;
  border-radius: 12px;
  background-color: #a0a0a033;
  margin-top: 0 !important;
}

.productfinder-block .main {
  margin-bottom: -20px !important;
}

.productfinder_terms .filter_title {
  display: block;
  border-bottom: 1px solid var(--color-primary);
  padding-bottom: 0.5rem;
  margin-bottom: 8px !important;
  font-weight: 700;
}

.productfinder_checkbox_item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  margin-bottom: 0.25rem;
}

.productfinder_checkbox_item input {
  accent-color: #4f6889;
}

.productfinder_reset_btn {
  background-color: var(--color-primary) !important;
}

.productfinder-block .productfinder_cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}

.productfinder-block .vision_cards_inner {
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
}

.productfinder-block .vision_cards_inner .spacer {
  margin: 1rem 0 !important;
}

.productfinder-block .vision_cards_inner span {
  display: block;
}

.productfinder-block .values a {
  text-decoration: none !important;
}

.productfinder_no_results {
  grid-column: 1 / -1;
}

.productfinder-block input[type="checkbox" i] {
  border: none !important;
}

.special_product_section {
  display: block;
  padding: 3rem 4rem;
  width: 100%;
  border-radius: 25px;
  background-color: var(--color-accent);
  color: white;
  margin-top: 2.5rem;
}

@media (max-width: 1024px) {
  .productfinder-block .productfinder_cards {
    gap: 2rem;
  }
}

@media (max-width: 991.98px) {
  .productfinder-block .main {
    margin-bottom: -10px !important;
  }

  .productfinder_section {
    padding: 2.5rem 1.5rem;
  }

  .special_product_section {
    padding: 1rem;
    margin-top: 2rem;
  }
}

@media (max-width: 768px) {
  .productfinder-block .productfinder_cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
