.Product_card {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  opacity: 1;
  margin-bottom: 30px;
}

.Product_card .img_holder {
    aspect-ratio: 1/1;
    width: 100%;
}

.Product_card .card-body{
  padding: 0px;
}

.Product_card .card-footer{
  padding: 0px;
}

.Product_card .img_holder .Product_img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s ease-in-out;
}
.Product_card .info_holder {
    padding: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.25);
}

.Product_card .info_holder .text_holder p {
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1 !important;
  line-clamp: 1 !important;
  -webkit-box-orient: vertical;
}

.Product_card .img_content_holder {
  position: relative;
}

.Product_card .discount_circle_holder {
  position: absolute;
  top: 8px;
  left: 7px;
}

.Product_card .best_seller_heart_holder {
  position: absolute;
  top: 8px;
  right: 7px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

/* .Product_card:hover .best_seller_heart_holder {
  opacity: 0;
  transition: all 0.3s ease-in-out;
} */

.Product_card .Add_to_card_btn {
  position: absolute;
  bottom: 30px;
  left: 0px;
  right: 0px;
  opacity: 0;
}

.Product_card:hover .Add_to_card_btn {
  opacity: 1;
}

.Product_card  .Brown_btn{
 overflow: hidden;
   display: -webkit-box  !important;
   -webkit-line-clamp: 1 !important; 
           line-clamp: 1 !important; 
   -webkit-box-orient: vertical;
}
.Product_card  .Brown_btn span{ 
overflow: hidden;
   display: -webkit-box  !important;
   -webkit-line-clamp: 1 !important; 
           line-clamp: 1 !important; 
   -webkit-box-orient: vertical;
}

@media (min-width: 0px) and (max-width: 991px) {
  .Product_card .info_holder .text_holder p {
    font-size: 11px;
  }
 .Product_card .Add_to_card_btn {
    opacity: 1;
    position: unset;
    padding: 5px 0px;
}
.Product_card .Green_btn_holder .Green_btn span{
  /* display: none; */
}
}
