.featured-products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
  margin-top: 0;
}

.featured-products .product {
  flex: 0 1 calc(25% - 10px);
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 10px;
}

.featured-products .product img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.featured-products .product .product-title {
  margin: 10px 0;
  color: rgba(30, 30, 30, 0.7) !important;
  font-family: Aldrich !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 144%;
  text-align: start;
  margin-bottom: 20px;
}

.featured-products .product .price {
  color: #1e1e1e;
  font-family: "Aldrich";
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.featured-products .product .button {
  border-radius: 40px;
  border: 1px solid #1e1e1e;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 33px;
  padding: 0px 25px;
  color: #1e1e1e;
  font-family: "Aldrich";
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.featured-products .product .button:hover {
  background-color: #f55473;
  color: #fff;
  border-color: #f55473;
}

.featured-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.featured-footer a.added_to_cart.wc-forward {
  display: block;
  width: 100%;
  text-align: end;
  margin-top: 15px;
}
.featured-products-image {
  position: relative;
  overflow: hidden;
}
.featured-products-image:after {
  background-image: url(https://rcs.aleait.dev/wp-content/uploads/2024/05/mehrab-1.png);
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.product.bulk-order p {
  color: rgba(30, 30, 30, 0.7);
  font-family: Aldrich !important;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 8px;
  margin-top: 10px;
}
.product.bulk-order h2 {
  font-size: 22px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 144.4%;
  margin-bottom: 8px;
  margin-top: 10px;
}
.product.bulk-order .btn {
  border-radius: 40px;
  border: 1px solid #1e1e1e;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 33px;
  padding: 0px 25px;
  color: #1e1e1e;
  font-family: "Aldrich";
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  background: transparent;
}
.product.bulk-order .btn:hover {
  background-color: #f55473;
  color: #fff;
  border-color: #f55473;
}
.product.bulk-order {
  border: 1px solid #f55473;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
}
.customizable_products-img img {
  width: 100%;
  height: 420px;
  object-fit: contain;
  margin-bottom: 25px;
}
section.about-single-page-section {
  padding: 80px 0px;
}
section.about-single-page-section .right-content p {
  color: rgba(30, 30, 30, 0.7);
  font-family: Aldrich !important;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 8px;
  margin-top: 10px;
}
.row.ustomisableProductsform .form-label {
  display: block !important;
  width: 100% !important;
}
.row.ustomisableProductsform p {
  grid-template-columns: none;
  all: unset !important;
}
.row.ustomisableProductsform button.wpcf7-form-btn-control.wpcf7-submit {
  background: rgba(245, 84, 115, 1);
  outline: none;
  border: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 0px 60px;
  color: #fff;
  font-family: Aldrich;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 40px;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: none !important;
}
