.Product_Info_Card {
  margin-bottom: 30px;
  position: relative;
  /* background: #f6eedc; */
  padding: 0px 0px 10px;
  border-radius: 5px;
  /* border: 1px solid #3a3a3a; */
}

.Product_Info_Card .best_seller_heart_holder {
  position: absolute;
  top: 8px;
  right: 7px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.Product_Info_Card .prod_img_holder {
  /* height: auto; */
  width: 100%;
  aspect-ratio: 1/1;
  background: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  height: 260px;
}

.Product_Info_Card .prod_img_holder .prod_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: opacity 0.3s ease;
}

/* Video */
/* .Product_Info_Card .prod_img_holder .prod_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.Product_Info_Card .prod_img_holder:hover .prod_img {
  opacity: 0;
}

.Product_Info_Card .prod_img_holder:hover .prod_video {
  opacity: 1;
} */


.Product_Info_Card .category_rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
}




.Product_Info_Card .category_rating .category {
  font-size: 12px;
  color: #808080;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow-wrap: break-word;
  word-break: normal;
  width: 80%;
}

.Product_Info_Card .category_rating .rating {
  font-size: 12px;
  color: #808080;
}

/* .Product_Info_Card .content_holder {
  padding: 0px 10px;
} */

.Product_Info_Card .content_holder .middle_div {
  margin: 10px 0px;
}

.Product_Info_Card .content_holder .middle_div a {
  text-decoration: none;
}

.Product_Info_Card .content_holder .prod_name {
  color: #09558F;
  font-weight: 600;
  transition: color 0.3s ease;
  position: relative;
  font-size: 16px;
  margin-bottom: 10px;
  cursor: pointer;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  /* height: 50px; */
  overflow-wrap: break-word;
  word-break: normal;
}

.Product_Info_Card .content_holder .prod_name:hover {
  text-decoration: underline;
}

.Product_Info_Card .price_section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Product_Info_Card .price_section .price_div {
  display: flex;
  align-items: center;
  gap: 5px;
}

.Product_Info_Card .price_section .price_div .s_price_text {
  font-size: 17px;
  margin-bottom: 0px;
  font-weight: 600;
  color: #09558F;
}

.Product_Info_Card .price_section .price_div .mrp_text {
  color: #808080;
  font-size: 14px;
  text-decoration: line-through;
  /* margin-right: 10px; */
  margin-bottom: 0px;
  font-weight: 500;
}

.Product_Info_Card .image_wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 6px #00000029;
  border-radius: 18px;
}

.Product_Info_Card .image_wrapper .countdown {
  display: flex;
  gap: 10px;
  position: absolute;
  bottom: 50px;
}

.Product_Info_Card .image_wrapper .countdown .countdown_div {
  display: flex;
  flex-direction: column;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 6px #00000029;
  border-radius: 8px;
  width: 55px;
  height: 55px;
  align-items: center;
  justify-content: center;
}

.Product_Info_Card .image_wrapper .countdown .countdown_div .count_span {
  font-size: 20px;
  font-weight: 600;
  color: #09558F;
}

.Product_Info_Card .image_wrapper .countdown .countdown_div .count_duration {
  font-size: 14px;
  color: #808080;
}

.Product_Info_Card .card_body {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 6px #00000029;
  border-radius: 16px;
  padding: 10px 15px;
  margin-top: -30px;
  position: relative;
  z-index: 1;
}

.Product_Info_Card .content_holder .btn_holder {}

@media (min-width: 0px) and (max-width: 575px) {

  .Product_Info_Card .content_holder .prod_name,
  .Product_Info_Card .content_holder .price_div .mrp_text {
    font-size: 14px;
  }

  .Product_Info_Card .image_wrapper .countdown .countdown_div .count_span {
    font-size: 17px;
  }

  .Product_Info_Card .image_wrapper .countdown .countdown_div .count_duration {
    font-size: 12px;
  }

  .Product_Info_Card .content_holder .price_div .s_price_text {
    font-size: 14px;
  }

  .Product_Info_Card .category_rating .category {
    width: 75%;
  }

  .Product_Info_Card .price_section .price_div .s_price_text {
    font-size: 14px;
  }

  .Product_Info_Card .price_section .price_div .mrp_text {
    font-size: 13px;
  }

  .Product_Info_Card .prod_img_holder {
    height: 218px;
  }
}




@media (min-width: 576px) and (max-width: 991px) {
  .Product_Info_Card .content_holder .prod_name {
    -webkit-line-clamp: 1 !important;
  }
}

@media (min-width: 576px) and (max-width: 991px) {

  .Product_Info_Card .content_holder .prod_name {
    font-size: 14px;
    -webkit-line-clamp: 2;
  }


  .Product_Info_Card .content_holder .price_div .mrp_text {
    font-size: 14px;
  }

  .Product_Info_Card .content_holder .price_div .s_price_text {
    font-size: 14px;
  }

  .Product_Info_Card .image_wrapper .countdown .countdown_div {
    width: 44px;
  }

  .Product_Info_Card .image_wrapper .countdown .countdown_div .count_duration {
    font-size: 12px;
  }

  .Product_Info_Card .image_wrapper .countdown .countdown_div .count_span {
    font-size: 17px;
  }
}


@media (min-width: 576px) and (max-width: 1399px) {
  .Product_Info_Card .price_section {
    align-items: self-start;
    flex-direction: column;
  }

  .Product_Info_Card .price_section .price_div {
    margin-bottom: 10px;
  }

  .Product_Info_Card .category_rating .category {
    width: 75%;
  }

  .Product_Info_Card .price_section .price_div .s_price_text {
    font-size: 14px;
  }

  .Product_Info_Card .price_section .price_div .mrp_text {
    font-size: 13px;
  }

  .Product_Info_Card .prod_img_holder {
    height: 218px;
  }
}

@media (min-width: 768px) and (max-width: 1399px) {

  .Product_Info_Card .category_rating .category {
    width: 69%;
  }
}