.h-3r{
  height: 3rem;
} 
.oldprice{
  text-decoration: line-through;
  color: var(--gary);
}
.btn_read_product{

  transition: all 0.4s 0.2s;
  width: 70%;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
}
.box_card_offer_nabi:hover .btn_read_product{
  bottom: 20px;
  opacity: 1;
  visibility: visible;

}
.BorderProduct{
  border:0.1rem solid var(--grey);
}
.flex-grow-3{
  flex-grow: 3;
}
.text-center{
  text-align: center;
}