
.producto {
  transition: transform .18s, box-shadow .18s;
}
.producto:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 6px 24px #0002;
}
.btn, .agregar {
  transition: background .2s, color .2s;
}
