body {
  font-family: "roboto", Arial, Helvetica, sans-serif;
}

.container {
  background-color: rgb(223, 223, 223);
  /* width: fit-content; */
  width: 400px;
  height: 450px;
  border-radius: 3px;
  overflow: hidden; /* ← rompe el colapso de márgenes */
}
.container2{
  border: 2px solid transparent;
  border-bottom: 4px solid transparent;
  border-radius: 3px;
  transition: border 0.2s ease-in-out;
  width: fit-content;
}
.container2:hover{
  border: 2px solid;
  border-bottom: 4px solid;
}
.loBadbo {
  height: 400px;
  width: 400;
}
.myH4{
  margin: 0;
}
.myH5{
  margin: 0;
  color: grey;
}
.new {
  background-color: black;
  width: fit-content;
  color: rgb(223, 223, 223);
  padding: 7px;
  border-radius: 2px;
  margin: 10px;

}
.price {
  margin-top: 45px;
}
