.Product_vdo_card {
  position: relative;
  margin-bottom: 30%;
}

.Product_vdo_card .vdo_play_holder {
  border-radius: 12px;
  position: relative;
  background: #fafafa;
}

.Product_vdo_card .vdo_play_holder .vdo_holder {
  aspect-ratio: 1/1.3;
}

.Product_vdo_card .vdo_play_holder .vdo_holder .Product_vdo {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: contain;
}

.Product_vdo_card .vdo_play_holder .play_btn_holder {
  position: absolute;
  top: 45%;
  left: 0px;
  right: 0px;
  width: fit-content;
  margin: 0px auto;
}

.Product_vdo_card .vdo_play_holder .play_btn_holder .play_icon {
  font-size: 50px;
  color: #d9d9d9;
}

.Product_vdo_card .product_info_text_holder .img_holder {
  /* height: 100%; */
  aspect-ratio: 1/1;
    box-shadow: 0px 3px 6px #00000029;

}

.Product_vdo_card .product_info_text_holder .img_holder .Product_vdo_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.Product_vdo_card .product_info_text_holder .text_holder {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.Product_vdo_card .product_info_text_holder .text_holder h5 {
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.Product_vdo_card .product_info_text_holder .text_holder h3 {
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  color: #212121;
  margin-bottom: 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.Product_vdo_card .product_info_text_holder .text_holder h3 span{
  text-decoration: line-through;
  margin-left: 5px;
  font-weight: 400;
}

.Product_vdo_card .product_info_text_holder {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  padding: 15px 0px;
  width: 90%;
  margin: 0px auto;
  position: absolute;
  bottom: -33px;
  left: 0px;
  right: 0px;
}

.Product_vdo_card .product_info_text_holder .icon_holder {
  background: #e8e8e8 0% 0% no-repeat padding-box;
  border-radius: 50px;
  padding: 2px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  cursor: pointer;
}

.Product_vdo_card .product_info_text_holder .icon_holder .arrow_icon {
  font-size: 13px;
  font-weight: 500;
  color: #212121;
}

.Product_vdo_card .add_to_cart_btn_holder {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: -58px;
  left: 0px;
  right: 0px;
}

.Product_vdo_card:hover .add_to_cart_btn_holder {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}



@media (min-width: 0px) and (max-width: 575px) {


  .Product_vdo_card .product_info_text_holder {
    width: 100%;
  }

  .Product_vdo_card .product_info_text_holder .text_holder h5 {
    font-size: 11px;
  }

  .Product_vdo_card .product_info_text_holder .text_holder h3 {
    font-size: 12px;
  }

  .Product_vdo_card .vdo_play_holder .play_btn_holder .play_icon {
    font-size: 35px;
  }
}

@media (min-width: 576px) and (max-width: 1199px) {
  .Product_vdo_card .product_info_text_holder {
    width: 100%;

  }

  .Product_vdo_card .product_info_text_holder .text_holder h3 {
    font-size: 15px;
  }

  .Product_vdo_card .vdo_play_holder .play_btn_holder .play_icon {
    font-size: 35px;
  }
}


@media (min-width: 0px) and (max-width:991px) {
  .Product_vdo_card .add_to_cart_btn_holder {
    opacity: 1;
    position: unset;
}
.Product_vdo_preview .Add_to_card_btn .Green_btn span{
  /* display: none; */
}

.Product_vdo_card .product_info_text_holder {
    position: unset;
    border-radius: 0px;
}

  .Product_vdo_card .vdo_play_holder .vdo_holder .Product_vdo {
    border-radius: 0px;
    object-fit: contain;
}

.Product_vdo_card .vdo_play_holder {
    border-radius: 0px;
}


.Product_vdo_card .vdo_play_holder .vdo_holder {
    box-shadow: 0px 3px 6px #00000029;
}

.Product_vdo_card {
    position: relative;
    margin-bottom: 15%;
}

}