.featured_product {
  padding: 100px 0px;
}
.featured_product .product_row .product_cl3 .product_cl3sp.cover img {
  object-fit: cover;
}
.featured_product .section_heading h2 {
  font-family: "Bahnschrift", "Helvetica", sans-serif !important;
  font-size: 32px;
  font-weight: normal;
  font-weight: 700;
  text-transform: uppercase;
  color: #2a2a2a;
  letter-spacing: .8px;
  line-height: 32px;
  margin: 0 0 10px;
  text-align: center;
  margin-bottom: 40px;
}

.featured_product .product_row {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px;
}

.featured_product .product_row .product_cl3 {
  width: 25%;
  padding: 15px 10px;
}

.featured_product .product_row .product_cl3 .product_cl3sp {
  background: #f4f4f4;
  border-radius: 10px;
  text-align: center;
  padding: 0px;
  height: 100%;
  border-radius: 1px;
  box-shadow: 0px 10px 12px #9c9c9c;
  transition: transform 0.3s ease-in-out;
}

.featured_product .product_row .product_cl3 .product_cl3sp img {
  max-height: 160px;
  object-fit: contain;
}

.featured_product .product_row .product_cl3 .product_cl3sp .txt {
  background: #f4f4f4;
  padding: 30px 15px;
}

.featured_product .product_row .product_cl3 .product_cl3sp h2 {
  font-family: "Bahnschrift", "Helvetica", sans-serif !important;
  font-size: 5px;
  font-weight: normal;
  font-weight: 700;
  text-transform: uppercase;
  color: #2a2a2a;
  letter-spacing: .8px;
  line-height: 32px;
  margin: 0 0 10px;
  text-align: center;
  margin-bottom: 40px;
}

.featured_product .product_row .product_cl3 .product_cl3sp h3 {
  font-family: "Bahnschrift", "Helvetica", sans-serif;
  font-size: 28px;
  font-weight: normal;
  font-weight: 700;
  text-transform: uppercase;
  color: #2a2a2a;
  font-family: Bahnschrift !important;
  letter-spacing: .8px;
  line-height: 32px;
  margin: 0 0 10px;
}

.featured_product .product_row .product_cl3 .product_cl3sp h4 {
  display: inline-block; /* Wrap background tightly around text */
  font-family: "bahnschrift", "helvetica", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #2a2a2a;
  margin-top: 0px;
  margin-bottom: 20px;
  background: #f7df8d;
  padding: 5px 40px; /* Optional: more horizontal breathing room */
}


.featured_product .product_row .product_cl3 .product_cl3sp p {
  font-family: "darwin pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 20;
  font-size: 18px;
  color: #000;
  line-height: 25px;
}

.featured_product .product_row .product_cl3 .btn {
  background-color: #2a2a2a;
  border: 0px solid var(--primary-color-one);
  border: 0 !important;
  border-radius: 30px !important;
  color: #fff;
  display: inline-block;
  font-family: "bahnschrift-condensed", "helvetica", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 22px;
  letter-spacing: 2px;
  padding: 12px 30px;
  position: relative;
  box-shadow: 0px 10px 12px #9c9c9c;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  
}
.featured_product .product_row .product_cl3 .image {
  background: #fff;
  padding: 10px;
}
.featured_product .product_row .product_cl3 .product_cl3sp p {
  margin: 0;
}
.featured_product .product_row .product_cl3 .product_cl3sp {
  border: 0px solid #dddddd78;
}

.featured_product .product_row .product_cl3 .product_cl3sp .txt {
  border-top: 0px solid #e6e7e9;
}
.featured_product .product_row {
  justify-content: center;
}

.featured_product .product_row .product_cl3 .btn {
  margin-top: 20px;
}
.featured_product .product_row .product_cl3 .btn:hover {
  background: #497738;
}
.featured_product .product_row .product_cl3 .product_cl3sp {
  overflow: hidden;
  height: 100%;
  background: #f5f5f5;

  