.product-archive-container,
.product-title-container {
  width: 100%;
  margin: auto;
  justify-items: center;
  align-items: center;
}

.product-title-container {
  background-color: #f5f2e9;
}

.product-archive-row,
.product-title-row {
  width: 80%;
  margin: auto;
}

.product-title-row {
  padding: 48px 0 48px;
}

.product-title {
  display: flex;
  justify-content: center;
  justify-items: center;
}

.product-title h2 {
  font-family: inter;
  font-size: 40.8px;
  font-weight: 600;
  line-height: 48px;
  color: #6a9c89;
}

.product-para {
  display: flex;
  justify-content: center;
  justify-items: center;
  margin-top: 12px;
}

.product-para p {
  color: rgb(106, 156, 137, 80%);
  font-family: inter;
  font-weight: 500;
  font-size: 24px;
}

.product-category-filters {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.category-btn {
  padding: 13px 24px;
  border: 1px solid #6a9c89;
  background-color: #c1d8c3;
  color: #6a9c89;
  border-radius: 25px;
}

.category-btn.active {
  background-color: #ffa725;
  color: white;
  border: none;
  border-radius: 25px;
}

.product-archive-container {
  background-color: #fff5e4;
}

.product-archive-row {
  display: flex;
  gap: 32px;
}

.filter-sidebar {
  padding: 32px 0 0 15px;
}

.ajax-filter-form {
  padding: 24px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 12px;
  box-shadow: -16px 16px 32px #0f072c0a;
}

.filter-section h2 {
  font-family: inter;
  font-weight: 400;
  font-size: 24px;
  line-height: 38px;
  color: #6a9c89;
}

.filter-group {
  margin-top: 24px;
}
.filter-group h4 {
  font-family: inter;
  font-weight: 600;
  font-size: 22px;
  color: #6a9c89;
}

.category-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.category-list label {
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  color: rgb(106, 156, 137, 80%);
}
.hr {
  margin-top: 30px;
}

.filter-group-hr {
  border: 1px solid rgb(193, 216, 195, 30%);
}

.filter-group select {
  border: none;
  font-family: inter;
  font-size: 16px;
  color: rgb(106, 156, 137, 70%);
}
.apply-filter-btn {
  margin: auto;
  display: flex;
  justify-items: center;
  margin-top: 30px;
  padding: 10px 60px;
  background-color: #c1d8c3;
  color: #6a9c89;
  font-family: inter;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  border: none;
  border-radius: 10px;
}
.filter-sidebar h3 {
  font-family: inter;
  font-weight: 600;
  font-size: 15.3px;
  line-height: 28px;
  color: #2c5545;
}

.product-archive--left-col {
  width: 25%;
}

.product-archive-right-col {
  width: 75%;
  padding: 32px 0 48px 0;
}

.product-count {
  font-family: inter;
  font-weight: 400;
  font-size: 18px;
  color: #6a9c89;
}

.product-archive--card {
  border: 1px solid rgb(193, 216, 195, 30%);
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: -16px 16px 32px 0 rgba(193, 216, 195, 30%);
}

.product-archive--card-img img {
  width: 100%;
  border-radius: 12px;
}

.product-archive--card-content {
  padding: 24px;
}

.product-archive--card-content h3 {
  font-family: inter;
  font-weight: 500;
  font-size: 22px;
  color: rgb(106, 156, 137, 70%);
}
.short-description {
  font-family: inter;
  font-weight: 400;
  font-size: 18px;
  color: #6a9c89c4;
}
.price {
  font-family: inter;
  font-weight: 700;
  font-size: 24px;
  color: #6a9c89;
}
.quantity {
  font-family: inter;
  font-weight: 500;
  font-size: 16px;
  color: #ffa725;
}

.add-to-quote {
  border: none;
  color: #ffffff;
  padding: 13px 20px;
  border-radius: 10px;
  background-color: #ffa725;
}

.inquire-button {
  border: none;
  color: #6a9c89;
  padding: 13px 16px;
  border-radius: 10px;
  background-color: #c1d8c3;
}
.cpm-product-grid {
  display: flex;
  gap: 24px;
}

.load-more {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 75px;
}
#load-more-btn {
  padding: 13px 40px;
  background: #ffa725;
  border: none;
  border-radius: 12px;
  color: #fff;
  font-size: 18px;
  font-family: inter;
  font-weight: 500;
  line-height: 30px;
}
